[ Feb 1 14:36:27 Enabled. ] [ Feb 1 14:36:27 Rereading configuration. ] [ Feb 1 14:36:28 Rereading configuration. ] [ Feb 1 14:36:32 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 [ Feb 1 14:36:32 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.02.01 14:36:33.902462 [ 1 ] {} Application: Will watch for the process with pid 25712 2026.02.01 14:36:33.903078 [ 1 ] {} Application: Forked a child process to watch 2026.02.01 14:36:34.375547 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25712 2026.02.01 14:36:34.376229 [ 1 ] {} Application: starting up 2026.02.01 14:36:34.376359 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.02.01 14:36:34.496010 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.02.01 14:36:34.541873 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.02.01 14:36:34.541926 [ 1 ] {} Application: Initializing DateLUT. 2026.02.01 14:36:34.541942 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.02.01 14:36:34.541998 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.02.01 14:36:34.542363 [ 1 ] {} Application: Initializing interserver credentials. 2026.02.01 14:36:34.545969 [ 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.02.01 14:36:34.546849 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.02.01 14:36:34.547648 [ 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.02.01 14:36:34.547670 [ 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.02.01 14:36:34.547684 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.02.01 14:36:34.548356 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.01 14:36:34.549385 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.02.01 14:36:34.554940 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.01 14:36:34.555642 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.01 14:36:34.556853 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.02.01 14:36:34.556916 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.02.01 14:36:34.557937 [ 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.02.01 14:36:34.558332 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.02.01 14:36:34.562027 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.02.01 14:36:34.562673 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.02.01 14:36:34.567422 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.02.01 14:36:34.567820 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.02.01 14:36:34.568133 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.02.01 14:36:34.568483 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.02.01 14:36:34.569803 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.02.01 14:36:34.569826 [ 1 ] {} Application: Loading metadata from /data/ 2026.02.01 14:36:34.569892 [ 151 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:36:34.569950 [ 151 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:36:34.590646 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.02.01 14:36:34.590680 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000212187 sec 2026.02.01 14:36:34.590707 [ 1 ] {} ReferentialDeps: No tables 2026.02.01 14:36:34.590721 [ 1 ] {} LoadingDeps: No tables 2026.02.01 14:36:34.591372 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.02.01 14:36:34.591954 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.02.01 14:36:34.602902 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.02.01 14:36:34.602943 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.02.01 14:36:34.602963 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.02.01 14:36:34.602976 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.02.01 14:36:34.603006 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.02.01 14:36:34.603024 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.02.01 14:36:34.605038 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.02.01 14:36:34.605085 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.02.01 14:36:34.605106 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.02.01 14:36:34.605237 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.02.01 14:36:34.605278 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.02.01 14:36:34.605291 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.02.01 14:36:34.605308 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.02.01 14:36:34.605320 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.02.01 14:36:34.605349 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.02.01 14:36:34.605366 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.02.01 14:36:34.627022 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.02.01 14:36:34.632261 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.02.01 14:36:34.632289 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.6061e-05 sec 2026.02.01 14:36:34.632301 [ 1 ] {} ReferentialDeps: No tables 2026.02.01 14:36:34.632311 [ 1 ] {} LoadingDeps: No tables 2026.02.01 14:36:34.632332 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.02.01 14:36:34.632516 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.02.01 14:36:34.632557 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.02.01 14:36:34.632570 [ 1 ] {} Application: Loaded metadata. 2026.02.01 14:36:34.632580 [ 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.02.01 14:36:34.632591 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.02.01 14:36:34.659956 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.02.01 14:36:34.660172 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.78 MiB (RSS), difference: 92.00 MiB 2026.02.01 14:36:34.661527 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.557e-05 sec. 2026.02.01 14:36:34.661864 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.02.01 14:36:34.663171 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.02.01 14:36:34.663189 [ 1 ] {} Application: Ready for connections. 2026.02.01 14:36:35.000164 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.79 MiB, peak 116.79 MiB, free memory in arenas 0.00 B, will set to 118.31 MiB (RSS), difference: 1.52 MiB 2026.02.01 14:36:36.593529 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35004 2026.02.01 14:36:36.594441 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.595215 [ 3 ] {} TCP-Session: 5a6c5efd-125e-4ea4-bfb4-7cad4898fbcb Authenticating user 'default' from [fd00:1122:3344:101::b]:35004 2026.02.01 14:36:36.595325 [ 3 ] {} TCP-Session: 5a6c5efd-125e-4ea4-bfb4-7cad4898fbcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.595339 [ 3 ] {} TCP-Session: 5a6c5efd-125e-4ea4-bfb4-7cad4898fbcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.595434 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.01 14:36:36.595532 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.01 14:36:36.595549 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.01 14:36:36.598138 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46372 2026.02.01 14:36:36.598235 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40973 2026.02.01 14:36:36.598238 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40349 2026.02.01 14:36:36.598382 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.598438 [ 4 ] {} TCP-Session: 933421f9-221e-4a7b-bab6-3e67b02fb540 Authenticating user 'default' from [fd00:1122:3344:101::b]:46372 2026.02.01 14:36:36.598468 [ 4 ] {} TCP-Session: 933421f9-221e-4a7b-bab6-3e67b02fb540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.598529 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42616 2026.02.01 14:36:36.598558 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.598485 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.598601 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58711 2026.02.01 14:36:36.598644 [ 254 ] {} TCP-Session: 8b2989cf-2825-490c-9771-c15f2e3695d1 Authenticating user 'default' from [fd00:1122:3344:101::b]:40973 2026.02.01 14:36:36.598616 [ 5 ] {} TCP-Session: ddf8a6b1-855b-4dbf-b3c1-a47ce567e936 Authenticating user 'default' from [fd00:1122:3344:101::b]:40349 2026.02.01 14:36:36.598599 [ 4 ] {} TCP-Session: 933421f9-221e-4a7b-bab6-3e67b02fb540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.598768 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33746 2026.02.01 14:36:36.598750 [ 254 ] {} TCP-Session: 8b2989cf-2825-490c-9771-c15f2e3695d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.598742 [ 5 ] {} TCP-Session: ddf8a6b1-855b-4dbf-b3c1-a47ce567e936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.598907 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.598959 [ 5 ] {} TCP-Session: ddf8a6b1-855b-4dbf-b3c1-a47ce567e936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.598967 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50852 2026.02.01 14:36:36.598881 [ 254 ] {} TCP-Session: 8b2989cf-2825-490c-9771-c15f2e3695d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.599042 [ 255 ] {} TCP-Session: b717faf4-904a-4d5f-9cfd-ca615893c007 Authenticating user 'default' from [fd00:1122:3344:101::b]:42616 2026.02.01 14:36:36.599027 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.599024 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.599174 [ 255 ] {} TCP-Session: b717faf4-904a-4d5f-9cfd-ca615893c007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.599237 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.599151 [ 256 ] {} TCP-Session: c7ad22c0-98aa-4ece-a97f-48aad2e8bd2e Authenticating user 'default' from [fd00:1122:3344:101::b]:58711 2026.02.01 14:36:36.599337 [ 258 ] {} TCP-Session: 4e6f415a-b836-45ff-ba6a-2c723b8ac225 Authenticating user 'default' from [fd00:1122:3344:101::b]:50852 2026.02.01 14:36:36.599352 [ 255 ] {} TCP-Session: b717faf4-904a-4d5f-9cfd-ca615893c007 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.599366 [ 256 ] {} TCP-Session: c7ad22c0-98aa-4ece-a97f-48aad2e8bd2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.599427 [ 258 ] {} TCP-Session: 4e6f415a-b836-45ff-ba6a-2c723b8ac225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.599467 [ 256 ] {} TCP-Session: c7ad22c0-98aa-4ece-a97f-48aad2e8bd2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.599327 [ 257 ] {} TCP-Session: 6dc84c8d-cd92-450a-ac8a-3bcb2e7749f3 Authenticating user 'default' from [fd00:1122:3344:101::b]:33746 2026.02.01 14:36:36.599535 [ 258 ] {} TCP-Session: 4e6f415a-b836-45ff-ba6a-2c723b8ac225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.599558 [ 257 ] {} TCP-Session: 6dc84c8d-cd92-450a-ac8a-3bcb2e7749f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.599632 [ 257 ] {} TCP-Session: 6dc84c8d-cd92-450a-ac8a-3bcb2e7749f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.758923 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44966 2026.02.01 14:36:36.759144 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.759190 [ 259 ] {} TCP-Session: aa19599f-c4da-4eff-b319-bfad3686ff47 Authenticating user 'default' from [fd00:1122:3344:101::a]:44966 2026.02.01 14:36:36.759215 [ 259 ] {} TCP-Session: aa19599f-c4da-4eff-b319-bfad3686ff47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.759291 [ 259 ] {} TCP-Session: aa19599f-c4da-4eff-b319-bfad3686ff47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.759360 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.01 14:36:36.759396 [ 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.02.01 14:36:36.759492 [ 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.02.01 14:36:36.761356 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58832 2026.02.01 14:36:36.761533 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.761570 [ 260 ] {} TCP-Session: 070971fa-9fd3-4a14-896e-c6ed76dde33a Authenticating user 'default' from [fd00:1122:3344:101::a]:58832 2026.02.01 14:36:36.761632 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56309 2026.02.01 14:36:36.761636 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50107 2026.02.01 14:36:36.761694 [ 260 ] {} TCP-Session: 070971fa-9fd3-4a14-896e-c6ed76dde33a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.761718 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62072 2026.02.01 14:36:36.761781 [ 260 ] {} TCP-Session: 070971fa-9fd3-4a14-896e-c6ed76dde33a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.761831 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56746 2026.02.01 14:36:36.762069 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54977 2026.02.01 14:36:36.762151 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.762212 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.762249 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43779 2026.02.01 14:36:36.762292 [ 262 ] {} TCP-Session: cd38353b-eaaf-4d88-bc20-61b4e10def77 Authenticating user 'default' from [fd00:1122:3344:101::a]:50107 2026.02.01 14:36:36.762319 [ 261 ] {} TCP-Session: 3528de55-ade8-46fb-9e8a-35c165cfbc1f Authenticating user 'default' from [fd00:1122:3344:101::a]:56309 2026.02.01 14:36:36.762354 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.762380 [ 262 ] {} TCP-Session: cd38353b-eaaf-4d88-bc20-61b4e10def77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.762403 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.762439 [ 262 ] {} TCP-Session: cd38353b-eaaf-4d88-bc20-61b4e10def77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.762470 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.762486 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:36.762521 [ 263 ] {} TCP-Session: 3bfebefb-5a97-4e1c-9c4b-a0649b61b4b2 Authenticating user 'default' from [fd00:1122:3344:101::a]:62072 2026.02.01 14:36:36.762509 [ 265 ] {} TCP-Session: ef8529ef-b8f2-4c95-b6ef-20eeef84d9d3 Authenticating user 'default' from [fd00:1122:3344:101::a]:54977 2026.02.01 14:36:36.762461 [ 264 ] {} TCP-Session: 82e49db0-bb3e-46fd-849d-718d92b4a301 Authenticating user 'default' from [fd00:1122:3344:101::a]:56746 2026.02.01 14:36:36.762652 [ 263 ] {} TCP-Session: 3bfebefb-5a97-4e1c-9c4b-a0649b61b4b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.762644 [ 266 ] {} TCP-Session: 5a3a29e4-7a1d-4b2c-9f13-c85b58b77af2 Authenticating user 'default' from [fd00:1122:3344:101::a]:43779 2026.02.01 14:36:36.762639 [ 265 ] {} TCP-Session: ef8529ef-b8f2-4c95-b6ef-20eeef84d9d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.762759 [ 266 ] {} TCP-Session: 5a3a29e4-7a1d-4b2c-9f13-c85b58b77af2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.762740 [ 264 ] {} TCP-Session: 82e49db0-bb3e-46fd-849d-718d92b4a301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.762828 [ 265 ] {} TCP-Session: ef8529ef-b8f2-4c95-b6ef-20eeef84d9d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.762855 [ 264 ] {} TCP-Session: 82e49db0-bb3e-46fd-849d-718d92b4a301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.762843 [ 266 ] {} TCP-Session: 5a3a29e4-7a1d-4b2c-9f13-c85b58b77af2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.762430 [ 261 ] {} TCP-Session: 3528de55-ade8-46fb-9e8a-35c165cfbc1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.762768 [ 263 ] {} TCP-Session: 3bfebefb-5a97-4e1c-9c4b-a0649b61b4b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:36.763023 [ 261 ] {} TCP-Session: 3528de55-ade8-46fb-9e8a-35c165cfbc1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.000159 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 118.41 MiB, peak 118.41 MiB, free memory in arenas 0.00 B, will set to 119.54 MiB (RSS), difference: 1.13 MiB 2026.02.01 14:36:37.222771 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50128 2026.02.01 14:36:37.222962 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:37.223012 [ 267 ] {} TCP-Session: 90358ad6-2bdf-4564-90ef-5437fc901dea Authenticating user 'default' from [fd00:1122:3344:101::c]:50128 2026.02.01 14:36:37.223087 [ 267 ] {} TCP-Session: 90358ad6-2bdf-4564-90ef-5437fc901dea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.223142 [ 267 ] {} TCP-Session: 90358ad6-2bdf-4564-90ef-5437fc901dea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.223224 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.01 14:36:37.223255 [ 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.02.01 14:36:37.223409 [ 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.02.01 14:36:37.224518 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50134 2026.02.01 14:36:37.224642 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49174 2026.02.01 14:36:37.224716 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:37.224825 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33878 2026.02.01 14:36:37.224840 [ 268 ] {} TCP-Session: 65020cce-4f12-46be-9e7c-0f0c648109f2 Authenticating user 'default' from [fd00:1122:3344:101::c]:50134 2026.02.01 14:36:37.224901 [ 268 ] {} TCP-Session: 65020cce-4f12-46be-9e7c-0f0c648109f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.224914 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:37.225000 [ 268 ] {} TCP-Session: 65020cce-4f12-46be-9e7c-0f0c648109f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.224995 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33925 2026.02.01 14:36:37.225139 [ 269 ] {} TCP-Session: b80202b9-4a9f-46af-a358-45b9408cab46 Authenticating user 'default' from [fd00:1122:3344:101::c]:49174 2026.02.01 14:36:37.225136 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54233 2026.02.01 14:36:37.225199 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:37.225256 [ 269 ] {} TCP-Session: b80202b9-4a9f-46af-a358-45b9408cab46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.225275 [ 270 ] {} TCP-Session: cba392b1-40df-4aed-b790-6d2d970a2618 Authenticating user 'default' from [fd00:1122:3344:101::c]:33878 2026.02.01 14:36:37.225307 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:32986 2026.02.01 14:36:37.225266 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:37.225372 [ 269 ] {} TCP-Session: b80202b9-4a9f-46af-a358-45b9408cab46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.225439 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53301 2026.02.01 14:36:37.225447 [ 270 ] {} TCP-Session: cba392b1-40df-4aed-b790-6d2d970a2618 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.225441 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:37.225520 [ 270 ] {} TCP-Session: cba392b1-40df-4aed-b790-6d2d970a2618 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.225411 [ 271 ] {} TCP-Session: 2f0efcaa-a2a2-40ed-bfc9-01a08e12bc40 Authenticating user 'default' from [fd00:1122:3344:101::c]:33925 2026.02.01 14:36:37.225596 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:37.225658 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:37.225629 [ 271 ] {} TCP-Session: 2f0efcaa-a2a2-40ed-bfc9-01a08e12bc40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.225704 [ 273 ] {} TCP-Session: d6ac078c-6383-48c9-89c1-cdcdc42fe640 Authenticating user 'default' from [fd00:1122:3344:101::c]:32986 2026.02.01 14:36:37.225621 [ 272 ] {} TCP-Session: 68d56fd5-abdb-479a-85f6-eb2ffe3433c7 Authenticating user 'default' from [fd00:1122:3344:101::c]:54233 2026.02.01 14:36:37.225780 [ 274 ] {} TCP-Session: 88ae03a7-ffb0-4d2f-919f-3397a86b4198 Authenticating user 'default' from [fd00:1122:3344:101::c]:53301 2026.02.01 14:36:37.225796 [ 271 ] {} TCP-Session: 2f0efcaa-a2a2-40ed-bfc9-01a08e12bc40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.225787 [ 273 ] {} TCP-Session: d6ac078c-6383-48c9-89c1-cdcdc42fe640 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.225862 [ 272 ] {} TCP-Session: 68d56fd5-abdb-479a-85f6-eb2ffe3433c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.225893 [ 274 ] {} TCP-Session: 88ae03a7-ffb0-4d2f-919f-3397a86b4198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.225934 [ 273 ] {} TCP-Session: d6ac078c-6383-48c9-89c1-cdcdc42fe640 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.225967 [ 272 ] {} TCP-Session: 68d56fd5-abdb-479a-85f6-eb2ffe3433c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:37.225951 [ 274 ] {} TCP-Session: 88ae03a7-ffb0-4d2f-919f-3397a86b4198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.599085 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57257 2026.02.01 14:36:41.602579 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:41.602627 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Authenticating user 'default' from [fd00:1122:3344:101::d]:57257 2026.02.01 14:36:41.602654 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.602730 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.602800 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.01 14:36:41.602830 [ 275 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.01 14:36:41.602917 [ 275 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.01 14:36:41.603547 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44723 2026.02.01 14:36:41.603688 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45795 2026.02.01 14:36:41.603779 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:41.603831 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:44723 2026.02.01 14:36:41.603890 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:41.603880 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51092 2026.02.01 14:36:41.603958 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.604006 [ 277 ] {} TCP-Session: 249f8c18-e8f1-4dd9-982c-e31211a923d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45795 2026.02.01 14:36:41.603984 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46462 2026.02.01 14:36:41.604073 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.604120 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:41.604106 [ 277 ] {} TCP-Session: 249f8c18-e8f1-4dd9-982c-e31211a923d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.604099 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58666 2026.02.01 14:36:41.604198 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51779 2026.02.01 14:36:41.604238 [ 277 ] {} TCP-Session: 249f8c18-e8f1-4dd9-982c-e31211a923d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.604232 [ 278 ] {} TCP-Session: be5831de-4f61-4247-87e7-98bfa74bc72f Authenticating user 'default' from [fd00:1122:3344:101::d]:51092 2026.02.01 14:36:41.604284 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:41.604335 [ 278 ] {} TCP-Session: be5831de-4f61-4247-87e7-98bfa74bc72f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.604385 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39664 2026.02.01 14:36:41.604401 [ 279 ] {} TCP-Session: f95fd708-fb9f-47c4-9410-de6219197c7e Authenticating user 'default' from [fd00:1122:3344:101::d]:46462 2026.02.01 14:36:41.604403 [ 278 ] {} TCP-Session: be5831de-4f61-4247-87e7-98bfa74bc72f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.604429 [ 279 ] {} TCP-Session: f95fd708-fb9f-47c4-9410-de6219197c7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.604449 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:41.604505 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59344 2026.02.01 14:36:41.604548 [ 280 ] {} TCP-Session: 54a0d9d6-f649-4412-a026-da71bb8ad29e Authenticating user 'default' from [fd00:1122:3344:101::d]:58666 2026.02.01 14:36:41.604534 [ 279 ] {} TCP-Session: f95fd708-fb9f-47c4-9410-de6219197c7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.604594 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:41.604643 [ 280 ] {} TCP-Session: 54a0d9d6-f649-4412-a026-da71bb8ad29e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.604512 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:41.604687 [ 282 ] {} TCP-Session: c2e98733-df8b-41e2-93b0-8f2644929e5e Authenticating user 'default' from [fd00:1122:3344:101::d]:39664 2026.02.01 14:36:41.604733 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:41.604789 [ 281 ] {} TCP-Session: f0dcd849-0e56-49be-8568-d037a8a38ca9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51779 2026.02.01 14:36:41.604774 [ 282 ] {} TCP-Session: c2e98733-df8b-41e2-93b0-8f2644929e5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.604747 [ 280 ] {} TCP-Session: 54a0d9d6-f649-4412-a026-da71bb8ad29e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.604896 [ 281 ] {} TCP-Session: f0dcd849-0e56-49be-8568-d037a8a38ca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.604880 [ 282 ] {} TCP-Session: c2e98733-df8b-41e2-93b0-8f2644929e5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.604867 [ 283 ] {} TCP-Session: 58b8f943-bd60-4242-b85e-47e46fefc7ca Authenticating user 'default' from [fd00:1122:3344:101::d]:59344 2026.02.01 14:36:41.604970 [ 281 ] {} TCP-Session: f0dcd849-0e56-49be-8568-d037a8a38ca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.605067 [ 283 ] {} TCP-Session: 58b8f943-bd60-4242-b85e-47e46fefc7ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.605090 [ 283 ] {} TCP-Session: 58b8f943-bd60-4242-b85e-47e46fefc7ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:41.611854 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.614614 [ 275 ] {0ee81ae3-2140-4dbf-bdc9-4c81c9d1cb6f} executeQuery: (from [fd00:1122:3344:101::d]:57257) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:36:41.740195 [ 275 ] {0ee81ae3-2140-4dbf-bdc9-4c81c9d1cb6f} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57257) (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 @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.01 14:36:41.741197 [ 275 ] {0ee81ae3-2140-4dbf-bdc9-4c81c9d1cb6f} 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 @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.01 14:36:41.741400 [ 275 ] {0ee81ae3-2140-4dbf-bdc9-4c81c9d1cb6f} TCPHandler: Processed in 0.135465679 sec. 2026.02.01 14:36:41.741841 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.742168 [ 276 ] {66fceb90-caed-469d-8c8d-feb1b2be622f} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:36:41.742582 [ 276 ] {66fceb90-caed-469d-8c8d-feb1b2be622f} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44723) (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 @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.01 14:36:41.742910 [ 276 ] {66fceb90-caed-469d-8c8d-feb1b2be622f} 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 @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.01 14:36:41.743119 [ 276 ] {66fceb90-caed-469d-8c8d-feb1b2be622f} TCPHandler: Processed in 0.001450925 sec. 2026.02.01 14:36:41.743422 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.744156 [ 275 ] {06d7379e-edb4-4e9c-b792-2c8a39165ef8} executeQuery: (from [fd00:1122:3344:101::d]:57257) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.02.01 14:36:41.744760 [ 275 ] {06d7379e-edb4-4e9c-b792-2c8a39165ef8} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.02.01 14:36:41.750838 [ 275 ] {06d7379e-edb4-4e9c-b792-2c8a39165ef8} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.02.01 14:36:41.750864 [ 275 ] {06d7379e-edb4-4e9c-b792-2c8a39165ef8} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.2622e-05 sec 2026.02.01 14:36:41.750879 [ 275 ] {06d7379e-edb4-4e9c-b792-2c8a39165ef8} ReferentialDeps: No tables 2026.02.01 14:36:41.751020 [ 275 ] {06d7379e-edb4-4e9c-b792-2c8a39165ef8} LoadingDeps: No tables 2026.02.01 14:36:41.751052 [ 275 ] {06d7379e-edb4-4e9c-b792-2c8a39165ef8} DatabaseAtomic (oximeter): Starting up tables. 2026.02.01 14:36:41.751955 [ 275 ] {06d7379e-edb4-4e9c-b792-2c8a39165ef8} TCPHandler: Processed in 0.008641097 sec. 2026.02.01 14:36:41.752093 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.752316 [ 275 ] {bf87510f-3326-42f5-a4e3-917cfddbe902} executeQuery: (from [fd00:1122:3344:101::d]:57257) /* 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.02.01 14:36:41.752430 [ 275 ] {bf87510f-3326-42f5-a4e3-917cfddbe902} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.02.01 14:36:41.763152 [ 275 ] {bf87510f-3326-42f5-a4e3-917cfddbe902} StoragePolicy (default): Storage policy default created, total volumes 1 2026.02.01 14:36:41.769610 [ 275 ] {bf87510f-3326-42f5-a4e3-917cfddbe902} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa): Loading data parts 2026.02.01 14:36:41.770706 [ 275 ] {bf87510f-3326-42f5-a4e3-917cfddbe902} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa): There are no data parts 2026.02.01 14:36:41.777392 [ 275 ] {bf87510f-3326-42f5-a4e3-917cfddbe902} TCPHandler: Processed in 0.025349136 sec. 2026.02.01 14:36:41.777557 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.777735 [ 275 ] {30ac0b69-b0ac-415b-baf4-ad88f6d79bb5} executeQuery: (from [fd00:1122:3344:101::d]:57257) /* 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.02.01 14:36:41.777858 [ 275 ] {30ac0b69-b0ac-415b-baf4-ad88f6d79bb5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.02.01 14:36:41.797511 [ 275 ] {30ac0b69-b0ac-415b-baf4-ad88f6d79bb5} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Loading data parts 2026.02.01 14:36:41.797758 [ 275 ] {30ac0b69-b0ac-415b-baf4-ad88f6d79bb5} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): There are no data parts 2026.02.01 14:36:41.799374 [ 275 ] {30ac0b69-b0ac-415b-baf4-ad88f6d79bb5} TCPHandler: Processed in 0.021870008 sec. 2026.02.01 14:36:41.799600 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.799770 [ 275 ] {17be2777-eadd-4725-9162-ade1c98741b5} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.799884 [ 275 ] {17be2777-eadd-4725-9162-ade1c98741b5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.02.01 14:36:41.804616 [ 275 ] {17be2777-eadd-4725-9162-ade1c98741b5} oximeter.measurements_i8 (8d105bb2-9180-42f2-bec3-db4b771d490c): Loading data parts 2026.02.01 14:36:41.804775 [ 275 ] {17be2777-eadd-4725-9162-ade1c98741b5} oximeter.measurements_i8 (8d105bb2-9180-42f2-bec3-db4b771d490c): There are no data parts 2026.02.01 14:36:41.809272 [ 275 ] {17be2777-eadd-4725-9162-ade1c98741b5} TCPHandler: Processed in 0.009725792 sec. 2026.02.01 14:36:41.809436 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.809626 [ 275 ] {2010465c-9bad-433f-bf30-f62e5ef366e8} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.809775 [ 275 ] {2010465c-9bad-433f-bf30-f62e5ef366e8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.02.01 14:36:41.811854 [ 275 ] {2010465c-9bad-433f-bf30-f62e5ef366e8} oximeter.measurements_u8 (6663af0d-7592-480b-89e8-4e0eafe29e6c): Loading data parts 2026.02.01 14:36:41.812005 [ 275 ] {2010465c-9bad-433f-bf30-f62e5ef366e8} oximeter.measurements_u8 (6663af0d-7592-480b-89e8-4e0eafe29e6c): There are no data parts 2026.02.01 14:36:41.816247 [ 275 ] {2010465c-9bad-433f-bf30-f62e5ef366e8} TCPHandler: Processed in 0.006871323 sec. 2026.02.01 14:36:41.816425 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.816617 [ 275 ] {aa1d3b5f-20a0-4e5e-a770-f31e4e6fbcfb} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.816732 [ 275 ] {aa1d3b5f-20a0-4e5e-a770-f31e4e6fbcfb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.02.01 14:36:41.821659 [ 275 ] {aa1d3b5f-20a0-4e5e-a770-f31e4e6fbcfb} oximeter.measurements_i16 (14035210-4317-4a5b-aeb3-3e6425b95d2a): Loading data parts 2026.02.01 14:36:41.821998 [ 275 ] {aa1d3b5f-20a0-4e5e-a770-f31e4e6fbcfb} oximeter.measurements_i16 (14035210-4317-4a5b-aeb3-3e6425b95d2a): There are no data parts 2026.02.01 14:36:41.824762 [ 275 ] {aa1d3b5f-20a0-4e5e-a770-f31e4e6fbcfb} TCPHandler: Processed in 0.00838651 sec. 2026.02.01 14:36:41.824896 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.825054 [ 275 ] {969fe8e2-9977-488d-93bb-e2650772194e} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.825175 [ 275 ] {969fe8e2-9977-488d-93bb-e2650772194e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.02.01 14:36:41.830168 [ 275 ] {969fe8e2-9977-488d-93bb-e2650772194e} oximeter.measurements_u16 (6f2619e7-808e-4151-9ec1-8eb7cbbdcef8): Loading data parts 2026.02.01 14:36:41.830349 [ 275 ] {969fe8e2-9977-488d-93bb-e2650772194e} oximeter.measurements_u16 (6f2619e7-808e-4151-9ec1-8eb7cbbdcef8): There are no data parts 2026.02.01 14:36:41.836084 [ 275 ] {969fe8e2-9977-488d-93bb-e2650772194e} TCPHandler: Processed in 0.011238378 sec. 2026.02.01 14:36:41.836221 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.836453 [ 275 ] {f70f17f6-993f-4d6d-8159-aa3a8821b86b} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.836569 [ 275 ] {f70f17f6-993f-4d6d-8159-aa3a8821b86b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.02.01 14:36:41.840197 [ 275 ] {f70f17f6-993f-4d6d-8159-aa3a8821b86b} oximeter.measurements_i32 (f4ae3373-0caa-4fdc-a215-ae45954f8e2b): Loading data parts 2026.02.01 14:36:41.840415 [ 275 ] {f70f17f6-993f-4d6d-8159-aa3a8821b86b} oximeter.measurements_i32 (f4ae3373-0caa-4fdc-a215-ae45954f8e2b): There are no data parts 2026.02.01 14:36:41.841933 [ 275 ] {f70f17f6-993f-4d6d-8159-aa3a8821b86b} TCPHandler: Processed in 0.005761618 sec. 2026.02.01 14:36:41.842065 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.842218 [ 275 ] {b1f1134c-97cf-4a24-8255-497e260199fe} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.842317 [ 275 ] {b1f1134c-97cf-4a24-8255-497e260199fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.02.01 14:36:41.847165 [ 275 ] {b1f1134c-97cf-4a24-8255-497e260199fe} oximeter.measurements_u32 (d1dcb3a8-916e-4d43-86f0-6f54160ce33e): Loading data parts 2026.02.01 14:36:41.847336 [ 275 ] {b1f1134c-97cf-4a24-8255-497e260199fe} oximeter.measurements_u32 (d1dcb3a8-916e-4d43-86f0-6f54160ce33e): There are no data parts 2026.02.01 14:36:41.852897 [ 275 ] {b1f1134c-97cf-4a24-8255-497e260199fe} TCPHandler: Processed in 0.010883577 sec. 2026.02.01 14:36:41.853039 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.853256 [ 275 ] {679018d9-d499-4670-a27c-a6a2a2195670} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.853376 [ 275 ] {679018d9-d499-4670-a27c-a6a2a2195670} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.02.01 14:36:41.855452 [ 275 ] {679018d9-d499-4670-a27c-a6a2a2195670} oximeter.measurements_i64 (9a8d8336-251c-4ae2-b3c2-b40fc997b104): Loading data parts 2026.02.01 14:36:41.855598 [ 275 ] {679018d9-d499-4670-a27c-a6a2a2195670} oximeter.measurements_i64 (9a8d8336-251c-4ae2-b3c2-b40fc997b104): There are no data parts 2026.02.01 14:36:41.861492 [ 275 ] {679018d9-d499-4670-a27c-a6a2a2195670} TCPHandler: Processed in 0.008503323 sec. 2026.02.01 14:36:41.861628 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.861783 [ 275 ] {79e2552c-9631-4915-89c9-864b5cda3726} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.861927 [ 275 ] {79e2552c-9631-4915-89c9-864b5cda3726} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.02.01 14:36:41.868090 [ 275 ] {79e2552c-9631-4915-89c9-864b5cda3726} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Loading data parts 2026.02.01 14:36:41.868358 [ 275 ] {79e2552c-9631-4915-89c9-864b5cda3726} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): There are no data parts 2026.02.01 14:36:41.869905 [ 275 ] {79e2552c-9631-4915-89c9-864b5cda3726} TCPHandler: Processed in 0.008327048 sec. 2026.02.01 14:36:41.870041 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.870272 [ 275 ] {ce803fa2-559b-4a65-9dd1-2ed6635a5d62} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.870386 [ 275 ] {ce803fa2-559b-4a65-9dd1-2ed6635a5d62} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.02.01 14:36:41.875167 [ 275 ] {ce803fa2-559b-4a65-9dd1-2ed6635a5d62} oximeter.measurements_f32 (d8f3c908-6e6a-48b4-bfcc-3f30135f23e4): Loading data parts 2026.02.01 14:36:41.875349 [ 275 ] {ce803fa2-559b-4a65-9dd1-2ed6635a5d62} oximeter.measurements_f32 (d8f3c908-6e6a-48b4-bfcc-3f30135f23e4): There are no data parts 2026.02.01 14:36:41.880889 [ 275 ] {ce803fa2-559b-4a65-9dd1-2ed6635a5d62} TCPHandler: Processed in 0.010894997 sec. 2026.02.01 14:36:41.881117 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.881347 [ 275 ] {c5506550-0bff-4cb4-b7b3-01d499639847} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.881511 [ 275 ] {c5506550-0bff-4cb4-b7b3-01d499639847} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.02.01 14:36:41.886789 [ 275 ] {c5506550-0bff-4cb4-b7b3-01d499639847} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Loading data parts 2026.02.01 14:36:41.886994 [ 275 ] {c5506550-0bff-4cb4-b7b3-01d499639847} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): There are no data parts 2026.02.01 14:36:41.892451 [ 275 ] {c5506550-0bff-4cb4-b7b3-01d499639847} TCPHandler: Processed in 0.011413314 sec. 2026.02.01 14:36:41.892618 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.892888 [ 275 ] {c832714d-c39d-4545-ae9e-09bf7fd510a1} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.893001 [ 275 ] {c832714d-c39d-4545-ae9e-09bf7fd510a1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.02.01 14:36:41.898119 [ 275 ] {c832714d-c39d-4545-ae9e-09bf7fd510a1} oximeter.measurements_string (a0de50d3-6b8d-4f32-801c-ead7e6cfe265): Loading data parts 2026.02.01 14:36:41.898280 [ 275 ] {c832714d-c39d-4545-ae9e-09bf7fd510a1} oximeter.measurements_string (a0de50d3-6b8d-4f32-801c-ead7e6cfe265): There are no data parts 2026.02.01 14:36:41.901005 [ 275 ] {c832714d-c39d-4545-ae9e-09bf7fd510a1} TCPHandler: Processed in 0.008449112 sec. 2026.02.01 14:36:41.901166 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.901338 [ 275 ] {08c02381-28b5-4edd-9e5f-3ca97890223c} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.901476 [ 275 ] {08c02381-28b5-4edd-9e5f-3ca97890223c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.02.01 14:36:41.906373 [ 275 ] {08c02381-28b5-4edd-9e5f-3ca97890223c} oximeter.measurements_bytes (753fa7b2-2757-43e3-b482-f10a7aa7b43f): Loading data parts 2026.02.01 14:36:41.906522 [ 275 ] {08c02381-28b5-4edd-9e5f-3ca97890223c} oximeter.measurements_bytes (753fa7b2-2757-43e3-b482-f10a7aa7b43f): There are no data parts 2026.02.01 14:36:41.914339 [ 275 ] {08c02381-28b5-4edd-9e5f-3ca97890223c} TCPHandler: Processed in 0.013224269 sec. 2026.02.01 14:36:41.914504 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.914699 [ 275 ] {d6894757-4ff1-4072-91c6-c46009183d30} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.914831 [ 275 ] {d6894757-4ff1-4072-91c6-c46009183d30} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.02.01 14:36:41.918290 [ 275 ] {d6894757-4ff1-4072-91c6-c46009183d30} oximeter.measurements_cumulativei64 (f7945aaa-26cf-4440-aeea-8eb0e25af23e): Loading data parts 2026.02.01 14:36:41.918459 [ 275 ] {d6894757-4ff1-4072-91c6-c46009183d30} oximeter.measurements_cumulativei64 (f7945aaa-26cf-4440-aeea-8eb0e25af23e): There are no data parts 2026.02.01 14:36:41.919840 [ 275 ] {d6894757-4ff1-4072-91c6-c46009183d30} TCPHandler: Processed in 0.005395037 sec. 2026.02.01 14:36:41.920096 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.920260 [ 275 ] {ab80aa12-d698-4467-86a1-0d3a688c3e75} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.920396 [ 275 ] {ab80aa12-d698-4467-86a1-0d3a688c3e75} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.02.01 14:36:41.925189 [ 275 ] {ab80aa12-d698-4467-86a1-0d3a688c3e75} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Loading data parts 2026.02.01 14:36:41.925490 [ 275 ] {ab80aa12-d698-4467-86a1-0d3a688c3e75} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): There are no data parts 2026.02.01 14:36:41.931572 [ 275 ] {ab80aa12-d698-4467-86a1-0d3a688c3e75} TCPHandler: Processed in 0.011525997 sec. 2026.02.01 14:36:41.931718 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.931954 [ 275 ] {e91eabcc-652a-48fa-aa82-93874c1bfe4e} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.932067 [ 275 ] {e91eabcc-652a-48fa-aa82-93874c1bfe4e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.02.01 14:36:41.936944 [ 275 ] {e91eabcc-652a-48fa-aa82-93874c1bfe4e} oximeter.measurements_cumulativef32 (4054ac6c-2c42-4076-94e7-f2c9122e0de1): Loading data parts 2026.02.01 14:36:41.937151 [ 275 ] {e91eabcc-652a-48fa-aa82-93874c1bfe4e} oximeter.measurements_cumulativef32 (4054ac6c-2c42-4076-94e7-f2c9122e0de1): There are no data parts 2026.02.01 14:36:41.945743 [ 275 ] {e91eabcc-652a-48fa-aa82-93874c1bfe4e} TCPHandler: Processed in 0.014075347 sec. 2026.02.01 14:36:41.945895 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.946059 [ 275 ] {388a1062-e1fd-4d5e-bb4a-94fb5106ef8d} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.946181 [ 275 ] {388a1062-e1fd-4d5e-bb4a-94fb5106ef8d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.02.01 14:36:41.951359 [ 275 ] {388a1062-e1fd-4d5e-bb4a-94fb5106ef8d} oximeter.measurements_cumulativef64 (f3820fec-b494-44ab-a97b-50f59b2e0863): Loading data parts 2026.02.01 14:36:41.951613 [ 275 ] {388a1062-e1fd-4d5e-bb4a-94fb5106ef8d} oximeter.measurements_cumulativef64 (f3820fec-b494-44ab-a97b-50f59b2e0863): There are no data parts 2026.02.01 14:36:41.953590 [ 275 ] {388a1062-e1fd-4d5e-bb4a-94fb5106ef8d} TCPHandler: Processed in 0.00774576 sec. 2026.02.01 14:36:41.953841 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.954077 [ 275 ] {292446bb-21fe-4b3d-a588-cb78a6d5946e} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.954212 [ 275 ] {292446bb-21fe-4b3d-a588-cb78a6d5946e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.02.01 14:36:41.959067 [ 275 ] {292446bb-21fe-4b3d-a588-cb78a6d5946e} oximeter.measurements_histogrami8 (827086f0-46f3-42ac-926c-40b11c3ba213): Loading data parts 2026.02.01 14:36:41.959226 [ 275 ] {292446bb-21fe-4b3d-a588-cb78a6d5946e} oximeter.measurements_histogrami8 (827086f0-46f3-42ac-926c-40b11c3ba213): There are no data parts 2026.02.01 14:36:41.961876 [ 275 ] {292446bb-21fe-4b3d-a588-cb78a6d5946e} TCPHandler: Processed in 0.008093411 sec. 2026.02.01 14:36:41.962017 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.962227 [ 275 ] {57c2fcc0-deb3-4f4c-926d-85c5a359583d} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.962358 [ 275 ] {57c2fcc0-deb3-4f4c-926d-85c5a359583d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.02.01 14:36:41.964426 [ 275 ] {57c2fcc0-deb3-4f4c-926d-85c5a359583d} oximeter.measurements_histogramu8 (62d17127-b88f-4779-9cf9-eb4a58f9a026): Loading data parts 2026.02.01 14:36:41.964666 [ 275 ] {57c2fcc0-deb3-4f4c-926d-85c5a359583d} oximeter.measurements_histogramu8 (62d17127-b88f-4779-9cf9-eb4a58f9a026): There are no data parts 2026.02.01 14:36:41.968994 [ 275 ] {57c2fcc0-deb3-4f4c-926d-85c5a359583d} TCPHandler: Processed in 0.007024248 sec. 2026.02.01 14:36:41.969259 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.969626 [ 275 ] {90fd6bae-8bc3-4c93-b57d-8dc06ab814f5} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.969802 [ 275 ] {90fd6bae-8bc3-4c93-b57d-8dc06ab814f5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.02.01 14:36:41.975467 [ 275 ] {90fd6bae-8bc3-4c93-b57d-8dc06ab814f5} oximeter.measurements_histogrami16 (b5543c3c-d45a-48ec-98a1-90d7248af96e): Loading data parts 2026.02.01 14:36:41.975629 [ 275 ] {90fd6bae-8bc3-4c93-b57d-8dc06ab814f5} oximeter.measurements_histogrami16 (b5543c3c-d45a-48ec-98a1-90d7248af96e): There are no data parts 2026.02.01 14:36:41.978871 [ 275 ] {90fd6bae-8bc3-4c93-b57d-8dc06ab814f5} TCPHandler: Processed in 0.00968863 sec. 2026.02.01 14:36:41.979030 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.979244 [ 275 ] {6b789eff-b9c3-4b38-84f2-84ceccbd8970} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.979378 [ 275 ] {6b789eff-b9c3-4b38-84f2-84ceccbd8970} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.02.01 14:36:41.983943 [ 275 ] {6b789eff-b9c3-4b38-84f2-84ceccbd8970} oximeter.measurements_histogramu16 (e68750df-f066-4023-a065-340052742181): Loading data parts 2026.02.01 14:36:41.984094 [ 275 ] {6b789eff-b9c3-4b38-84f2-84ceccbd8970} oximeter.measurements_histogramu16 (e68750df-f066-4023-a065-340052742181): There are no data parts 2026.02.01 14:36:41.989345 [ 275 ] {6b789eff-b9c3-4b38-84f2-84ceccbd8970} TCPHandler: Processed in 0.010370291 sec. 2026.02.01 14:36:41.989528 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.989781 [ 275 ] {1edda48d-42ca-4b79-87b8-531bb9929822} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.989968 [ 275 ] {1edda48d-42ca-4b79-87b8-531bb9929822} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.02.01 14:36:41.992776 [ 275 ] {1edda48d-42ca-4b79-87b8-531bb9929822} oximeter.measurements_histogrami32 (80031711-6972-4473-9ddd-11db06fc5e88): Loading data parts 2026.02.01 14:36:41.992925 [ 275 ] {1edda48d-42ca-4b79-87b8-531bb9929822} oximeter.measurements_histogrami32 (80031711-6972-4473-9ddd-11db06fc5e88): There are no data parts 2026.02.01 14:36:41.998677 [ 275 ] {1edda48d-42ca-4b79-87b8-531bb9929822} TCPHandler: Processed in 0.009196335 sec. 2026.02.01 14:36:41.998855 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:41.999081 [ 275 ] {1081313f-b512-4e2d-a488-a42451cf5389} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:41.999250 [ 275 ] {1081313f-b512-4e2d-a488-a42451cf5389} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.02.01 14:36:42.001137 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 125.99 MiB, peak 125.99 MiB, free memory in arenas 0.00 B, will set to 134.38 MiB (RSS), difference: 8.39 MiB 2026.02.01 14:36:42.006301 [ 275 ] {1081313f-b512-4e2d-a488-a42451cf5389} oximeter.measurements_histogramu32 (14f2ecec-170a-46e8-9121-1fcc6570cb15): Loading data parts 2026.02.01 14:36:42.006461 [ 275 ] {1081313f-b512-4e2d-a488-a42451cf5389} oximeter.measurements_histogramu32 (14f2ecec-170a-46e8-9121-1fcc6570cb15): There are no data parts 2026.02.01 14:36:42.010637 [ 275 ] {1081313f-b512-4e2d-a488-a42451cf5389} TCPHandler: Processed in 0.011844207 sec. 2026.02.01 14:36:42.010795 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.011014 [ 275 ] {0783523d-0b9a-4a86-b8cf-a06f930e30ec} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.011172 [ 275 ] {0783523d-0b9a-4a86-b8cf-a06f930e30ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.02.01 14:36:42.016331 [ 275 ] {0783523d-0b9a-4a86-b8cf-a06f930e30ec} oximeter.measurements_histogrami64 (5c252050-539e-4979-88ee-f843e0b9feb4): Loading data parts 2026.02.01 14:36:42.016672 [ 275 ] {0783523d-0b9a-4a86-b8cf-a06f930e30ec} oximeter.measurements_histogrami64 (5c252050-539e-4979-88ee-f843e0b9feb4): There are no data parts 2026.02.01 14:36:42.021995 [ 275 ] {0783523d-0b9a-4a86-b8cf-a06f930e30ec} TCPHandler: Processed in 0.011253259 sec. 2026.02.01 14:36:42.022167 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.022472 [ 275 ] {00ed644a-02f0-4e22-9870-a78b5462f0b9} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.022678 [ 275 ] {00ed644a-02f0-4e22-9870-a78b5462f0b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.02.01 14:36:42.025780 [ 275 ] {00ed644a-02f0-4e22-9870-a78b5462f0b9} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Loading data parts 2026.02.01 14:36:42.025942 [ 275 ] {00ed644a-02f0-4e22-9870-a78b5462f0b9} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): There are no data parts 2026.02.01 14:36:42.027299 [ 275 ] {00ed644a-02f0-4e22-9870-a78b5462f0b9} TCPHandler: Processed in 0.005186911 sec. 2026.02.01 14:36:42.027445 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.027660 [ 275 ] {d9f26647-9aae-419c-bac6-950a94c30abf} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.027820 [ 275 ] {d9f26647-9aae-419c-bac6-950a94c30abf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.02.01 14:36:42.030239 [ 275 ] {d9f26647-9aae-419c-bac6-950a94c30abf} oximeter.measurements_histogramf32 (21134b91-266c-4671-96b8-dface60ee297): Loading data parts 2026.02.01 14:36:42.030531 [ 275 ] {d9f26647-9aae-419c-bac6-950a94c30abf} oximeter.measurements_histogramf32 (21134b91-266c-4671-96b8-dface60ee297): There are no data parts 2026.02.01 14:36:42.032347 [ 275 ] {d9f26647-9aae-419c-bac6-950a94c30abf} TCPHandler: Processed in 0.004952924 sec. 2026.02.01 14:36:42.032495 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.032802 [ 275 ] {87b9aa38-6a7f-4849-ada0-deabb8c47990} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.032932 [ 275 ] {87b9aa38-6a7f-4849-ada0-deabb8c47990} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.02.01 14:36:42.041603 [ 275 ] {87b9aa38-6a7f-4849-ada0-deabb8c47990} oximeter.measurements_histogramf64 (ad3e9b75-106e-437b-a182-0e448fc489db): Loading data parts 2026.02.01 14:36:42.041840 [ 275 ] {87b9aa38-6a7f-4849-ada0-deabb8c47990} oximeter.measurements_histogramf64 (ad3e9b75-106e-437b-a182-0e448fc489db): There are no data parts 2026.02.01 14:36:42.044431 [ 275 ] {87b9aa38-6a7f-4849-ada0-deabb8c47990} TCPHandler: Processed in 0.011985161 sec. 2026.02.01 14:36:42.044585 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.044771 [ 275 ] {4c019282-cb27-4bba-beec-39e0b516063a} executeQuery: (from [fd00:1122:3344:101::d]:57257) /* 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.02.01 14:36:42.044884 [ 275 ] {4c019282-cb27-4bba-beec-39e0b516063a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.02.01 14:36:42.050426 [ 275 ] {4c019282-cb27-4bba-beec-39e0b516063a} oximeter.fields_bool (a145c69e-f540-4e53-b706-653fe99e5fb3): Loading data parts 2026.02.01 14:36:42.050743 [ 275 ] {4c019282-cb27-4bba-beec-39e0b516063a} oximeter.fields_bool (a145c69e-f540-4e53-b706-653fe99e5fb3): There are no data parts 2026.02.01 14:36:42.054346 [ 275 ] {4c019282-cb27-4bba-beec-39e0b516063a} TCPHandler: Processed in 0.009812684 sec. 2026.02.01 14:36:42.054496 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.054725 [ 275 ] {6039961c-3864-428f-85ca-4ea7fafdcfee} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.054813 [ 275 ] {6039961c-3864-428f-85ca-4ea7fafdcfee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.02.01 14:36:42.059526 [ 275 ] {6039961c-3864-428f-85ca-4ea7fafdcfee} oximeter.fields_i8 (6bfde87a-5e3e-47cd-a4f0-216220df2cb4): Loading data parts 2026.02.01 14:36:42.059974 [ 275 ] {6039961c-3864-428f-85ca-4ea7fafdcfee} oximeter.fields_i8 (6bfde87a-5e3e-47cd-a4f0-216220df2cb4): There are no data parts 2026.02.01 14:36:42.064896 [ 275 ] {6039961c-3864-428f-85ca-4ea7fafdcfee} TCPHandler: Processed in 0.010452404 sec. 2026.02.01 14:36:42.065204 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.065400 [ 275 ] {40042a9f-0bf6-4512-8a8c-81f082e392b6} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.065542 [ 275 ] {40042a9f-0bf6-4512-8a8c-81f082e392b6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.02.01 14:36:42.067710 [ 275 ] {40042a9f-0bf6-4512-8a8c-81f082e392b6} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Loading data parts 2026.02.01 14:36:42.067956 [ 275 ] {40042a9f-0bf6-4512-8a8c-81f082e392b6} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): There are no data parts 2026.02.01 14:36:42.072175 [ 275 ] {40042a9f-0bf6-4512-8a8c-81f082e392b6} TCPHandler: Processed in 0.007033088 sec. 2026.02.01 14:36:42.072329 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.072599 [ 275 ] {7923472d-c805-4384-a950-b6a9fdf7c3c0} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.072738 [ 275 ] {7923472d-c805-4384-a950-b6a9fdf7c3c0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.02.01 14:36:42.074759 [ 275 ] {7923472d-c805-4384-a950-b6a9fdf7c3c0} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Loading data parts 2026.02.01 14:36:42.074942 [ 275 ] {7923472d-c805-4384-a950-b6a9fdf7c3c0} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): There are no data parts 2026.02.01 14:36:42.077277 [ 275 ] {7923472d-c805-4384-a950-b6a9fdf7c3c0} TCPHandler: Processed in 0.005007325 sec. 2026.02.01 14:36:42.077462 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.077651 [ 275 ] {b6507f2a-141e-4f1f-a058-1666017903a7} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.077777 [ 275 ] {b6507f2a-141e-4f1f-a058-1666017903a7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.02.01 14:36:42.079561 [ 275 ] {b6507f2a-141e-4f1f-a058-1666017903a7} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Loading data parts 2026.02.01 14:36:42.079785 [ 275 ] {b6507f2a-141e-4f1f-a058-1666017903a7} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): There are no data parts 2026.02.01 14:36:42.083820 [ 275 ] {b6507f2a-141e-4f1f-a058-1666017903a7} TCPHandler: Processed in 0.006417379 sec. 2026.02.01 14:36:42.083963 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.084210 [ 275 ] {35f2d0a5-0ebf-4ee4-a76e-398210978546} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.084339 [ 275 ] {35f2d0a5-0ebf-4ee4-a76e-398210978546} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.02.01 14:36:42.091622 [ 275 ] {35f2d0a5-0ebf-4ee4-a76e-398210978546} oximeter.fields_i32 (0a371ba4-179a-4325-b92e-147904b088c1): Loading data parts 2026.02.01 14:36:42.091794 [ 275 ] {35f2d0a5-0ebf-4ee4-a76e-398210978546} oximeter.fields_i32 (0a371ba4-179a-4325-b92e-147904b088c1): There are no data parts 2026.02.01 14:36:42.101032 [ 275 ] {35f2d0a5-0ebf-4ee4-a76e-398210978546} TCPHandler: Processed in 0.017118431 sec. 2026.02.01 14:36:42.101195 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.101393 [ 275 ] {51396470-0c9f-49f7-9b7e-7f80b66c8c6d} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.101594 [ 275 ] {51396470-0c9f-49f7-9b7e-7f80b66c8c6d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.02.01 14:36:42.106501 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.02.01 14:36:42.106571 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.02.01 14:36:42.106661 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.02.01 14:36:42.106683 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.02.01 14:36:42.108219 [ 275 ] {51396470-0c9f-49f7-9b7e-7f80b66c8c6d} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Loading data parts 2026.02.01 14:36:42.108401 [ 275 ] {51396470-0c9f-49f7-9b7e-7f80b66c8c6d} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): There are no data parts 2026.02.01 14:36:42.113940 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Loading data parts 2026.02.01 14:36:42.114101 [ 275 ] {51396470-0c9f-49f7-9b7e-7f80b66c8c6d} TCPHandler: Processed in 0.012965742 sec. 2026.02.01 14:36:42.114149 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): There are no data parts 2026.02.01 14:36:42.114363 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.114527 [ 275 ] {b48bcb24-0cc5-48a0-bb7c-be434efc9941} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.114681 [ 275 ] {b48bcb24-0cc5-48a0-bb7c-be434efc9941} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.02.01 14:36:42.119587 [ 275 ] {b48bcb24-0cc5-48a0-bb7c-be434efc9941} oximeter.fields_i64 (ded8f3dc-f6e7-4665-9c0b-010dadc255ef): Loading data parts 2026.02.01 14:36:42.119591 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Loading data parts 2026.02.01 14:36:42.120993 [ 275 ] {b48bcb24-0cc5-48a0-bb7c-be434efc9941} oximeter.fields_i64 (ded8f3dc-f6e7-4665-9c0b-010dadc255ef): There are no data parts 2026.02.01 14:36:42.121045 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): There are no data parts 2026.02.01 14:36:42.123550 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:36:42.123593 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.02.01 14:36:42.125558 [ 275 ] {b48bcb24-0cc5-48a0-bb7c-be434efc9941} TCPHandler: Processed in 0.011244029 sec. 2026.02.01 14:36:42.125835 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.126002 [ 275 ] {5b22ab27-59f9-4640-b4fd-96f763f3d92e} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.126125 [ 275 ] {5b22ab27-59f9-4640-b4fd-96f763f3d92e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.02.01 14:36:42.131473 [ 275 ] {5b22ab27-59f9-4640-b4fd-96f763f3d92e} oximeter.fields_u64 (24de7a5f-a99f-44b6-a6ef-269a5f89dfce): Loading data parts 2026.02.01 14:36:42.131759 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:36:42.131769 [ 275 ] {5b22ab27-59f9-4640-b4fd-96f763f3d92e} oximeter.fields_u64 (24de7a5f-a99f-44b6-a6ef-269a5f89dfce): There are no data parts 2026.02.01 14:36:42.133256 [ 275 ] {5b22ab27-59f9-4640-b4fd-96f763f3d92e} TCPHandler: Processed in 0.007484182 sec. 2026.02.01 14:36:42.133396 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.133639 [ 275 ] {4a3651e7-00ca-4e00-a1d6-8d35c44b5c3c} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.133761 [ 275 ] {4a3651e7-00ca-4e00-a1d6-8d35c44b5c3c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.02.01 14:36:42.135513 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:36:42.135991 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.02.01 14:36:42.137405 [ 275 ] {4a3651e7-00ca-4e00-a1d6-8d35c44b5c3c} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Loading data parts 2026.02.01 14:36:42.137560 [ 275 ] {4a3651e7-00ca-4e00-a1d6-8d35c44b5c3c} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): There are no data parts 2026.02.01 14:36:42.138894 [ 275 ] {4a3651e7-00ca-4e00-a1d6-8d35c44b5c3c} TCPHandler: Processed in 0.005549082 sec. 2026.02.01 14:36:42.139208 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.139366 [ 275 ] {1096c369-b797-49a5-924b-34b5e8e6bd34} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.139480 [ 275 ] {1096c369-b797-49a5-924b-34b5e8e6bd34} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.02.01 14:36:42.143736 [ 275 ] {1096c369-b797-49a5-924b-34b5e8e6bd34} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Loading data parts 2026.02.01 14:36:42.143963 [ 275 ] {1096c369-b797-49a5-924b-34b5e8e6bd34} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): There are no data parts 2026.02.01 14:36:42.145478 [ 275 ] {1096c369-b797-49a5-924b-34b5e8e6bd34} TCPHandler: Processed in 0.006320076 sec. 2026.02.01 14:36:42.145634 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.145880 [ 275 ] {2ff9ade4-e432-4b55-a580-ab9545055b22} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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.02.01 14:36:42.145999 [ 275 ] {2ff9ade4-e432-4b55-a580-ab9545055b22} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.02.01 14:36:42.150796 [ 275 ] {2ff9ade4-e432-4b55-a580-ab9545055b22} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Loading data parts 2026.02.01 14:36:42.150944 [ 275 ] {2ff9ade4-e432-4b55-a580-ab9545055b22} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): There are no data parts 2026.02.01 14:36:42.152939 [ 275 ] {2ff9ade4-e432-4b55-a580-ab9545055b22} TCPHandler: Processed in 0.007360148 sec. 2026.02.01 14:36:42.153157 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.153399 [ 275 ] {0b0c2edb-2023-4d3b-8044-fb878b33f32c} executeQuery: (from [fd00:1122:3344:101::d]:57257) /* 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.02.01 14:36:42.153531 [ 275 ] {0b0c2edb-2023-4d3b-8044-fb878b33f32c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.02.01 14:36:42.154066 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:36:42.154117 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.02.01 14:36:42.157049 [ 275 ] {0b0c2edb-2023-4d3b-8044-fb878b33f32c} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Loading data parts 2026.02.01 14:36:42.157327 [ 275 ] {0b0c2edb-2023-4d3b-8044-fb878b33f32c} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): There are no data parts 2026.02.01 14:36:42.159982 [ 275 ] {0b0c2edb-2023-4d3b-8044-fb878b33f32c} TCPHandler: Processed in 0.006874953 sec. 2026.02.01 14:36:42.160273 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:42.160738 [ 276 ] {3f235967-3ee5-4386-a804-97ed28d1a619} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.02.01 14:36:42.161473 [ 276 ] {3f235967-3ee5-4386-a804-97ed28d1a619} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.02.01 14:36:42.161908 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:36:42.163820 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:36:42.167670 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.02.01 14:36:42.181863 [ 284 ] {3f235967-3ee5-4386-a804-97ed28d1a619} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:36:42.182020 [ 284 ] {3f235967-3ee5-4386-a804-97ed28d1a619} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2026.02.01 14:36:42.182662 [ 284 ] {3f235967-3ee5-4386-a804-97ed28d1a619} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:36:42.183080 [ 284 ] {3f235967-3ee5-4386-a804-97ed28d1a619} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:36:42.183345 [ 276 ] {3f235967-3ee5-4386-a804-97ed28d1a619} executeQuery: Read 1 rows, 16.00 B in 0.022779 sec., 43.90008341015848 rows/sec., 702.40 B/sec. 2026.02.01 14:36:42.183568 [ 276 ] {3f235967-3ee5-4386-a804-97ed28d1a619} TCPHandler: Processed in 0.023436956 sec. 2026.02.01 14:36:43.001162 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 140.71 MiB, peak 144.66 MiB, free memory in arenas 0.00 B, will set to 153.43 MiB (RSS), difference: 12.72 MiB 2026.02.01 14:36:44.606444 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.02.01 14:36:44.606594 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.02.01 14:36:44.612393 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Loading data parts 2026.02.01 14:36:44.612745 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): There are no data parts 2026.02.01 14:36:44.621243 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:36:44.621309 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.02.01 14:36:44.623777 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:36:44.624512 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:36:44.624910 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.02.01 14:36:45.000159 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 157.66 MiB, peak 157.66 MiB, free memory in arenas 0.00 B, will set to 154.54 MiB (RSS), difference: -3.12 MiB 2026.02.01 14:36:46.682076 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52383 2026.02.01 14:36:46.682283 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:46.682317 [ 287 ] {} TCP-Session: 0da09c56-e1bc-4b2e-b43c-dab354b42c48 Authenticating user 'default' from [fd00:1122:3344:101::e]:52383 2026.02.01 14:36:46.682340 [ 287 ] {} TCP-Session: 0da09c56-e1bc-4b2e-b43c-dab354b42c48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.682437 [ 287 ] {} TCP-Session: 0da09c56-e1bc-4b2e-b43c-dab354b42c48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.682505 [ 287 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.01 14:36:46.682529 [ 287 ] {} 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.02.01 14:36:46.682617 [ 287 ] {} 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.02.01 14:36:46.683134 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58178 2026.02.01 14:36:46.683242 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41554 2026.02.01 14:36:46.683376 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:46.683381 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53863 2026.02.01 14:36:46.683421 [ 288 ] {} TCP-Session: 14e50f2e-a1e8-4c69-bf85-41961e295c71 Authenticating user 'default' from [fd00:1122:3344:101::e]:58178 2026.02.01 14:36:46.683484 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:46.683505 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51809 2026.02.01 14:36:46.683542 [ 289 ] {} TCP-Session: e96f8882-494b-4d09-9085-dcbe08fb4c4a Authenticating user 'default' from [fd00:1122:3344:101::e]:41554 2026.02.01 14:36:46.683592 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56876 2026.02.01 14:36:46.683639 [ 288 ] {} TCP-Session: 14e50f2e-a1e8-4c69-bf85-41961e295c71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.683660 [ 288 ] {} TCP-Session: 14e50f2e-a1e8-4c69-bf85-41961e295c71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.683663 [ 289 ] {} TCP-Session: e96f8882-494b-4d09-9085-dcbe08fb4c4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.683748 [ 289 ] {} TCP-Session: e96f8882-494b-4d09-9085-dcbe08fb4c4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.683748 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:46.683761 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53837 2026.02.01 14:36:46.683816 [ 290 ] {} TCP-Session: 9d4d6272-cfe7-4deb-a32f-0244a280ac31 Authenticating user 'default' from [fd00:1122:3344:101::e]:53863 2026.02.01 14:36:46.683843 [ 290 ] {} TCP-Session: 9d4d6272-cfe7-4deb-a32f-0244a280ac31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.683856 [ 290 ] {} TCP-Session: 9d4d6272-cfe7-4deb-a32f-0244a280ac31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.683949 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:46.683996 [ 291 ] {} TCP-Session: fc2379af-67fe-42f4-94d8-cee8e5f2f364 Authenticating user 'default' from [fd00:1122:3344:101::e]:51809 2026.02.01 14:36:46.684015 [ 291 ] {} TCP-Session: fc2379af-67fe-42f4-94d8-cee8e5f2f364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.684029 [ 291 ] {} TCP-Session: fc2379af-67fe-42f4-94d8-cee8e5f2f364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.684042 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:46.684081 [ 292 ] {} TCP-Session: 71eb64e9-e324-44a5-b446-285f38f7507f Authenticating user 'default' from [fd00:1122:3344:101::e]:56876 2026.02.01 14:36:46.684097 [ 292 ] {} TCP-Session: 71eb64e9-e324-44a5-b446-285f38f7507f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.684110 [ 292 ] {} TCP-Session: 71eb64e9-e324-44a5-b446-285f38f7507f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.684130 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60823 2026.02.01 14:36:46.684180 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:46.684219 [ 293 ] {} TCP-Session: 2e1fd615-daf5-4c0f-97bf-618f8e134a85 Authenticating user 'default' from [fd00:1122:3344:101::e]:53837 2026.02.01 14:36:46.684237 [ 293 ] {} TCP-Session: 2e1fd615-daf5-4c0f-97bf-618f8e134a85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.684250 [ 293 ] {} TCP-Session: 2e1fd615-daf5-4c0f-97bf-618f8e134a85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.684313 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:46.684337 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62133 2026.02.01 14:36:46.684349 [ 294 ] {} TCP-Session: 8701353f-a061-4dcc-81cb-06434016d70d Authenticating user 'default' from [fd00:1122:3344:101::e]:60823 2026.02.01 14:36:46.684383 [ 294 ] {} TCP-Session: 8701353f-a061-4dcc-81cb-06434016d70d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.684395 [ 294 ] {} TCP-Session: 8701353f-a061-4dcc-81cb-06434016d70d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.684540 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:46.684585 [ 295 ] {} TCP-Session: 8f2cae91-df5f-41bb-b479-ca87a832ea68 Authenticating user 'default' from [fd00:1122:3344:101::e]:62133 2026.02.01 14:36:46.684603 [ 295 ] {} TCP-Session: 8f2cae91-df5f-41bb-b479-ca87a832ea68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.684616 [ 295 ] {} TCP-Session: 8f2cae91-df5f-41bb-b479-ca87a832ea68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.685574 [ 287 ] {} TCP-Session: 0da09c56-e1bc-4b2e-b43c-dab354b42c48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:46.685769 [ 287 ] {e89a3898-4cbe-4035-8587-72bd0169c90d} executeQuery: (from [fd00:1122:3344:101::e]:52383) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:36:46.686238 [ 287 ] {e89a3898-4cbe-4035-8587-72bd0169c90d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:36:46.688465 [ 287 ] {e89a3898-4cbe-4035-8587-72bd0169c90d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:36:46.697422 [ 287 ] {e89a3898-4cbe-4035-8587-72bd0169c90d} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:36:46.708642 [ 285 ] {e89a3898-4cbe-4035-8587-72bd0169c90d} AggregatingTransform: Aggregating 2026.02.01 14:36:46.708840 [ 285 ] {e89a3898-4cbe-4035-8587-72bd0169c90d} Aggregator: Aggregation method: without_key 2026.02.01 14:36:46.709727 [ 285 ] {e89a3898-4cbe-4035-8587-72bd0169c90d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004123898 sec. (242.489 rows/sec., 9.47 KiB/sec.) 2026.02.01 14:36:46.709755 [ 285 ] {e89a3898-4cbe-4035-8587-72bd0169c90d} Aggregator: Merging aggregated data 2026.02.01 14:36:46.709785 [ 285 ] {e89a3898-4cbe-4035-8587-72bd0169c90d} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.02.01 14:36:46.710957 [ 287 ] {e89a3898-4cbe-4035-8587-72bd0169c90d} executeQuery: Read 1 rows, 40.00 B in 0.025248 sec., 39.60709759188847 rows/sec., 1.55 KiB/sec. 2026.02.01 14:36:46.711098 [ 287 ] {e89a3898-4cbe-4035-8587-72bd0169c90d} TCPHandler: Processed in 0.025685126 sec. 2026.02.01 14:36:46.711929 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:46.711985 [ 287 ] {} TCP-Session: 0da09c56-e1bc-4b2e-b43c-dab354b42c48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.714387 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:46.714418 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:46.714426 [ 294 ] {} TCP-Session: 8701353f-a061-4dcc-81cb-06434016d70d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.714436 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:46.714458 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:46.714469 [ 288 ] {} TCP-Session: 14e50f2e-a1e8-4c69-bf85-41961e295c71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.714480 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:46.714495 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:46.714515 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:46.714549 [ 293 ] {} TCP-Session: 2e1fd615-daf5-4c0f-97bf-618f8e134a85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.714560 [ 289 ] {} TCP-Session: e96f8882-494b-4d09-9085-dcbe08fb4c4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.714580 [ 291 ] {} TCP-Session: fc2379af-67fe-42f4-94d8-cee8e5f2f364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.714539 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:46.714514 [ 292 ] {} TCP-Session: 71eb64e9-e324-44a5-b446-285f38f7507f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.714504 [ 290 ] {} TCP-Session: 9d4d6272-cfe7-4deb-a32f-0244a280ac31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:46.714650 [ 295 ] {} TCP-Session: 8f2cae91-df5f-41bb-b479-ca87a832ea68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:47.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 154.83 MiB, peak 162.92 MiB, free memory in arenas 0.00 B, will set to 158.68 MiB (RSS), difference: 3.86 MiB 2026.02.01 14:36:49.570016 [ 132 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:36:49.570066 [ 132 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:36:49.636152 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 436 entries to flush up to offset 985 2026.02.01 14:36:49.639294 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:36:49.639345 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.02.01 14:36:49.640145 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:36:49.640796 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:36:49.640961 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 985 2026.02.01 14:36:49.667781 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.02.01 14:36:49.687089 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:36:49.687160 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2026.02.01 14:36:49.693972 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:36:49.695396 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:36:49.698972 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.02.01 14:36:50.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.38 MiB, peak 163.38 MiB, free memory in arenas 0.00 B, will set to 161.89 MiB (RSS), difference: 2.51 MiB 2026.02.01 14:36:54.140255 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34362 2026.02.01 14:36:54.140370 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.140396 [ 287 ] {} TCP-Session: 58b19fdc-a7dd-4fa6-86dc-23701bce7144 Authenticating user 'default' from [fd00:1122:3344:101::e]:34362 2026.02.01 14:36:54.140418 [ 287 ] {} TCP-Session: 58b19fdc-a7dd-4fa6-86dc-23701bce7144 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.140430 [ 287 ] {} TCP-Session: 58b19fdc-a7dd-4fa6-86dc-23701bce7144 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.140689 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53499 2026.02.01 14:36:54.140720 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48629 2026.02.01 14:36:54.140732 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60071 2026.02.01 14:36:54.140755 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39572 2026.02.01 14:36:54.140772 [ 287 ] {} TCP-Session: 58b19fdc-a7dd-4fa6-86dc-23701bce7144 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:54.140779 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39914 2026.02.01 14:36:54.140817 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.140832 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.140843 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.140858 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.140873 [ 288 ] {} TCP-Session: cdb5fbb5-cf4b-4729-9ea8-636e6833e96b Authenticating user 'default' from [fd00:1122:3344:101::e]:53499 2026.02.01 14:36:54.140882 [ 292 ] {} TCP-Session: 349112ed-2a85-4381-b3e2-65901ff2a5bc Authenticating user 'default' from [fd00:1122:3344:101::e]:60071 2026.02.01 14:36:54.140898 [ 294 ] {} TCP-Session: 27b2d377-524d-458b-ae1d-14ac63c24e7b Authenticating user 'default' from [fd00:1122:3344:101::e]:39572 2026.02.01 14:36:54.140914 [ 288 ] {} TCP-Session: cdb5fbb5-cf4b-4729-9ea8-636e6833e96b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.140927 [ 292 ] {} TCP-Session: 349112ed-2a85-4381-b3e2-65901ff2a5bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.140937 [ 294 ] {} TCP-Session: 27b2d377-524d-458b-ae1d-14ac63c24e7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.140954 [ 292 ] {} TCP-Session: 349112ed-2a85-4381-b3e2-65901ff2a5bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.140959 [ 287 ] {8af3507c-d6e5-4dd1-90fe-5ebaa9d0d466} executeQuery: (from [fd00:1122:3344:101::e]:34362) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:36:54.140969 [ 294 ] {} TCP-Session: 27b2d377-524d-458b-ae1d-14ac63c24e7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.140945 [ 288 ] {} TCP-Session: cdb5fbb5-cf4b-4729-9ea8-636e6833e96b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.140914 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.140856 [ 291 ] {} TCP-Session: 39d411d9-dea3-435c-ba90-7887fc2c428d Authenticating user 'default' from [fd00:1122:3344:101::e]:48629 2026.02.01 14:36:54.141071 [ 295 ] {} TCP-Session: 7084fbc2-188c-4cc5-b5b2-b91ed764feed Authenticating user 'default' from [fd00:1122:3344:101::e]:39914 2026.02.01 14:36:54.141083 [ 291 ] {} TCP-Session: 39d411d9-dea3-435c-ba90-7887fc2c428d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.140718 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54445 2026.02.01 14:36:54.141107 [ 295 ] {} TCP-Session: 7084fbc2-188c-4cc5-b5b2-b91ed764feed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.141108 [ 291 ] {} TCP-Session: 39d411d9-dea3-435c-ba90-7887fc2c428d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.141140 [ 295 ] {} TCP-Session: 7084fbc2-188c-4cc5-b5b2-b91ed764feed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.140706 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38779 2026.02.01 14:36:54.141194 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.140749 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64955 2026.02.01 14:36:54.141230 [ 290 ] {} TCP-Session: 3a6a2306-39bf-4191-9376-53e0a7c51d4a Authenticating user 'default' from [fd00:1122:3344:101::e]:54445 2026.02.01 14:36:54.141252 [ 287 ] {8af3507c-d6e5-4dd1-90fe-5ebaa9d0d466} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:36:54.141259 [ 290 ] {} TCP-Session: 3a6a2306-39bf-4191-9376-53e0a7c51d4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.141296 [ 290 ] {} TCP-Session: 3a6a2306-39bf-4191-9376-53e0a7c51d4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.141317 [ 287 ] {8af3507c-d6e5-4dd1-90fe-5ebaa9d0d466} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:36:54.141403 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.141403 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.141441 [ 289 ] {} TCP-Session: 5ee4e571-eafc-435d-9b80-384cae9e6253 Authenticating user 'default' from [fd00:1122:3344:101::e]:38779 2026.02.01 14:36:54.141449 [ 293 ] {} TCP-Session: dc43d912-5f05-4e23-91e8-fed957676c5c Authenticating user 'default' from [fd00:1122:3344:101::e]:64955 2026.02.01 14:36:54.141464 [ 289 ] {} TCP-Session: 5ee4e571-eafc-435d-9b80-384cae9e6253 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.141470 [ 293 ] {} TCP-Session: dc43d912-5f05-4e23-91e8-fed957676c5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.141478 [ 289 ] {} TCP-Session: 5ee4e571-eafc-435d-9b80-384cae9e6253 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.141485 [ 293 ] {} TCP-Session: dc43d912-5f05-4e23-91e8-fed957676c5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.141600 [ 287 ] {8af3507c-d6e5-4dd1-90fe-5ebaa9d0d466} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:36:54.142441 [ 306 ] {8af3507c-d6e5-4dd1-90fe-5ebaa9d0d466} AggregatingTransform: Aggregating 2026.02.01 14:36:54.142484 [ 306 ] {8af3507c-d6e5-4dd1-90fe-5ebaa9d0d466} Aggregator: Aggregation method: without_key 2026.02.01 14:36:54.142517 [ 306 ] {8af3507c-d6e5-4dd1-90fe-5ebaa9d0d466} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000814425 sec. (1227.860 rows/sec., 47.96 KiB/sec.) 2026.02.01 14:36:54.142537 [ 306 ] {8af3507c-d6e5-4dd1-90fe-5ebaa9d0d466} Aggregator: Merging aggregated data 2026.02.01 14:36:54.143855 [ 287 ] {8af3507c-d6e5-4dd1-90fe-5ebaa9d0d466} executeQuery: Read 1 rows, 40.00 B in 0.002963 sec., 337.49578130273375 rows/sec., 13.18 KiB/sec. 2026.02.01 14:36:54.143948 [ 287 ] {8af3507c-d6e5-4dd1-90fe-5ebaa9d0d466} TCPHandler: Processed in 0.003296353 sec. 2026.02.01 14:36:54.144093 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.144119 [ 287 ] {} TCP-Session: 58b19fdc-a7dd-4fa6-86dc-23701bce7144 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.144127 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.144148 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.144162 [ 294 ] {} TCP-Session: 27b2d377-524d-458b-ae1d-14ac63c24e7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.144172 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.144195 [ 289 ] {} TCP-Session: 5ee4e571-eafc-435d-9b80-384cae9e6253 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.144201 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.144214 [ 291 ] {} TCP-Session: 39d411d9-dea3-435c-ba90-7887fc2c428d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.144230 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.144248 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.144274 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.144294 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.144306 [ 292 ] {} TCP-Session: 349112ed-2a85-4381-b3e2-65901ff2a5bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.144336 [ 295 ] {} TCP-Session: 7084fbc2-188c-4cc5-b5b2-b91ed764feed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.144357 [ 293 ] {} TCP-Session: dc43d912-5f05-4e23-91e8-fed957676c5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.144302 [ 288 ] {} TCP-Session: cdb5fbb5-cf4b-4729-9ea8-636e6833e96b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.144255 [ 290 ] {} TCP-Session: 3a6a2306-39bf-4191-9376-53e0a7c51d4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.226325 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40076 2026.02.01 14:36:54.226435 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.226469 [ 287 ] {} TCP-Session: 6f8ed1a3-ea4d-4fd5-9ca3-e07b8009ca28 Authenticating user 'default' from [fd00:1122:3344:101::e]:40076 2026.02.01 14:36:54.226507 [ 287 ] {} TCP-Session: 6f8ed1a3-ea4d-4fd5-9ca3-e07b8009ca28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.226522 [ 287 ] {} TCP-Session: 6f8ed1a3-ea4d-4fd5-9ca3-e07b8009ca28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.226856 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39783 2026.02.01 14:36:54.226884 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62114 2026.02.01 14:36:54.226906 [ 287 ] {} TCP-Session: 6f8ed1a3-ea4d-4fd5-9ca3-e07b8009ca28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:36:54.226930 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64079 2026.02.01 14:36:54.226983 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.226989 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.227022 [ 291 ] {} TCP-Session: 404c0754-e187-47a3-964b-ccc2a5396a21 Authenticating user 'default' from [fd00:1122:3344:101::e]:62114 2026.02.01 14:36:54.226921 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50865 2026.02.01 14:36:54.227053 [ 291 ] {} TCP-Session: 404c0754-e187-47a3-964b-ccc2a5396a21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.227066 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.227074 [ 291 ] {} TCP-Session: 404c0754-e187-47a3-964b-ccc2a5396a21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.226910 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58363 2026.02.01 14:36:54.227107 [ 287 ] {3251f667-e8b8-4790-95cf-067a44f51dc6} executeQuery: (from [fd00:1122:3344:101::e]:40076) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:36:54.227110 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.227102 [ 295 ] {} TCP-Session: 0fedbd47-5d0e-4d22-94bb-65e2f4a93a33 Authenticating user 'default' from [fd00:1122:3344:101::e]:64079 2026.02.01 14:36:54.227178 [ 294 ] {} TCP-Session: 008ac523-b4d4-4132-9e98-2ef28ffa603a Authenticating user 'default' from [fd00:1122:3344:101::e]:50865 2026.02.01 14:36:54.226897 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47829 2026.02.01 14:36:54.227208 [ 294 ] {} TCP-Session: 008ac523-b4d4-4132-9e98-2ef28ffa603a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.227207 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.227247 [ 294 ] {} TCP-Session: 008ac523-b4d4-4132-9e98-2ef28ffa603a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.227202 [ 295 ] {} TCP-Session: 0fedbd47-5d0e-4d22-94bb-65e2f4a93a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.227279 [ 293 ] {} TCP-Session: c6ba49c7-935b-44a4-ae13-b416ca7117db Authenticating user 'default' from [fd00:1122:3344:101::e]:58363 2026.02.01 14:36:54.227284 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.227298 [ 295 ] {} TCP-Session: 0fedbd47-5d0e-4d22-94bb-65e2f4a93a33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.227318 [ 293 ] {} TCP-Session: c6ba49c7-935b-44a4-ae13-b416ca7117db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.227330 [ 292 ] {} TCP-Session: c5a8a933-1822-4140-87b1-415413db9977 Authenticating user 'default' from [fd00:1122:3344:101::e]:47829 2026.02.01 14:36:54.227349 [ 293 ] {} TCP-Session: c6ba49c7-935b-44a4-ae13-b416ca7117db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.227370 [ 292 ] {} TCP-Session: c5a8a933-1822-4140-87b1-415413db9977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.226886 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42215 2026.02.01 14:36:54.227401 [ 287 ] {3251f667-e8b8-4790-95cf-067a44f51dc6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:36:54.227395 [ 292 ] {} TCP-Session: c5a8a933-1822-4140-87b1-415413db9977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.226871 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59262 2026.02.01 14:36:54.227463 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.227481 [ 287 ] {3251f667-e8b8-4790-95cf-067a44f51dc6} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:36:54.227506 [ 290 ] {} TCP-Session: 8b544b9c-5ea6-44e8-904f-1f0faf8f2ff2 Authenticating user 'default' from [fd00:1122:3344:101::e]:42215 2026.02.01 14:36:54.227042 [ 288 ] {} TCP-Session: 410001e3-d868-4b81-b311-c698fe7e3e1e Authenticating user 'default' from [fd00:1122:3344:101::e]:39783 2026.02.01 14:36:54.227529 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:36:54.227557 [ 288 ] {} TCP-Session: 410001e3-d868-4b81-b311-c698fe7e3e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.227578 [ 289 ] {} TCP-Session: d3a3b884-4f61-40ec-bdaf-53d0b8b24851 Authenticating user 'default' from [fd00:1122:3344:101::e]:59262 2026.02.01 14:36:54.227591 [ 288 ] {} TCP-Session: 410001e3-d868-4b81-b311-c698fe7e3e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.227608 [ 289 ] {} TCP-Session: d3a3b884-4f61-40ec-bdaf-53d0b8b24851 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.227534 [ 290 ] {} TCP-Session: 8b544b9c-5ea6-44e8-904f-1f0faf8f2ff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.227630 [ 289 ] {} TCP-Session: d3a3b884-4f61-40ec-bdaf-53d0b8b24851 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.227651 [ 290 ] {} TCP-Session: 8b544b9c-5ea6-44e8-904f-1f0faf8f2ff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.227777 [ 287 ] {3251f667-e8b8-4790-95cf-067a44f51dc6} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:36:54.228696 [ 318 ] {3251f667-e8b8-4790-95cf-067a44f51dc6} AggregatingTransform: Aggregating 2026.02.01 14:36:54.228742 [ 318 ] {3251f667-e8b8-4790-95cf-067a44f51dc6} Aggregator: Aggregation method: without_key 2026.02.01 14:36:54.228777 [ 318 ] {3251f667-e8b8-4790-95cf-067a44f51dc6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000899748 sec. (1111.422 rows/sec., 43.41 KiB/sec.) 2026.02.01 14:36:54.228797 [ 318 ] {3251f667-e8b8-4790-95cf-067a44f51dc6} Aggregator: Merging aggregated data 2026.02.01 14:36:54.230108 [ 287 ] {3251f667-e8b8-4790-95cf-067a44f51dc6} executeQuery: Read 1 rows, 40.00 B in 0.003061 sec., 326.6906239790918 rows/sec., 12.76 KiB/sec. 2026.02.01 14:36:54.230232 [ 287 ] {3251f667-e8b8-4790-95cf-067a44f51dc6} TCPHandler: Processed in 0.003452857 sec. 2026.02.01 14:36:54.230371 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.230393 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.230403 [ 287 ] {} TCP-Session: 6f8ed1a3-ea4d-4fd5-9ca3-e07b8009ca28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.230415 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.230437 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.230473 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.230480 [ 295 ] {} TCP-Session: 0fedbd47-5d0e-4d22-94bb-65e2f4a93a33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.230495 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.230512 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.230529 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.230538 [ 290 ] {} TCP-Session: 8b544b9c-5ea6-44e8-904f-1f0faf8f2ff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.230552 [ 294 ] {} TCP-Session: 008ac523-b4d4-4132-9e98-2ef28ffa603a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.230570 [ 291 ] {} TCP-Session: 404c0754-e187-47a3-964b-ccc2a5396a21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.230512 [ 292 ] {} TCP-Session: c5a8a933-1822-4140-87b1-415413db9977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.230456 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 14:36:54.230435 [ 289 ] {} TCP-Session: d3a3b884-4f61-40ec-bdaf-53d0b8b24851 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.230504 [ 288 ] {} TCP-Session: 410001e3-d868-4b81-b311-c698fe7e3e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.230651 [ 293 ] {} TCP-Session: c6ba49c7-935b-44a4-ae13-b416ca7117db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:36:54.628185 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 6 entries to flush up to offset 94 2026.02.01 14:36:54.630561 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:36:54.630605 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.02.01 14:36:54.631786 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:36:54.632325 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:36:54.632568 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 94 2026.02.01 14:36:55.000377 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.38 MiB, peak 170.49 MiB, free memory in arenas 0.00 B, will set to 161.98 MiB (RSS), difference: 3.61 MiB 2026.02.01 14:36:57.141915 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1497 2026.02.01 14:36:57.142422 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:36:57.142468 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.02.01 14:36:57.143125 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:36:57.143624 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:36:57.143770 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1497 2026.02.01 14:36:57.199926 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.02.01 14:36:57.215547 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:36:57.215616 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2026.02.01 14:36:57.221917 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:36:57.223040 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:36:57.226077 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.02.01 14:37:02.205664 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:02.205858 [ 275 ] {a7da1006-127e-409a-955f-45c40afe9117} executeQuery: (from [fd00:1122:3344:101::d]:57257) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.02.01 14:37:02.206124 [ 275 ] {a7da1006-127e-409a-955f-45c40afe9117} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:02.206185 [ 275 ] {a7da1006-127e-409a-955f-45c40afe9117} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:02.206579 [ 275 ] {a7da1006-127e-409a-955f-45c40afe9117} TCPHandler: Processed in 0.001043922 sec. 2026.02.01 14:37:02.233188 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:02.233360 [ 275 ] {c888533c-e0a3-4e07-a6b7-31d4d663a535} executeQuery: (from [fd00:1122:3344:101::d]:57257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 14:37:02.244032 [ 275 ] {c888533c-e0a3-4e07-a6b7-31d4d663a535} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:02.244089 [ 275 ] {c888533c-e0a3-4e07-a6b7-31d4d663a535} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:02.246473 [ 275 ] {c888533c-e0a3-4e07-a6b7-31d4d663a535} TCPHandler: Processed in 0.013357654 sec. 2026.02.01 14:37:02.247555 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:02.247682 [ 275 ] {f9bd1a75-727b-4fb2-abb4-2580ce9b4b10} executeQuery: (from [fd00:1122:3344:101::d]:57257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 14:37:02.251903 [ 275 ] {f9bd1a75-727b-4fb2-abb4-2580ce9b4b10} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:02.251989 [ 275 ] {f9bd1a75-727b-4fb2-abb4-2580ce9b4b10} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:02.252567 [ 275 ] {f9bd1a75-727b-4fb2-abb4-2580ce9b4b10} TCPHandler: Processed in 0.005060586 sec. 2026.02.01 14:37:02.252836 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:02.252952 [ 275 ] {7bbbad99-1a50-45f8-962f-671cffbc1b98} executeQuery: (from [fd00:1122:3344:101::d]:57257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 14:37:02.253192 [ 275 ] {7bbbad99-1a50-45f8-962f-671cffbc1b98} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:02.253236 [ 275 ] {7bbbad99-1a50-45f8-962f-671cffbc1b98} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:02.253549 [ 275 ] {7bbbad99-1a50-45f8-962f-671cffbc1b98} TCPHandler: Processed in 0.000762584 sec. 2026.02.01 14:37:02.253732 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:02.253846 [ 275 ] {c40f357b-43fd-4108-a514-91f9ba8841d6} executeQuery: (from [fd00:1122:3344:101::d]:57257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 14:37:02.254084 [ 275 ] {c40f357b-43fd-4108-a514-91f9ba8841d6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:02.254127 [ 275 ] {c40f357b-43fd-4108-a514-91f9ba8841d6} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:02.254449 [ 275 ] {c40f357b-43fd-4108-a514-91f9ba8841d6} TCPHandler: Processed in 0.000765544 sec. 2026.02.01 14:37:02.255112 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:02.255217 [ 275 ] {b28d76b7-de22-47c3-b98b-5e7a10356329} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.01 14:37:02.255259 [ 275 ] {b28d76b7-de22-47c3-b98b-5e7a10356329} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:02.267969 [ 275 ] {b28d76b7-de22-47c3-b98b-5e7a10356329} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:02.268012 [ 275 ] {b28d76b7-de22-47c3-b98b-5e7a10356329} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:02.268830 [ 275 ] {b28d76b7-de22-47c3-b98b-5e7a10356329} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:37:02.269260 [ 275 ] {b28d76b7-de22-47c3-b98b-5e7a10356329} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:02.269406 [ 275 ] {b28d76b7-de22-47c3-b98b-5e7a10356329} executeQuery: Read 5 rows, 665.00 B in 0.014218 sec., 351.6669011112674 rows/sec., 45.68 KiB/sec. 2026.02.01 14:37:02.269443 [ 275 ] {b28d76b7-de22-47c3-b98b-5e7a10356329} TCPHandler: Processed in 0.014379496 sec. 2026.02.01 14:37:02.269549 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:02.269645 [ 275 ] {3fdd1f3a-5835-4718-8e31-7a9de88a635c} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:37:02.269686 [ 275 ] {3fdd1f3a-5835-4718-8e31-7a9de88a635c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:37:02.272121 [ 275 ] {3fdd1f3a-5835-4718-8e31-7a9de88a635c} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:02.272155 [ 275 ] {3fdd1f3a-5835-4718-8e31-7a9de88a635c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:02.275157 [ 275 ] {3fdd1f3a-5835-4718-8e31-7a9de88a635c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:37:02.275885 [ 275 ] {3fdd1f3a-5835-4718-8e31-7a9de88a635c} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:02.276015 [ 275 ] {3fdd1f3a-5835-4718-8e31-7a9de88a635c} executeQuery: Read 2 rows, 167.00 B in 0.006389 sec., 313.03803412114576 rows/sec., 25.53 KiB/sec. 2026.02.01 14:37:02.276050 [ 275 ] {3fdd1f3a-5835-4718-8e31-7a9de88a635c} TCPHandler: Processed in 0.006549232 sec. 2026.02.01 14:37:02.276157 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:02.276253 [ 275 ] {03d944c1-33dd-4e4b-b605-b99d92bd28d3} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:37:02.276291 [ 275 ] {03d944c1-33dd-4e4b-b605-b99d92bd28d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:37:02.280443 [ 275 ] {03d944c1-33dd-4e4b-b605-b99d92bd28d3} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:02.280475 [ 275 ] {03d944c1-33dd-4e4b-b605-b99d92bd28d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:02.281098 [ 275 ] {03d944c1-33dd-4e4b-b605-b99d92bd28d3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:37:02.281885 [ 275 ] {03d944c1-33dd-4e4b-b605-b99d92bd28d3} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:02.282014 [ 275 ] {03d944c1-33dd-4e4b-b605-b99d92bd28d3} executeQuery: Read 25 rows, 2.33 KiB in 0.005779 sec., 4326.007959854646 rows/sec., 403.54 KiB/sec. 2026.02.01 14:37:02.282049 [ 275 ] {03d944c1-33dd-4e4b-b605-b99d92bd28d3} TCPHandler: Processed in 0.005940744 sec. 2026.02.01 14:37:02.282155 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:02.282250 [ 275 ] {bbf13335-d373-460c-b0b7-0c4dde84c4b9} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:37:02.282289 [ 275 ] {bbf13335-d373-460c-b0b7-0c4dde84c4b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:37:02.282677 [ 275 ] {bbf13335-d373-460c-b0b7-0c4dde84c4b9} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:02.282712 [ 275 ] {bbf13335-d373-460c-b0b7-0c4dde84c4b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:02.283147 [ 275 ] {bbf13335-d373-460c-b0b7-0c4dde84c4b9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:37:02.283687 [ 275 ] {bbf13335-d373-460c-b0b7-0c4dde84c4b9} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:02.283814 [ 275 ] {bbf13335-d373-460c-b0b7-0c4dde84c4b9} executeQuery: Read 14 rows, 1.04 KiB in 0.001583 sec., 8843.967150979153 rows/sec., 658.24 KiB/sec. 2026.02.01 14:37:02.283851 [ 275 ] {bbf13335-d373-460c-b0b7-0c4dde84c4b9} TCPHandler: Processed in 0.001745054 sec. 2026.02.01 14:37:02.283956 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:02.284049 [ 275 ] {9f0c937f-038d-4f16-ac40-e994891ca58c} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:37:02.284088 [ 275 ] {9f0c937f-038d-4f16-ac40-e994891ca58c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:37:02.284469 [ 275 ] {9f0c937f-038d-4f16-ac40-e994891ca58c} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:02.284506 [ 275 ] {9f0c937f-038d-4f16-ac40-e994891ca58c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:02.284963 [ 275 ] {9f0c937f-038d-4f16-ac40-e994891ca58c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:37:02.285419 [ 275 ] {9f0c937f-038d-4f16-ac40-e994891ca58c} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:02.285544 [ 275 ] {9f0c937f-038d-4f16-ac40-e994891ca58c} executeQuery: Read 27 rows, 2.18 KiB in 0.001513 sec., 17845.340383344348 rows/sec., 1.41 MiB/sec. 2026.02.01 14:37:02.285581 [ 275 ] {9f0c937f-038d-4f16-ac40-e994891ca58c} TCPHandler: Processed in 0.001673102 sec. 2026.02.01 14:37:02.285690 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:02.285783 [ 275 ] {dc834d49-f79a-4552-a156-ffdbab8cc855} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:37:02.285825 [ 275 ] {dc834d49-f79a-4552-a156-ffdbab8cc855} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:37:02.288136 [ 275 ] {dc834d49-f79a-4552-a156-ffdbab8cc855} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:02.288178 [ 275 ] {dc834d49-f79a-4552-a156-ffdbab8cc855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:02.288763 [ 275 ] {dc834d49-f79a-4552-a156-ffdbab8cc855} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:37:02.289269 [ 275 ] {dc834d49-f79a-4552-a156-ffdbab8cc855} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:02.289397 [ 275 ] {dc834d49-f79a-4552-a156-ffdbab8cc855} executeQuery: Read 1 rows, 72.00 B in 0.003632 sec., 275.33039647577095 rows/sec., 19.36 KiB/sec. 2026.02.01 14:37:02.289433 [ 275 ] {dc834d49-f79a-4552-a156-ffdbab8cc855} TCPHandler: Processed in 0.003791627 sec. 2026.02.01 14:37:02.289530 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:02.289624 [ 275 ] {0f52abfd-25c1-4c71-b20f-4d6002bdef64} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:37:02.289676 [ 275 ] {0f52abfd-25c1-4c71-b20f-4d6002bdef64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:37:02.290442 [ 275 ] {0f52abfd-25c1-4c71-b20f-4d6002bdef64} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:02.290478 [ 275 ] {0f52abfd-25c1-4c71-b20f-4d6002bdef64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:02.299256 [ 275 ] {0f52abfd-25c1-4c71-b20f-4d6002bdef64} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:37:02.300595 [ 275 ] {0f52abfd-25c1-4c71-b20f-4d6002bdef64} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:02.300728 [ 275 ] {0f52abfd-25c1-4c71-b20f-4d6002bdef64} executeQuery: Read 12 rows, 22.02 KiB in 0.011123 sec., 1078.8456351703678 rows/sec., 1.93 MiB/sec. 2026.02.01 14:37:02.300778 [ 275 ] {0f52abfd-25c1-4c71-b20f-4d6002bdef64} TCPHandler: Processed in 0.01129612 sec. 2026.02.01 14:37:02.300888 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:02.300984 [ 275 ] {f5518722-9d55-487c-991b-9735023103f1} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.01 14:37:02.301024 [ 275 ] {f5518722-9d55-487c-991b-9735023103f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.01 14:37:02.303238 [ 275 ] {f5518722-9d55-487c-991b-9735023103f1} oximeter.measurements_i64 (9a8d8336-251c-4ae2-b3c2-b40fc997b104): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:02.303277 [ 275 ] {f5518722-9d55-487c-991b-9735023103f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:02.303892 [ 275 ] {f5518722-9d55-487c-991b-9735023103f1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:37:02.304370 [ 275 ] {f5518722-9d55-487c-991b-9735023103f1} oximeter.measurements_i64 (9a8d8336-251c-4ae2-b3c2-b40fc997b104): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:02.304500 [ 275 ] {f5518722-9d55-487c-991b-9735023103f1} executeQuery: Read 15 rows, 1.09 KiB in 0.003536 sec., 4242.081447963801 rows/sec., 307.66 KiB/sec. 2026.02.01 14:37:02.304536 [ 275 ] {f5518722-9d55-487c-991b-9735023103f1} TCPHandler: Processed in 0.003698524 sec. 2026.02.01 14:37:04.570305 [ 122 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:37:04.570363 [ 122 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:37:04.632705 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 120 2026.02.01 14:37:04.634749 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:04.634797 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:04.636158 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:37:04.636728 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:04.636965 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 120 2026.02.01 14:37:04.643870 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1945 2026.02.01 14:37:04.644357 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:04.644406 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:04.645146 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:37:04.645764 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:04.645908 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1945 2026.02.01 14:37:04.726168 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.02.01 14:37:04.743221 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:04.743277 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:04.749747 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:37:04.751020 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:04.754073 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.02.01 14:37:05.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 164.59 MiB, peak 170.49 MiB, free memory in arenas 0.00 B, will set to 166.00 MiB (RSS), difference: 1.41 MiB 2026.02.01 14:37:12.145999 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2457 2026.02.01 14:37:12.146584 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:12.146640 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:12.147191 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:37:12.147427 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:12.147575 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2457 2026.02.01 14:37:12.207486 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:12.207679 [ 275 ] {296c0e2d-0c14-4934-9f02-b7cedb2ea407} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:37:12.207741 [ 275 ] {296c0e2d-0c14-4934-9f02-b7cedb2ea407} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:37:12.208378 [ 275 ] {296c0e2d-0c14-4934-9f02-b7cedb2ea407} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:12.208420 [ 275 ] {296c0e2d-0c14-4934-9f02-b7cedb2ea407} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:12.208796 [ 275 ] {296c0e2d-0c14-4934-9f02-b7cedb2ea407} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:37:12.209027 [ 275 ] {296c0e2d-0c14-4934-9f02-b7cedb2ea407} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:12.209181 [ 275 ] {296c0e2d-0c14-4934-9f02-b7cedb2ea407} executeQuery: Read 52 rows, 4.88 KiB in 0.001549 sec., 33570.045190445446 rows/sec., 3.08 MiB/sec. 2026.02.01 14:37:12.209223 [ 275 ] {296c0e2d-0c14-4934-9f02-b7cedb2ea407} TCPHandler: Processed in 0.001858407 sec. 2026.02.01 14:37:12.209352 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:12.209448 [ 275 ] {bba80d32-1922-4b0e-90ba-664ef4a1ab5b} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:37:12.209489 [ 275 ] {bba80d32-1922-4b0e-90ba-664ef4a1ab5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:37:12.209889 [ 275 ] {bba80d32-1922-4b0e-90ba-664ef4a1ab5b} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:12.209924 [ 275 ] {bba80d32-1922-4b0e-90ba-664ef4a1ab5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:12.210213 [ 275 ] {bba80d32-1922-4b0e-90ba-664ef4a1ab5b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:37:12.210428 [ 275 ] {bba80d32-1922-4b0e-90ba-664ef4a1ab5b} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:12.210557 [ 275 ] {bba80d32-1922-4b0e-90ba-664ef4a1ab5b} executeQuery: Read 26 rows, 1.96 KiB in 0.001129 sec., 23029.229406554474 rows/sec., 1.69 MiB/sec. 2026.02.01 14:37:12.210595 [ 275 ] {bba80d32-1922-4b0e-90ba-664ef4a1ab5b} TCPHandler: Processed in 0.00129403 sec. 2026.02.01 14:37:12.210718 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:12.210813 [ 275 ] {b0c63af4-7796-4fdc-bf99-59e8dfad9d36} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:37:12.210852 [ 275 ] {b0c63af4-7796-4fdc-bf99-59e8dfad9d36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:37:12.211240 [ 275 ] {b0c63af4-7796-4fdc-bf99-59e8dfad9d36} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:12.211276 [ 275 ] {b0c63af4-7796-4fdc-bf99-59e8dfad9d36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:12.211563 [ 275 ] {b0c63af4-7796-4fdc-bf99-59e8dfad9d36} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:37:12.211772 [ 275 ] {b0c63af4-7796-4fdc-bf99-59e8dfad9d36} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:12.211902 [ 275 ] {b0c63af4-7796-4fdc-bf99-59e8dfad9d36} executeQuery: Read 32 rows, 2.59 KiB in 0.001108 sec., 28880.86642599278 rows/sec., 2.29 MiB/sec. 2026.02.01 14:37:12.211939 [ 275 ] {b0c63af4-7796-4fdc-bf99-59e8dfad9d36} TCPHandler: Processed in 0.001269109 sec. 2026.02.01 14:37:12.212046 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:12.212140 [ 275 ] {350d642e-0096-4d49-95f0-347e53f2a304} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:37:12.212194 [ 275 ] {350d642e-0096-4d49-95f0-347e53f2a304} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:37:12.212996 [ 275 ] {350d642e-0096-4d49-95f0-347e53f2a304} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:12.213032 [ 275 ] {350d642e-0096-4d49-95f0-347e53f2a304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:12.213571 [ 275 ] {350d642e-0096-4d49-95f0-347e53f2a304} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:37:12.213792 [ 275 ] {350d642e-0096-4d49-95f0-347e53f2a304} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:12.213927 [ 275 ] {350d642e-0096-4d49-95f0-347e53f2a304} executeQuery: Read 26 rows, 47.71 KiB in 0.001805 sec., 14404.43213296399 rows/sec., 25.81 MiB/sec. 2026.02.01 14:37:12.213976 [ 275 ] {350d642e-0096-4d49-95f0-347e53f2a304} TCPHandler: Processed in 0.001978452 sec. 2026.02.01 14:37:12.214085 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:12.214179 [ 275 ] {b0c79ab9-757d-49f7-88e6-b88d6d54e923} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.01 14:37:12.214220 [ 275 ] {b0c79ab9-757d-49f7-88e6-b88d6d54e923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.01 14:37:12.214556 [ 275 ] {b0c79ab9-757d-49f7-88e6-b88d6d54e923} oximeter.measurements_i64 (9a8d8336-251c-4ae2-b3c2-b40fc997b104): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:12.214593 [ 275 ] {b0c79ab9-757d-49f7-88e6-b88d6d54e923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:12.214885 [ 275 ] {b0c79ab9-757d-49f7-88e6-b88d6d54e923} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:37:12.215092 [ 275 ] {b0c79ab9-757d-49f7-88e6-b88d6d54e923} oximeter.measurements_i64 (9a8d8336-251c-4ae2-b3c2-b40fc997b104): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:12.215213 [ 275 ] {b0c79ab9-757d-49f7-88e6-b88d6d54e923} executeQuery: Read 9 rows, 709.00 B in 0.001053 sec., 8547.008547008549 rows/sec., 657.53 KiB/sec. 2026.02.01 14:37:12.215248 [ 275 ] {b0c79ab9-757d-49f7-88e6-b88d6d54e923} TCPHandler: Processed in 0.001212897 sec. 2026.02.01 14:37:12.255088 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.02.01 14:37:12.272144 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:12.272186 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:12.278469 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:37:12.279221 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:12.282146 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.02.01 14:37:14.637982 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 10 entries to flush up to offset 130 2026.02.01 14:37:14.639741 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:14.639796 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:14.640938 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:37:14.641204 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:14.641507 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 130 2026.02.01 14:37:19.570413 [ 97 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:37:19.570474 [ 97 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:37:19.647658 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2905 2026.02.01 14:37:19.648445 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:19.648507 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:19.648979 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:37:19.649206 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:19.649327 [ 97 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 14:37:19.649330 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2905 2026.02.01 14:37:19.649382 [ 97 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:19.649406 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:19.653980 [ 202 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:37:19.656008 [ 202 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:37:19.658163 [ 202 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:37:19.664342 [ 202 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 436 rows starting from the beginning of the part 2026.02.01 14:37:19.664401 [ 202 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 512 rows starting from the beginning of the part 2026.02.01 14:37:19.664454 [ 202 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 448 rows starting from the beginning of the part 2026.02.01 14:37:19.664500 [ 202 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2026.02.01 14:37:19.664552 [ 202 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:37:19.698025 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2905 rows, containing 4 columns (4 merged, 0 gathered) in 0.048460812 sec., 59945.34305368222 rows/sec., 878.11 KiB/sec. 2026.02.01 14:37:19.698948 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 14:37:19.699292 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_6_1} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:19.699377 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_6_1} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 14:37:19.701709 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.02.01 14:37:19.782210 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.02.01 14:37:19.799676 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:19.799738 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:19.805947 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:37:19.806691 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:19.806990 [ 95 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 14:37:19.807026 [ 95 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:19.807046 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:19.807134 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:37:19.810168 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:37:19.810287 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.02.01 14:37:19.811000 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:37:19.814433 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:37:19.817816 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:37:19.821824 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:37:19.829065 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:37:19.833398 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:37:19.891141 [ 186 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.084036654 sec., 547.3801943613795 rows/sec., 2.83 MiB/sec. 2026.02.01 14:37:19.893422 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 14:37:19.895514 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_6_1} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:19.895617 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_6_1} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 14:37:19.897487 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.02.01 14:37:20.000232 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 169.04 MiB, peak 178.58 MiB, free memory in arenas 0.00 B, will set to 179.77 MiB (RSS), difference: 10.73 MiB 2026.02.01 14:37:22.207297 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:22.207486 [ 275 ] {8a16615d-34b6-457b-931d-5f4071e197a0} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:37:22.207558 [ 275 ] {8a16615d-34b6-457b-931d-5f4071e197a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:37:22.208256 [ 275 ] {8a16615d-34b6-457b-931d-5f4071e197a0} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:22.208305 [ 275 ] {8a16615d-34b6-457b-931d-5f4071e197a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:22.208708 [ 275 ] {8a16615d-34b6-457b-931d-5f4071e197a0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:37:22.208935 [ 275 ] {8a16615d-34b6-457b-931d-5f4071e197a0} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:22.209093 [ 275 ] {8a16615d-34b6-457b-931d-5f4071e197a0} executeQuery: Read 52 rows, 4.88 KiB in 0.001658 sec., 31363.088057901085 rows/sec., 2.87 MiB/sec. 2026.02.01 14:37:22.209139 [ 275 ] {8a16615d-34b6-457b-931d-5f4071e197a0} TCPHandler: Processed in 0.001962361 sec. 2026.02.01 14:37:22.209264 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:22.209364 [ 275 ] {80d54a2d-c6fd-4c19-9ca8-0f3002d453bd} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:37:22.209408 [ 275 ] {80d54a2d-c6fd-4c19-9ca8-0f3002d453bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:37:22.209817 [ 275 ] {80d54a2d-c6fd-4c19-9ca8-0f3002d453bd} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:22.209854 [ 275 ] {80d54a2d-c6fd-4c19-9ca8-0f3002d453bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:22.210159 [ 275 ] {80d54a2d-c6fd-4c19-9ca8-0f3002d453bd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:37:22.210376 [ 275 ] {80d54a2d-c6fd-4c19-9ca8-0f3002d453bd} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:22.210506 [ 275 ] {80d54a2d-c6fd-4c19-9ca8-0f3002d453bd} executeQuery: Read 26 rows, 1.96 KiB in 0.001164 sec., 22336.76975945017 rows/sec., 1.64 MiB/sec. 2026.02.01 14:37:22.210544 [ 275 ] {80d54a2d-c6fd-4c19-9ca8-0f3002d453bd} TCPHandler: Processed in 0.001331721 sec. 2026.02.01 14:37:22.210667 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:22.210792 [ 275 ] {8f8e9143-fb37-4f97-97fe-ab6e0d014567} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:37:22.210844 [ 275 ] {8f8e9143-fb37-4f97-97fe-ab6e0d014567} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:37:22.211325 [ 275 ] {8f8e9143-fb37-4f97-97fe-ab6e0d014567} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:22.211369 [ 275 ] {8f8e9143-fb37-4f97-97fe-ab6e0d014567} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:22.211690 [ 275 ] {8f8e9143-fb37-4f97-97fe-ab6e0d014567} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:37:22.211909 [ 275 ] {8f8e9143-fb37-4f97-97fe-ab6e0d014567} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:22.212040 [ 275 ] {8f8e9143-fb37-4f97-97fe-ab6e0d014567} executeQuery: Read 26 rows, 2.08 KiB in 0.001275 sec., 20392.156862745098 rows/sec., 1.59 MiB/sec. 2026.02.01 14:37:22.212077 [ 275 ] {8f8e9143-fb37-4f97-97fe-ab6e0d014567} TCPHandler: Processed in 0.001474276 sec. 2026.02.01 14:37:22.212177 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:22.212271 [ 275 ] {c3723e52-adf8-4008-ae4e-1edb15b50e5d} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:37:22.212327 [ 275 ] {c3723e52-adf8-4008-ae4e-1edb15b50e5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:37:22.213216 [ 275 ] {c3723e52-adf8-4008-ae4e-1edb15b50e5d} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:22.213260 [ 275 ] {c3723e52-adf8-4008-ae4e-1edb15b50e5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:22.213827 [ 275 ] {c3723e52-adf8-4008-ae4e-1edb15b50e5d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:37:22.214058 [ 275 ] {c3723e52-adf8-4008-ae4e-1edb15b50e5d} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:22.214191 [ 275 ] {c3723e52-adf8-4008-ae4e-1edb15b50e5d} executeQuery: Read 26 rows, 47.71 KiB in 0.001938 sec., 13415.892672858618 rows/sec., 24.04 MiB/sec. 2026.02.01 14:37:22.214247 [ 275 ] {c3723e52-adf8-4008-ae4e-1edb15b50e5d} TCPHandler: Processed in 0.002119165 sec. 2026.02.01 14:37:24.641586 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 8 entries to flush up to offset 138 2026.02.01 14:37:24.643360 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:24.643404 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:24.644573 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:37:24.644855 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:24.645169 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 138 2026.02.01 14:37:27.150323 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3417 2026.02.01 14:37:27.150941 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:27.150974 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:27.151528 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:37:27.151767 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:27.151906 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3417 2026.02.01 14:37:27.311231 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.02.01 14:37:27.328703 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:27.328758 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:27.335263 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:37:27.336300 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:27.339541 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.02.01 14:37:32.207174 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.207399 [ 275 ] {cfb10331-7875-484d-a785-b190ce481733} executeQuery: (from [fd00:1122:3344:101::d]:57257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 14:37:32.207687 [ 275 ] {cfb10331-7875-484d-a785-b190ce481733} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.212131 [ 275 ] {cfb10331-7875-484d-a785-b190ce481733} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.02.01 14:37:32.212476 [ 275 ] {cfb10331-7875-484d-a785-b190ce481733} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.212608 [ 275 ] {cfb10331-7875-484d-a785-b190ce481733} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.212901 [ 275 ] {cfb10331-7875-484d-a785-b190ce481733} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2026.02.01 14:37:32.215008 [ 275 ] {cfb10331-7875-484d-a785-b190ce481733} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.216837 [ 275 ] {cfb10331-7875-484d-a785-b190ce481733} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.216861 [ 275 ] {cfb10331-7875-484d-a785-b190ce481733} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.216939 [ 275 ] {cfb10331-7875-484d-a785-b190ce481733} 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.02.01 14:37:32.216960 [ 275 ] {cfb10331-7875-484d-a785-b190ce481733} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.230304 [ 275 ] {cfb10331-7875-484d-a785-b190ce481733} executeQuery: Read 5 rows, 228.00 B in 0.022975 sec., 217.6278563656148 rows/sec., 9.69 KiB/sec. 2026.02.01 14:37:32.230411 [ 275 ] {cfb10331-7875-484d-a785-b190ce481733} TCPHandler: Processed in 0.023354844 sec. 2026.02.01 14:37:32.230717 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.230864 [ 275 ] {82b7fb08-7998-46f4-b881-78fa5590c6cb} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 14:37:32.231056 [ 275 ] {82b7fb08-7998-46f4-b881-78fa5590c6cb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.231083 [ 275 ] {82b7fb08-7998-46f4-b881-78fa5590c6cb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.02.01 14:37:32.231224 [ 275 ] {82b7fb08-7998-46f4-b881-78fa5590c6cb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.231276 [ 275 ] {82b7fb08-7998-46f4-b881-78fa5590c6cb} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.231379 [ 275 ] {82b7fb08-7998-46f4-b881-78fa5590c6cb} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2026.02.01 14:37:32.231407 [ 275 ] {82b7fb08-7998-46f4-b881-78fa5590c6cb} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.231426 [ 275 ] {82b7fb08-7998-46f4-b881-78fa5590c6cb} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.231440 [ 275 ] {82b7fb08-7998-46f4-b881-78fa5590c6cb} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.231472 [ 275 ] {82b7fb08-7998-46f4-b881-78fa5590c6cb} 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_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.02.01 14:37:32.231489 [ 275 ] {82b7fb08-7998-46f4-b881-78fa5590c6cb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.232114 [ 275 ] {82b7fb08-7998-46f4-b881-78fa5590c6cb} executeQuery: Read 5 rows, 228.00 B in 0.001305 sec., 3831.417624521073 rows/sec., 170.62 KiB/sec. 2026.02.01 14:37:32.232193 [ 275 ] {82b7fb08-7998-46f4-b881-78fa5590c6cb} TCPHandler: Processed in 0.001536557 sec. 2026.02.01 14:37:32.232397 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.232515 [ 275 ] {c0d2adb9-3daa-482d-b0b3-8bda9b29ff80} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 14:37:32.232697 [ 275 ] {c0d2adb9-3daa-482d-b0b3-8bda9b29ff80} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.232724 [ 275 ] {c0d2adb9-3daa-482d-b0b3-8bda9b29ff80} 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.02.01 14:37:32.232862 [ 275 ] {c0d2adb9-3daa-482d-b0b3-8bda9b29ff80} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.232912 [ 275 ] {c0d2adb9-3daa-482d-b0b3-8bda9b29ff80} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.233016 [ 275 ] {c0d2adb9-3daa-482d-b0b3-8bda9b29ff80} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2026.02.01 14:37:32.233045 [ 275 ] {c0d2adb9-3daa-482d-b0b3-8bda9b29ff80} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.233062 [ 275 ] {c0d2adb9-3daa-482d-b0b3-8bda9b29ff80} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.233077 [ 275 ] {c0d2adb9-3daa-482d-b0b3-8bda9b29ff80} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.233108 [ 275 ] {c0d2adb9-3daa-482d-b0b3-8bda9b29ff80} 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.02.01 14:37:32.233125 [ 275 ] {c0d2adb9-3daa-482d-b0b3-8bda9b29ff80} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.233516 [ 275 ] {c0d2adb9-3daa-482d-b0b3-8bda9b29ff80} executeQuery: Read 5 rows, 228.00 B in 0.001042 sec., 4798.464491362764 rows/sec., 213.68 KiB/sec. 2026.02.01 14:37:32.233593 [ 275 ] {c0d2adb9-3daa-482d-b0b3-8bda9b29ff80} TCPHandler: Processed in 0.001243319 sec. 2026.02.01 14:37:32.233787 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.233902 [ 275 ] {10d180cd-2827-41ff-939b-5ce436f8b188} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 14:37:32.234080 [ 275 ] {10d180cd-2827-41ff-939b-5ce436f8b188} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.234107 [ 275 ] {10d180cd-2827-41ff-939b-5ce436f8b188} 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:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.02.01 14:37:32.234244 [ 275 ] {10d180cd-2827-41ff-939b-5ce436f8b188} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.234294 [ 275 ] {10d180cd-2827-41ff-939b-5ce436f8b188} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.234387 [ 275 ] {10d180cd-2827-41ff-939b-5ce436f8b188} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2026.02.01 14:37:32.234414 [ 275 ] {10d180cd-2827-41ff-939b-5ce436f8b188} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.234432 [ 275 ] {10d180cd-2827-41ff-939b-5ce436f8b188} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.234446 [ 275 ] {10d180cd-2827-41ff-939b-5ce436f8b188} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.234476 [ 275 ] {10d180cd-2827-41ff-939b-5ce436f8b188} 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:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.02.01 14:37:32.234492 [ 275 ] {10d180cd-2827-41ff-939b-5ce436f8b188} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.234879 [ 275 ] {10d180cd-2827-41ff-939b-5ce436f8b188} executeQuery: Read 5 rows, 228.00 B in 0.001017 sec., 4916.420845624386 rows/sec., 218.93 KiB/sec. 2026.02.01 14:37:32.234958 [ 275 ] {10d180cd-2827-41ff-939b-5ce436f8b188} TCPHandler: Processed in 0.001218918 sec. 2026.02.01 14:37:32.235140 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.235257 [ 275 ] {dc8828c1-b656-4b30-8493-5f3053d8b39b} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 14:37:32.235434 [ 275 ] {dc8828c1-b656-4b30-8493-5f3053d8b39b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.235461 [ 275 ] {dc8828c1-b656-4b30-8493-5f3053d8b39b} 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.02.01 14:37:32.235599 [ 275 ] {dc8828c1-b656-4b30-8493-5f3053d8b39b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.235648 [ 275 ] {dc8828c1-b656-4b30-8493-5f3053d8b39b} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.235740 [ 275 ] {dc8828c1-b656-4b30-8493-5f3053d8b39b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 9-element set) 2026.02.01 14:37:32.235767 [ 275 ] {dc8828c1-b656-4b30-8493-5f3053d8b39b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.235785 [ 275 ] {dc8828c1-b656-4b30-8493-5f3053d8b39b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.235799 [ 275 ] {dc8828c1-b656-4b30-8493-5f3053d8b39b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.235829 [ 275 ] {dc8828c1-b656-4b30-8493-5f3053d8b39b} 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.02.01 14:37:32.235845 [ 275 ] {dc8828c1-b656-4b30-8493-5f3053d8b39b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.236232 [ 275 ] {dc8828c1-b656-4b30-8493-5f3053d8b39b} executeQuery: Read 5 rows, 228.00 B in 0.001017 sec., 4916.420845624386 rows/sec., 218.93 KiB/sec. 2026.02.01 14:37:32.236311 [ 275 ] {dc8828c1-b656-4b30-8493-5f3053d8b39b} TCPHandler: Processed in 0.001217408 sec. 2026.02.01 14:37:32.236490 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.236612 [ 275 ] {89edbdf0-de76-4416-87a0-ed27c0edb078} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 14:37:32.236790 [ 275 ] {89edbdf0-de76-4416-87a0-ed27c0edb078} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.236818 [ 275 ] {89edbdf0-de76-4416-87a0-ed27c0edb078} 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.02.01 14:37:32.236960 [ 275 ] {89edbdf0-de76-4416-87a0-ed27c0edb078} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.237018 [ 275 ] {89edbdf0-de76-4416-87a0-ed27c0edb078} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.237115 [ 275 ] {89edbdf0-de76-4416-87a0-ed27c0edb078} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2026.02.01 14:37:32.237143 [ 275 ] {89edbdf0-de76-4416-87a0-ed27c0edb078} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.237161 [ 275 ] {89edbdf0-de76-4416-87a0-ed27c0edb078} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.237174 [ 275 ] {89edbdf0-de76-4416-87a0-ed27c0edb078} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.237205 [ 275 ] {89edbdf0-de76-4416-87a0-ed27c0edb078} 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.02.01 14:37:32.237222 [ 275 ] {89edbdf0-de76-4416-87a0-ed27c0edb078} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.237626 [ 275 ] {89edbdf0-de76-4416-87a0-ed27c0edb078} executeQuery: Read 5 rows, 228.00 B in 0.001055 sec., 4739.336492890996 rows/sec., 211.05 KiB/sec. 2026.02.01 14:37:32.237706 [ 275 ] {89edbdf0-de76-4416-87a0-ed27c0edb078} TCPHandler: Processed in 0.001262529 sec. 2026.02.01 14:37:32.237885 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.238003 [ 275 ] {2213ce56-97eb-4423-bd69-001fd8b9d569} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 14:37:32.238182 [ 275 ] {2213ce56-97eb-4423-bd69-001fd8b9d569} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.238209 [ 275 ] {2213ce56-97eb-4423-bd69-001fd8b9d569} 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.02.01 14:37:32.238353 [ 275 ] {2213ce56-97eb-4423-bd69-001fd8b9d569} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.238403 [ 275 ] {2213ce56-97eb-4423-bd69-001fd8b9d569} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.238495 [ 275 ] {2213ce56-97eb-4423-bd69-001fd8b9d569} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2026.02.01 14:37:32.238522 [ 275 ] {2213ce56-97eb-4423-bd69-001fd8b9d569} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.238540 [ 275 ] {2213ce56-97eb-4423-bd69-001fd8b9d569} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.238556 [ 275 ] {2213ce56-97eb-4423-bd69-001fd8b9d569} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.238587 [ 275 ] {2213ce56-97eb-4423-bd69-001fd8b9d569} 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.02.01 14:37:32.238604 [ 275 ] {2213ce56-97eb-4423-bd69-001fd8b9d569} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.239066 [ 275 ] {2213ce56-97eb-4423-bd69-001fd8b9d569} executeQuery: Read 5 rows, 228.00 B in 0.001105 sec., 4524.886877828054 rows/sec., 201.50 KiB/sec. 2026.02.01 14:37:32.239130 [ 275 ] {2213ce56-97eb-4423-bd69-001fd8b9d569} TCPHandler: Processed in 0.00129117 sec. 2026.02.01 14:37:32.239315 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.239429 [ 275 ] {1f6f4892-2d96-449e-932d-871814283b3e} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 14:37:32.239603 [ 275 ] {1f6f4892-2d96-449e-932d-871814283b3e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.239631 [ 275 ] {1f6f4892-2d96-449e-932d-871814283b3e} 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.02.01 14:37:32.239773 [ 275 ] {1f6f4892-2d96-449e-932d-871814283b3e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.239822 [ 275 ] {1f6f4892-2d96-449e-932d-871814283b3e} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.239914 [ 275 ] {1f6f4892-2d96-449e-932d-871814283b3e} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 12-element set) 2026.02.01 14:37:32.239941 [ 275 ] {1f6f4892-2d96-449e-932d-871814283b3e} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.239958 [ 275 ] {1f6f4892-2d96-449e-932d-871814283b3e} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.239972 [ 275 ] {1f6f4892-2d96-449e-932d-871814283b3e} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.240003 [ 275 ] {1f6f4892-2d96-449e-932d-871814283b3e} 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.02.01 14:37:32.240019 [ 275 ] {1f6f4892-2d96-449e-932d-871814283b3e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.240649 [ 275 ] {1f6f4892-2d96-449e-932d-871814283b3e} executeQuery: Read 5 rows, 228.00 B in 0.00126 sec., 3968.253968253968 rows/sec., 176.71 KiB/sec. 2026.02.01 14:37:32.240740 [ 275 ] {1f6f4892-2d96-449e-932d-871814283b3e} TCPHandler: Processed in 0.001471535 sec. 2026.02.01 14:37:32.240920 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.241035 [ 275 ] {c80842a1-b66e-46fd-9c4f-0ca61f1267b4} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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: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.02.01 14:37:32.241213 [ 275 ] {c80842a1-b66e-46fd-9c4f-0ca61f1267b4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.241242 [ 275 ] {c80842a1-b66e-46fd-9c4f-0ca61f1267b4} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.02.01 14:37:32.241389 [ 275 ] {c80842a1-b66e-46fd-9c4f-0ca61f1267b4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.241439 [ 275 ] {c80842a1-b66e-46fd-9c4f-0ca61f1267b4} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.241535 [ 275 ] {c80842a1-b66e-46fd-9c4f-0ca61f1267b4} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 13-element set) 2026.02.01 14:37:32.241563 [ 275 ] {c80842a1-b66e-46fd-9c4f-0ca61f1267b4} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.241580 [ 275 ] {c80842a1-b66e-46fd-9c4f-0ca61f1267b4} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.241594 [ 275 ] {c80842a1-b66e-46fd-9c4f-0ca61f1267b4} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.241625 [ 275 ] {c80842a1-b66e-46fd-9c4f-0ca61f1267b4} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.02.01 14:37:32.241642 [ 275 ] {c80842a1-b66e-46fd-9c4f-0ca61f1267b4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.242323 [ 275 ] {c80842a1-b66e-46fd-9c4f-0ca61f1267b4} executeQuery: Read 5 rows, 228.00 B in 0.001329 sec., 3762.2272385252068 rows/sec., 167.54 KiB/sec. 2026.02.01 14:37:32.242399 [ 275 ] {c80842a1-b66e-46fd-9c4f-0ca61f1267b4} TCPHandler: Processed in 0.001526448 sec. 2026.02.01 14:37:32.242580 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.242696 [ 275 ] {6397c6fc-c3f1-4b60-87d2-f5f0bf7b2253} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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: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.02.01 14:37:32.242875 [ 275 ] {6397c6fc-c3f1-4b60-87d2-f5f0bf7b2253} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.242904 [ 275 ] {6397c6fc-c3f1-4b60-87d2-f5f0bf7b2253} 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: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')" moved to PREWHERE 2026.02.01 14:37:32.243057 [ 275 ] {6397c6fc-c3f1-4b60-87d2-f5f0bf7b2253} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.243107 [ 275 ] {6397c6fc-c3f1-4b60-87d2-f5f0bf7b2253} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.243206 [ 275 ] {6397c6fc-c3f1-4b60-87d2-f5f0bf7b2253} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2026.02.01 14:37:32.243233 [ 275 ] {6397c6fc-c3f1-4b60-87d2-f5f0bf7b2253} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.243250 [ 275 ] {6397c6fc-c3f1-4b60-87d2-f5f0bf7b2253} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.243264 [ 275 ] {6397c6fc-c3f1-4b60-87d2-f5f0bf7b2253} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.243295 [ 275 ] {6397c6fc-c3f1-4b60-87d2-f5f0bf7b2253} 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: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'))" 2026.02.01 14:37:32.243313 [ 275 ] {6397c6fc-c3f1-4b60-87d2-f5f0bf7b2253} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.243711 [ 275 ] {6397c6fc-c3f1-4b60-87d2-f5f0bf7b2253} executeQuery: Read 5 rows, 228.00 B in 0.001057 sec., 4730.368968779565 rows/sec., 210.65 KiB/sec. 2026.02.01 14:37:32.243787 [ 275 ] {6397c6fc-c3f1-4b60-87d2-f5f0bf7b2253} TCPHandler: Processed in 0.001255489 sec. 2026.02.01 14:37:32.243962 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.244080 [ 275 ] {c61e95c4-15c8-4832-bc15-906aefe5abb3} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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: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.02.01 14:37:32.244260 [ 275 ] {c61e95c4-15c8-4832-bc15-906aefe5abb3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.244289 [ 275 ] {c61e95c4-15c8-4832-bc15-906aefe5abb3} 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: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')" moved to PREWHERE 2026.02.01 14:37:32.244470 [ 275 ] {c61e95c4-15c8-4832-bc15-906aefe5abb3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.244520 [ 275 ] {c61e95c4-15c8-4832-bc15-906aefe5abb3} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.244616 [ 275 ] {c61e95c4-15c8-4832-bc15-906aefe5abb3} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2026.02.01 14:37:32.244643 [ 275 ] {c61e95c4-15c8-4832-bc15-906aefe5abb3} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.244661 [ 275 ] {c61e95c4-15c8-4832-bc15-906aefe5abb3} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.244675 [ 275 ] {c61e95c4-15c8-4832-bc15-906aefe5abb3} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.244706 [ 275 ] {c61e95c4-15c8-4832-bc15-906aefe5abb3} 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: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'))" 2026.02.01 14:37:32.244749 [ 275 ] {c61e95c4-15c8-4832-bc15-906aefe5abb3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.245259 [ 275 ] {c61e95c4-15c8-4832-bc15-906aefe5abb3} executeQuery: Read 5 rows, 228.00 B in 0.001221 sec., 4095.004095004095 rows/sec., 182.36 KiB/sec. 2026.02.01 14:37:32.245337 [ 275 ] {c61e95c4-15c8-4832-bc15-906aefe5abb3} TCPHandler: Processed in 0.001421114 sec. 2026.02.01 14:37:32.245515 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.245633 [ 275 ] {a107d4bf-a575-425c-a699-930630cf86e8} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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: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.02.01 14:37:32.245816 [ 275 ] {a107d4bf-a575-425c-a699-930630cf86e8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.245845 [ 275 ] {a107d4bf-a575-425c-a699-930630cf86e8} 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: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')" moved to PREWHERE 2026.02.01 14:37:32.246002 [ 275 ] {a107d4bf-a575-425c-a699-930630cf86e8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.246051 [ 275 ] {a107d4bf-a575-425c-a699-930630cf86e8} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.246143 [ 275 ] {a107d4bf-a575-425c-a699-930630cf86e8} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2026.02.01 14:37:32.246169 [ 275 ] {a107d4bf-a575-425c-a699-930630cf86e8} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.246186 [ 275 ] {a107d4bf-a575-425c-a699-930630cf86e8} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.246200 [ 275 ] {a107d4bf-a575-425c-a699-930630cf86e8} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.246235 [ 275 ] {a107d4bf-a575-425c-a699-930630cf86e8} 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: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'))" 2026.02.01 14:37:32.246252 [ 275 ] {a107d4bf-a575-425c-a699-930630cf86e8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.246683 [ 275 ] {a107d4bf-a575-425c-a699-930630cf86e8} executeQuery: Read 5 rows, 228.00 B in 0.001093 sec., 4574.565416285453 rows/sec., 203.71 KiB/sec. 2026.02.01 14:37:32.246762 [ 275 ] {a107d4bf-a575-425c-a699-930630cf86e8} TCPHandler: Processed in 0.00129432 sec. 2026.02.01 14:37:32.246941 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.247059 [ 275 ] {add41679-1c33-48ea-8d6f-feea43ab5efd} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.02.01 14:37:32.247243 [ 275 ] {add41679-1c33-48ea-8d6f-feea43ab5efd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.247273 [ 275 ] {add41679-1c33-48ea-8d6f-feea43ab5efd} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.02.01 14:37:32.247426 [ 275 ] {add41679-1c33-48ea-8d6f-feea43ab5efd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.247476 [ 275 ] {add41679-1c33-48ea-8d6f-feea43ab5efd} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.247569 [ 275 ] {add41679-1c33-48ea-8d6f-feea43ab5efd} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2026.02.01 14:37:32.247595 [ 275 ] {add41679-1c33-48ea-8d6f-feea43ab5efd} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.247613 [ 275 ] {add41679-1c33-48ea-8d6f-feea43ab5efd} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.247627 [ 275 ] {add41679-1c33-48ea-8d6f-feea43ab5efd} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.247659 [ 275 ] {add41679-1c33-48ea-8d6f-feea43ab5efd} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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'))" 2026.02.01 14:37:32.247676 [ 275 ] {add41679-1c33-48ea-8d6f-feea43ab5efd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.248099 [ 275 ] {add41679-1c33-48ea-8d6f-feea43ab5efd} executeQuery: Read 5 rows, 228.00 B in 0.001084 sec., 4612.546125461255 rows/sec., 205.40 KiB/sec. 2026.02.01 14:37:32.248175 [ 275 ] {add41679-1c33-48ea-8d6f-feea43ab5efd} TCPHandler: Processed in 0.00128168 sec. 2026.02.01 14:37:32.248355 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.248474 [ 275 ] {7f93a823-9480-4d02-8a55-960351bc48f9} executeQuery: (from [fd00:1122:3344:101::d]:57257) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.02.01 14:37:32.248658 [ 275 ] {7f93a823-9480-4d02-8a55-960351bc48f9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.248687 [ 275 ] {7f93a823-9480-4d02-8a55-960351bc48f9} 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.02.01 14:37:32.248846 [ 275 ] {7f93a823-9480-4d02-8a55-960351bc48f9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.248895 [ 275 ] {7f93a823-9480-4d02-8a55-960351bc48f9} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.248988 [ 275 ] {7f93a823-9480-4d02-8a55-960351bc48f9} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2026.02.01 14:37:32.249014 [ 275 ] {7f93a823-9480-4d02-8a55-960351bc48f9} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.249032 [ 275 ] {7f93a823-9480-4d02-8a55-960351bc48f9} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.249045 [ 275 ] {7f93a823-9480-4d02-8a55-960351bc48f9} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.249076 [ 275 ] {7f93a823-9480-4d02-8a55-960351bc48f9} 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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'))" 2026.02.01 14:37:32.249093 [ 275 ] {7f93a823-9480-4d02-8a55-960351bc48f9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.249524 [ 275 ] {7f93a823-9480-4d02-8a55-960351bc48f9} executeQuery: Read 5 rows, 228.00 B in 0.001094 sec., 4570.383912248629 rows/sec., 203.52 KiB/sec. 2026.02.01 14:37:32.249604 [ 275 ] {7f93a823-9480-4d02-8a55-960351bc48f9} TCPHandler: Processed in 0.00129567 sec. 2026.02.01 14:37:32.250224 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.250344 [ 275 ] {b18ac536-a18b-40e0-82c4-c7cd4e2876d4} executeQuery: (from [fd00:1122:3344:101::d]:57257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.01 14:37:32.250530 [ 275 ] {b18ac536-a18b-40e0-82c4-c7cd4e2876d4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.250565 [ 275 ] {b18ac536-a18b-40e0-82c4-c7cd4e2876d4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.02.01 14:37:32.250724 [ 275 ] {b18ac536-a18b-40e0-82c4-c7cd4e2876d4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.250774 [ 275 ] {b18ac536-a18b-40e0-82c4-c7cd4e2876d4} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.250867 [ 275 ] {b18ac536-a18b-40e0-82c4-c7cd4e2876d4} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2026.02.01 14:37:32.250894 [ 275 ] {b18ac536-a18b-40e0-82c4-c7cd4e2876d4} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.250911 [ 275 ] {b18ac536-a18b-40e0-82c4-c7cd4e2876d4} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.250925 [ 275 ] {b18ac536-a18b-40e0-82c4-c7cd4e2876d4} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.250956 [ 275 ] {b18ac536-a18b-40e0-82c4-c7cd4e2876d4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.02.01 14:37:32.250973 [ 275 ] {b18ac536-a18b-40e0-82c4-c7cd4e2876d4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.251515 [ 275 ] {b18ac536-a18b-40e0-82c4-c7cd4e2876d4} executeQuery: Read 5 rows, 228.00 B in 0.001215 sec., 4115.22633744856 rows/sec., 183.26 KiB/sec. 2026.02.01 14:37:32.251599 [ 275 ] {b18ac536-a18b-40e0-82c4-c7cd4e2876d4} TCPHandler: Processed in 0.001421044 sec. 2026.02.01 14:37:32.254216 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.254362 [ 275 ] {d682f3d8-819f-4ec2-b8ef-d03f557b14ee} executeQuery: (from [fd00:1122:3344:101::d]:57257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received') FORMAT Native; (stage: Complete) 2026.02.01 14:37:32.254591 [ 275 ] {d682f3d8-819f-4ec2-b8ef-d03f557b14ee} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.254628 [ 275 ] {d682f3d8-819f-4ec2-b8ef-d03f557b14ee} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received')" moved to PREWHERE 2026.02.01 14:37:32.254828 [ 275 ] {d682f3d8-819f-4ec2-b8ef-d03f557b14ee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.254878 [ 275 ] {d682f3d8-819f-4ec2-b8ef-d03f557b14ee} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.254972 [ 275 ] {d682f3d8-819f-4ec2-b8ef-d03f557b14ee} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2026.02.01 14:37:32.254999 [ 275 ] {d682f3d8-819f-4ec2-b8ef-d03f557b14ee} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.255017 [ 275 ] {d682f3d8-819f-4ec2-b8ef-d03f557b14ee} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.255031 [ 275 ] {d682f3d8-819f-4ec2-b8ef-d03f557b14ee} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.255062 [ 275 ] {d682f3d8-819f-4ec2-b8ef-d03f557b14ee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received'))" 2026.02.01 14:37:32.255078 [ 275 ] {d682f3d8-819f-4ec2-b8ef-d03f557b14ee} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.255492 [ 275 ] {d682f3d8-819f-4ec2-b8ef-d03f557b14ee} executeQuery: Read 5 rows, 228.00 B in 0.001187 sec., 4212.299915754002 rows/sec., 187.58 KiB/sec. 2026.02.01 14:37:32.255570 [ 275 ] {d682f3d8-819f-4ec2-b8ef-d03f557b14ee} TCPHandler: Processed in 0.001409754 sec. 2026.02.01 14:37:32.255784 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.255905 [ 275 ] {7592af53-1ccc-4208-b7c3-e10b119b105b} executeQuery: (from [fd00:1122:3344:101::d]:57257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2026.02.01 14:37:32.256092 [ 275 ] {7592af53-1ccc-4208-b7c3-e10b119b105b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.256122 [ 275 ] {7592af53-1ccc-4208-b7c3-e10b119b105b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent')" moved to PREWHERE 2026.02.01 14:37:32.256285 [ 275 ] {7592af53-1ccc-4208-b7c3-e10b119b105b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.256334 [ 275 ] {7592af53-1ccc-4208-b7c3-e10b119b105b} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.256426 [ 275 ] {7592af53-1ccc-4208-b7c3-e10b119b105b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.02.01 14:37:32.256452 [ 275 ] {7592af53-1ccc-4208-b7c3-e10b119b105b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.256469 [ 275 ] {7592af53-1ccc-4208-b7c3-e10b119b105b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.256483 [ 275 ] {7592af53-1ccc-4208-b7c3-e10b119b105b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.256514 [ 275 ] {7592af53-1ccc-4208-b7c3-e10b119b105b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent'))" 2026.02.01 14:37:32.256531 [ 275 ] {7592af53-1ccc-4208-b7c3-e10b119b105b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.257158 [ 275 ] {7592af53-1ccc-4208-b7c3-e10b119b105b} executeQuery: Read 5 rows, 228.00 B in 0.001299 sec., 3849.114703618168 rows/sec., 171.41 KiB/sec. 2026.02.01 14:37:32.257243 [ 275 ] {7592af53-1ccc-4208-b7c3-e10b119b105b} TCPHandler: Processed in 0.001505557 sec. 2026.02.01 14:37:32.257458 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.257580 [ 275 ] {3bfb0e91-02c2-4bd0-ace5-e70c6265acec} executeQuery: (from [fd00:1122:3344:101::d]:57257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2026.02.01 14:37:32.257773 [ 275 ] {3bfb0e91-02c2-4bd0-ace5-e70c6265acec} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.257804 [ 275 ] {3bfb0e91-02c2-4bd0-ace5-e70c6265acec} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent')" moved to PREWHERE 2026.02.01 14:37:32.257974 [ 275 ] {3bfb0e91-02c2-4bd0-ace5-e70c6265acec} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.258024 [ 275 ] {3bfb0e91-02c2-4bd0-ace5-e70c6265acec} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.258117 [ 275 ] {3bfb0e91-02c2-4bd0-ace5-e70c6265acec} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.02.01 14:37:32.258144 [ 275 ] {3bfb0e91-02c2-4bd0-ace5-e70c6265acec} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.258162 [ 275 ] {3bfb0e91-02c2-4bd0-ace5-e70c6265acec} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.258175 [ 275 ] {3bfb0e91-02c2-4bd0-ace5-e70c6265acec} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.258207 [ 275 ] {3bfb0e91-02c2-4bd0-ace5-e70c6265acec} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent'))" 2026.02.01 14:37:32.258223 [ 275 ] {3bfb0e91-02c2-4bd0-ace5-e70c6265acec} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.258610 [ 275 ] {3bfb0e91-02c2-4bd0-ace5-e70c6265acec} executeQuery: Read 5 rows, 228.00 B in 0.001077 sec., 4642.525533890436 rows/sec., 206.74 KiB/sec. 2026.02.01 14:37:32.258689 [ 275 ] {3bfb0e91-02c2-4bd0-ace5-e70c6265acec} TCPHandler: Processed in 0.00127905 sec. 2026.02.01 14:37:32.258895 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.259017 [ 275 ] {b57aded4-df2e-4c03-927c-19a3e5edcd45} executeQuery: (from [fd00:1122:3344:101::d]:57257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received') FORMAT Native; (stage: Complete) 2026.02.01 14:37:32.259209 [ 275 ] {b57aded4-df2e-4c03-927c-19a3e5edcd45} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.259239 [ 275 ] {b57aded4-df2e-4c03-927c-19a3e5edcd45} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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')" moved to PREWHERE 2026.02.01 14:37:32.259407 [ 275 ] {b57aded4-df2e-4c03-927c-19a3e5edcd45} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.259457 [ 275 ] {b57aded4-df2e-4c03-927c-19a3e5edcd45} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.259550 [ 275 ] {b57aded4-df2e-4c03-927c-19a3e5edcd45} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.02.01 14:37:32.259577 [ 275 ] {b57aded4-df2e-4c03-927c-19a3e5edcd45} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.259595 [ 275 ] {b57aded4-df2e-4c03-927c-19a3e5edcd45} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.259609 [ 275 ] {b57aded4-df2e-4c03-927c-19a3e5edcd45} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.259639 [ 275 ] {b57aded4-df2e-4c03-927c-19a3e5edcd45} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" 2026.02.01 14:37:32.259656 [ 275 ] {b57aded4-df2e-4c03-927c-19a3e5edcd45} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.260125 [ 275 ] {b57aded4-df2e-4c03-927c-19a3e5edcd45} executeQuery: Read 5 rows, 228.00 B in 0.001155 sec., 4329.004329004329 rows/sec., 192.78 KiB/sec. 2026.02.01 14:37:32.260208 [ 275 ] {b57aded4-df2e-4c03-927c-19a3e5edcd45} TCPHandler: Processed in 0.001360253 sec. 2026.02.01 14:37:32.260427 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.260549 [ 275 ] {73bc8564-df2f-4022-b1a5-c7f491fd7c2a} executeQuery: (from [fd00:1122:3344:101::d]:57257) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received') FORMAT Native; (stage: Complete) 2026.02.01 14:37:32.260741 [ 275 ] {73bc8564-df2f-4022-b1a5-c7f491fd7c2a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:37:32.260772 [ 275 ] {73bc8564-df2f-4022-b1a5-c7f491fd7c2a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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')" moved to PREWHERE 2026.02.01 14:37:32.260941 [ 275 ] {73bc8564-df2f-4022-b1a5-c7f491fd7c2a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.260990 [ 275 ] {73bc8564-df2f-4022-b1a5-c7f491fd7c2a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:32.261085 [ 275 ] {73bc8564-df2f-4022-b1a5-c7f491fd7c2a} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.02.01 14:37:32.261112 [ 275 ] {73bc8564-df2f-4022-b1a5-c7f491fd7c2a} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:37:32.261129 [ 275 ] {73bc8564-df2f-4022-b1a5-c7f491fd7c2a} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:37:32.261143 [ 275 ] {73bc8564-df2f-4022-b1a5-c7f491fd7c2a} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:37:32.261174 [ 275 ] {73bc8564-df2f-4022-b1a5-c7f491fd7c2a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" 2026.02.01 14:37:32.261192 [ 275 ] {73bc8564-df2f-4022-b1a5-c7f491fd7c2a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.02.01 14:37:32.261580 [ 275 ] {73bc8564-df2f-4022-b1a5-c7f491fd7c2a} executeQuery: Read 5 rows, 228.00 B in 0.001078 sec., 4638.21892393321 rows/sec., 206.55 KiB/sec. 2026.02.01 14:37:32.261670 [ 275 ] {73bc8564-df2f-4022-b1a5-c7f491fd7c2a} TCPHandler: Processed in 0.00128979 sec. 2026.02.01 14:37:32.279143 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.279249 [ 275 ] {759001fb-f45f-4d13-a8ae-3e38de54e46b} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.01 14:37:32.279289 [ 275 ] {759001fb-f45f-4d13-a8ae-3e38de54e46b} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:37:32.279905 [ 275 ] {759001fb-f45f-4d13-a8ae-3e38de54e46b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:32.279945 [ 275 ] {759001fb-f45f-4d13-a8ae-3e38de54e46b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:32.280366 [ 275 ] {759001fb-f45f-4d13-a8ae-3e38de54e46b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:37:32.280562 [ 275 ] {759001fb-f45f-4d13-a8ae-3e38de54e46b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:32.280717 [ 275 ] {759001fb-f45f-4d13-a8ae-3e38de54e46b} executeQuery: Read 20 rows, 4.85 KiB in 0.001499 sec., 13342.228152101401 rows/sec., 3.16 MiB/sec. 2026.02.01 14:37:32.280761 [ 275 ] {759001fb-f45f-4d13-a8ae-3e38de54e46b} TCPHandler: Processed in 0.001667211 sec. 2026.02.01 14:37:32.280889 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.280980 [ 275 ] {6481a729-4e71-408a-b1ce-9c9b4fd23832} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:37:32.281019 [ 275 ] {6481a729-4e71-408a-b1ce-9c9b4fd23832} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:37:32.283934 [ 275 ] {6481a729-4e71-408a-b1ce-9c9b4fd23832} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:32.283997 [ 275 ] {6481a729-4e71-408a-b1ce-9c9b4fd23832} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:32.284656 [ 275 ] {6481a729-4e71-408a-b1ce-9c9b4fd23832} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:37:32.284963 [ 275 ] {6481a729-4e71-408a-b1ce-9c9b4fd23832} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:32.285086 [ 275 ] {6481a729-4e71-408a-b1ce-9c9b4fd23832} executeQuery: Read 24 rows, 2.04 KiB in 0.004124 sec., 5819.592628516004 rows/sec., 494.44 KiB/sec. 2026.02.01 14:37:32.285128 [ 275 ] {6481a729-4e71-408a-b1ce-9c9b4fd23832} TCPHandler: Processed in 0.004286243 sec. 2026.02.01 14:37:32.285244 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.285336 [ 275 ] {2b706603-3e9d-4097-8d85-66bc950c6165} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:37:32.285374 [ 275 ] {2b706603-3e9d-4097-8d85-66bc950c6165} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:37:32.285748 [ 275 ] {2b706603-3e9d-4097-8d85-66bc950c6165} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:32.285784 [ 275 ] {2b706603-3e9d-4097-8d85-66bc950c6165} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:32.286054 [ 275 ] {2b706603-3e9d-4097-8d85-66bc950c6165} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:37:32.286256 [ 275 ] {2b706603-3e9d-4097-8d85-66bc950c6165} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:32.286377 [ 275 ] {2b706603-3e9d-4097-8d85-66bc950c6165} executeQuery: Read 4 rows, 334.00 B in 0.001059 sec., 3777.1482530689327 rows/sec., 308.00 KiB/sec. 2026.02.01 14:37:32.286420 [ 275 ] {2b706603-3e9d-4097-8d85-66bc950c6165} TCPHandler: Processed in 0.001222458 sec. 2026.02.01 14:37:32.286522 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.286613 [ 275 ] {45b7ba0e-a687-4df3-9fc7-1ba9d1b63125} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:37:32.286651 [ 275 ] {45b7ba0e-a687-4df3-9fc7-1ba9d1b63125} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:37:32.287109 [ 275 ] {45b7ba0e-a687-4df3-9fc7-1ba9d1b63125} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:32.287143 [ 275 ] {45b7ba0e-a687-4df3-9fc7-1ba9d1b63125} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:32.287437 [ 275 ] {45b7ba0e-a687-4df3-9fc7-1ba9d1b63125} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:37:32.287648 [ 275 ] {45b7ba0e-a687-4df3-9fc7-1ba9d1b63125} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:32.287771 [ 275 ] {45b7ba0e-a687-4df3-9fc7-1ba9d1b63125} executeQuery: Read 200 rows, 18.49 KiB in 0.001175 sec., 170212.7659574468 rows/sec., 15.37 MiB/sec. 2026.02.01 14:37:32.287813 [ 275 ] {45b7ba0e-a687-4df3-9fc7-1ba9d1b63125} TCPHandler: Processed in 0.001337521 sec. 2026.02.01 14:37:32.287914 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.288005 [ 275 ] {56f850b5-96b4-478b-aee4-c0aa6f0d59bc} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:37:32.288042 [ 275 ] {56f850b5-96b4-478b-aee4-c0aa6f0d59bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:37:32.288417 [ 275 ] {56f850b5-96b4-478b-aee4-c0aa6f0d59bc} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:32.288452 [ 275 ] {56f850b5-96b4-478b-aee4-c0aa6f0d59bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:32.288723 [ 275 ] {56f850b5-96b4-478b-aee4-c0aa6f0d59bc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:37:32.288922 [ 275 ] {56f850b5-96b4-478b-aee4-c0aa6f0d59bc} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:32.289043 [ 275 ] {56f850b5-96b4-478b-aee4-c0aa6f0d59bc} executeQuery: Read 42 rows, 3.20 KiB in 0.001056 sec., 39772.72727272727 rows/sec., 2.95 MiB/sec. 2026.02.01 14:37:32.289085 [ 275 ] {56f850b5-96b4-478b-aee4-c0aa6f0d59bc} TCPHandler: Processed in 0.001217627 sec. 2026.02.01 14:37:32.289202 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.289324 [ 275 ] {cafce6ff-5256-4b29-9446-3b13b27068f0} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:37:32.289377 [ 275 ] {cafce6ff-5256-4b29-9446-3b13b27068f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:37:32.289885 [ 275 ] {cafce6ff-5256-4b29-9446-3b13b27068f0} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:32.289921 [ 275 ] {cafce6ff-5256-4b29-9446-3b13b27068f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:32.290300 [ 275 ] {cafce6ff-5256-4b29-9446-3b13b27068f0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:37:32.290522 [ 275 ] {cafce6ff-5256-4b29-9446-3b13b27068f0} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:32.290656 [ 275 ] {cafce6ff-5256-4b29-9446-3b13b27068f0} executeQuery: Read 24 rows, 2.04 KiB in 0.001356 sec., 17699.11504424779 rows/sec., 1.47 MiB/sec. 2026.02.01 14:37:32.290694 [ 275 ] {cafce6ff-5256-4b29-9446-3b13b27068f0} TCPHandler: Processed in 0.001553598 sec. 2026.02.01 14:37:32.290810 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.290905 [ 275 ] {f99d10aa-3ed4-493e-b493-e11b8c05c4e9} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:37:32.290945 [ 275 ] {f99d10aa-3ed4-493e-b493-e11b8c05c4e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:37:32.291356 [ 275 ] {f99d10aa-3ed4-493e-b493-e11b8c05c4e9} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:32.291393 [ 275 ] {f99d10aa-3ed4-493e-b493-e11b8c05c4e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:32.293558 [ 275 ] {f99d10aa-3ed4-493e-b493-e11b8c05c4e9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:37:32.293778 [ 275 ] {f99d10aa-3ed4-493e-b493-e11b8c05c4e9} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:32.293909 [ 275 ] {f99d10aa-3ed4-493e-b493-e11b8c05c4e9} executeQuery: Read 12 rows, 960.00 B in 0.003023 sec., 3969.5666556400924 rows/sec., 310.12 KiB/sec. 2026.02.01 14:37:32.293947 [ 275 ] {f99d10aa-3ed4-493e-b493-e11b8c05c4e9} TCPHandler: Processed in 0.003186719 sec. 2026.02.01 14:37:32.294211 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.294305 [ 275 ] {326bb3ef-8fa3-4469-987a-985e80335948} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:37:32.294345 [ 275 ] {326bb3ef-8fa3-4469-987a-985e80335948} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:37:32.294790 [ 275 ] {326bb3ef-8fa3-4469-987a-985e80335948} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:32.294827 [ 275 ] {326bb3ef-8fa3-4469-987a-985e80335948} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:32.295122 [ 275 ] {326bb3ef-8fa3-4469-987a-985e80335948} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:37:32.295331 [ 275 ] {326bb3ef-8fa3-4469-987a-985e80335948} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:32.295459 [ 275 ] {326bb3ef-8fa3-4469-987a-985e80335948} executeQuery: Read 94 rows, 7.90 KiB in 0.001172 sec., 80204.77815699659 rows/sec., 6.58 MiB/sec. 2026.02.01 14:37:32.295496 [ 275 ] {326bb3ef-8fa3-4469-987a-985e80335948} TCPHandler: Processed in 0.001334691 sec. 2026.02.01 14:37:32.295603 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.295697 [ 275 ] {088d6180-1ecf-4546-a3ed-4e4b64b9aba8} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:37:32.295740 [ 275 ] {088d6180-1ecf-4546-a3ed-4e4b64b9aba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:37:32.296231 [ 275 ] {088d6180-1ecf-4546-a3ed-4e4b64b9aba8} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:32.296271 [ 275 ] {088d6180-1ecf-4546-a3ed-4e4b64b9aba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:32.296611 [ 275 ] {088d6180-1ecf-4546-a3ed-4e4b64b9aba8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:37:32.296822 [ 275 ] {088d6180-1ecf-4546-a3ed-4e4b64b9aba8} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:32.296946 [ 275 ] {088d6180-1ecf-4546-a3ed-4e4b64b9aba8} executeQuery: Read 438 rows, 35.13 KiB in 0.001268 sec., 345425.86750788643 rows/sec., 27.06 MiB/sec. 2026.02.01 14:37:32.296982 [ 275 ] {088d6180-1ecf-4546-a3ed-4e4b64b9aba8} TCPHandler: Processed in 0.001427624 sec. 2026.02.01 14:37:32.297095 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.297189 [ 275 ] {ba86e775-f725-4aa7-be8f-17f5287b9b8f} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:37:32.297242 [ 275 ] {ba86e775-f725-4aa7-be8f-17f5287b9b8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:37:32.297950 [ 275 ] {ba86e775-f725-4aa7-be8f-17f5287b9b8f} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:32.297988 [ 275 ] {ba86e775-f725-4aa7-be8f-17f5287b9b8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:32.298485 [ 275 ] {ba86e775-f725-4aa7-be8f-17f5287b9b8f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:37:32.298719 [ 275 ] {ba86e775-f725-4aa7-be8f-17f5287b9b8f} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:32.298853 [ 275 ] {ba86e775-f725-4aa7-be8f-17f5287b9b8f} executeQuery: Read 26 rows, 47.71 KiB in 0.001682 sec., 15457.78834720571 rows/sec., 27.70 MiB/sec. 2026.02.01 14:37:32.298904 [ 275 ] {ba86e775-f725-4aa7-be8f-17f5287b9b8f} TCPHandler: Processed in 0.001859498 sec. 2026.02.01 14:37:32.299022 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:32.299116 [ 275 ] {e6f16633-bb69-43fc-861e-be8a509f4b82} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:37:32.299158 [ 275 ] {e6f16633-bb69-43fc-861e-be8a509f4b82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:37:32.299492 [ 275 ] {e6f16633-bb69-43fc-861e-be8a509f4b82} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:32.299528 [ 275 ] {e6f16633-bb69-43fc-861e-be8a509f4b82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:32.299956 [ 275 ] {e6f16633-bb69-43fc-861e-be8a509f4b82} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:37:32.300165 [ 275 ] {e6f16633-bb69-43fc-861e-be8a509f4b82} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:32.300285 [ 275 ] {e6f16633-bb69-43fc-861e-be8a509f4b82} executeQuery: Read 30 rows, 2.10 KiB in 0.001188 sec., 25252.52525252525 rows/sec., 1.73 MiB/sec. 2026.02.01 14:37:32.300321 [ 275 ] {e6f16633-bb69-43fc-861e-be8a509f4b82} TCPHandler: Processed in 0.001349532 sec. 2026.02.01 14:37:34.570725 [ 79 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:37:34.570825 [ 79 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:37:34.645266 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 200 2026.02.01 14:37:34.648210 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:34.648278 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:34.649576 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:37:34.649859 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:34.650032 [ 79 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 14:37:34.650111 [ 79 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:34.650151 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:34.650218 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 200 2026.02.01 14:37:34.650304 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:37:34.650940 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:37:34.651109 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:37:34.651529 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:37:34.651895 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part 2026.02.01 14:37:34.652020 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3865 2026.02.01 14:37:34.652260 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:37:34.652511 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:34.652555 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:34.652607 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2026.02.01 14:37:34.652971 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 62 rows starting from the beginning of the part 2026.02.01 14:37:34.653112 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:37:34.653363 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:34.653506 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3865 2026.02.01 14:37:34.658320 [ 186 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 72 columns (72 merged, 0 gathered) in 0.00806931 sec., 24785.266646094897 rows/sec., 26.05 MiB/sec. 2026.02.01 14:37:34.659077 [ 192 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 14:37:34.659666 [ 192 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_6_1} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:34.659735 [ 192 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_6_1} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 14:37:34.659936 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. 2026.02.01 14:37:34.839660 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.02.01 14:37:34.856957 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:34.857005 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:34.863055 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:37:34.863737 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:34.866962 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.02.01 14:37:35.000166 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 181.60 MiB, peak 185.60 MiB, free memory in arenas 0.00 B, will set to 183.35 MiB (RSS), difference: 1.75 MiB 2026.02.01 14:37:37.210251 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:37.210445 [ 275 ] {82c99948-fd7e-4b6d-a087-44228a7d0916} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:37:37.210518 [ 275 ] {82c99948-fd7e-4b6d-a087-44228a7d0916} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:37:37.211171 [ 275 ] {82c99948-fd7e-4b6d-a087-44228a7d0916} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:37.211222 [ 275 ] {82c99948-fd7e-4b6d-a087-44228a7d0916} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:37.211611 [ 275 ] {82c99948-fd7e-4b6d-a087-44228a7d0916} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:37:37.211838 [ 275 ] {82c99948-fd7e-4b6d-a087-44228a7d0916} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:37.212011 [ 275 ] {82c99948-fd7e-4b6d-a087-44228a7d0916} executeQuery: Read 26 rows, 2.01 KiB in 0.001618 sec., 16069.22126081582 rows/sec., 1.21 MiB/sec. 2026.02.01 14:37:37.212060 [ 275 ] {82c99948-fd7e-4b6d-a087-44228a7d0916} TCPHandler: Processed in 0.00194487 sec. 2026.02.01 14:37:37.212207 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:37.212314 [ 275 ] {964dbd12-9f96-4645-b780-8f03570add36} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:37:37.212357 [ 275 ] {964dbd12-9f96-4645-b780-8f03570add36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:37:37.212793 [ 275 ] {964dbd12-9f96-4645-b780-8f03570add36} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:37.212831 [ 275 ] {964dbd12-9f96-4645-b780-8f03570add36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:37.213132 [ 275 ] {964dbd12-9f96-4645-b780-8f03570add36} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:37:37.213349 [ 275 ] {964dbd12-9f96-4645-b780-8f03570add36} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:37.213502 [ 275 ] {964dbd12-9f96-4645-b780-8f03570add36} executeQuery: Read 28 rows, 2.24 KiB in 0.001211 sec., 23121.387283236993 rows/sec., 1.80 MiB/sec. 2026.02.01 14:37:37.213554 [ 275 ] {964dbd12-9f96-4645-b780-8f03570add36} TCPHandler: Processed in 0.001399133 sec. 2026.02.01 14:37:37.213688 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:37.213811 [ 275 ] {21e5c9ed-0a8f-432a-aec1-cf4fbc6ac718} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:37:37.213862 [ 275 ] {21e5c9ed-0a8f-432a-aec1-cf4fbc6ac718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:37:37.214258 [ 275 ] {21e5c9ed-0a8f-432a-aec1-cf4fbc6ac718} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:37.214294 [ 275 ] {21e5c9ed-0a8f-432a-aec1-cf4fbc6ac718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:37.214611 [ 275 ] {21e5c9ed-0a8f-432a-aec1-cf4fbc6ac718} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:37:37.214818 [ 275 ] {21e5c9ed-0a8f-432a-aec1-cf4fbc6ac718} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:37.214953 [ 275 ] {21e5c9ed-0a8f-432a-aec1-cf4fbc6ac718} executeQuery: Read 100 rows, 7.10 KiB in 0.001168 sec., 85616.43835616439 rows/sec., 5.94 MiB/sec. 2026.02.01 14:37:37.214988 [ 275 ] {21e5c9ed-0a8f-432a-aec1-cf4fbc6ac718} TCPHandler: Processed in 0.001359473 sec. 2026.02.01 14:37:37.215100 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:37.215192 [ 275 ] {37be12a8-da0b-40e5-8739-88b96873b15d} executeQuery: (from [fd00:1122:3344:101::d]:57257) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:37:37.215232 [ 275 ] {37be12a8-da0b-40e5-8739-88b96873b15d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:37:37.215557 [ 275 ] {37be12a8-da0b-40e5-8739-88b96873b15d} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:37.215592 [ 275 ] {37be12a8-da0b-40e5-8739-88b96873b15d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:37.215879 [ 275 ] {37be12a8-da0b-40e5-8739-88b96873b15d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:37:37.216096 [ 275 ] {37be12a8-da0b-40e5-8739-88b96873b15d} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:37.216223 [ 275 ] {37be12a8-da0b-40e5-8739-88b96873b15d} executeQuery: Read 30 rows, 2.10 KiB in 0.00105 sec., 28571.428571428572 rows/sec., 1.96 MiB/sec. 2026.02.01 14:37:37.216259 [ 275 ] {37be12a8-da0b-40e5-8739-88b96873b15d} TCPHandler: Processed in 0.001205907 sec. 2026.02.01 14:37:41.605744 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 14:37:41.605864 [ 275 ] {} TCP-Session: 856c4683-b857-47a9-973f-6f7519edf209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:42.000209 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 181.40 MiB, peak 185.60 MiB, free memory in arenas 0.00 B, will set to 183.45 MiB (RSS), difference: 2.04 MiB 2026.02.01 14:37:42.154543 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4377 2026.02.01 14:37:42.155062 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:42.155101 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:42.155646 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:37:42.155881 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:42.156020 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4377 2026.02.01 14:37:42.211266 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:42.211459 [ 276 ] {b310cb9a-82aa-41fc-b08f-ef14b73960b6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:37:42.211528 [ 276 ] {b310cb9a-82aa-41fc-b08f-ef14b73960b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:37:42.212230 [ 276 ] {b310cb9a-82aa-41fc-b08f-ef14b73960b6} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:42.212285 [ 276 ] {b310cb9a-82aa-41fc-b08f-ef14b73960b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:42.212707 [ 276 ] {b310cb9a-82aa-41fc-b08f-ef14b73960b6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:37:42.212946 [ 276 ] {b310cb9a-82aa-41fc-b08f-ef14b73960b6} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:42.213081 [ 69 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 14:37:42.213105 [ 276 ] {b310cb9a-82aa-41fc-b08f-ef14b73960b6} executeQuery: Read 78 rows, 6.89 KiB in 0.001697 sec., 45963.464938126104 rows/sec., 3.96 MiB/sec. 2026.02.01 14:37:42.213136 [ 69 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:42.213158 [ 276 ] {b310cb9a-82aa-41fc-b08f-ef14b73960b6} TCPHandler: Processed in 0.002035933 sec. 2026.02.01 14:37:42.213161 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:42.213292 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:42.213295 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:37:42.213403 [ 276 ] {5d2e67d9-457f-4d18-89dc-ef267b4911ae} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:37:42.213416 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:37:42.213447 [ 276 ] {5d2e67d9-457f-4d18-89dc-ef267b4911ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:37:42.213465 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 25 rows starting from the beginning of the part 2026.02.01 14:37:42.213567 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part 2026.02.01 14:37:42.213623 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part 2026.02.01 14:37:42.213679 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 200 rows starting from the beginning of the part 2026.02.01 14:37:42.213726 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2026.02.01 14:37:42.213772 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 78 rows starting from the beginning of the part 2026.02.01 14:37:42.213906 [ 276 ] {5d2e67d9-457f-4d18-89dc-ef267b4911ae} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:42.213943 [ 276 ] {5d2e67d9-457f-4d18-89dc-ef267b4911ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:42.214255 [ 276 ] {5d2e67d9-457f-4d18-89dc-ef267b4911ae} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:37:42.214494 [ 276 ] {5d2e67d9-457f-4d18-89dc-ef267b4911ae} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:42.214637 [ 276 ] {5d2e67d9-457f-4d18-89dc-ef267b4911ae} executeQuery: Read 26 rows, 1.96 KiB in 0.001257 sec., 20684.168655529036 rows/sec., 1.52 MiB/sec. 2026.02.01 14:37:42.214677 [ 276 ] {5d2e67d9-457f-4d18-89dc-ef267b4911ae} TCPHandler: Processed in 0.001438804 sec. 2026.02.01 14:37:42.214696 [ 192 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 433 rows, containing 5 columns (5 merged, 0 gathered) in 0.001451065 sec., 298401.51888440555 rows/sec., 27.71 MiB/sec. 2026.02.01 14:37:42.214794 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:42.214896 [ 276 ] {7c94dc59-7a22-43d6-b3b6-5d0b565d11b1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:37:42.214897 [ 190 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 14:37:42.214938 [ 276 ] {7c94dc59-7a22-43d6-b3b6-5d0b565d11b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:37:42.215149 [ 190 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_6_1} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:42.215209 [ 190 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_6_1} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 14:37:42.215268 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.01 14:37:42.215363 [ 276 ] {7c94dc59-7a22-43d6-b3b6-5d0b565d11b1} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:42.215399 [ 276 ] {7c94dc59-7a22-43d6-b3b6-5d0b565d11b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:42.215700 [ 276 ] {7c94dc59-7a22-43d6-b3b6-5d0b565d11b1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:37:42.215910 [ 276 ] {7c94dc59-7a22-43d6-b3b6-5d0b565d11b1} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:42.216018 [ 69 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 14:37:42.216039 [ 276 ] {7c94dc59-7a22-43d6-b3b6-5d0b565d11b1} executeQuery: Read 54 rows, 4.32 KiB in 0.001164 sec., 46391.75257731958 rows/sec., 3.62 MiB/sec. 2026.02.01 14:37:42.216058 [ 69 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:42.216081 [ 276 ] {7c94dc59-7a22-43d6-b3b6-5d0b565d11b1} TCPHandler: Processed in 0.001337101 sec. 2026.02.01 14:37:42.216083 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:42.216168 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:37:42.216200 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:42.216255 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:37:42.216277 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part 2026.02.01 14:37:42.216298 [ 276 ] {66aea9ee-2b73-4010-b6a4-759f6eb9c063} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:37:42.216319 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 32 rows starting from the beginning of the part 2026.02.01 14:37:42.216343 [ 276 ] {66aea9ee-2b73-4010-b6a4-759f6eb9c063} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:37:42.216352 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part 2026.02.01 14:37:42.216385 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 94 rows starting from the beginning of the part 2026.02.01 14:37:42.216416 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part 2026.02.01 14:37:42.216449 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 54 rows starting from the beginning of the part 2026.02.01 14:37:42.216733 [ 276 ] {66aea9ee-2b73-4010-b6a4-759f6eb9c063} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:42.216770 [ 276 ] {66aea9ee-2b73-4010-b6a4-759f6eb9c063} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:42.217109 [ 276 ] {66aea9ee-2b73-4010-b6a4-759f6eb9c063} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:37:42.217112 [ 192 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 261 rows, containing 5 columns (5 merged, 0 gathered) in 0.00096681 sec., 269959.97145250876 rows/sec., 22.56 MiB/sec. 2026.02.01 14:37:42.217357 [ 276 ] {66aea9ee-2b73-4010-b6a4-759f6eb9c063} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:42.217359 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 14:37:42.217500 [ 276 ] {66aea9ee-2b73-4010-b6a4-759f6eb9c063} executeQuery: Read 100 rows, 7.10 KiB in 0.001221 sec., 81900.08190008189 rows/sec., 5.68 MiB/sec. 2026.02.01 14:37:42.217544 [ 276 ] {66aea9ee-2b73-4010-b6a4-759f6eb9c063} TCPHandler: Processed in 0.001394243 sec. 2026.02.01 14:37:42.217665 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:42.217732 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_6_1} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:42.217761 [ 276 ] {0c693234-e476-4e40-a700-3eb56ca105cc} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:37:42.217814 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_6_1} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 14:37:42.217821 [ 276 ] {0c693234-e476-4e40-a700-3eb56ca105cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:37:42.217916 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.01 14:37:42.218714 [ 276 ] {0c693234-e476-4e40-a700-3eb56ca105cc} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:42.218755 [ 276 ] {0c693234-e476-4e40-a700-3eb56ca105cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:42.219293 [ 276 ] {0c693234-e476-4e40-a700-3eb56ca105cc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:37:42.219521 [ 276 ] {0c693234-e476-4e40-a700-3eb56ca105cc} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:42.219667 [ 276 ] {0c693234-e476-4e40-a700-3eb56ca105cc} executeQuery: Read 26 rows, 47.71 KiB in 0.001923 sec., 13520.540821632865 rows/sec., 24.23 MiB/sec. 2026.02.01 14:37:42.219728 [ 276 ] {0c693234-e476-4e40-a700-3eb56ca105cc} TCPHandler: Processed in 0.002112905 sec. 2026.02.01 14:37:42.219846 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:42.219941 [ 276 ] {edfcadb7-c8d2-4f29-b19b-252f9af4e73a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:37:42.219983 [ 276 ] {edfcadb7-c8d2-4f29-b19b-252f9af4e73a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:37:42.220305 [ 276 ] {edfcadb7-c8d2-4f29-b19b-252f9af4e73a} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:42.220341 [ 276 ] {edfcadb7-c8d2-4f29-b19b-252f9af4e73a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:42.220650 [ 276 ] {edfcadb7-c8d2-4f29-b19b-252f9af4e73a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:37:42.220860 [ 276 ] {edfcadb7-c8d2-4f29-b19b-252f9af4e73a} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:42.220986 [ 276 ] {edfcadb7-c8d2-4f29-b19b-252f9af4e73a} executeQuery: Read 30 rows, 2.10 KiB in 0.001062 sec., 28248.58757062147 rows/sec., 1.94 MiB/sec. 2026.02.01 14:37:42.221020 [ 276 ] {edfcadb7-c8d2-4f29-b19b-252f9af4e73a} TCPHandler: Processed in 0.001223848 sec. 2026.02.01 14:37:42.367981 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.02.01 14:37:42.383699 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:42.383754 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2026.02.01 14:37:42.389371 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:37:42.390068 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:42.392772 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.02.01 14:37:44.523978 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47103 2026.02.01 14:37:44.524118 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:37:44.524156 [ 275 ] {} TCP-Session: e7503923-e9ba-40de-8335-679a28b951c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:47103 2026.02.01 14:37:44.524185 [ 275 ] {} TCP-Session: e7503923-e9ba-40de-8335-679a28b951c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.524204 [ 275 ] {} TCP-Session: e7503923-e9ba-40de-8335-679a28b951c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.524406 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38309 2026.02.01 14:37:44.524435 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39388 2026.02.01 14:37:44.524488 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48288 2026.02.01 14:37:44.524500 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36756 2026.02.01 14:37:44.524532 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52003 2026.02.01 14:37:44.524534 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:37:44.524575 [ 275 ] {} TCP-Session: e7503923-e9ba-40de-8335-679a28b951c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:44.524601 [ 287 ] {} TCP-Session: 40ac353b-aeeb-41d2-88ba-22ab1763c41c Authenticating user 'default' from [fd00:1122:3344:101::e]:38309 2026.02.01 14:37:44.524523 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37687 2026.02.01 14:37:44.524635 [ 287 ] {} TCP-Session: 40ac353b-aeeb-41d2-88ba-22ab1763c41c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.524576 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:37:44.524673 [ 287 ] {} TCP-Session: 40ac353b-aeeb-41d2-88ba-22ab1763c41c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.524513 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50295 2026.02.01 14:37:44.524724 [ 288 ] {} TCP-Session: 6ffeb84d-e658-48e8-83dc-4d98a5e435e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:39388 2026.02.01 14:37:44.524504 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50682 2026.02.01 14:37:44.524763 [ 275 ] {d5ab2d77-9c71-4319-b6ec-c111f94be475} executeQuery: (from [fd00:1122:3344:101::e]:47103) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:37:44.524794 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:37:44.524771 [ 288 ] {} TCP-Session: 6ffeb84d-e658-48e8-83dc-4d98a5e435e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.524829 [ 290 ] {} TCP-Session: 0684c6c7-73cf-4da7-a9f8-ec24aaa5d487 Authenticating user 'default' from [fd00:1122:3344:101::e]:48288 2026.02.01 14:37:44.524852 [ 288 ] {} TCP-Session: 6ffeb84d-e658-48e8-83dc-4d98a5e435e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.524861 [ 290 ] {} TCP-Session: 0684c6c7-73cf-4da7-a9f8-ec24aaa5d487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.524889 [ 290 ] {} TCP-Session: 0684c6c7-73cf-4da7-a9f8-ec24aaa5d487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.524916 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:37:44.524951 [ 294 ] {} TCP-Session: 192c2e65-307f-4bc6-b36b-7317c710d80e Authenticating user 'default' from [fd00:1122:3344:101::e]:52003 2026.02.01 14:37:44.524990 [ 294 ] {} TCP-Session: 192c2e65-307f-4bc6-b36b-7317c710d80e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.525004 [ 294 ] {} TCP-Session: 192c2e65-307f-4bc6-b36b-7317c710d80e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.525107 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:37:44.525110 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:37:44.525141 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:37:44.525147 [ 293 ] {} TCP-Session: 391bf5cf-2ed3-4807-9a48-cafa9994d891 Authenticating user 'default' from [fd00:1122:3344:101::e]:37687 2026.02.01 14:37:44.525162 [ 291 ] {} TCP-Session: decf8601-ceba-49f6-9693-5a8d90cbd8a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:36756 2026.02.01 14:37:44.525180 [ 289 ] {} TCP-Session: 3db202aa-b8b6-4f14-8392-6b9fb134211a Authenticating user 'default' from [fd00:1122:3344:101::e]:50682 2026.02.01 14:37:44.525191 [ 293 ] {} TCP-Session: 391bf5cf-2ed3-4807-9a48-cafa9994d891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.525200 [ 291 ] {} TCP-Session: decf8601-ceba-49f6-9693-5a8d90cbd8a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.525212 [ 289 ] {} TCP-Session: 3db202aa-b8b6-4f14-8392-6b9fb134211a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.525217 [ 293 ] {} TCP-Session: 391bf5cf-2ed3-4807-9a48-cafa9994d891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.525230 [ 291 ] {} TCP-Session: decf8601-ceba-49f6-9693-5a8d90cbd8a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.525242 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:37:44.525147 [ 275 ] {d5ab2d77-9c71-4319-b6ec-c111f94be475} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:37:44.525308 [ 292 ] {} TCP-Session: c81f43a2-4e1d-490f-a38d-510ad0639cdc Authenticating user 'default' from [fd00:1122:3344:101::e]:50295 2026.02.01 14:37:44.525240 [ 289 ] {} TCP-Session: 3db202aa-b8b6-4f14-8392-6b9fb134211a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.525346 [ 292 ] {} TCP-Session: c81f43a2-4e1d-490f-a38d-510ad0639cdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.525362 [ 275 ] {d5ab2d77-9c71-4319-b6ec-c111f94be475} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:37:44.525379 [ 292 ] {} TCP-Session: c81f43a2-4e1d-490f-a38d-510ad0639cdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.525670 [ 275 ] {d5ab2d77-9c71-4319-b6ec-c111f94be475} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:37:44.525765 [ 275 ] {d5ab2d77-9c71-4319-b6ec-c111f94be475} Aggregator: Compile expression max()(UInt64) 0 2026.02.01 14:37:44.651407 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 220 2026.02.01 14:37:44.653486 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:44.653551 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:44.660409 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:37:44.660737 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:44.661154 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 220 2026.02.01 14:37:44.964082 [ 330 ] {d5ab2d77-9c71-4319-b6ec-c111f94be475} AggregatingTransform: Aggregating 2026.02.01 14:37:44.964146 [ 330 ] {d5ab2d77-9c71-4319-b6ec-c111f94be475} Aggregator: Aggregation method: without_key 2026.02.01 14:37:44.964186 [ 330 ] {d5ab2d77-9c71-4319-b6ec-c111f94be475} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001330811 sec. (751.422 rows/sec., 29.35 KiB/sec.) 2026.02.01 14:37:44.964203 [ 330 ] {d5ab2d77-9c71-4319-b6ec-c111f94be475} Aggregator: Merging aggregated data 2026.02.01 14:37:44.965244 [ 275 ] {d5ab2d77-9c71-4319-b6ec-c111f94be475} executeQuery: Read 1 rows, 40.00 B in 0.440549 sec., 2.269895062751249 rows/sec., 90.80 B/sec. 2026.02.01 14:37:44.965416 [ 275 ] {d5ab2d77-9c71-4319-b6ec-c111f94be475} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.02.01 14:37:44.965432 [ 275 ] {d5ab2d77-9c71-4319-b6ec-c111f94be475} TCPHandler: Processed in 0.440992667 sec. 2026.02.01 14:37:44.965576 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 14:37:44.965613 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:37:44.965658 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:37:44.965662 [ 293 ] {} TCP-Session: 391bf5cf-2ed3-4807-9a48-cafa9994d891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.965681 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.01 14:37:44.965712 [ 287 ] {} TCP-Session: 40ac353b-aeeb-41d2-88ba-22ab1763c41c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.965723 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:37:44.965749 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 14:37:44.965771 [ 288 ] {} TCP-Session: 6ffeb84d-e658-48e8-83dc-4d98a5e435e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.965778 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 14:37:44.965813 [ 292 ] {} TCP-Session: c81f43a2-4e1d-490f-a38d-510ad0639cdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.965699 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:37:44.965848 [ 294 ] {} TCP-Session: 192c2e65-307f-4bc6-b36b-7317c710d80e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.965662 [ 290 ] {} TCP-Session: 0684c6c7-73cf-4da7-a9f8-ec24aaa5d487 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.965883 [ 291 ] {} TCP-Session: decf8601-ceba-49f6-9693-5a8d90cbd8a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.965797 [ 289 ] {} TCP-Session: 3db202aa-b8b6-4f14-8392-6b9fb134211a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:44.965783 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 14:37:44.965975 [ 275 ] {} TCP-Session: e7503923-e9ba-40de-8335-679a28b951c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:37:45.001167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 185.58 MiB, peak 195.70 MiB, free memory in arenas 0.00 B, will set to 204.27 MiB (RSS), difference: 18.69 MiB 2026.02.01 14:37:47.210501 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:47.210740 [ 276 ] {68b2e004-0cae-492e-930a-897976c7ae14} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:37:47.210814 [ 276 ] {68b2e004-0cae-492e-930a-897976c7ae14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:37:47.211488 [ 276 ] {68b2e004-0cae-492e-930a-897976c7ae14} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:47.211529 [ 276 ] {68b2e004-0cae-492e-930a-897976c7ae14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:47.211928 [ 276 ] {68b2e004-0cae-492e-930a-897976c7ae14} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:37:47.212148 [ 276 ] {68b2e004-0cae-492e-930a-897976c7ae14} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:47.212304 [ 276 ] {68b2e004-0cae-492e-930a-897976c7ae14} executeQuery: Read 26 rows, 2.01 KiB in 0.001621 sec., 16039.481801357186 rows/sec., 1.21 MiB/sec. 2026.02.01 14:37:47.212345 [ 276 ] {68b2e004-0cae-492e-930a-897976c7ae14} TCPHandler: Processed in 0.001986351 sec. 2026.02.01 14:37:47.212461 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:47.212558 [ 276 ] {a3144b1a-319d-434b-877b-4c3534c208e6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:37:47.212600 [ 276 ] {a3144b1a-319d-434b-877b-4c3534c208e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:37:47.213000 [ 276 ] {a3144b1a-319d-434b-877b-4c3534c208e6} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:47.213035 [ 276 ] {a3144b1a-319d-434b-877b-4c3534c208e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:47.213339 [ 276 ] {a3144b1a-319d-434b-877b-4c3534c208e6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:37:47.213543 [ 276 ] {a3144b1a-319d-434b-877b-4c3534c208e6} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:47.213676 [ 276 ] {a3144b1a-319d-434b-877b-4c3534c208e6} executeQuery: Read 28 rows, 2.24 KiB in 0.001137 sec., 24626.209322779243 rows/sec., 1.92 MiB/sec. 2026.02.01 14:37:47.213713 [ 276 ] {a3144b1a-319d-434b-877b-4c3534c208e6} TCPHandler: Processed in 0.001302791 sec. 2026.02.01 14:37:47.213813 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:47.213915 [ 276 ] {c69767ea-db65-40dd-8c79-dfa667bbee39} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:37:47.213959 [ 276 ] {c69767ea-db65-40dd-8c79-dfa667bbee39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:37:47.214346 [ 276 ] {c69767ea-db65-40dd-8c79-dfa667bbee39} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:47.214380 [ 276 ] {c69767ea-db65-40dd-8c79-dfa667bbee39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:47.214735 [ 276 ] {c69767ea-db65-40dd-8c79-dfa667bbee39} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:37:47.214958 [ 276 ] {c69767ea-db65-40dd-8c79-dfa667bbee39} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:47.215093 [ 276 ] {c69767ea-db65-40dd-8c79-dfa667bbee39} executeQuery: Read 100 rows, 7.10 KiB in 0.001198 sec., 83472.45409015025 rows/sec., 5.79 MiB/sec. 2026.02.01 14:37:47.215130 [ 276 ] {c69767ea-db65-40dd-8c79-dfa667bbee39} TCPHandler: Processed in 0.001361803 sec. 2026.02.01 14:37:47.215244 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:47.215338 [ 276 ] {243fef84-27fd-416b-843f-f71703b83abf} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:37:47.215381 [ 276 ] {243fef84-27fd-416b-843f-f71703b83abf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:37:47.215706 [ 276 ] {243fef84-27fd-416b-843f-f71703b83abf} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:47.215740 [ 276 ] {243fef84-27fd-416b-843f-f71703b83abf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:47.216047 [ 276 ] {243fef84-27fd-416b-843f-f71703b83abf} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:37:47.216261 [ 276 ] {243fef84-27fd-416b-843f-f71703b83abf} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:47.216388 [ 276 ] {243fef84-27fd-416b-843f-f71703b83abf} executeQuery: Read 30 rows, 2.10 KiB in 0.001068 sec., 28089.88764044944 rows/sec., 1.92 MiB/sec. 2026.02.01 14:37:47.216424 [ 276 ] {243fef84-27fd-416b-843f-f71703b83abf} TCPHandler: Processed in 0.001230658 sec. 2026.02.01 14:37:49.570927 [ 53 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:37:49.571027 [ 53 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:37:49.656087 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4825 2026.02.01 14:37:49.656669 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:49.656704 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:49.657199 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:37:49.657429 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:49.657557 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4825 2026.02.01 14:37:49.892824 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.02.01 14:37:49.909680 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:49.909735 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:49.915854 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:37:49.916523 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:49.919266 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.02.01 14:37:50.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 204.84 MiB, peak 208.84 MiB, free memory in arenas 0.00 B, will set to 206.69 MiB (RSS), difference: 1.85 MiB 2026.02.01 14:37:52.212410 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:52.212600 [ 276 ] {8aefcec5-b704-4177-974a-2bb7141c20a2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:37:52.212677 [ 276 ] {8aefcec5-b704-4177-974a-2bb7141c20a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:37:52.213389 [ 276 ] {8aefcec5-b704-4177-974a-2bb7141c20a2} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:52.213436 [ 276 ] {8aefcec5-b704-4177-974a-2bb7141c20a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:52.213894 [ 276 ] {8aefcec5-b704-4177-974a-2bb7141c20a2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:37:52.214127 [ 276 ] {8aefcec5-b704-4177-974a-2bb7141c20a2} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:52.214318 [ 276 ] {8aefcec5-b704-4177-974a-2bb7141c20a2} executeQuery: Read 78 rows, 6.89 KiB in 0.00177 sec., 44067.79661016949 rows/sec., 3.80 MiB/sec. 2026.02.01 14:37:52.214372 [ 276 ] {8aefcec5-b704-4177-974a-2bb7141c20a2} TCPHandler: Processed in 0.002101485 sec. 2026.02.01 14:37:52.214507 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:52.214615 [ 276 ] {26abded6-7b6c-4afc-9560-00b46de1f6e4} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:37:52.214661 [ 276 ] {26abded6-7b6c-4afc-9560-00b46de1f6e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:37:52.215105 [ 276 ] {26abded6-7b6c-4afc-9560-00b46de1f6e4} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:52.215141 [ 276 ] {26abded6-7b6c-4afc-9560-00b46de1f6e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:52.215458 [ 276 ] {26abded6-7b6c-4afc-9560-00b46de1f6e4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:37:52.215714 [ 276 ] {26abded6-7b6c-4afc-9560-00b46de1f6e4} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:52.215824 [ 50 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 14:37:52.215857 [ 276 ] {26abded6-7b6c-4afc-9560-00b46de1f6e4} executeQuery: Read 26 rows, 1.96 KiB in 0.001267 sec., 20520.91554853986 rows/sec., 1.51 MiB/sec. 2026.02.01 14:37:52.215858 [ 50 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:52.215891 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:52.215897 [ 276 ] {26abded6-7b6c-4afc-9560-00b46de1f6e4} TCPHandler: Processed in 0.001445205 sec. 2026.02.01 14:37:52.215974 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:37:52.216015 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:52.216063 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:37:52.216091 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part 2026.02.01 14:37:52.216115 [ 276 ] {8416e8a1-adde-4242-9a91-5d638362257f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:37:52.216147 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2026.02.01 14:37:52.216158 [ 276 ] {8416e8a1-adde-4242-9a91-5d638362257f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:37:52.216189 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part 2026.02.01 14:37:52.216226 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part 2026.02.01 14:37:52.216264 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2026.02.01 14:37:52.216304 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:37:52.216638 [ 276 ] {8416e8a1-adde-4242-9a91-5d638362257f} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:52.216675 [ 276 ] {8416e8a1-adde-4242-9a91-5d638362257f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:52.217036 [ 276 ] {8416e8a1-adde-4242-9a91-5d638362257f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:37:52.217138 [ 200 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001193667 sec., 134040.73330334172 rows/sec., 10.38 MiB/sec. 2026.02.01 14:37:52.217262 [ 276 ] {8416e8a1-adde-4242-9a91-5d638362257f} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:52.217273 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 14:37:52.217409 [ 276 ] {8416e8a1-adde-4242-9a91-5d638362257f} executeQuery: Read 54 rows, 4.32 KiB in 0.001316 sec., 41033.43465045593 rows/sec., 3.20 MiB/sec. 2026.02.01 14:37:52.217449 [ 276 ] {8416e8a1-adde-4242-9a91-5d638362257f} TCPHandler: Processed in 0.001485736 sec. 2026.02.01 14:37:52.217513 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_6_1} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:52.217557 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:52.217572 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_6_1} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 14:37:52.217635 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.01 14:37:52.217656 [ 276 ] {94cb6ef6-50ed-48a6-9d22-80d34664f139} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:37:52.217700 [ 276 ] {94cb6ef6-50ed-48a6-9d22-80d34664f139} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:37:52.218090 [ 276 ] {94cb6ef6-50ed-48a6-9d22-80d34664f139} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:52.218150 [ 276 ] {94cb6ef6-50ed-48a6-9d22-80d34664f139} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:52.218478 [ 276 ] {94cb6ef6-50ed-48a6-9d22-80d34664f139} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:37:52.218688 [ 276 ] {94cb6ef6-50ed-48a6-9d22-80d34664f139} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:52.218783 [ 50 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 14:37:52.218814 [ 50 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:52.218821 [ 276 ] {94cb6ef6-50ed-48a6-9d22-80d34664f139} executeQuery: Read 100 rows, 7.10 KiB in 0.001187 sec., 84245.99831508004 rows/sec., 5.84 MiB/sec. 2026.02.01 14:37:52.218833 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:52.218870 [ 276 ] {94cb6ef6-50ed-48a6-9d22-80d34664f139} TCPHandler: Processed in 0.001361233 sec. 2026.02.01 14:37:52.218969 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:37:52.219022 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:52.219114 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:37:52.219124 [ 276 ] {094172cb-604f-49ff-8fed-d3a2a85e33fb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:37:52.219167 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.02.01 14:37:52.219191 [ 276 ] {094172cb-604f-49ff-8fed-d3a2a85e33fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:37:52.219276 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 438 rows starting from the beginning of the part 2026.02.01 14:37:52.219341 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part 2026.02.01 14:37:52.219389 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part 2026.02.01 14:37:52.219438 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part 2026.02.01 14:37:52.219483 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part 2026.02.01 14:37:52.220034 [ 276 ] {094172cb-604f-49ff-8fed-d3a2a85e33fb} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:52.220076 [ 276 ] {094172cb-604f-49ff-8fed-d3a2a85e33fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:52.220599 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 839 rows, containing 5 columns (5 merged, 0 gathered) in 0.001691712 sec., 495947.3007225816 rows/sec., 36.71 MiB/sec. 2026.02.01 14:37:52.220698 [ 276 ] {094172cb-604f-49ff-8fed-d3a2a85e33fb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:37:52.220790 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 14:37:52.221000 [ 276 ] {094172cb-604f-49ff-8fed-d3a2a85e33fb} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:52.221110 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_6_1} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:52.221123 [ 50 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 14:37:52.221158 [ 50 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:52.221168 [ 276 ] {094172cb-604f-49ff-8fed-d3a2a85e33fb} executeQuery: Read 26 rows, 47.71 KiB in 0.002062 sec., 12609.117361784674 rows/sec., 22.59 MiB/sec. 2026.02.01 14:37:52.221183 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:52.221196 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_6_1} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 14:37:52.221235 [ 276 ] {094172cb-604f-49ff-8fed-d3a2a85e33fb} TCPHandler: Processed in 0.00226356 sec. 2026.02.01 14:37:52.221280 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:37:52.221312 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.01 14:37:52.221359 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:52.221440 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:37:52.221458 [ 276 ] {97d676a0-91c1-4206-902e-a1ce423fc2f6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:37:52.221486 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.02.01 14:37:52.221502 [ 276 ] {97d676a0-91c1-4206-902e-a1ce423fc2f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:37:52.221595 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2026.02.01 14:37:52.221697 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part 2026.02.01 14:37:52.221800 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part 2026.02.01 14:37:52.221828 [ 276 ] {97d676a0-91c1-4206-902e-a1ce423fc2f6} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:52.221863 [ 276 ] {97d676a0-91c1-4206-902e-a1ce423fc2f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:52.221899 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2026.02.01 14:37:52.222012 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:37:52.222192 [ 276 ] {97d676a0-91c1-4206-902e-a1ce423fc2f6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:37:52.222424 [ 276 ] {97d676a0-91c1-4206-902e-a1ce423fc2f6} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:52.222561 [ 276 ] {97d676a0-91c1-4206-902e-a1ce423fc2f6} executeQuery: Read 30 rows, 2.10 KiB in 0.001123 sec., 26714.158504007122 rows/sec., 1.83 MiB/sec. 2026.02.01 14:37:52.222597 [ 276 ] {97d676a0-91c1-4206-902e-a1ce423fc2f6} TCPHandler: Processed in 0.00128839 sec. 2026.02.01 14:37:52.224295 [ 198 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 19 columns (19 merged, 0 gathered) in 0.003041034 sec., 46694.643992799814 rows/sec., 83.67 MiB/sec. 2026.02.01 14:37:52.224670 [ 196 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 14:37:52.225041 [ 196 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_6_1} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:52.225114 [ 196 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_6_1} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 14:37:52.225235 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.02.01 14:37:54.661285 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 242 2026.02.01 14:37:54.663590 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:54.663638 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:54.664804 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:37:54.665074 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:54.665416 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 242 2026.02.01 14:37:57.158588 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5337 2026.02.01 14:37:57.159117 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:57.159167 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:57.159665 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:37:57.159908 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:57.160048 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5337 2026.02.01 14:37:57.160042 [ 43 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 14:37:57.160120 [ 43 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:57.160141 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:57.160266 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:37:57.160427 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:37:57.160471 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2905 rows starting from the beginning of the part 2026.02.01 14:37:57.160543 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:37:57.160594 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:37:57.160638 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:37:57.160681 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:37:57.160725 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:37:57.162089 [ 199 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5337 rows, containing 4 columns (4 merged, 0 gathered) in 0.001884138 sec., 2832595.0646927133 rows/sec., 40.52 MiB/sec. 2026.02.01 14:37:57.162641 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 14:37:57.162890 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_11_2} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:57.162963 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_11_2} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 14:37:57.163032 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.02.01 14:37:57.210675 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:57.210821 [ 276 ] {caf2a8bf-4aef-4a9a-96b5-15bf90fd729e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:37:57.210882 [ 276 ] {caf2a8bf-4aef-4a9a-96b5-15bf90fd729e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:37:57.211461 [ 276 ] {caf2a8bf-4aef-4a9a-96b5-15bf90fd729e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:57.211508 [ 276 ] {caf2a8bf-4aef-4a9a-96b5-15bf90fd729e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:57.211845 [ 276 ] {caf2a8bf-4aef-4a9a-96b5-15bf90fd729e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:37:57.212062 [ 276 ] {caf2a8bf-4aef-4a9a-96b5-15bf90fd729e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:57.212203 [ 276 ] {caf2a8bf-4aef-4a9a-96b5-15bf90fd729e} executeQuery: Read 26 rows, 2.01 KiB in 0.001426 sec., 18232.819074333802 rows/sec., 1.37 MiB/sec. 2026.02.01 14:37:57.212244 [ 276 ] {caf2a8bf-4aef-4a9a-96b5-15bf90fd729e} TCPHandler: Processed in 0.001688803 sec. 2026.02.01 14:37:57.212359 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:57.212453 [ 276 ] {04ca3ade-dc31-421b-a821-4f8578ce948d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:37:57.212498 [ 276 ] {04ca3ade-dc31-421b-a821-4f8578ce948d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:37:57.212907 [ 276 ] {04ca3ade-dc31-421b-a821-4f8578ce948d} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:57.212953 [ 276 ] {04ca3ade-dc31-421b-a821-4f8578ce948d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:57.213270 [ 276 ] {04ca3ade-dc31-421b-a821-4f8578ce948d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:37:57.213497 [ 276 ] {04ca3ade-dc31-421b-a821-4f8578ce948d} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:57.213628 [ 276 ] {04ca3ade-dc31-421b-a821-4f8578ce948d} executeQuery: Read 28 rows, 2.24 KiB in 0.001194 sec., 23450.586264656617 rows/sec., 1.83 MiB/sec. 2026.02.01 14:37:57.213665 [ 276 ] {04ca3ade-dc31-421b-a821-4f8578ce948d} TCPHandler: Processed in 0.001353702 sec. 2026.02.01 14:37:57.213786 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:57.213883 [ 276 ] {79b950f6-75be-4460-996b-52d7e3bbbb99} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:37:57.213928 [ 276 ] {79b950f6-75be-4460-996b-52d7e3bbbb99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:37:57.214384 [ 276 ] {79b950f6-75be-4460-996b-52d7e3bbbb99} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:57.214432 [ 276 ] {79b950f6-75be-4460-996b-52d7e3bbbb99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:57.214901 [ 276 ] {79b950f6-75be-4460-996b-52d7e3bbbb99} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:37:57.215211 [ 276 ] {79b950f6-75be-4460-996b-52d7e3bbbb99} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:57.215384 [ 276 ] {79b950f6-75be-4460-996b-52d7e3bbbb99} executeQuery: Read 100 rows, 7.10 KiB in 0.001518 sec., 65876.15283267458 rows/sec., 4.57 MiB/sec. 2026.02.01 14:37:57.215430 [ 276 ] {79b950f6-75be-4460-996b-52d7e3bbbb99} TCPHandler: Processed in 0.001691873 sec. 2026.02.01 14:37:57.215558 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:37:57.215656 [ 276 ] {2b57c3fd-a0bb-4b2d-b417-df2809bf3c1f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:37:57.215699 [ 276 ] {2b57c3fd-a0bb-4b2d-b417-df2809bf3c1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:37:57.216026 [ 276 ] {2b57c3fd-a0bb-4b2d-b417-df2809bf3c1f} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:57.216061 [ 276 ] {2b57c3fd-a0bb-4b2d-b417-df2809bf3c1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:57.216367 [ 276 ] {2b57c3fd-a0bb-4b2d-b417-df2809bf3c1f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:37:57.216641 [ 276 ] {2b57c3fd-a0bb-4b2d-b417-df2809bf3c1f} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:57.216753 [ 43 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 14:37:57.216774 [ 276 ] {2b57c3fd-a0bb-4b2d-b417-df2809bf3c1f} executeQuery: Read 30 rows, 2.10 KiB in 0.001138 sec., 26362.038664323376 rows/sec., 1.81 MiB/sec. 2026.02.01 14:37:57.216799 [ 43 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:57.216816 [ 276 ] {2b57c3fd-a0bb-4b2d-b417-df2809bf3c1f} TCPHandler: Processed in 0.001308931 sec. 2026.02.01 14:37:57.216826 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:57.216936 [ 198 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:37:57.217037 [ 198 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:37:57.217078 [ 198 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2026.02.01 14:37:57.217152 [ 198 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.02.01 14:37:57.217201 [ 198 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2026.02.01 14:37:57.217239 [ 198 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part 2026.02.01 14:37:57.217281 [ 198 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2026.02.01 14:37:57.217322 [ 198 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2026.02.01 14:37:57.218033 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.001139685 sec., 157938.37770963027 rows/sec., 10.82 MiB/sec. 2026.02.01 14:37:57.218260 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 14:37:57.218572 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_6_1} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:57.218650 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_6_1} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 14:37:57.218736 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.01 14:37:57.420291 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.02.01 14:37:57.437791 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:57.437852 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:57.443645 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:37:57.444318 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:57.444573 [ 43 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 14:37:57.444614 [ 43 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:37:57.444636 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:37:57.444780 [ 198 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:37:57.447525 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.02.01 14:37:57.448834 [ 198 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:37:57.450385 [ 198 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:37:57.455648 [ 198 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:37:57.460028 [ 198 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:37:57.464458 [ 198 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:37:57.469223 [ 198 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:37:57.473843 [ 198 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:37:57.525686 [ 199 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.08097952 sec., 1024.9505060044812 rows/sec., 5.30 MiB/sec. 2026.02.01 14:37:57.527311 [ 194 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 14:37:57.529136 [ 194 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_11_2} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:37:57.529234 [ 194 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_11_2} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 14:37:57.530424 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.02.01 14:37:58.000180 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.83 MiB, peak 218.71 MiB, free memory in arenas 0.00 B, will set to 218.73 MiB (RSS), difference: 9.90 MiB 2026.02.01 14:38:02.210784 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:02.211132 [ 276 ] {c1969539-cf9e-474c-987e-828a9a050cbe} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2026.02.01 14:38:02.211507 [ 276 ] {c1969539-cf9e-474c-987e-828a9a050cbe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:02.211545 [ 276 ] {c1969539-cf9e-474c-987e-828a9a050cbe} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE 2026.02.01 14:38:02.211785 [ 276 ] {c1969539-cf9e-474c-987e-828a9a050cbe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:02.211856 [ 276 ] {c1969539-cf9e-474c-987e-828a9a050cbe} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:02.211999 [ 276 ] {c1969539-cf9e-474c-987e-828a9a050cbe} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.02.01 14:38:02.212153 [ 286 ] {c1969539-cf9e-474c-987e-828a9a050cbe} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:02.212153 [ 339 ] {c1969539-cf9e-474c-987e-828a9a050cbe} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:02.212336 [ 276 ] {c1969539-cf9e-474c-987e-828a9a050cbe} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:38:02.212367 [ 276 ] {c1969539-cf9e-474c-987e-828a9a050cbe} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:02.214469 [ 276 ] {c1969539-cf9e-474c-987e-828a9a050cbe} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:02.214520 [ 276 ] {c1969539-cf9e-474c-987e-828a9a050cbe} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.02.01 14:38:02.214615 [ 276 ] {c1969539-cf9e-474c-987e-828a9a050cbe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" 2026.02.01 14:38:02.214683 [ 276 ] {c1969539-cf9e-474c-987e-828a9a050cbe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" 2026.02.01 14:38:02.215821 [ 276 ] {c1969539-cf9e-474c-987e-828a9a050cbe} executeQuery: Read 25 rows, 1.10 KiB in 0.004798 sec., 5210.5043768236765 rows/sec., 228.98 KiB/sec. 2026.02.01 14:38:02.215921 [ 276 ] {c1969539-cf9e-474c-987e-828a9a050cbe} TCPHandler: Processed in 0.005334475 sec. 2026.02.01 14:38:02.220627 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:02.220760 [ 276 ] {5a4e7875-7480-47ef-b702-42174b944c80} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.01 14:38:02.220812 [ 276 ] {5a4e7875-7480-47ef-b702-42174b944c80} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:02.221382 [ 276 ] {5a4e7875-7480-47ef-b702-42174b944c80} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:02.221425 [ 276 ] {5a4e7875-7480-47ef-b702-42174b944c80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:02.221826 [ 276 ] {5a4e7875-7480-47ef-b702-42174b944c80} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:38:02.222023 [ 276 ] {5a4e7875-7480-47ef-b702-42174b944c80} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:02.222182 [ 276 ] {5a4e7875-7480-47ef-b702-42174b944c80} executeQuery: Read 1 rows, 106.00 B in 0.00146 sec., 684.9315068493152 rows/sec., 70.90 KiB/sec. 2026.02.01 14:38:02.222222 [ 276 ] {5a4e7875-7480-47ef-b702-42174b944c80} TCPHandler: Processed in 0.001661891 sec. 2026.02.01 14:38:02.222331 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:02.222427 [ 276 ] {4e969440-0b82-4b47-b944-c78f081818ca} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:38:02.222468 [ 276 ] {4e969440-0b82-4b47-b944-c78f081818ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:38:02.222886 [ 276 ] {4e969440-0b82-4b47-b944-c78f081818ca} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:02.222923 [ 276 ] {4e969440-0b82-4b47-b944-c78f081818ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:02.223216 [ 276 ] {4e969440-0b82-4b47-b944-c78f081818ca} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:38:02.223425 [ 276 ] {4e969440-0b82-4b47-b944-c78f081818ca} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:02.223561 [ 276 ] {4e969440-0b82-4b47-b944-c78f081818ca} executeQuery: Read 24 rows, 2.04 KiB in 0.001153 sec., 20815.264527320036 rows/sec., 1.73 MiB/sec. 2026.02.01 14:38:02.223599 [ 276 ] {4e969440-0b82-4b47-b944-c78f081818ca} TCPHandler: Processed in 0.001316861 sec. 2026.02.01 14:38:02.223711 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:02.223805 [ 276 ] {4b2878c5-08dc-4a86-b84a-10c2b7922fc2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:38:02.223846 [ 276 ] {4b2878c5-08dc-4a86-b84a-10c2b7922fc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:38:02.224230 [ 276 ] {4b2878c5-08dc-4a86-b84a-10c2b7922fc2} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:02.224268 [ 276 ] {4b2878c5-08dc-4a86-b84a-10c2b7922fc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:02.224547 [ 276 ] {4b2878c5-08dc-4a86-b84a-10c2b7922fc2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:38:02.224748 [ 276 ] {4b2878c5-08dc-4a86-b84a-10c2b7922fc2} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:02.224882 [ 276 ] {4b2878c5-08dc-4a86-b84a-10c2b7922fc2} executeQuery: Read 8 rows, 668.00 B in 0.001094 sec., 7312.614259597807 rows/sec., 596.29 KiB/sec. 2026.02.01 14:38:02.224919 [ 276 ] {4b2878c5-08dc-4a86-b84a-10c2b7922fc2} TCPHandler: Processed in 0.001256889 sec. 2026.02.01 14:38:02.225027 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:02.225121 [ 276 ] {31fcba64-4c17-4e56-b2d8-1673fcb83bf6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:38:02.225160 [ 276 ] {31fcba64-4c17-4e56-b2d8-1673fcb83bf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:38:02.225644 [ 276 ] {31fcba64-4c17-4e56-b2d8-1673fcb83bf6} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:02.225681 [ 276 ] {31fcba64-4c17-4e56-b2d8-1673fcb83bf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:02.226022 [ 276 ] {31fcba64-4c17-4e56-b2d8-1673fcb83bf6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:38:02.226231 [ 276 ] {31fcba64-4c17-4e56-b2d8-1673fcb83bf6} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:02.226364 [ 276 ] {31fcba64-4c17-4e56-b2d8-1673fcb83bf6} executeQuery: Read 231 rows, 21.52 KiB in 0.001261 sec., 183187.94607454402 rows/sec., 16.67 MiB/sec. 2026.02.01 14:38:02.226400 [ 276 ] {31fcba64-4c17-4e56-b2d8-1673fcb83bf6} TCPHandler: Processed in 0.001422234 sec. 2026.02.01 14:38:02.226511 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:02.226605 [ 276 ] {47933c56-f427-4a80-b0b5-e93857dc7293} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:38:02.226645 [ 276 ] {47933c56-f427-4a80-b0b5-e93857dc7293} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:38:02.227054 [ 276 ] {47933c56-f427-4a80-b0b5-e93857dc7293} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:02.227090 [ 276 ] {47933c56-f427-4a80-b0b5-e93857dc7293} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:02.227386 [ 276 ] {47933c56-f427-4a80-b0b5-e93857dc7293} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:38:02.227591 [ 276 ] {47933c56-f427-4a80-b0b5-e93857dc7293} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:02.227724 [ 276 ] {47933c56-f427-4a80-b0b5-e93857dc7293} executeQuery: Read 60 rows, 4.53 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.89 MiB/sec. 2026.02.01 14:38:02.227761 [ 276 ] {47933c56-f427-4a80-b0b5-e93857dc7293} TCPHandler: Processed in 0.00129943 sec. 2026.02.01 14:38:02.227867 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:02.227961 [ 276 ] {49a50028-cdc0-47a9-8e14-e3956aaae7a5} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:38:02.228000 [ 276 ] {49a50028-cdc0-47a9-8e14-e3956aaae7a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:38:02.228401 [ 276 ] {49a50028-cdc0-47a9-8e14-e3956aaae7a5} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:02.228438 [ 276 ] {49a50028-cdc0-47a9-8e14-e3956aaae7a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:02.228719 [ 276 ] {49a50028-cdc0-47a9-8e14-e3956aaae7a5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:38:02.228929 [ 276 ] {49a50028-cdc0-47a9-8e14-e3956aaae7a5} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:02.229061 [ 276 ] {49a50028-cdc0-47a9-8e14-e3956aaae7a5} executeQuery: Read 25 rows, 2.11 KiB in 0.001118 sec., 22361.359570661894 rows/sec., 1.84 MiB/sec. 2026.02.01 14:38:02.229099 [ 276 ] {49a50028-cdc0-47a9-8e14-e3956aaae7a5} TCPHandler: Processed in 0.001280049 sec. 2026.02.01 14:38:02.229208 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:02.229301 [ 276 ] {440b16a9-c4a1-438a-a69c-a187cb3bfc21} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:38:02.229340 [ 276 ] {440b16a9-c4a1-438a-a69c-a187cb3bfc21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:38:02.229724 [ 276 ] {440b16a9-c4a1-438a-a69c-a187cb3bfc21} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:02.229761 [ 276 ] {440b16a9-c4a1-438a-a69c-a187cb3bfc21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:02.230073 [ 276 ] {440b16a9-c4a1-438a-a69c-a187cb3bfc21} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:38:02.230278 [ 276 ] {440b16a9-c4a1-438a-a69c-a187cb3bfc21} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:02.230417 [ 276 ] {440b16a9-c4a1-438a-a69c-a187cb3bfc21} executeQuery: Read 12 rows, 960.00 B in 0.001134 sec., 10582.010582010582 rows/sec., 826.72 KiB/sec. 2026.02.01 14:38:02.230454 [ 276 ] {440b16a9-c4a1-438a-a69c-a187cb3bfc21} TCPHandler: Processed in 0.001293709 sec. 2026.02.01 14:38:02.230567 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:02.230659 [ 276 ] {cc9b2670-ba46-40d8-b84d-f72cafc847fa} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:38:02.230698 [ 276 ] {cc9b2670-ba46-40d8-b84d-f72cafc847fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:38:02.231123 [ 276 ] {cc9b2670-ba46-40d8-b84d-f72cafc847fa} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:02.231159 [ 276 ] {cc9b2670-ba46-40d8-b84d-f72cafc847fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:02.231466 [ 276 ] {cc9b2670-ba46-40d8-b84d-f72cafc847fa} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:38:02.231677 [ 276 ] {cc9b2670-ba46-40d8-b84d-f72cafc847fa} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:02.231807 [ 276 ] {cc9b2670-ba46-40d8-b84d-f72cafc847fa} executeQuery: Read 115 rows, 9.59 KiB in 0.001165 sec., 98712.44635193133 rows/sec., 8.04 MiB/sec. 2026.02.01 14:38:02.231843 [ 276 ] {cc9b2670-ba46-40d8-b84d-f72cafc847fa} TCPHandler: Processed in 0.001325191 sec. 2026.02.01 14:38:02.231955 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:02.232048 [ 276 ] {724ea848-702c-4942-969c-4dd37b1dd12f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:02.232090 [ 276 ] {724ea848-702c-4942-969c-4dd37b1dd12f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:38:02.232482 [ 276 ] {724ea848-702c-4942-969c-4dd37b1dd12f} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:02.232517 [ 276 ] {724ea848-702c-4942-969c-4dd37b1dd12f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:02.232832 [ 276 ] {724ea848-702c-4942-969c-4dd37b1dd12f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:38:02.233041 [ 276 ] {724ea848-702c-4942-969c-4dd37b1dd12f} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:02.233174 [ 276 ] {724ea848-702c-4942-969c-4dd37b1dd12f} executeQuery: Read 140 rows, 10.37 KiB in 0.001143 sec., 122484.68941382327 rows/sec., 8.86 MiB/sec. 2026.02.01 14:38:02.233210 [ 276 ] {724ea848-702c-4942-969c-4dd37b1dd12f} TCPHandler: Processed in 0.001304301 sec. 2026.02.01 14:38:02.233317 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:02.233411 [ 276 ] {6fbefeaa-6b08-452e-a49e-8e27981cf054} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:38:02.233454 [ 276 ] {6fbefeaa-6b08-452e-a49e-8e27981cf054} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:38:02.233761 [ 276 ] {6fbefeaa-6b08-452e-a49e-8e27981cf054} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:02.233794 [ 276 ] {6fbefeaa-6b08-452e-a49e-8e27981cf054} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:02.234098 [ 276 ] {6fbefeaa-6b08-452e-a49e-8e27981cf054} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:38:02.234307 [ 276 ] {6fbefeaa-6b08-452e-a49e-8e27981cf054} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:02.234437 [ 276 ] {6fbefeaa-6b08-452e-a49e-8e27981cf054} executeQuery: Read 1 rows, 65.00 B in 0.001043 sec., 958.7727708533076 rows/sec., 60.86 KiB/sec. 2026.02.01 14:38:02.234473 [ 276 ] {6fbefeaa-6b08-452e-a49e-8e27981cf054} TCPHandler: Processed in 0.001204877 sec. 2026.02.01 14:38:02.234580 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:02.234674 [ 276 ] {43c507cf-22ce-4aa1-8521-a4a309a0ee1f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:02.234728 [ 276 ] {43c507cf-22ce-4aa1-8521-a4a309a0ee1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:38:02.235534 [ 276 ] {43c507cf-22ce-4aa1-8521-a4a309a0ee1f} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:02.235570 [ 276 ] {43c507cf-22ce-4aa1-8521-a4a309a0ee1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:02.236188 [ 276 ] {43c507cf-22ce-4aa1-8521-a4a309a0ee1f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:38:02.236405 [ 276 ] {43c507cf-22ce-4aa1-8521-a4a309a0ee1f} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:02.236548 [ 276 ] {43c507cf-22ce-4aa1-8521-a4a309a0ee1f} executeQuery: Read 40 rows, 73.40 KiB in 0.001892 sec., 21141.649048625794 rows/sec., 37.88 MiB/sec. 2026.02.01 14:38:02.236597 [ 276 ] {43c507cf-22ce-4aa1-8521-a4a309a0ee1f} TCPHandler: Processed in 0.002065064 sec. 2026.02.01 14:38:02.236702 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:02.236795 [ 276 ] {5355b089-0ed4-40de-9e4c-e99d1095451a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.01 14:38:02.236837 [ 276 ] {5355b089-0ed4-40de-9e4c-e99d1095451a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.01 14:38:02.237150 [ 276 ] {5355b089-0ed4-40de-9e4c-e99d1095451a} oximeter.measurements_i64 (9a8d8336-251c-4ae2-b3c2-b40fc997b104): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:02.237184 [ 276 ] {5355b089-0ed4-40de-9e4c-e99d1095451a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:02.237483 [ 276 ] {5355b089-0ed4-40de-9e4c-e99d1095451a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:38:02.237693 [ 276 ] {5355b089-0ed4-40de-9e4c-e99d1095451a} oximeter.measurements_i64 (9a8d8336-251c-4ae2-b3c2-b40fc997b104): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:02.237817 [ 276 ] {5355b089-0ed4-40de-9e4c-e99d1095451a} executeQuery: Read 3 rows, 217.00 B in 0.00104 sec., 2884.6153846153848 rows/sec., 203.76 KiB/sec. 2026.02.01 14:38:02.237852 [ 276 ] {5355b089-0ed4-40de-9e4c-e99d1095451a} TCPHandler: Processed in 0.001199407 sec. 2026.02.01 14:38:02.237960 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:02.238054 [ 276 ] {21da4883-2b95-4440-9824-16663b2eac36} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:38:02.238095 [ 276 ] {21da4883-2b95-4440-9824-16663b2eac36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:38:02.238404 [ 276 ] {21da4883-2b95-4440-9824-16663b2eac36} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:02.238440 [ 276 ] {21da4883-2b95-4440-9824-16663b2eac36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:02.238725 [ 276 ] {21da4883-2b95-4440-9824-16663b2eac36} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:38:02.238941 [ 276 ] {21da4883-2b95-4440-9824-16663b2eac36} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:02.239072 [ 276 ] {21da4883-2b95-4440-9824-16663b2eac36} executeQuery: Read 30 rows, 2.10 KiB in 0.001036 sec., 28957.528957528957 rows/sec., 1.98 MiB/sec. 2026.02.01 14:38:02.239106 [ 276 ] {21da4883-2b95-4440-9824-16663b2eac36} TCPHandler: Processed in 0.001194557 sec. 2026.02.01 14:38:04.571292 [ 37 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:38:04.571388 [ 37 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:38:04.661101 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5785 2026.02.01 14:38:04.661578 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:04.661620 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:04.662201 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:38:04.662440 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:04.662583 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5785 2026.02.01 14:38:04.666481 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 278 2026.02.01 14:38:04.668736 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:04.668779 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:04.670006 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:38:04.670269 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:04.670532 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 278 2026.02.01 14:38:04.947574 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.02.01 14:38:04.964303 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:04.964364 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:04.969972 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:38:04.970666 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:04.973415 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.02.01 14:38:07.210191 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:07.210372 [ 276 ] {40cfffb9-31ab-431e-b809-20cf4dfe084b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:38:07.210438 [ 276 ] {40cfffb9-31ab-431e-b809-20cf4dfe084b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:38:07.211084 [ 276 ] {40cfffb9-31ab-431e-b809-20cf4dfe084b} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:07.211125 [ 276 ] {40cfffb9-31ab-431e-b809-20cf4dfe084b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:07.211520 [ 276 ] {40cfffb9-31ab-431e-b809-20cf4dfe084b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:38:07.211755 [ 276 ] {40cfffb9-31ab-431e-b809-20cf4dfe084b} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:07.211875 [ 34 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 14:38:07.211915 [ 34 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:07.211921 [ 276 ] {40cfffb9-31ab-431e-b809-20cf4dfe084b} executeQuery: Read 26 rows, 2.01 KiB in 0.001601 sec., 16239.850093691442 rows/sec., 1.22 MiB/sec. 2026.02.01 14:38:07.211934 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:07.211971 [ 276 ] {40cfffb9-31ab-431e-b809-20cf4dfe084b} TCPHandler: Processed in 0.001912879 sec. 2026.02.01 14:38:07.212082 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:38:07.212106 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:07.212223 [ 276 ] {5fe9375c-8a94-4f37-b888-507cacb26497} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:38:07.212232 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:07.212270 [ 276 ] {5fe9375c-8a94-4f37-b888-507cacb26497} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:38:07.212288 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 201 rows starting from the beginning of the part 2026.02.01 14:38:07.212389 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.02.01 14:38:07.212440 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 78 rows starting from the beginning of the part 2026.02.01 14:38:07.212496 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2026.02.01 14:38:07.212538 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 231 rows starting from the beginning of the part 2026.02.01 14:38:07.212580 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2026.02.01 14:38:07.212714 [ 276 ] {5fe9375c-8a94-4f37-b888-507cacb26497} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:07.212758 [ 276 ] {5fe9375c-8a94-4f37-b888-507cacb26497} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:07.213090 [ 276 ] {5fe9375c-8a94-4f37-b888-507cacb26497} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:38:07.213331 [ 276 ] {5fe9375c-8a94-4f37-b888-507cacb26497} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:07.213431 [ 34 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 14:38:07.213460 [ 34 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:07.213474 [ 276 ] {5fe9375c-8a94-4f37-b888-507cacb26497} executeQuery: Read 28 rows, 2.24 KiB in 0.001275 sec., 21960.78431372549 rows/sec., 1.71 MiB/sec. 2026.02.01 14:38:07.213478 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:07.213512 [ 276 ] {5fe9375c-8a94-4f37-b888-507cacb26497} TCPHandler: Processed in 0.001458855 sec. 2026.02.01 14:38:07.213566 [ 194 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:38:07.213600 [ 199 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 5 columns (5 merged, 0 gathered) in 0.00158366 sec., 371291.81768814015 rows/sec., 34.10 MiB/sec. 2026.02.01 14:38:07.213633 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:07.213650 [ 194 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:07.213682 [ 194 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 112 rows starting from the beginning of the part 2026.02.01 14:38:07.213738 [ 276 ] {808ac940-cc9e-4d20-8bbc-4440fa96b82a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:07.213751 [ 194 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part 2026.02.01 14:38:07.213799 [ 276 ] {808ac940-cc9e-4d20-8bbc-4440fa96b82a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:38:07.213802 [ 194 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 54 rows starting from the beginning of the part 2026.02.01 14:38:07.213808 [ 189 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 14:38:07.213857 [ 194 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part 2026.02.01 14:38:07.213906 [ 194 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 115 rows starting from the beginning of the part 2026.02.01 14:38:07.213950 [ 194 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part 2026.02.01 14:38:07.214126 [ 189 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_11_2} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:07.214209 [ 276 ] {808ac940-cc9e-4d20-8bbc-4440fa96b82a} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:07.214222 [ 189 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_11_2} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 14:38:07.214253 [ 276 ] {808ac940-cc9e-4d20-8bbc-4440fa96b82a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:07.214316 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.02.01 14:38:07.214597 [ 276 ] {808ac940-cc9e-4d20-8bbc-4440fa96b82a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:38:07.214771 [ 191 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 365 rows, containing 5 columns (5 merged, 0 gathered) in 0.001240008 sec., 294352.93965845386 rows/sec., 24.73 MiB/sec. 2026.02.01 14:38:07.214832 [ 276 ] {808ac940-cc9e-4d20-8bbc-4440fa96b82a} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:07.214938 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 14:38:07.214974 [ 276 ] {808ac940-cc9e-4d20-8bbc-4440fa96b82a} executeQuery: Read 100 rows, 7.10 KiB in 0.001256 sec., 79617.83439490446 rows/sec., 5.52 MiB/sec. 2026.02.01 14:38:07.215017 [ 276 ] {808ac940-cc9e-4d20-8bbc-4440fa96b82a} TCPHandler: Processed in 0.001434165 sec. 2026.02.01 14:38:07.215135 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:07.215204 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_11_2} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:07.215234 [ 276 ] {0811b7f5-5558-422d-85c0-e6bd8dd99e80} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:38:07.215283 [ 276 ] {0811b7f5-5558-422d-85c0-e6bd8dd99e80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:38:07.215284 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_11_2} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 14:38:07.215375 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.01 14:38:07.215607 [ 276 ] {0811b7f5-5558-422d-85c0-e6bd8dd99e80} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:07.215647 [ 276 ] {0811b7f5-5558-422d-85c0-e6bd8dd99e80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:07.215953 [ 276 ] {0811b7f5-5558-422d-85c0-e6bd8dd99e80} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:38:07.216163 [ 276 ] {0811b7f5-5558-422d-85c0-e6bd8dd99e80} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:07.216294 [ 276 ] {0811b7f5-5558-422d-85c0-e6bd8dd99e80} executeQuery: Read 30 rows, 2.10 KiB in 0.001079 sec., 27803.52177942539 rows/sec., 1.90 MiB/sec. 2026.02.01 14:38:07.216330 [ 276 ] {0811b7f5-5558-422d-85c0-e6bd8dd99e80} TCPHandler: Processed in 0.001244728 sec. 2026.02.01 14:38:12.162668 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6297 2026.02.01 14:38:12.163254 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:12.163298 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:12.163801 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:38:12.164034 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:12.164162 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6297 2026.02.01 14:38:12.212865 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:12.213159 [ 276 ] {f808137e-4b75-40e1-bf84-3491168e8fe4} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:38:12.213269 [ 276 ] {f808137e-4b75-40e1-bf84-3491168e8fe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:38:12.214047 [ 276 ] {f808137e-4b75-40e1-bf84-3491168e8fe4} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:12.214100 [ 276 ] {f808137e-4b75-40e1-bf84-3491168e8fe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:12.214524 [ 276 ] {f808137e-4b75-40e1-bf84-3491168e8fe4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:38:12.214755 [ 276 ] {f808137e-4b75-40e1-bf84-3491168e8fe4} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:12.214923 [ 276 ] {f808137e-4b75-40e1-bf84-3491168e8fe4} executeQuery: Read 106 rows, 9.68 KiB in 0.001844 sec., 57483.73101952278 rows/sec., 5.13 MiB/sec. 2026.02.01 14:38:12.214975 [ 276 ] {f808137e-4b75-40e1-bf84-3491168e8fe4} TCPHandler: Processed in 0.002301251 sec. 2026.02.01 14:38:12.215107 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:12.215212 [ 276 ] {9d156747-e088-4bf1-9c47-b1591b018935} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:38:12.215257 [ 276 ] {9d156747-e088-4bf1-9c47-b1591b018935} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:38:12.215683 [ 276 ] {9d156747-e088-4bf1-9c47-b1591b018935} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:12.215722 [ 276 ] {9d156747-e088-4bf1-9c47-b1591b018935} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:12.216027 [ 276 ] {9d156747-e088-4bf1-9c47-b1591b018935} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:38:12.216236 [ 276 ] {9d156747-e088-4bf1-9c47-b1591b018935} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:12.216370 [ 276 ] {9d156747-e088-4bf1-9c47-b1591b018935} executeQuery: Read 40 rows, 3.01 KiB in 0.001182 sec., 33840.9475465313 rows/sec., 2.49 MiB/sec. 2026.02.01 14:38:12.216408 [ 276 ] {9d156747-e088-4bf1-9c47-b1591b018935} TCPHandler: Processed in 0.001354312 sec. 2026.02.01 14:38:12.216532 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:12.216630 [ 276 ] {4672744e-9529-45e2-ad2d-712b43551838} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:38:12.216672 [ 276 ] {4672744e-9529-45e2-ad2d-712b43551838} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:38:12.217092 [ 276 ] {4672744e-9529-45e2-ad2d-712b43551838} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:12.217130 [ 276 ] {4672744e-9529-45e2-ad2d-712b43551838} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:12.217444 [ 276 ] {4672744e-9529-45e2-ad2d-712b43551838} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:38:12.217651 [ 276 ] {4672744e-9529-45e2-ad2d-712b43551838} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:12.217781 [ 276 ] {4672744e-9529-45e2-ad2d-712b43551838} executeQuery: Read 68 rows, 5.44 KiB in 0.00117 sec., 58119.65811965812 rows/sec., 4.54 MiB/sec. 2026.02.01 14:38:12.217817 [ 276 ] {4672744e-9529-45e2-ad2d-712b43551838} TCPHandler: Processed in 0.001340921 sec. 2026.02.01 14:38:12.217932 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:12.218026 [ 276 ] {866038be-f04d-463f-9d6a-1544c191dd8d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:12.218072 [ 276 ] {866038be-f04d-463f-9d6a-1544c191dd8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:38:12.218444 [ 276 ] {866038be-f04d-463f-9d6a-1544c191dd8d} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:12.218481 [ 276 ] {866038be-f04d-463f-9d6a-1544c191dd8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:12.218801 [ 276 ] {866038be-f04d-463f-9d6a-1544c191dd8d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:38:12.219012 [ 276 ] {866038be-f04d-463f-9d6a-1544c191dd8d} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:12.219142 [ 276 ] {866038be-f04d-463f-9d6a-1544c191dd8d} executeQuery: Read 100 rows, 7.10 KiB in 0.001133 sec., 88261.253309797 rows/sec., 6.12 MiB/sec. 2026.02.01 14:38:12.219178 [ 276 ] {866038be-f04d-463f-9d6a-1544c191dd8d} TCPHandler: Processed in 0.00129495 sec. 2026.02.01 14:38:12.219293 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:12.219389 [ 276 ] {a8bac547-7ab1-47ef-8252-916697f565c7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:12.219443 [ 276 ] {a8bac547-7ab1-47ef-8252-916697f565c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:38:12.220287 [ 276 ] {a8bac547-7ab1-47ef-8252-916697f565c7} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:12.220325 [ 276 ] {a8bac547-7ab1-47ef-8252-916697f565c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:12.220891 [ 276 ] {a8bac547-7ab1-47ef-8252-916697f565c7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:38:12.221111 [ 276 ] {a8bac547-7ab1-47ef-8252-916697f565c7} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:12.221251 [ 276 ] {a8bac547-7ab1-47ef-8252-916697f565c7} executeQuery: Read 40 rows, 73.40 KiB in 0.00188 sec., 21276.595744680853 rows/sec., 38.13 MiB/sec. 2026.02.01 14:38:12.221315 [ 276 ] {a8bac547-7ab1-47ef-8252-916697f565c7} TCPHandler: Processed in 0.002069794 sec. 2026.02.01 14:38:12.221427 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:12.221522 [ 276 ] {ff3cfc5e-6806-4861-b36b-f8718880a0f1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:38:12.221565 [ 276 ] {ff3cfc5e-6806-4861-b36b-f8718880a0f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:38:12.221889 [ 276 ] {ff3cfc5e-6806-4861-b36b-f8718880a0f1} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:12.221926 [ 276 ] {ff3cfc5e-6806-4861-b36b-f8718880a0f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:12.222234 [ 276 ] {ff3cfc5e-6806-4861-b36b-f8718880a0f1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:38:12.222441 [ 276 ] {ff3cfc5e-6806-4861-b36b-f8718880a0f1} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:12.222569 [ 276 ] {ff3cfc5e-6806-4861-b36b-f8718880a0f1} executeQuery: Read 30 rows, 2.10 KiB in 0.001065 sec., 28169.014084507042 rows/sec., 1.93 MiB/sec. 2026.02.01 14:38:12.222604 [ 276 ] {ff3cfc5e-6806-4861-b36b-f8718880a0f1} TCPHandler: Processed in 0.001228588 sec. 2026.02.01 14:38:12.473490 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.02.01 14:38:12.489612 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:12.489676 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:12.495182 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:38:12.495888 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:12.498600 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.02.01 14:38:14.670687 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 298 2026.02.01 14:38:14.672643 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:14.672688 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:14.673852 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:38:14.674119 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:14.674360 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 298 2026.02.01 14:38:17.206737 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.206998 [ 276 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2026.02.01 14:38:17.207393 [ 276 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:17.207441 [ 276 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE 2026.02.01 14:38:17.207717 [ 276 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:17.207790 [ 276 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:17.207943 [ 276 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.02.01 14:38:17.208056 [ 310 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:17.208063 [ 339 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:17.208083 [ 336 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:17.208225 [ 276 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.02.01 14:38:17.208254 [ 276 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:17.208331 [ 276 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:17.208357 [ 276 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.02.01 14:38:17.208394 [ 276 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" 2026.02.01 14:38:17.208431 [ 276 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" 2026.02.01 14:38:17.209193 [ 276 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} executeQuery: Read 25 rows, 1.10 KiB in 0.002307 sec., 10836.584308625921 rows/sec., 476.22 KiB/sec. 2026.02.01 14:38:17.209308 [ 276 ] {f23f6fe1-ac05-4df3-9b1f-42d6550f8936} TCPHandler: Processed in 0.002717424 sec. 2026.02.01 14:38:17.209688 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.209834 [ 276 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2026.02.01 14:38:17.210057 [ 276 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:17.210093 [ 276 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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')" moved to PREWHERE 2026.02.01 14:38:17.210407 [ 276 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:17.210474 [ 276 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:17.210585 [ 276 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.02.01 14:38:17.210649 [ 339 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:17.210674 [ 310 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:17.210722 [ 336 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:17.210801 [ 276 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.02.01 14:38:17.210829 [ 276 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:17.210888 [ 276 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:17.210915 [ 276 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.02.01 14:38:17.210947 [ 276 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" 2026.02.01 14:38:17.210978 [ 276 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" 2026.02.01 14:38:17.211640 [ 276 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} executeQuery: Read 25 rows, 1.10 KiB in 0.001868 sec., 13383.297644539614 rows/sec., 588.13 KiB/sec. 2026.02.01 14:38:17.211734 [ 276 ] {4a72a7ce-6cd3-4fd6-bea2-aeaa994fe219} TCPHandler: Processed in 0.002100635 sec. 2026.02.01 14:38:17.212308 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.212449 [ 276 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2026.02.01 14:38:17.212675 [ 276 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:17.212717 [ 276 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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')" moved to PREWHERE 2026.02.01 14:38:17.212915 [ 276 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:17.212970 [ 276 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:17.213075 [ 276 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.02.01 14:38:17.213141 [ 310 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:17.213148 [ 336 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:17.213151 [ 339 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:17.213311 [ 276 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.02.01 14:38:17.213359 [ 276 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:17.213458 [ 276 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:17.213485 [ 276 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.02.01 14:38:17.213563 [ 276 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" 2026.02.01 14:38:17.213612 [ 276 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" 2026.02.01 14:38:17.214205 [ 276 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} executeQuery: Read 25 rows, 1.10 KiB in 0.001816 sec., 13766.519823788547 rows/sec., 604.97 KiB/sec. 2026.02.01 14:38:17.214277 [ 276 ] {faeff49a-5fb8-4ee6-b98b-999bbe3cbcda} TCPHandler: Processed in 0.002019663 sec. 2026.02.01 14:38:17.214513 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.214649 [ 276 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity') FORMAT Native; (stage: Complete) 2026.02.01 14:38:17.214857 [ 276 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:17.214893 [ 276 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity')" moved to PREWHERE 2026.02.01 14:38:17.215087 [ 276 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:17.215141 [ 276 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:17.215241 [ 276 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.02.01 14:38:17.215299 [ 314 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:17.215308 [ 336 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:17.215299 [ 310 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:17.215409 [ 276 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.02.01 14:38:17.215431 [ 276 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:17.215485 [ 276 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:17.215504 [ 276 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.02.01 14:38:17.215534 [ 276 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity'))" 2026.02.01 14:38:17.215568 [ 276 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity'))" 2026.02.01 14:38:17.216090 [ 276 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} executeQuery: Read 25 rows, 1.10 KiB in 0.001494 sec., 16733.601070950466 rows/sec., 735.36 KiB/sec. 2026.02.01 14:38:17.216169 [ 276 ] {14a8d275-ddd3-4b76-8f32-3e4f766c53b7} TCPHandler: Processed in 0.001706333 sec. 2026.02.01 14:38:17.216431 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.216570 [ 276 ] {3fa08534-c425-4939-9e44-9e3348ac2358} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.02.01 14:38:17.216781 [ 276 ] {3fa08534-c425-4939-9e44-9e3348ac2358} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:17.216816 [ 276 ] {3fa08534-c425-4939-9e44-9e3348ac2358} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2026.02.01 14:38:17.217008 [ 276 ] {3fa08534-c425-4939-9e44-9e3348ac2358} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:17.217063 [ 276 ] {3fa08534-c425-4939-9e44-9e3348ac2358} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:17.217167 [ 276 ] {3fa08534-c425-4939-9e44-9e3348ac2358} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.02.01 14:38:17.217219 [ 314 ] {3fa08534-c425-4939-9e44-9e3348ac2358} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:17.217221 [ 310 ] {3fa08534-c425-4939-9e44-9e3348ac2358} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:17.217235 [ 336 ] {3fa08534-c425-4939-9e44-9e3348ac2358} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:17.217324 [ 276 ] {3fa08534-c425-4939-9e44-9e3348ac2358} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.02.01 14:38:17.217351 [ 276 ] {3fa08534-c425-4939-9e44-9e3348ac2358} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:17.217406 [ 276 ] {3fa08534-c425-4939-9e44-9e3348ac2358} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:17.217425 [ 276 ] {3fa08534-c425-4939-9e44-9e3348ac2358} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.02.01 14:38:17.217456 [ 276 ] {3fa08534-c425-4939-9e44-9e3348ac2358} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:occupancy'))" 2026.02.01 14:38:17.217487 [ 276 ] {3fa08534-c425-4939-9e44-9e3348ac2358} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:occupancy'))" 2026.02.01 14:38:17.217964 [ 276 ] {3fa08534-c425-4939-9e44-9e3348ac2358} executeQuery: Read 25 rows, 1.10 KiB in 0.001449 sec., 17253.27812284334 rows/sec., 758.20 KiB/sec. 2026.02.01 14:38:17.218035 [ 276 ] {3fa08534-c425-4939-9e44-9e3348ac2358} TCPHandler: Processed in 0.001656381 sec. 2026.02.01 14:38:17.218307 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.218442 [ 276 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.02.01 14:38:17.218745 [ 276 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:17.218780 [ 276 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.02.01 14:38:17.219050 [ 276 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:17.219106 [ 276 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:17.219206 [ 276 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.02.01 14:38:17.219255 [ 314 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:17.219274 [ 336 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:17.219300 [ 314 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:17.219365 [ 276 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.02.01 14:38:17.219388 [ 276 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:17.219444 [ 276 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:17.219461 [ 276 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.02.01 14:38:17.219492 [ 276 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.02.01 14:38:17.219524 [ 276 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.02.01 14:38:17.220066 [ 276 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} executeQuery: Read 25 rows, 1.10 KiB in 0.00168 sec., 14880.95238095238 rows/sec., 653.95 KiB/sec. 2026.02.01 14:38:17.220157 [ 276 ] {a3dca36c-648f-46e0-a578-370fc5653f1d} TCPHandler: Processed in 0.001899749 sec. 2026.02.01 14:38:17.220409 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.220544 [ 276 ] {c87cc17c-a341-4762-a488-ea27984e38b7} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.02.01 14:38:17.220758 [ 276 ] {c87cc17c-a341-4762-a488-ea27984e38b7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:17.220794 [ 276 ] {c87cc17c-a341-4762-a488-ea27984e38b7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.02.01 14:38:17.220987 [ 276 ] {c87cc17c-a341-4762-a488-ea27984e38b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:17.221043 [ 276 ] {c87cc17c-a341-4762-a488-ea27984e38b7} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:17.221144 [ 276 ] {c87cc17c-a341-4762-a488-ea27984e38b7} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.02.01 14:38:17.221209 [ 314 ] {c87cc17c-a341-4762-a488-ea27984e38b7} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:17.221211 [ 336 ] {c87cc17c-a341-4762-a488-ea27984e38b7} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:17.221238 [ 321 ] {c87cc17c-a341-4762-a488-ea27984e38b7} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:17.221340 [ 276 ] {c87cc17c-a341-4762-a488-ea27984e38b7} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.02.01 14:38:17.221367 [ 276 ] {c87cc17c-a341-4762-a488-ea27984e38b7} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:17.221423 [ 276 ] {c87cc17c-a341-4762-a488-ea27984e38b7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:17.221441 [ 276 ] {c87cc17c-a341-4762-a488-ea27984e38b7} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.02.01 14:38:17.221473 [ 276 ] {c87cc17c-a341-4762-a488-ea27984e38b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.02.01 14:38:17.221504 [ 276 ] {c87cc17c-a341-4762-a488-ea27984e38b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.02.01 14:38:17.222152 [ 276 ] {c87cc17c-a341-4762-a488-ea27984e38b7} executeQuery: Read 25 rows, 1.10 KiB in 0.001665 sec., 15015.015015015015 rows/sec., 659.84 KiB/sec. 2026.02.01 14:38:17.222244 [ 276 ] {c87cc17c-a341-4762-a488-ea27984e38b7} TCPHandler: Processed in 0.001886069 sec. 2026.02.01 14:38:17.222465 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.222601 [ 276 ] {af82d237-a419-4369-aef2-78ddae80fc90} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.01 14:38:17.222814 [ 276 ] {af82d237-a419-4369-aef2-78ddae80fc90} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:17.222851 [ 276 ] {af82d237-a419-4369-aef2-78ddae80fc90} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.02.01 14:38:17.223047 [ 276 ] {af82d237-a419-4369-aef2-78ddae80fc90} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:17.223102 [ 276 ] {af82d237-a419-4369-aef2-78ddae80fc90} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:17.223201 [ 276 ] {af82d237-a419-4369-aef2-78ddae80fc90} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.02.01 14:38:17.223266 [ 321 ] {af82d237-a419-4369-aef2-78ddae80fc90} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:17.223267 [ 314 ] {af82d237-a419-4369-aef2-78ddae80fc90} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:17.223271 [ 336 ] {af82d237-a419-4369-aef2-78ddae80fc90} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:17.223382 [ 276 ] {af82d237-a419-4369-aef2-78ddae80fc90} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.02.01 14:38:17.223410 [ 276 ] {af82d237-a419-4369-aef2-78ddae80fc90} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:17.223465 [ 276 ] {af82d237-a419-4369-aef2-78ddae80fc90} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:17.223483 [ 276 ] {af82d237-a419-4369-aef2-78ddae80fc90} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.02.01 14:38:17.223515 [ 276 ] {af82d237-a419-4369-aef2-78ddae80fc90} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.02.01 14:38:17.223547 [ 276 ] {af82d237-a419-4369-aef2-78ddae80fc90} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.02.01 14:38:17.224075 [ 276 ] {af82d237-a419-4369-aef2-78ddae80fc90} executeQuery: Read 25 rows, 1.10 KiB in 0.001531 sec., 16329.196603527107 rows/sec., 717.59 KiB/sec. 2026.02.01 14:38:17.224167 [ 276 ] {af82d237-a419-4369-aef2-78ddae80fc90} TCPHandler: Processed in 0.001752064 sec. 2026.02.01 14:38:17.224382 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.224519 [ 276 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.01 14:38:17.224734 [ 276 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:17.224770 [ 276 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.02.01 14:38:17.224965 [ 276 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:17.225018 [ 276 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:17.225119 [ 276 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.02.01 14:38:17.225180 [ 314 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:17.225181 [ 321 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:17.225202 [ 331 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:17.225297 [ 276 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.02.01 14:38:17.225324 [ 276 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:17.225379 [ 276 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:17.225397 [ 276 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.02.01 14:38:17.225428 [ 276 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.02.01 14:38:17.225459 [ 276 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.02.01 14:38:17.226020 [ 276 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} executeQuery: Read 25 rows, 1.10 KiB in 0.001556 sec., 16066.838046272493 rows/sec., 706.06 KiB/sec. 2026.02.01 14:38:17.226126 [ 276 ] {399e843e-f15a-43c9-b6a8-c311d1b8b720} TCPHandler: Processed in 0.001794045 sec. 2026.02.01 14:38:17.226343 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.226479 [ 276 ] {adf3db03-315d-467c-b1d7-3c158519cf25} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:17.226700 [ 276 ] {adf3db03-315d-467c-b1d7-3c158519cf25} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:17.226737 [ 276 ] {adf3db03-315d-467c-b1d7-3c158519cf25} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:17.226935 [ 276 ] {adf3db03-315d-467c-b1d7-3c158519cf25} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:17.226991 [ 276 ] {adf3db03-315d-467c-b1d7-3c158519cf25} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:17.227093 [ 276 ] {adf3db03-315d-467c-b1d7-3c158519cf25} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.02.01 14:38:17.227157 [ 331 ] {adf3db03-315d-467c-b1d7-3c158519cf25} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:17.227162 [ 314 ] {adf3db03-315d-467c-b1d7-3c158519cf25} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:17.227165 [ 321 ] {adf3db03-315d-467c-b1d7-3c158519cf25} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:17.227277 [ 276 ] {adf3db03-315d-467c-b1d7-3c158519cf25} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.02.01 14:38:17.227303 [ 276 ] {adf3db03-315d-467c-b1d7-3c158519cf25} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:17.227359 [ 276 ] {adf3db03-315d-467c-b1d7-3c158519cf25} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:17.227377 [ 276 ] {adf3db03-315d-467c-b1d7-3c158519cf25} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.02.01 14:38:17.227409 [ 276 ] {adf3db03-315d-467c-b1d7-3c158519cf25} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.01 14:38:17.227441 [ 276 ] {adf3db03-315d-467c-b1d7-3c158519cf25} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.01 14:38:17.227975 [ 276 ] {adf3db03-315d-467c-b1d7-3c158519cf25} executeQuery: Read 25 rows, 1.10 KiB in 0.001552 sec., 16108.247422680412 rows/sec., 707.88 KiB/sec. 2026.02.01 14:38:17.228065 [ 276 ] {adf3db03-315d-467c-b1d7-3c158519cf25} TCPHandler: Processed in 0.001770205 sec. 2026.02.01 14:38:17.228308 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.228443 [ 276 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:17.228656 [ 276 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:17.228694 [ 276 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:17.228899 [ 276 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:17.228953 [ 276 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:17.229050 [ 276 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.02.01 14:38:17.229112 [ 321 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:17.229114 [ 314 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:17.229127 [ 331 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:17.229246 [ 276 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.02.01 14:38:17.229272 [ 276 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:17.229326 [ 276 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:17.229343 [ 276 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.02.01 14:38:17.229373 [ 276 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:17.229407 [ 276 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:17.230039 [ 276 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} executeQuery: Read 25 rows, 1.10 KiB in 0.001653 sec., 15124.016938898973 rows/sec., 664.63 KiB/sec. 2026.02.01 14:38:17.230130 [ 276 ] {2f7b3a47-4caa-4201-bb4c-8d6f3f9350ce} TCPHandler: Processed in 0.001871058 sec. 2026.02.01 14:38:17.236932 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.237097 [ 276 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:17.237353 [ 276 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:17.237396 [ 276 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:17.237647 [ 276 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:17.237721 [ 276 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:17.237831 [ 276 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.02.01 14:38:17.237899 [ 314 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:17.237903 [ 320 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:17.237912 [ 321 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:17.238037 [ 276 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.02.01 14:38:17.238063 [ 276 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:17.238118 [ 276 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:17.238137 [ 276 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.02.01 14:38:17.238170 [ 276 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:17.238202 [ 276 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:17.238869 [ 276 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} executeQuery: Read 25 rows, 1.10 KiB in 0.001843 sec., 13564.839934888769 rows/sec., 596.11 KiB/sec. 2026.02.01 14:38:17.238956 [ 276 ] {176e79fe-f3a4-4b7c-b8f1-6aa511a351ec} TCPHandler: Processed in 0.002082895 sec. 2026.02.01 14:38:17.243262 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.243377 [ 276 ] {3054e9ee-e508-4d09-84c3-3cd446b12f8c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.01 14:38:17.243422 [ 276 ] {3054e9ee-e508-4d09-84c3-3cd446b12f8c} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:17.243963 [ 276 ] {3054e9ee-e508-4d09-84c3-3cd446b12f8c} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:17.244001 [ 276 ] {3054e9ee-e508-4d09-84c3-3cd446b12f8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:17.244414 [ 276 ] {3054e9ee-e508-4d09-84c3-3cd446b12f8c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:38:17.244616 [ 276 ] {3054e9ee-e508-4d09-84c3-3cd446b12f8c} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:17.244755 [ 276 ] {3054e9ee-e508-4d09-84c3-3cd446b12f8c} executeQuery: Read 12 rows, 4.37 KiB in 0.001411 sec., 8504.606661941885 rows/sec., 3.03 MiB/sec. 2026.02.01 14:38:17.244793 [ 276 ] {3054e9ee-e508-4d09-84c3-3cd446b12f8c} TCPHandler: Processed in 0.001584549 sec. 2026.02.01 14:38:17.244909 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.245005 [ 276 ] {6e25934c-dea3-4985-92bb-e5966ac4b7cc} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:38:17.245046 [ 276 ] {6e25934c-dea3-4985-92bb-e5966ac4b7cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:38:17.245536 [ 276 ] {6e25934c-dea3-4985-92bb-e5966ac4b7cc} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:17.245572 [ 276 ] {6e25934c-dea3-4985-92bb-e5966ac4b7cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:17.245882 [ 276 ] {6e25934c-dea3-4985-92bb-e5966ac4b7cc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:38:17.246094 [ 276 ] {6e25934c-dea3-4985-92bb-e5966ac4b7cc} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:17.246216 [ 276 ] {6e25934c-dea3-4985-92bb-e5966ac4b7cc} executeQuery: Read 266 rows, 17.30 KiB in 0.00123 sec., 216260.162601626 rows/sec., 13.74 MiB/sec. 2026.02.01 14:38:17.246253 [ 276 ] {6e25934c-dea3-4985-92bb-e5966ac4b7cc} TCPHandler: Processed in 0.001393953 sec. 2026.02.01 14:38:17.246370 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.246465 [ 276 ] {13adffa3-6a3e-4800-bbc3-38a07071310c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:38:17.246505 [ 276 ] {13adffa3-6a3e-4800-bbc3-38a07071310c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:38:17.247152 [ 276 ] {13adffa3-6a3e-4800-bbc3-38a07071310c} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:17.247189 [ 276 ] {13adffa3-6a3e-4800-bbc3-38a07071310c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:17.247523 [ 276 ] {13adffa3-6a3e-4800-bbc3-38a07071310c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:38:17.247757 [ 276 ] {13adffa3-6a3e-4800-bbc3-38a07071310c} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:17.247880 [ 276 ] {13adffa3-6a3e-4800-bbc3-38a07071310c} executeQuery: Read 722 rows, 58.16 KiB in 0.001433 sec., 503838.1018841591 rows/sec., 39.64 MiB/sec. 2026.02.01 14:38:17.247916 [ 276 ] {13adffa3-6a3e-4800-bbc3-38a07071310c} TCPHandler: Processed in 0.001595049 sec. 2026.02.01 14:38:17.248030 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.248125 [ 276 ] {ab3a9262-895e-4738-a412-4ccc1be787fb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:38:17.248165 [ 276 ] {ab3a9262-895e-4738-a412-4ccc1be787fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:38:17.248574 [ 276 ] {ab3a9262-895e-4738-a412-4ccc1be787fb} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:17.248610 [ 276 ] {ab3a9262-895e-4738-a412-4ccc1be787fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:17.248899 [ 276 ] {ab3a9262-895e-4738-a412-4ccc1be787fb} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:38:17.249107 [ 276 ] {ab3a9262-895e-4738-a412-4ccc1be787fb} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:17.249231 [ 276 ] {ab3a9262-895e-4738-a412-4ccc1be787fb} executeQuery: Read 133 rows, 8.00 KiB in 0.001124 sec., 118327.40213523131 rows/sec., 6.95 MiB/sec. 2026.02.01 14:38:17.249266 [ 276 ] {ab3a9262-895e-4738-a412-4ccc1be787fb} TCPHandler: Processed in 0.00128531 sec. 2026.02.01 14:38:17.249379 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.249473 [ 276 ] {9a3d4f76-226d-4cf5-86c6-f1e1628b969d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:38:17.249513 [ 276 ] {9a3d4f76-226d-4cf5-86c6-f1e1628b969d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:38:17.249927 [ 276 ] {9a3d4f76-226d-4cf5-86c6-f1e1628b969d} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:17.249962 [ 276 ] {9a3d4f76-226d-4cf5-86c6-f1e1628b969d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:17.250255 [ 276 ] {9a3d4f76-226d-4cf5-86c6-f1e1628b969d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:38:17.250461 [ 276 ] {9a3d4f76-226d-4cf5-86c6-f1e1628b969d} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:17.250583 [ 276 ] {9a3d4f76-226d-4cf5-86c6-f1e1628b969d} executeQuery: Read 140 rows, 9.27 KiB in 0.001129 sec., 124003.54295837024 rows/sec., 8.01 MiB/sec. 2026.02.01 14:38:17.250619 [ 276 ] {9a3d4f76-226d-4cf5-86c6-f1e1628b969d} TCPHandler: Processed in 0.00128968 sec. 2026.02.01 14:38:17.250732 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.250826 [ 276 ] {1da79eaf-44e9-470d-b32e-886cd65fc7bc} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:38:17.250865 [ 276 ] {1da79eaf-44e9-470d-b32e-886cd65fc7bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:38:17.251269 [ 276 ] {1da79eaf-44e9-470d-b32e-886cd65fc7bc} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:17.251303 [ 276 ] {1da79eaf-44e9-470d-b32e-886cd65fc7bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:17.251601 [ 276 ] {1da79eaf-44e9-470d-b32e-886cd65fc7bc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:38:17.251826 [ 276 ] {1da79eaf-44e9-470d-b32e-886cd65fc7bc} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:17.251947 [ 276 ] {1da79eaf-44e9-470d-b32e-886cd65fc7bc} executeQuery: Read 139 rows, 8.10 KiB in 0.001139 sec., 122036.87445127305 rows/sec., 6.94 MiB/sec. 2026.02.01 14:38:17.251985 [ 276 ] {1da79eaf-44e9-470d-b32e-886cd65fc7bc} TCPHandler: Processed in 0.001300621 sec. 2026.02.01 14:38:17.252098 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.252191 [ 276 ] {df5a130e-032e-4c6a-9bd9-6e311e32e87a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:38:17.252231 [ 276 ] {df5a130e-032e-4c6a-9bd9-6e311e32e87a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:38:17.252736 [ 276 ] {df5a130e-032e-4c6a-9bd9-6e311e32e87a} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:17.252772 [ 276 ] {df5a130e-032e-4c6a-9bd9-6e311e32e87a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:17.253090 [ 276 ] {df5a130e-032e-4c6a-9bd9-6e311e32e87a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:38:17.253295 [ 276 ] {df5a130e-032e-4c6a-9bd9-6e311e32e87a} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:17.253418 [ 276 ] {df5a130e-032e-4c6a-9bd9-6e311e32e87a} executeQuery: Read 427 rows, 30.40 KiB in 0.001244 sec., 343247.5884244373 rows/sec., 23.87 MiB/sec. 2026.02.01 14:38:17.253455 [ 276 ] {df5a130e-032e-4c6a-9bd9-6e311e32e87a} TCPHandler: Processed in 0.001406703 sec. 2026.02.01 14:38:17.253568 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.253662 [ 276 ] {b9168253-b29f-4dfb-b593-3f9469de27ce} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:38:17.253702 [ 276 ] {b9168253-b29f-4dfb-b593-3f9469de27ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:38:17.254019 [ 276 ] {b9168253-b29f-4dfb-b593-3f9469de27ce} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:17.254053 [ 276 ] {b9168253-b29f-4dfb-b593-3f9469de27ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:17.254340 [ 276 ] {b9168253-b29f-4dfb-b593-3f9469de27ce} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.01 14:38:17.254551 [ 276 ] {b9168253-b29f-4dfb-b593-3f9469de27ce} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:17.254671 [ 276 ] {b9168253-b29f-4dfb-b593-3f9469de27ce} executeQuery: Read 6 rows, 321.00 B in 0.001026 sec., 5847.953216374269 rows/sec., 305.53 KiB/sec. 2026.02.01 14:38:17.254706 [ 276 ] {b9168253-b29f-4dfb-b593-3f9469de27ce} TCPHandler: Processed in 0.001187247 sec. 2026.02.01 14:38:17.254818 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.254912 [ 276 ] {7dbe563d-446d-4ced-aaed-9a6f1db23dc7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:17.254955 [ 276 ] {7dbe563d-446d-4ced-aaed-9a6f1db23dc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:38:17.255343 [ 276 ] {7dbe563d-446d-4ced-aaed-9a6f1db23dc7} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:17.255378 [ 276 ] {7dbe563d-446d-4ced-aaed-9a6f1db23dc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:17.255702 [ 276 ] {7dbe563d-446d-4ced-aaed-9a6f1db23dc7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:38:17.255941 [ 276 ] {7dbe563d-446d-4ced-aaed-9a6f1db23dc7} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:17.256029 [ 138 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 14:38:17.256063 [ 138 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:17.256067 [ 276 ] {7dbe563d-446d-4ced-aaed-9a6f1db23dc7} executeQuery: Read 198 rows, 13.28 KiB in 0.001173 sec., 168797.95396419437 rows/sec., 11.06 MiB/sec. 2026.02.01 14:38:17.256080 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:17.256105 [ 276 ] {7dbe563d-446d-4ced-aaed-9a6f1db23dc7} TCPHandler: Processed in 0.001335881 sec. 2026.02.01 14:38:17.256189 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:38:17.256219 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.256299 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:17.256314 [ 276 ] {2304d5d0-e1da-4372-9d82-e8d783b794ff} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:38:17.256336 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 839 rows starting from the beginning of the part 2026.02.01 14:38:17.256358 [ 276 ] {2304d5d0-e1da-4372-9d82-e8d783b794ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:38:17.256397 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 100 rows starting from the beginning of the part 2026.02.01 14:38:17.256445 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 140 rows starting from the beginning of the part 2026.02.01 14:38:17.256493 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part 2026.02.01 14:38:17.256537 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 100 rows starting from the beginning of the part 2026.02.01 14:38:17.256583 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 198 rows starting from the beginning of the part 2026.02.01 14:38:17.256696 [ 276 ] {2304d5d0-e1da-4372-9d82-e8d783b794ff} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:17.256730 [ 276 ] {2304d5d0-e1da-4372-9d82-e8d783b794ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:17.257099 [ 276 ] {2304d5d0-e1da-4372-9d82-e8d783b794ff} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:38:17.257311 [ 276 ] {2304d5d0-e1da-4372-9d82-e8d783b794ff} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:17.257439 [ 276 ] {2304d5d0-e1da-4372-9d82-e8d783b794ff} executeQuery: Read 1 rows, 69.00 B in 0.001143 sec., 874.8906386701663 rows/sec., 58.95 KiB/sec. 2026.02.01 14:38:17.257475 [ 276 ] {2304d5d0-e1da-4372-9d82-e8d783b794ff} TCPHandler: Processed in 0.001305171 sec. 2026.02.01 14:38:17.257566 [ 189 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1477 rows, containing 5 columns (5 merged, 0 gathered) in 0.001413273 sec., 1045091.7833992442 rows/sec., 75.01 MiB/sec. 2026.02.01 14:38:17.257589 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:17.257689 [ 276 ] {3244359c-cbc3-44f2-a988-a2e6a4a95bda} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:38:17.257731 [ 276 ] {3244359c-cbc3-44f2-a988-a2e6a4a95bda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:38:17.257846 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 14:38:17.258061 [ 276 ] {3244359c-cbc3-44f2-a988-a2e6a4a95bda} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:17.258105 [ 276 ] {3244359c-cbc3-44f2-a988-a2e6a4a95bda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:17.258179 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_11_2} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:17.258284 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_11_2} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 14:38:17.258381 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.02.01 14:38:17.258433 [ 276 ] {3244359c-cbc3-44f2-a988-a2e6a4a95bda} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:38:17.258650 [ 276 ] {3244359c-cbc3-44f2-a988-a2e6a4a95bda} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:17.258780 [ 276 ] {3244359c-cbc3-44f2-a988-a2e6a4a95bda} executeQuery: Read 58 rows, 3.62 KiB in 0.001109 sec., 52299.36880072137 rows/sec., 3.19 MiB/sec. 2026.02.01 14:38:17.258815 [ 276 ] {3244359c-cbc3-44f2-a988-a2e6a4a95bda} TCPHandler: Processed in 0.001275589 sec. 2026.02.01 14:38:18.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 221.95 MiB, peak 226.46 MiB, free memory in arenas 0.00 B, will set to 220.66 MiB (RSS), difference: -1.30 MiB 2026.02.01 14:38:19.571451 [ 140 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:38:19.571517 [ 140 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:38:19.664230 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6745 2026.02.01 14:38:19.664779 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:19.664828 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:19.665316 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:38:19.665560 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:19.665705 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6745 2026.02.01 14:38:19.998647 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.02.01 14:38:20.014704 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:20.014752 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:20.020342 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:38:20.021056 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:20.023774 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.02.01 14:38:22.211988 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:22.212185 [ 276 ] {5e40347c-0fd7-4f77-be2b-8d5cb79e4c2b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:38:22.212260 [ 276 ] {5e40347c-0fd7-4f77-be2b-8d5cb79e4c2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:38:22.213005 [ 276 ] {5e40347c-0fd7-4f77-be2b-8d5cb79e4c2b} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:22.213052 [ 276 ] {5e40347c-0fd7-4f77-be2b-8d5cb79e4c2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:22.213444 [ 276 ] {5e40347c-0fd7-4f77-be2b-8d5cb79e4c2b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:38:22.213675 [ 276 ] {5e40347c-0fd7-4f77-be2b-8d5cb79e4c2b} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:22.213832 [ 276 ] {5e40347c-0fd7-4f77-be2b-8d5cb79e4c2b} executeQuery: Read 106 rows, 9.68 KiB in 0.001702 sec., 62279.67097532315 rows/sec., 5.55 MiB/sec. 2026.02.01 14:38:22.213873 [ 276 ] {5e40347c-0fd7-4f77-be2b-8d5cb79e4c2b} TCPHandler: Processed in 0.002030134 sec. 2026.02.01 14:38:22.214006 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:22.214100 [ 276 ] {9b9e41fb-ecf3-4ae4-af8f-ac409d98da31} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:38:22.214141 [ 276 ] {9b9e41fb-ecf3-4ae4-af8f-ac409d98da31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:38:22.214559 [ 276 ] {9b9e41fb-ecf3-4ae4-af8f-ac409d98da31} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:22.214597 [ 276 ] {9b9e41fb-ecf3-4ae4-af8f-ac409d98da31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:22.214901 [ 276 ] {9b9e41fb-ecf3-4ae4-af8f-ac409d98da31} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:38:22.215111 [ 276 ] {9b9e41fb-ecf3-4ae4-af8f-ac409d98da31} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:22.215240 [ 276 ] {9b9e41fb-ecf3-4ae4-af8f-ac409d98da31} executeQuery: Read 40 rows, 3.01 KiB in 0.001158 sec., 34542.31433506045 rows/sec., 2.54 MiB/sec. 2026.02.01 14:38:22.215278 [ 276 ] {9b9e41fb-ecf3-4ae4-af8f-ac409d98da31} TCPHandler: Processed in 0.001321021 sec. 2026.02.01 14:38:22.215392 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:22.215486 [ 276 ] {876d66a0-bda2-4e7d-a040-59355a629c86} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:38:22.215527 [ 276 ] {876d66a0-bda2-4e7d-a040-59355a629c86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:38:22.215942 [ 276 ] {876d66a0-bda2-4e7d-a040-59355a629c86} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:22.215978 [ 276 ] {876d66a0-bda2-4e7d-a040-59355a629c86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:22.216283 [ 276 ] {876d66a0-bda2-4e7d-a040-59355a629c86} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:38:22.216491 [ 276 ] {876d66a0-bda2-4e7d-a040-59355a629c86} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:22.216618 [ 276 ] {876d66a0-bda2-4e7d-a040-59355a629c86} executeQuery: Read 68 rows, 5.44 KiB in 0.00115 sec., 59130.434782608696 rows/sec., 4.62 MiB/sec. 2026.02.01 14:38:22.216655 [ 276 ] {876d66a0-bda2-4e7d-a040-59355a629c86} TCPHandler: Processed in 0.001312531 sec. 2026.02.01 14:38:22.216769 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:22.216863 [ 276 ] {7dc507b2-bd3d-45dd-a80d-b794d8d72fc0} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:22.216908 [ 276 ] {7dc507b2-bd3d-45dd-a80d-b794d8d72fc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:38:22.217279 [ 276 ] {7dc507b2-bd3d-45dd-a80d-b794d8d72fc0} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:22.217316 [ 276 ] {7dc507b2-bd3d-45dd-a80d-b794d8d72fc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:22.217630 [ 276 ] {7dc507b2-bd3d-45dd-a80d-b794d8d72fc0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:38:22.217839 [ 276 ] {7dc507b2-bd3d-45dd-a80d-b794d8d72fc0} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:22.217964 [ 276 ] {7dc507b2-bd3d-45dd-a80d-b794d8d72fc0} executeQuery: Read 100 rows, 7.10 KiB in 0.001119 sec., 89365.50491510278 rows/sec., 6.20 MiB/sec. 2026.02.01 14:38:22.218001 [ 276 ] {7dc507b2-bd3d-45dd-a80d-b794d8d72fc0} TCPHandler: Processed in 0.001280879 sec. 2026.02.01 14:38:22.218114 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:22.218208 [ 276 ] {3dc7d403-684c-44c5-ae22-dc2ef55943e7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:22.218263 [ 276 ] {3dc7d403-684c-44c5-ae22-dc2ef55943e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:38:22.219074 [ 276 ] {3dc7d403-684c-44c5-ae22-dc2ef55943e7} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:22.219111 [ 276 ] {3dc7d403-684c-44c5-ae22-dc2ef55943e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:22.219668 [ 276 ] {3dc7d403-684c-44c5-ae22-dc2ef55943e7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:38:22.219889 [ 276 ] {3dc7d403-684c-44c5-ae22-dc2ef55943e7} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:22.220028 [ 276 ] {3dc7d403-684c-44c5-ae22-dc2ef55943e7} executeQuery: Read 40 rows, 73.40 KiB in 0.001838 sec., 21762.78563656148 rows/sec., 39.00 MiB/sec. 2026.02.01 14:38:22.220089 [ 276 ] {3dc7d403-684c-44c5-ae22-dc2ef55943e7} TCPHandler: Processed in 0.002023433 sec. 2026.02.01 14:38:22.220197 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:22.220291 [ 276 ] {650dc601-1b8e-4eb4-bf2f-3324c4cc9116} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:38:22.220334 [ 276 ] {650dc601-1b8e-4eb4-bf2f-3324c4cc9116} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:38:22.220669 [ 276 ] {650dc601-1b8e-4eb4-bf2f-3324c4cc9116} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:22.220706 [ 276 ] {650dc601-1b8e-4eb4-bf2f-3324c4cc9116} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:22.221002 [ 276 ] {650dc601-1b8e-4eb4-bf2f-3324c4cc9116} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:38:22.221212 [ 276 ] {650dc601-1b8e-4eb4-bf2f-3324c4cc9116} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:22.221338 [ 276 ] {650dc601-1b8e-4eb4-bf2f-3324c4cc9116} executeQuery: Read 30 rows, 2.10 KiB in 0.001065 sec., 28169.014084507042 rows/sec., 1.93 MiB/sec. 2026.02.01 14:38:22.221343 [ 148 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 14:38:22.221373 [ 276 ] {650dc601-1b8e-4eb4-bf2f-3324c4cc9116} TCPHandler: Processed in 0.001225618 sec. 2026.02.01 14:38:22.221423 [ 148 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:22.221460 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:22.221580 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:38:22.221735 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:22.221775 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 180 rows starting from the beginning of the part 2026.02.01 14:38:22.221874 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part 2026.02.01 14:38:22.221932 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part 2026.02.01 14:38:22.221981 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part 2026.02.01 14:38:22.222033 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 58 rows starting from the beginning of the part 2026.02.01 14:38:22.222086 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part 2026.02.01 14:38:22.223024 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 4 columns (4 merged, 0 gathered) in 0.001498857 sec., 238848.66935271345 rows/sec., 16.07 MiB/sec. 2026.02.01 14:38:22.223163 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 14:38:22.223401 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_11_2} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:22.223475 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_11_2} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 14:38:22.223539 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.02.01 14:38:24.675392 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 356 2026.02.01 14:38:24.678144 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:24.678194 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:24.679424 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:38:24.679698 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:24.679872 [ 146 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 14:38:24.679945 [ 146 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:24.679944 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 356 2026.02.01 14:38:24.679971 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:24.680127 [ 189 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:38:24.680999 [ 189 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:24.681226 [ 189 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 200 rows starting from the beginning of the part 2026.02.01 14:38:24.681839 [ 189 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part 2026.02.01 14:38:24.682266 [ 189 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part 2026.02.01 14:38:24.682663 [ 189 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2026.02.01 14:38:24.683049 [ 189 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part 2026.02.01 14:38:24.683441 [ 189 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 58 rows starting from the beginning of the part 2026.02.01 14:38:24.689615 [ 202 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 356 rows, containing 72 columns (72 merged, 0 gathered) in 0.009561416 sec., 37232.97888095236 rows/sec., 36.85 MiB/sec. 2026.02.01 14:38:24.690610 [ 188 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 14:38:24.691166 [ 188 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_11_2} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:24.691235 [ 188 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_11_2} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 14:38:24.691534 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. 2026.02.01 14:38:27.166741 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7257 2026.02.01 14:38:27.167268 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:27.167311 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:27.167793 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:38:27.168018 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:27.168148 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7257 2026.02.01 14:38:27.218112 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:27.218322 [ 276 ] {e23eb91d-107c-4aa8-bfa6-165884f2ab79} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:38:27.218405 [ 276 ] {e23eb91d-107c-4aa8-bfa6-165884f2ab79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:38:27.219261 [ 276 ] {e23eb91d-107c-4aa8-bfa6-165884f2ab79} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:27.219314 [ 276 ] {e23eb91d-107c-4aa8-bfa6-165884f2ab79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:27.219750 [ 276 ] {e23eb91d-107c-4aa8-bfa6-165884f2ab79} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:38:27.219991 [ 276 ] {e23eb91d-107c-4aa8-bfa6-165884f2ab79} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:27.220160 [ 276 ] {e23eb91d-107c-4aa8-bfa6-165884f2ab79} executeQuery: Read 266 rows, 17.30 KiB in 0.001895 sec., 140369.3931398417 rows/sec., 8.92 MiB/sec. 2026.02.01 14:38:27.220211 [ 276 ] {e23eb91d-107c-4aa8-bfa6-165884f2ab79} TCPHandler: Processed in 0.00224681 sec. 2026.02.01 14:38:27.220354 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:27.220494 [ 276 ] {deb653d4-6b32-4046-b379-6ef075099a62} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:38:27.220560 [ 276 ] {deb653d4-6b32-4046-b379-6ef075099a62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:38:27.221389 [ 276 ] {deb653d4-6b32-4046-b379-6ef075099a62} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:27.221428 [ 276 ] {deb653d4-6b32-4046-b379-6ef075099a62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:27.221816 [ 276 ] {deb653d4-6b32-4046-b379-6ef075099a62} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:38:27.222028 [ 276 ] {deb653d4-6b32-4046-b379-6ef075099a62} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:27.222160 [ 276 ] {deb653d4-6b32-4046-b379-6ef075099a62} executeQuery: Read 722 rows, 58.16 KiB in 0.001725 sec., 418550.72463768115 rows/sec., 32.93 MiB/sec. 2026.02.01 14:38:27.222197 [ 276 ] {deb653d4-6b32-4046-b379-6ef075099a62} TCPHandler: Processed in 0.001897009 sec. 2026.02.01 14:38:27.222317 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:27.222413 [ 276 ] {2096846a-f39c-4f6d-a640-79e6ccba43fd} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:38:27.222455 [ 276 ] {2096846a-f39c-4f6d-a640-79e6ccba43fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:38:27.222886 [ 276 ] {2096846a-f39c-4f6d-a640-79e6ccba43fd} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:27.222922 [ 276 ] {2096846a-f39c-4f6d-a640-79e6ccba43fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:27.223231 [ 276 ] {2096846a-f39c-4f6d-a640-79e6ccba43fd} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:38:27.223439 [ 276 ] {2096846a-f39c-4f6d-a640-79e6ccba43fd} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:27.223548 [ 144 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 14:38:27.223569 [ 276 ] {2096846a-f39c-4f6d-a640-79e6ccba43fd} executeQuery: Read 133 rows, 8.00 KiB in 0.001175 sec., 113191.48936170213 rows/sec., 6.65 MiB/sec. 2026.02.01 14:38:27.223617 [ 144 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:27.223625 [ 276 ] {2096846a-f39c-4f6d-a640-79e6ccba43fd} TCPHandler: Processed in 0.001358542 sec. 2026.02.01 14:38:27.223645 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:27.223747 [ 189 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:38:27.223750 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:27.223847 [ 189 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:27.223869 [ 276 ] {8989509b-b7a2-4889-9ba3-dba60213ccab} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:38:27.223880 [ 189 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 44 rows starting from the beginning of the part 2026.02.01 14:38:27.223917 [ 276 ] {8989509b-b7a2-4889-9ba3-dba60213ccab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:38:27.223949 [ 189 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.02.01 14:38:27.223997 [ 189 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:38:27.224037 [ 189 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 133 rows starting from the beginning of the part 2026.02.01 14:38:27.224075 [ 189 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:38:27.224114 [ 189 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 133 rows starting from the beginning of the part 2026.02.01 14:38:27.224361 [ 276 ] {8989509b-b7a2-4889-9ba3-dba60213ccab} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:27.224402 [ 276 ] {8989509b-b7a2-4889-9ba3-dba60213ccab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:27.224731 [ 276 ] {8989509b-b7a2-4889-9ba3-dba60213ccab} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:38:27.224872 [ 202 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 450 rows, containing 5 columns (5 merged, 0 gathered) in 0.001169136 sec., 384899.61817957874 rows/sec., 26.43 MiB/sec. 2026.02.01 14:38:27.224942 [ 276 ] {8989509b-b7a2-4889-9ba3-dba60213ccab} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:27.225015 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 14:38:27.225075 [ 276 ] {8989509b-b7a2-4889-9ba3-dba60213ccab} executeQuery: Read 140 rows, 9.27 KiB in 0.001224 sec., 114379.08496732026 rows/sec., 7.39 MiB/sec. 2026.02.01 14:38:27.225118 [ 276 ] {8989509b-b7a2-4889-9ba3-dba60213ccab} TCPHandler: Processed in 0.001416874 sec. 2026.02.01 14:38:27.225240 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:27.225309 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_11_2} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:27.225335 [ 276 ] {33e0194b-440b-46c9-ad52-4d1d3f3eadc6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:38:27.225379 [ 276 ] {33e0194b-440b-46c9-ad52-4d1d3f3eadc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:38:27.225383 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_11_2} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 14:38:27.225460 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.01 14:38:27.225803 [ 276 ] {33e0194b-440b-46c9-ad52-4d1d3f3eadc6} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:27.225843 [ 276 ] {33e0194b-440b-46c9-ad52-4d1d3f3eadc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:27.226179 [ 276 ] {33e0194b-440b-46c9-ad52-4d1d3f3eadc6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:38:27.226388 [ 276 ] {33e0194b-440b-46c9-ad52-4d1d3f3eadc6} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:27.226515 [ 276 ] {33e0194b-440b-46c9-ad52-4d1d3f3eadc6} executeQuery: Read 139 rows, 8.10 KiB in 0.001198 sec., 116026.71118530884 rows/sec., 6.60 MiB/sec. 2026.02.01 14:38:27.226552 [ 276 ] {33e0194b-440b-46c9-ad52-4d1d3f3eadc6} TCPHandler: Processed in 0.001361552 sec. 2026.02.01 14:38:27.226669 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:27.226763 [ 276 ] {86d69dc7-3b4a-42ac-b9bb-477ca6f4584a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:38:27.226801 [ 276 ] {86d69dc7-3b4a-42ac-b9bb-477ca6f4584a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:38:27.227330 [ 276 ] {86d69dc7-3b4a-42ac-b9bb-477ca6f4584a} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:27.227366 [ 276 ] {86d69dc7-3b4a-42ac-b9bb-477ca6f4584a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:27.227683 [ 276 ] {86d69dc7-3b4a-42ac-b9bb-477ca6f4584a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:38:27.227889 [ 276 ] {86d69dc7-3b4a-42ac-b9bb-477ca6f4584a} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:27.228014 [ 276 ] {86d69dc7-3b4a-42ac-b9bb-477ca6f4584a} executeQuery: Read 427 rows, 30.40 KiB in 0.001268 sec., 336750.78864353313 rows/sec., 23.41 MiB/sec. 2026.02.01 14:38:27.228051 [ 276 ] {86d69dc7-3b4a-42ac-b9bb-477ca6f4584a} TCPHandler: Processed in 0.001430895 sec. 2026.02.01 14:38:27.228163 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:27.228257 [ 276 ] {c042aa0e-d2f8-4b8d-bade-41ee76afe53e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:38:27.228298 [ 276 ] {c042aa0e-d2f8-4b8d-bade-41ee76afe53e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:38:27.228633 [ 276 ] {c042aa0e-d2f8-4b8d-bade-41ee76afe53e} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:27.228667 [ 276 ] {c042aa0e-d2f8-4b8d-bade-41ee76afe53e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:27.228962 [ 276 ] {c042aa0e-d2f8-4b8d-bade-41ee76afe53e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.01 14:38:27.229168 [ 276 ] {c042aa0e-d2f8-4b8d-bade-41ee76afe53e} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:27.229292 [ 276 ] {c042aa0e-d2f8-4b8d-bade-41ee76afe53e} executeQuery: Read 6 rows, 321.00 B in 0.001052 sec., 5703.42205323194 rows/sec., 297.98 KiB/sec. 2026.02.01 14:38:27.229327 [ 276 ] {c042aa0e-d2f8-4b8d-bade-41ee76afe53e} TCPHandler: Processed in 0.001212358 sec. 2026.02.01 14:38:27.229439 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:27.229532 [ 276 ] {5a00cf33-129a-4eaf-a2a8-cdae59be83f3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:27.229573 [ 276 ] {5a00cf33-129a-4eaf-a2a8-cdae59be83f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:38:27.229971 [ 276 ] {5a00cf33-129a-4eaf-a2a8-cdae59be83f3} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:27.230005 [ 276 ] {5a00cf33-129a-4eaf-a2a8-cdae59be83f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:27.230325 [ 276 ] {5a00cf33-129a-4eaf-a2a8-cdae59be83f3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:38:27.230566 [ 276 ] {5a00cf33-129a-4eaf-a2a8-cdae59be83f3} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:27.230696 [ 276 ] {5a00cf33-129a-4eaf-a2a8-cdae59be83f3} executeQuery: Read 198 rows, 13.28 KiB in 0.001182 sec., 167512.69035532992 rows/sec., 10.97 MiB/sec. 2026.02.01 14:38:27.230731 [ 276 ] {5a00cf33-129a-4eaf-a2a8-cdae59be83f3} TCPHandler: Processed in 0.001340521 sec. 2026.02.01 14:38:27.230841 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:27.230934 [ 276 ] {eb928968-244c-4365-b881-9dcf6942f4e6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:38:27.230975 [ 276 ] {eb928968-244c-4365-b881-9dcf6942f4e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:38:27.231284 [ 276 ] {eb928968-244c-4365-b881-9dcf6942f4e6} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:27.231316 [ 276 ] {eb928968-244c-4365-b881-9dcf6942f4e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:27.231601 [ 276 ] {eb928968-244c-4365-b881-9dcf6942f4e6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:38:27.231812 [ 276 ] {eb928968-244c-4365-b881-9dcf6942f4e6} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:27.231939 [ 276 ] {eb928968-244c-4365-b881-9dcf6942f4e6} executeQuery: Read 1 rows, 69.00 B in 0.001023 sec., 977.5171065493646 rows/sec., 65.87 KiB/sec. 2026.02.01 14:38:27.231974 [ 276 ] {eb928968-244c-4365-b881-9dcf6942f4e6} TCPHandler: Processed in 0.001181977 sec. 2026.02.01 14:38:27.232086 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:27.232179 [ 276 ] {590e6c8f-6e5a-4e76-8378-9e5ea768f82d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:38:27.232219 [ 276 ] {590e6c8f-6e5a-4e76-8378-9e5ea768f82d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:38:27.232545 [ 276 ] {590e6c8f-6e5a-4e76-8378-9e5ea768f82d} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:27.232579 [ 276 ] {590e6c8f-6e5a-4e76-8378-9e5ea768f82d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:27.232878 [ 276 ] {590e6c8f-6e5a-4e76-8378-9e5ea768f82d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:38:27.233084 [ 276 ] {590e6c8f-6e5a-4e76-8378-9e5ea768f82d} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:27.233210 [ 276 ] {590e6c8f-6e5a-4e76-8378-9e5ea768f82d} executeQuery: Read 58 rows, 3.62 KiB in 0.001049 sec., 55290.75309818875 rows/sec., 3.37 MiB/sec. 2026.02.01 14:38:27.233245 [ 276 ] {590e6c8f-6e5a-4e76-8378-9e5ea768f82d} TCPHandler: Processed in 0.001207697 sec. 2026.02.01 14:38:27.523862 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.02.01 14:38:27.540352 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:27.540419 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2026.02.01 14:38:27.546773 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:38:27.547488 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:27.550227 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.02.01 14:38:28.000240 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 222.64 MiB, peak 226.64 MiB, free memory in arenas 0.00 B, will set to 223.74 MiB (RSS), difference: 1.10 MiB 2026.02.01 14:38:32.213397 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:32.213699 [ 276 ] {21892090-79c6-4c43-9e34-420afbb05330} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:38:32.213802 [ 276 ] {21892090-79c6-4c43-9e34-420afbb05330} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:38:32.214726 [ 276 ] {21892090-79c6-4c43-9e34-420afbb05330} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:32.214768 [ 276 ] {21892090-79c6-4c43-9e34-420afbb05330} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:32.215149 [ 276 ] {21892090-79c6-4c43-9e34-420afbb05330} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:38:32.215375 [ 276 ] {21892090-79c6-4c43-9e34-420afbb05330} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:32.215524 [ 276 ] {21892090-79c6-4c43-9e34-420afbb05330} executeQuery: Read 4 rows, 334.00 B in 0.001902 sec., 2103.049421661409 rows/sec., 171.49 KiB/sec. 2026.02.01 14:38:32.215563 [ 276 ] {21892090-79c6-4c43-9e34-420afbb05330} TCPHandler: Processed in 0.002354153 sec. 2026.02.01 14:38:32.215690 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:32.215782 [ 276 ] {bb4fcfe3-bbd1-4e5f-9ec2-2d71bd89410b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:38:32.215821 [ 276 ] {bb4fcfe3-bbd1-4e5f-9ec2-2d71bd89410b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:38:32.216359 [ 276 ] {bb4fcfe3-bbd1-4e5f-9ec2-2d71bd89410b} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:32.216396 [ 276 ] {bb4fcfe3-bbd1-4e5f-9ec2-2d71bd89410b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:32.216699 [ 276 ] {bb4fcfe3-bbd1-4e5f-9ec2-2d71bd89410b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:38:32.216900 [ 276 ] {bb4fcfe3-bbd1-4e5f-9ec2-2d71bd89410b} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:32.217022 [ 276 ] {bb4fcfe3-bbd1-4e5f-9ec2-2d71bd89410b} executeQuery: Read 108 rows, 9.82 KiB in 0.001258 sec., 85850.55643879173 rows/sec., 7.63 MiB/sec. 2026.02.01 14:38:32.217037 [ 141 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 14:38:32.217058 [ 276 ] {bb4fcfe3-bbd1-4e5f-9ec2-2d71bd89410b} TCPHandler: Processed in 0.001415314 sec. 2026.02.01 14:38:32.217109 [ 141 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:32.217139 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:32.217215 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:32.217302 [ 187 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:38:32.217312 [ 276 ] {198add4d-5994-4053-b0ba-6efa55cdda31} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:38:32.217399 [ 276 ] {198add4d-5994-4053-b0ba-6efa55cdda31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:38:32.217460 [ 187 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:32.217502 [ 187 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 233 rows starting from the beginning of the part 2026.02.01 14:38:32.217573 [ 187 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 106 rows starting from the beginning of the part 2026.02.01 14:38:32.217637 [ 187 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 722 rows starting from the beginning of the part 2026.02.01 14:38:32.217688 [ 187 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 106 rows starting from the beginning of the part 2026.02.01 14:38:32.217731 [ 187 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 722 rows starting from the beginning of the part 2026.02.01 14:38:32.217794 [ 187 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 108 rows starting from the beginning of the part 2026.02.01 14:38:32.217886 [ 276 ] {198add4d-5994-4053-b0ba-6efa55cdda31} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:32.217957 [ 276 ] {198add4d-5994-4053-b0ba-6efa55cdda31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:32.218377 [ 276 ] {198add4d-5994-4053-b0ba-6efa55cdda31} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:38:32.218615 [ 276 ] {198add4d-5994-4053-b0ba-6efa55cdda31} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:32.218748 [ 276 ] {198add4d-5994-4053-b0ba-6efa55cdda31} executeQuery: Read 44 rows, 3.29 KiB in 0.001455 sec., 30240.549828178697 rows/sec., 2.21 MiB/sec. 2026.02.01 14:38:32.218785 [ 276 ] {198add4d-5994-4053-b0ba-6efa55cdda31} TCPHandler: Processed in 0.0016252 sec. 2026.02.01 14:38:32.218907 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:32.218998 [ 276 ] {1523fbaa-7547-445b-8fdc-bd75d91789f9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:38:32.219058 [ 276 ] {1523fbaa-7547-445b-8fdc-bd75d91789f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:38:32.219233 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1997 rows, containing 5 columns (5 merged, 0 gathered) in 0.002015762 sec., 990692.3535615812 rows/sec., 84.77 MiB/sec. 2026.02.01 14:38:32.219456 [ 187 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 14:38:32.219502 [ 276 ] {1523fbaa-7547-445b-8fdc-bd75d91789f9} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:32.219544 [ 276 ] {1523fbaa-7547-445b-8fdc-bd75d91789f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:32.219738 [ 187 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_16_3} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:32.219816 [ 187 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_16_3} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 14:38:32.219871 [ 276 ] {1523fbaa-7547-445b-8fdc-bd75d91789f9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:38:32.219895 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.02.01 14:38:32.220093 [ 276 ] {1523fbaa-7547-445b-8fdc-bd75d91789f9} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:32.220221 [ 141 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 14:38:32.220224 [ 276 ] {1523fbaa-7547-445b-8fdc-bd75d91789f9} executeQuery: Read 72 rows, 5.77 KiB in 0.001244 sec., 57877.81350482315 rows/sec., 4.53 MiB/sec. 2026.02.01 14:38:32.220264 [ 141 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:32.220283 [ 276 ] {1523fbaa-7547-445b-8fdc-bd75d91789f9} TCPHandler: Processed in 0.001423414 sec. 2026.02.01 14:38:32.220290 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:32.220402 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:38:32.220411 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:32.220520 [ 276 ] {b167d5af-41b9-4055-8ed3-26749f1243e7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:32.220531 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:32.220566 [ 276 ] {b167d5af-41b9-4055-8ed3-26749f1243e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:38:32.220570 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 134 rows starting from the beginning of the part 2026.02.01 14:38:32.220648 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 68 rows starting from the beginning of the part 2026.02.01 14:38:32.220690 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part 2026.02.01 14:38:32.220726 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 68 rows starting from the beginning of the part 2026.02.01 14:38:32.220765 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part 2026.02.01 14:38:32.220800 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 72 rows starting from the beginning of the part 2026.02.01 14:38:32.220954 [ 276 ] {b167d5af-41b9-4055-8ed3-26749f1243e7} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:32.220997 [ 276 ] {b167d5af-41b9-4055-8ed3-26749f1243e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:32.221324 [ 276 ] {b167d5af-41b9-4055-8ed3-26749f1243e7} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:38:32.221565 [ 276 ] {b167d5af-41b9-4055-8ed3-26749f1243e7} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:32.221693 [ 276 ] {b167d5af-41b9-4055-8ed3-26749f1243e7} executeQuery: Read 102 rows, 7.24 KiB in 0.001191 sec., 85642.31738035264 rows/sec., 5.94 MiB/sec. 2026.02.01 14:38:32.221728 [ 276 ] {b167d5af-41b9-4055-8ed3-26749f1243e7} TCPHandler: Processed in 0.001368613 sec. 2026.02.01 14:38:32.221761 [ 187 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1196 rows, containing 5 columns (5 merged, 0 gathered) in 0.001395104 sec., 857283.7580567469 rows/sec., 65.27 MiB/sec. 2026.02.01 14:38:32.221844 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:32.221950 [ 276 ] {0a2aa4aa-93c7-40c4-9f74-c6c8d521c781} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:32.221962 [ 197 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 14:38:32.222006 [ 276 ] {0a2aa4aa-93c7-40c4-9f74-c6c8d521c781} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:38:32.222222 [ 197 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_16_3} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:32.222293 [ 197 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_16_3} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 14:38:32.222383 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.02.01 14:38:32.222865 [ 276 ] {0a2aa4aa-93c7-40c4-9f74-c6c8d521c781} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:32.222906 [ 276 ] {0a2aa4aa-93c7-40c4-9f74-c6c8d521c781} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:32.223475 [ 276 ] {0a2aa4aa-93c7-40c4-9f74-c6c8d521c781} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:38:32.223698 [ 276 ] {0a2aa4aa-93c7-40c4-9f74-c6c8d521c781} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:32.223832 [ 276 ] {0a2aa4aa-93c7-40c4-9f74-c6c8d521c781} executeQuery: Read 40 rows, 73.40 KiB in 0.0019 sec., 21052.63157894737 rows/sec., 37.73 MiB/sec. 2026.02.01 14:38:32.223884 [ 276 ] {0a2aa4aa-93c7-40c4-9f74-c6c8d521c781} TCPHandler: Processed in 0.002086454 sec. 2026.02.01 14:38:32.223987 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:32.224087 [ 276 ] {6e9a0da4-2883-47a6-9b4d-c26417b03ab3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:38:32.224129 [ 276 ] {6e9a0da4-2883-47a6-9b4d-c26417b03ab3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:38:32.224461 [ 276 ] {6e9a0da4-2883-47a6-9b4d-c26417b03ab3} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:32.224496 [ 276 ] {6e9a0da4-2883-47a6-9b4d-c26417b03ab3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:32.224802 [ 276 ] {6e9a0da4-2883-47a6-9b4d-c26417b03ab3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:38:32.225010 [ 276 ] {6e9a0da4-2883-47a6-9b4d-c26417b03ab3} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:32.225135 [ 276 ] {6e9a0da4-2883-47a6-9b4d-c26417b03ab3} executeQuery: Read 30 rows, 2.10 KiB in 0.001066 sec., 28142.58911819887 rows/sec., 1.93 MiB/sec. 2026.02.01 14:38:32.225171 [ 276 ] {6e9a0da4-2883-47a6-9b4d-c26417b03ab3} TCPHandler: Processed in 0.001230558 sec. 2026.02.01 14:38:34.571553 [ 60 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:38:34.571629 [ 60 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:38:34.669186 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7705 2026.02.01 14:38:34.669687 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:34.669729 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:34.670214 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:38:34.670573 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:34.670729 [ 60 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 14:38:34.670776 [ 60 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:34.670790 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7705 2026.02.01 14:38:34.670801 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:34.670909 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:38:34.671017 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:34.671051 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5337 rows starting from the beginning of the part 2026.02.01 14:38:34.671112 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:38:34.671157 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:38:34.671200 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:38:34.671240 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:38:34.671277 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:38:34.672609 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7705 rows, containing 4 columns (4 merged, 0 gathered) in 0.001742504 sec., 4421797.5970212985 rows/sec., 63.25 MiB/sec. 2026.02.01 14:38:34.673384 [ 190 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 14:38:34.673700 [ 190 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_16_3} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:34.673779 [ 190 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_16_3} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 14:38:34.673881 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.02.01 14:38:34.681107 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 390 2026.02.01 14:38:34.683304 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:34.683345 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:34.684500 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:38:34.684761 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:34.685089 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 390 2026.02.01 14:38:35.001567 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001131475 sec. 2026.02.01 14:38:35.051252 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.02.01 14:38:35.067127 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:35.067172 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:35.073187 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:38:35.073914 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:35.074209 [ 54 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 14:38:35.074319 [ 54 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:35.074376 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:35.074507 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:38:35.076584 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.02.01 14:38:35.077316 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:35.078000 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:38:35.081206 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:38:35.084413 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:38:35.088174 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:38:35.092329 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:38:35.096670 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:38:35.147430 [ 190 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.072963981 sec., 1658.3524958705311 rows/sec., 8.58 MiB/sec. 2026.02.01 14:38:35.149871 [ 192 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 14:38:35.151936 [ 192 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_16_3} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:35.152041 [ 192 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_16_3} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 14:38:35.154155 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.02.01 14:38:36.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 225.53 MiB, peak 235.50 MiB, free memory in arenas 0.00 B, will set to 234.15 MiB (RSS), difference: 8.62 MiB 2026.02.01 14:38:37.217600 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:37.217801 [ 276 ] {f713c73c-8b07-48ad-94f5-aff5ce2e6c70} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:38:37.217876 [ 276 ] {f713c73c-8b07-48ad-94f5-aff5ce2e6c70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:38:37.218726 [ 276 ] {f713c73c-8b07-48ad-94f5-aff5ce2e6c70} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:37.218771 [ 276 ] {f713c73c-8b07-48ad-94f5-aff5ce2e6c70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:37.219188 [ 276 ] {f713c73c-8b07-48ad-94f5-aff5ce2e6c70} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:38:37.219423 [ 276 ] {f713c73c-8b07-48ad-94f5-aff5ce2e6c70} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:37.219590 [ 276 ] {f713c73c-8b07-48ad-94f5-aff5ce2e6c70} executeQuery: Read 266 rows, 17.30 KiB in 0.001845 sec., 144173.44173441734 rows/sec., 9.16 MiB/sec. 2026.02.01 14:38:37.219638 [ 276 ] {f713c73c-8b07-48ad-94f5-aff5ce2e6c70} TCPHandler: Processed in 0.002181538 sec. 2026.02.01 14:38:37.219774 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:37.219878 [ 276 ] {e8e8fb54-2c82-4e23-905b-65913207225e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:38:37.219923 [ 276 ] {e8e8fb54-2c82-4e23-905b-65913207225e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:38:37.220687 [ 276 ] {e8e8fb54-2c82-4e23-905b-65913207225e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:37.220724 [ 276 ] {e8e8fb54-2c82-4e23-905b-65913207225e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:37.221086 [ 276 ] {e8e8fb54-2c82-4e23-905b-65913207225e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:38:37.221301 [ 276 ] {e8e8fb54-2c82-4e23-905b-65913207225e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:37.221430 [ 276 ] {e8e8fb54-2c82-4e23-905b-65913207225e} executeQuery: Read 722 rows, 58.16 KiB in 0.001576 sec., 458121.82741116756 rows/sec., 36.04 MiB/sec. 2026.02.01 14:38:37.221467 [ 276 ] {e8e8fb54-2c82-4e23-905b-65913207225e} TCPHandler: Processed in 0.001746094 sec. 2026.02.01 14:38:37.221583 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:37.221679 [ 276 ] {752bb9c8-9e85-4631-9feb-0bccbf6af14b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:38:37.221720 [ 276 ] {752bb9c8-9e85-4631-9feb-0bccbf6af14b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:38:37.222149 [ 276 ] {752bb9c8-9e85-4631-9feb-0bccbf6af14b} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:37.222185 [ 276 ] {752bb9c8-9e85-4631-9feb-0bccbf6af14b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:37.222486 [ 276 ] {752bb9c8-9e85-4631-9feb-0bccbf6af14b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:38:37.222697 [ 276 ] {752bb9c8-9e85-4631-9feb-0bccbf6af14b} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:37.222826 [ 276 ] {752bb9c8-9e85-4631-9feb-0bccbf6af14b} executeQuery: Read 133 rows, 8.00 KiB in 0.001166 sec., 114065.18010291595 rows/sec., 6.70 MiB/sec. 2026.02.01 14:38:37.222861 [ 276 ] {752bb9c8-9e85-4631-9feb-0bccbf6af14b} TCPHandler: Processed in 0.001327861 sec. 2026.02.01 14:38:37.222974 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:37.223069 [ 276 ] {aa88c30f-6ea9-4fb9-9cfa-c59dd9059044} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:38:37.223108 [ 276 ] {aa88c30f-6ea9-4fb9-9cfa-c59dd9059044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:38:37.223548 [ 276 ] {aa88c30f-6ea9-4fb9-9cfa-c59dd9059044} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:37.223583 [ 276 ] {aa88c30f-6ea9-4fb9-9cfa-c59dd9059044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:37.223881 [ 276 ] {aa88c30f-6ea9-4fb9-9cfa-c59dd9059044} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:38:37.224089 [ 276 ] {aa88c30f-6ea9-4fb9-9cfa-c59dd9059044} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:37.224214 [ 276 ] {aa88c30f-6ea9-4fb9-9cfa-c59dd9059044} executeQuery: Read 140 rows, 9.27 KiB in 0.001165 sec., 120171.67381974249 rows/sec., 7.77 MiB/sec. 2026.02.01 14:38:37.224251 [ 276 ] {aa88c30f-6ea9-4fb9-9cfa-c59dd9059044} TCPHandler: Processed in 0.001326501 sec. 2026.02.01 14:38:37.224366 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:37.224460 [ 276 ] {00640553-5af1-4823-894a-fc605b7d5474} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:38:37.224499 [ 276 ] {00640553-5af1-4823-894a-fc605b7d5474} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:38:37.224916 [ 276 ] {00640553-5af1-4823-894a-fc605b7d5474} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:37.224952 [ 276 ] {00640553-5af1-4823-894a-fc605b7d5474} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:37.225248 [ 276 ] {00640553-5af1-4823-894a-fc605b7d5474} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:38:37.225463 [ 276 ] {00640553-5af1-4823-894a-fc605b7d5474} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:37.225592 [ 276 ] {00640553-5af1-4823-894a-fc605b7d5474} executeQuery: Read 139 rows, 8.10 KiB in 0.00115 sec., 120869.56521739131 rows/sec., 6.88 MiB/sec. 2026.02.01 14:38:37.225628 [ 276 ] {00640553-5af1-4823-894a-fc605b7d5474} TCPHandler: Processed in 0.001312191 sec. 2026.02.01 14:38:37.225739 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:37.225832 [ 276 ] {37936c28-4c57-48b6-84ad-cb74a9bdc3cb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:38:37.225871 [ 276 ] {37936c28-4c57-48b6-84ad-cb74a9bdc3cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:38:37.226400 [ 276 ] {37936c28-4c57-48b6-84ad-cb74a9bdc3cb} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:37.226434 [ 276 ] {37936c28-4c57-48b6-84ad-cb74a9bdc3cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:37.226746 [ 276 ] {37936c28-4c57-48b6-84ad-cb74a9bdc3cb} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:38:37.226954 [ 276 ] {37936c28-4c57-48b6-84ad-cb74a9bdc3cb} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:37.227079 [ 276 ] {37936c28-4c57-48b6-84ad-cb74a9bdc3cb} executeQuery: Read 427 rows, 30.40 KiB in 0.001265 sec., 337549.4071146245 rows/sec., 23.47 MiB/sec. 2026.02.01 14:38:37.227116 [ 276 ] {37936c28-4c57-48b6-84ad-cb74a9bdc3cb} TCPHandler: Processed in 0.001427525 sec. 2026.02.01 14:38:37.227230 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:37.227323 [ 276 ] {cab7dbc2-3571-42fc-ad9f-2dc54840df73} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:38:37.227364 [ 276 ] {cab7dbc2-3571-42fc-ad9f-2dc54840df73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:38:37.227698 [ 276 ] {cab7dbc2-3571-42fc-ad9f-2dc54840df73} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:37.227734 [ 276 ] {cab7dbc2-3571-42fc-ad9f-2dc54840df73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:37.228041 [ 276 ] {cab7dbc2-3571-42fc-ad9f-2dc54840df73} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.01 14:38:37.228255 [ 276 ] {cab7dbc2-3571-42fc-ad9f-2dc54840df73} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:37.228380 [ 276 ] {cab7dbc2-3571-42fc-ad9f-2dc54840df73} executeQuery: Read 6 rows, 321.00 B in 0.001075 sec., 5581.395348837209 rows/sec., 291.61 KiB/sec. 2026.02.01 14:38:37.228416 [ 276 ] {cab7dbc2-3571-42fc-ad9f-2dc54840df73} TCPHandler: Processed in 0.001236358 sec. 2026.02.01 14:38:37.228526 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:37.228619 [ 276 ] {170c9422-76dc-4f83-b32b-0a811a6baf33} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:37.228660 [ 276 ] {170c9422-76dc-4f83-b32b-0a811a6baf33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:38:37.229057 [ 276 ] {170c9422-76dc-4f83-b32b-0a811a6baf33} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:37.229093 [ 276 ] {170c9422-76dc-4f83-b32b-0a811a6baf33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:37.229413 [ 276 ] {170c9422-76dc-4f83-b32b-0a811a6baf33} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:38:37.229619 [ 276 ] {170c9422-76dc-4f83-b32b-0a811a6baf33} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:37.229745 [ 276 ] {170c9422-76dc-4f83-b32b-0a811a6baf33} executeQuery: Read 198 rows, 13.28 KiB in 0.001144 sec., 173076.92307692306 rows/sec., 11.34 MiB/sec. 2026.02.01 14:38:37.229780 [ 276 ] {170c9422-76dc-4f83-b32b-0a811a6baf33} TCPHandler: Processed in 0.00130398 sec. 2026.02.01 14:38:37.229888 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:37.229980 [ 276 ] {8e2eacae-a147-4221-bdcb-1f02f3aefbc9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:38:37.230022 [ 276 ] {8e2eacae-a147-4221-bdcb-1f02f3aefbc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:38:37.230328 [ 276 ] {8e2eacae-a147-4221-bdcb-1f02f3aefbc9} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:37.230364 [ 276 ] {8e2eacae-a147-4221-bdcb-1f02f3aefbc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:37.230647 [ 276 ] {8e2eacae-a147-4221-bdcb-1f02f3aefbc9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:38:37.230854 [ 276 ] {8e2eacae-a147-4221-bdcb-1f02f3aefbc9} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:37.230977 [ 276 ] {8e2eacae-a147-4221-bdcb-1f02f3aefbc9} executeQuery: Read 1 rows, 69.00 B in 0.001014 sec., 986.1932938856016 rows/sec., 66.45 KiB/sec. 2026.02.01 14:38:37.231012 [ 276 ] {8e2eacae-a147-4221-bdcb-1f02f3aefbc9} TCPHandler: Processed in 0.001172267 sec. 2026.02.01 14:38:37.231119 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:37.231211 [ 276 ] {deda2dd8-9dba-489a-87fa-85104655c10b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:38:37.231251 [ 276 ] {deda2dd8-9dba-489a-87fa-85104655c10b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:38:37.231575 [ 276 ] {deda2dd8-9dba-489a-87fa-85104655c10b} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:37.231610 [ 276 ] {deda2dd8-9dba-489a-87fa-85104655c10b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:37.231905 [ 276 ] {deda2dd8-9dba-489a-87fa-85104655c10b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:38:37.232126 [ 276 ] {deda2dd8-9dba-489a-87fa-85104655c10b} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:37.232252 [ 276 ] {deda2dd8-9dba-489a-87fa-85104655c10b} executeQuery: Read 58 rows, 3.62 KiB in 0.001059 sec., 54768.64966949952 rows/sec., 3.34 MiB/sec. 2026.02.01 14:38:37.232287 [ 276 ] {deda2dd8-9dba-489a-87fa-85104655c10b} TCPHandler: Processed in 0.001217148 sec. 2026.02.01 14:38:42.170908 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8217 2026.02.01 14:38:42.171495 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:42.171548 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:42.172111 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:38:42.172349 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:42.172485 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8217 2026.02.01 14:38:42.212460 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:42.212665 [ 276 ] {8e7462e6-bd67-450a-9ec7-5489a6e09e2e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:38:42.212740 [ 276 ] {8e7462e6-bd67-450a-9ec7-5489a6e09e2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:38:42.213564 [ 276 ] {8e7462e6-bd67-450a-9ec7-5489a6e09e2e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:42.213615 [ 276 ] {8e7462e6-bd67-450a-9ec7-5489a6e09e2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:42.214036 [ 276 ] {8e7462e6-bd67-450a-9ec7-5489a6e09e2e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:38:42.214269 [ 276 ] {8e7462e6-bd67-450a-9ec7-5489a6e09e2e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:42.214440 [ 276 ] {8e7462e6-bd67-450a-9ec7-5489a6e09e2e} executeQuery: Read 106 rows, 9.68 KiB in 0.00183 sec., 57923.497267759565 rows/sec., 5.16 MiB/sec. 2026.02.01 14:38:42.214489 [ 276 ] {8e7462e6-bd67-450a-9ec7-5489a6e09e2e} TCPHandler: Processed in 0.002175508 sec. 2026.02.01 14:38:42.214617 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:42.214720 [ 276 ] {25150f73-0049-4e52-85ac-ff2768bc3ec4} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:38:42.214764 [ 276 ] {25150f73-0049-4e52-85ac-ff2768bc3ec4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:38:42.215187 [ 276 ] {25150f73-0049-4e52-85ac-ff2768bc3ec4} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:42.215223 [ 276 ] {25150f73-0049-4e52-85ac-ff2768bc3ec4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:42.215560 [ 276 ] {25150f73-0049-4e52-85ac-ff2768bc3ec4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:38:42.215776 [ 276 ] {25150f73-0049-4e52-85ac-ff2768bc3ec4} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:42.215905 [ 276 ] {25150f73-0049-4e52-85ac-ff2768bc3ec4} executeQuery: Read 40 rows, 3.01 KiB in 0.001209 sec., 33085.194375516956 rows/sec., 2.43 MiB/sec. 2026.02.01 14:38:42.215944 [ 276 ] {25150f73-0049-4e52-85ac-ff2768bc3ec4} TCPHandler: Processed in 0.001381263 sec. 2026.02.01 14:38:42.216056 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:42.216150 [ 276 ] {55f41534-5b8f-4d82-99cc-6120ca0ef17d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:38:42.216190 [ 276 ] {55f41534-5b8f-4d82-99cc-6120ca0ef17d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:38:42.216598 [ 276 ] {55f41534-5b8f-4d82-99cc-6120ca0ef17d} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:42.216633 [ 276 ] {55f41534-5b8f-4d82-99cc-6120ca0ef17d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:42.216954 [ 276 ] {55f41534-5b8f-4d82-99cc-6120ca0ef17d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:38:42.217194 [ 276 ] {55f41534-5b8f-4d82-99cc-6120ca0ef17d} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:42.217331 [ 276 ] {55f41534-5b8f-4d82-99cc-6120ca0ef17d} executeQuery: Read 68 rows, 5.44 KiB in 0.001199 sec., 56713.9282735613 rows/sec., 4.43 MiB/sec. 2026.02.01 14:38:42.217368 [ 276 ] {55f41534-5b8f-4d82-99cc-6120ca0ef17d} TCPHandler: Processed in 0.001362042 sec. 2026.02.01 14:38:42.217483 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:42.217578 [ 276 ] {fa4dbfa6-0f56-420e-946d-53e13118ffba} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:42.217620 [ 276 ] {fa4dbfa6-0f56-420e-946d-53e13118ffba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:38:42.217988 [ 276 ] {fa4dbfa6-0f56-420e-946d-53e13118ffba} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:42.218024 [ 276 ] {fa4dbfa6-0f56-420e-946d-53e13118ffba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:42.218344 [ 276 ] {fa4dbfa6-0f56-420e-946d-53e13118ffba} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:38:42.218557 [ 276 ] {fa4dbfa6-0f56-420e-946d-53e13118ffba} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:42.218654 [ 56 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 14:38:42.218681 [ 276 ] {fa4dbfa6-0f56-420e-946d-53e13118ffba} executeQuery: Read 100 rows, 7.10 KiB in 0.001122 sec., 89126.55971479502 rows/sec., 6.18 MiB/sec. 2026.02.01 14:38:42.218719 [ 56 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:42.218727 [ 276 ] {fa4dbfa6-0f56-420e-946d-53e13118ffba} TCPHandler: Processed in 0.00129934 sec. 2026.02.01 14:38:42.218746 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:42.218848 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:42.218862 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:38:42.218962 [ 276 ] {18cf7944-509a-49a3-aa10-773c867bdcc7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:42.218970 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:42.219009 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1477 rows starting from the beginning of the part 2026.02.01 14:38:42.219019 [ 276 ] {18cf7944-509a-49a3-aa10-773c867bdcc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:38:42.219101 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 100 rows starting from the beginning of the part 2026.02.01 14:38:42.219155 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 198 rows starting from the beginning of the part 2026.02.01 14:38:42.219206 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 102 rows starting from the beginning of the part 2026.02.01 14:38:42.219253 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 198 rows starting from the beginning of the part 2026.02.01 14:38:42.219311 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 100 rows starting from the beginning of the part 2026.02.01 14:38:42.219902 [ 276 ] {18cf7944-509a-49a3-aa10-773c867bdcc7} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:42.219936 [ 276 ] {18cf7944-509a-49a3-aa10-773c867bdcc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:42.220511 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2175 rows, containing 5 columns (5 merged, 0 gathered) in 0.001694002 sec., 1283941.8135279652 rows/sec., 90.25 MiB/sec. 2026.02.01 14:38:42.220629 [ 276 ] {18cf7944-509a-49a3-aa10-773c867bdcc7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:38:42.220891 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 14:38:42.220897 [ 276 ] {18cf7944-509a-49a3-aa10-773c867bdcc7} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:42.221025 [ 56 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 14:38:42.221059 [ 56 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:42.221061 [ 276 ] {18cf7944-509a-49a3-aa10-773c867bdcc7} executeQuery: Read 40 rows, 73.40 KiB in 0.002118 sec., 18885.741265344663 rows/sec., 33.84 MiB/sec. 2026.02.01 14:38:42.221079 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:42.221141 [ 276 ] {18cf7944-509a-49a3-aa10-773c867bdcc7} TCPHandler: Processed in 0.002342533 sec. 2026.02.01 14:38:42.221164 [ 190 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:38:42.221257 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:42.221299 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_16_3} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:42.221339 [ 190 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:42.221352 [ 276 ] {471c9133-4e81-498b-9180-a5f580ca3d73} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:38:42.221386 [ 190 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part 2026.02.01 14:38:42.221395 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_16_3} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 14:38:42.221396 [ 276 ] {471c9133-4e81-498b-9180-a5f580ca3d73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:38:42.221491 [ 190 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:38:42.221507 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.02.01 14:38:42.221594 [ 190 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:38:42.221696 [ 190 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:38:42.221759 [ 276 ] {471c9133-4e81-498b-9180-a5f580ca3d73} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:42.221793 [ 190 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:38:42.221794 [ 276 ] {471c9133-4e81-498b-9180-a5f580ca3d73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:42.221956 [ 190 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2026.02.01 14:38:42.222123 [ 276 ] {471c9133-4e81-498b-9180-a5f580ca3d73} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:38:42.222343 [ 276 ] {471c9133-4e81-498b-9180-a5f580ca3d73} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:42.222473 [ 276 ] {471c9133-4e81-498b-9180-a5f580ca3d73} executeQuery: Read 30 rows, 2.10 KiB in 0.001139 sec., 26338.893766461806 rows/sec., 1.80 MiB/sec. 2026.02.01 14:38:42.222508 [ 276 ] {471c9133-4e81-498b-9180-a5f580ca3d73} TCPHandler: Processed in 0.00130146 sec. 2026.02.01 14:38:42.225270 [ 190 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 342 rows, containing 19 columns (19 merged, 0 gathered) in 0.004133698 sec., 82734.63615387482 rows/sec., 148.26 MiB/sec. 2026.02.01 14:38:42.225837 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 14:38:42.226156 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_11_2} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:42.226226 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_11_2} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 14:38:42.226307 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. 2026.02.01 14:38:42.576678 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.02.01 14:38:42.592193 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:42.592257 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:42.598408 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:38:42.599142 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:42.602104 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.02.01 14:38:43.001146 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 235.19 MiB, peak 239.45 MiB, free memory in arenas 0.00 B, will set to 236.57 MiB (RSS), difference: 1.38 MiB 2026.02.01 14:38:44.522146 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42646 2026.02.01 14:38:44.522312 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.522349 [ 289 ] {} TCP-Session: 014645b0-34c6-4901-8357-fa811718a68b Authenticating user 'default' from [fd00:1122:3344:101::e]:42646 2026.02.01 14:38:44.522371 [ 289 ] {} TCP-Session: 014645b0-34c6-4901-8357-fa811718a68b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.522384 [ 289 ] {} TCP-Session: 014645b0-34c6-4901-8357-fa811718a68b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.522674 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43087 2026.02.01 14:38:44.522699 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52039 2026.02.01 14:38:44.522732 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47765 2026.02.01 14:38:44.522770 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35435 2026.02.01 14:38:44.522810 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.522755 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61629 2026.02.01 14:38:44.522849 [ 290 ] {} TCP-Session: 277dad56-00d6-43c8-a001-f602a59f12b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:43087 2026.02.01 14:38:44.522717 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62796 2026.02.01 14:38:44.522890 [ 290 ] {} TCP-Session: 277dad56-00d6-43c8-a001-f602a59f12b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.522706 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51251 2026.02.01 14:38:44.522924 [ 290 ] {} TCP-Session: 277dad56-00d6-43c8-a001-f602a59f12b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.522699 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34670 2026.02.01 14:38:44.522998 [ 289 ] {} TCP-Session: 014645b0-34c6-4901-8357-fa811718a68b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:44.523199 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.523243 [ 291 ] {} TCP-Session: dda37f58-90b8-44c8-83f4-0221867d4d7b Authenticating user 'default' from [fd00:1122:3344:101::e]:52039 2026.02.01 14:38:44.523267 [ 291 ] {} TCP-Session: dda37f58-90b8-44c8-83f4-0221867d4d7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.523280 [ 291 ] {} TCP-Session: dda37f58-90b8-44c8-83f4-0221867d4d7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.523328 [ 289 ] {55cfa4a1-25be-4373-ba89-9e0020691f68} executeQuery: (from [fd00:1122:3344:101::e]:42646) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:38:44.523343 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.523348 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.523394 [ 292 ] {} TCP-Session: 347d995d-4d2e-412a-a663-f5b6f5a29306 Authenticating user 'default' from [fd00:1122:3344:101::e]:34670 2026.02.01 14:38:44.523403 [ 293 ] {} TCP-Session: f76a7849-a80d-4cbf-8ca6-3a41a6b10aa2 Authenticating user 'default' from [fd00:1122:3344:101::e]:51251 2026.02.01 14:38:44.523428 [ 292 ] {} TCP-Session: 347d995d-4d2e-412a-a663-f5b6f5a29306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.523427 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.523458 [ 292 ] {} TCP-Session: 347d995d-4d2e-412a-a663-f5b6f5a29306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.523470 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.523490 [ 275 ] {} TCP-Session: 544bfea4-ce50-412a-ae33-a37d0cd9ec26 Authenticating user 'default' from [fd00:1122:3344:101::e]:61629 2026.02.01 14:38:44.523445 [ 293 ] {} TCP-Session: f76a7849-a80d-4cbf-8ca6-3a41a6b10aa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.523519 [ 287 ] {} TCP-Session: 1d2612f9-5638-421e-979e-f623650f8bca Authenticating user 'default' from [fd00:1122:3344:101::e]:35435 2026.02.01 14:38:44.523543 [ 293 ] {} TCP-Session: f76a7849-a80d-4cbf-8ca6-3a41a6b10aa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.523559 [ 287 ] {} TCP-Session: 1d2612f9-5638-421e-979e-f623650f8bca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.523532 [ 275 ] {} TCP-Session: 544bfea4-ce50-412a-ae33-a37d0cd9ec26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.523584 [ 287 ] {} TCP-Session: 1d2612f9-5638-421e-979e-f623650f8bca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.523605 [ 275 ] {} TCP-Session: 544bfea4-ce50-412a-ae33-a37d0cd9ec26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.523702 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.523704 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.523742 [ 295 ] {} TCP-Session: 0d81361f-0a8c-49be-ac24-62268765ce27 Authenticating user 'default' from [fd00:1122:3344:101::e]:47765 2026.02.01 14:38:44.523713 [ 289 ] {55cfa4a1-25be-4373-ba89-9e0020691f68} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:38:44.523767 [ 294 ] {} TCP-Session: 2d7206c8-a1d7-4e09-afa2-b773bcd0a8c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:62796 2026.02.01 14:38:44.523773 [ 295 ] {} TCP-Session: 0d81361f-0a8c-49be-ac24-62268765ce27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.523813 [ 294 ] {} TCP-Session: 2d7206c8-a1d7-4e09-afa2-b773bcd0a8c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.523830 [ 295 ] {} TCP-Session: 0d81361f-0a8c-49be-ac24-62268765ce27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.523845 [ 289 ] {55cfa4a1-25be-4373-ba89-9e0020691f68} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:44.523839 [ 294 ] {} TCP-Session: 2d7206c8-a1d7-4e09-afa2-b773bcd0a8c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.524201 [ 289 ] {55cfa4a1-25be-4373-ba89-9e0020691f68} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:38:44.525344 [ 321 ] {55cfa4a1-25be-4373-ba89-9e0020691f68} AggregatingTransform: Aggregating 2026.02.01 14:38:44.525384 [ 321 ] {55cfa4a1-25be-4373-ba89-9e0020691f68} Aggregator: Aggregation method: without_key 2026.02.01 14:38:44.525419 [ 321 ] {55cfa4a1-25be-4373-ba89-9e0020691f68} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001113195 sec. (898.315 rows/sec., 35.09 KiB/sec.) 2026.02.01 14:38:44.525441 [ 321 ] {55cfa4a1-25be-4373-ba89-9e0020691f68} Aggregator: Merging aggregated data 2026.02.01 14:38:44.526805 [ 289 ] {55cfa4a1-25be-4373-ba89-9e0020691f68} executeQuery: Read 1 rows, 40.00 B in 0.003565 sec., 280.50490883590464 rows/sec., 10.96 KiB/sec. 2026.02.01 14:38:44.526953 [ 289 ] {55cfa4a1-25be-4373-ba89-9e0020691f68} TCPHandler: Processed in 0.004288722 sec. 2026.02.01 14:38:44.527053 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.527094 [ 289 ] {} TCP-Session: 014645b0-34c6-4901-8357-fa811718a68b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.527102 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.527119 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.527143 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.527163 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.527185 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.527208 [ 291 ] {} TCP-Session: dda37f58-90b8-44c8-83f4-0221867d4d7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.527228 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.527250 [ 292 ] {} TCP-Session: 347d995d-4d2e-412a-a663-f5b6f5a29306 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.527263 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.527279 [ 295 ] {} TCP-Session: 0d81361f-0a8c-49be-ac24-62268765ce27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.527230 [ 275 ] {} TCP-Session: 544bfea4-ce50-412a-ae33-a37d0cd9ec26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.527322 [ 287 ] {} TCP-Session: 1d2612f9-5638-421e-979e-f623650f8bca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.527172 [ 290 ] {} TCP-Session: 277dad56-00d6-43c8-a001-f602a59f12b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.527094 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.527146 [ 293 ] {} TCP-Session: f76a7849-a80d-4cbf-8ca6-3a41a6b10aa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.527421 [ 294 ] {} TCP-Session: 2d7206c8-a1d7-4e09-afa2-b773bcd0a8c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.570632 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44809 2026.02.01 14:38:44.570730 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.570754 [ 289 ] {} TCP-Session: cbca0966-e830-4ec5-8b5b-330756cf3427 Authenticating user 'default' from [fd00:1122:3344:101::e]:44809 2026.02.01 14:38:44.570775 [ 289 ] {} TCP-Session: cbca0966-e830-4ec5-8b5b-330756cf3427 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.570788 [ 289 ] {} TCP-Session: cbca0966-e830-4ec5-8b5b-330756cf3427 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.570987 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57465 2026.02.01 14:38:44.571012 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64256 2026.02.01 14:38:44.571026 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38646 2026.02.01 14:38:44.571053 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62273 2026.02.01 14:38:44.571077 [ 289 ] {} TCP-Session: cbca0966-e830-4ec5-8b5b-330756cf3427 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:44.571116 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.571122 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.571159 [ 293 ] {} TCP-Session: e635879b-3cfe-43bb-bf36-c094e8664ca0 Authenticating user 'default' from [fd00:1122:3344:101::e]:64256 2026.02.01 14:38:44.571162 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.571167 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.571187 [ 290 ] {} TCP-Session: 1c981eb6-6b2f-49eb-a765-bd0545c4b7b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:57465 2026.02.01 14:38:44.571211 [ 294 ] {} TCP-Session: 79c9c0b7-f8d1-4dd8-b752-71dbd789be12 Authenticating user 'default' from [fd00:1122:3344:101::e]:38646 2026.02.01 14:38:44.571223 [ 275 ] {} TCP-Session: 26c3b01a-69fe-4458-a978-3b3684292129 Authenticating user 'default' from [fd00:1122:3344:101::e]:62273 2026.02.01 14:38:44.571234 [ 290 ] {} TCP-Session: 1c981eb6-6b2f-49eb-a765-bd0545c4b7b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571252 [ 294 ] {} TCP-Session: 79c9c0b7-f8d1-4dd8-b752-71dbd789be12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571259 [ 275 ] {} TCP-Session: 26c3b01a-69fe-4458-a978-3b3684292129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571268 [ 290 ] {} TCP-Session: 1c981eb6-6b2f-49eb-a765-bd0545c4b7b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571280 [ 294 ] {} TCP-Session: 79c9c0b7-f8d1-4dd8-b752-71dbd789be12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571290 [ 275 ] {} TCP-Session: 26c3b01a-69fe-4458-a978-3b3684292129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571281 [ 289 ] {92e85efc-cde7-4125-a4bf-d2f440527d96} executeQuery: (from [fd00:1122:3344:101::e]:44809) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:38:44.571035 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43443 2026.02.01 14:38:44.571003 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36470 2026.02.01 14:38:44.570997 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61966 2026.02.01 14:38:44.571446 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.571055 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38402 2026.02.01 14:38:44.571490 [ 295 ] {} TCP-Session: 2601411a-7d68-437a-be4a-0e3f0aee55c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:43443 2026.02.01 14:38:44.571511 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.571536 [ 295 ] {} TCP-Session: 2601411a-7d68-437a-be4a-0e3f0aee55c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571508 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.571559 [ 291 ] {} TCP-Session: eb450f42-691f-4c3e-b2cd-92ee21cecd15 Authenticating user 'default' from [fd00:1122:3344:101::e]:61966 2026.02.01 14:38:44.571563 [ 295 ] {} TCP-Session: 2601411a-7d68-437a-be4a-0e3f0aee55c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571598 [ 292 ] {} TCP-Session: bbf5987b-f1ae-4d7e-a215-2a2574d6ab81 Authenticating user 'default' from [fd00:1122:3344:101::e]:36470 2026.02.01 14:38:44.571601 [ 291 ] {} TCP-Session: eb450f42-691f-4c3e-b2cd-92ee21cecd15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571612 [ 289 ] {92e85efc-cde7-4125-a4bf-d2f440527d96} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:38:44.571636 [ 291 ] {} TCP-Session: eb450f42-691f-4c3e-b2cd-92ee21cecd15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571634 [ 292 ] {} TCP-Session: bbf5987b-f1ae-4d7e-a215-2a2574d6ab81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571560 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.571691 [ 289 ] {92e85efc-cde7-4125-a4bf-d2f440527d96} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:44.571713 [ 287 ] {} TCP-Session: 69ac2cba-6790-4774-9b05-792175a23875 Authenticating user 'default' from [fd00:1122:3344:101::e]:38402 2026.02.01 14:38:44.571684 [ 292 ] {} TCP-Session: bbf5987b-f1ae-4d7e-a215-2a2574d6ab81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571742 [ 287 ] {} TCP-Session: 69ac2cba-6790-4774-9b05-792175a23875 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571188 [ 293 ] {} TCP-Session: e635879b-3cfe-43bb-bf36-c094e8664ca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571771 [ 287 ] {} TCP-Session: 69ac2cba-6790-4774-9b05-792175a23875 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.571794 [ 293 ] {} TCP-Session: e635879b-3cfe-43bb-bf36-c094e8664ca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.572010 [ 289 ] {92e85efc-cde7-4125-a4bf-d2f440527d96} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:38:44.572937 [ 320 ] {92e85efc-cde7-4125-a4bf-d2f440527d96} AggregatingTransform: Aggregating 2026.02.01 14:38:44.572976 [ 320 ] {92e85efc-cde7-4125-a4bf-d2f440527d96} Aggregator: Aggregation method: without_key 2026.02.01 14:38:44.573020 [ 320 ] {92e85efc-cde7-4125-a4bf-d2f440527d96} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000905998 sec. (1103.755 rows/sec., 43.12 KiB/sec.) 2026.02.01 14:38:44.573043 [ 320 ] {92e85efc-cde7-4125-a4bf-d2f440527d96} Aggregator: Merging aggregated data 2026.02.01 14:38:44.574378 [ 289 ] {92e85efc-cde7-4125-a4bf-d2f440527d96} executeQuery: Read 1 rows, 40.00 B in 0.003152 sec., 317.25888324873097 rows/sec., 12.39 KiB/sec. 2026.02.01 14:38:44.574535 [ 289 ] {92e85efc-cde7-4125-a4bf-d2f440527d96} TCPHandler: Processed in 0.00356986 sec. 2026.02.01 14:38:44.574648 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.574679 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.574680 [ 289 ] {} TCP-Session: cbca0966-e830-4ec5-8b5b-330756cf3427 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.574700 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.574727 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.574722 [ 287 ] {} TCP-Session: 69ac2cba-6790-4774-9b05-792175a23875 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.574739 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.574759 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.574781 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.574802 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.574814 [ 295 ] {} TCP-Session: 2601411a-7d68-437a-be4a-0e3f0aee55c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.574836 [ 292 ] {} TCP-Session: bbf5987b-f1ae-4d7e-a215-2a2574d6ab81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.574797 [ 290 ] {} TCP-Session: 1c981eb6-6b2f-49eb-a765-bd0545c4b7b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.574859 [ 275 ] {} TCP-Session: 26c3b01a-69fe-4458-a978-3b3684292129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.574764 [ 291 ] {} TCP-Session: eb450f42-691f-4c3e-b2cd-92ee21cecd15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.574757 [ 294 ] {} TCP-Session: 79c9c0b7-f8d1-4dd8-b752-71dbd789be12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.574713 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.575044 [ 293 ] {} TCP-Session: e635879b-3cfe-43bb-bf36-c094e8664ca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.667054 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47689 2026.02.01 14:38:44.667170 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.667197 [ 289 ] {} TCP-Session: e0df0930-d3a7-4eb0-9780-42b029403c3e Authenticating user 'default' from [fd00:1122:3344:101::e]:47689 2026.02.01 14:38:44.667220 [ 289 ] {} TCP-Session: e0df0930-d3a7-4eb0-9780-42b029403c3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.667233 [ 289 ] {} TCP-Session: e0df0930-d3a7-4eb0-9780-42b029403c3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.667466 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61815 2026.02.01 14:38:44.667478 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51863 2026.02.01 14:38:44.667511 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36557 2026.02.01 14:38:44.667480 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63401 2026.02.01 14:38:44.667578 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.667555 [ 289 ] {} TCP-Session: e0df0930-d3a7-4eb0-9780-42b029403c3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:44.667611 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.667620 [ 290 ] {} TCP-Session: 046123a3-89e0-41f3-bee8-c863f00c59e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:61815 2026.02.01 14:38:44.667609 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.667659 [ 291 ] {} TCP-Session: b59a8e34-db6c-4219-91fa-e8ef07753c05 Authenticating user 'default' from [fd00:1122:3344:101::e]:51863 2026.02.01 14:38:44.667669 [ 290 ] {} TCP-Session: 046123a3-89e0-41f3-bee8-c863f00c59e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.667686 [ 295 ] {} TCP-Session: 6fac1e1a-a9be-4ddf-80d0-5cac23a8483b Authenticating user 'default' from [fd00:1122:3344:101::e]:36557 2026.02.01 14:38:44.667703 [ 291 ] {} TCP-Session: b59a8e34-db6c-4219-91fa-e8ef07753c05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.667706 [ 290 ] {} TCP-Session: 046123a3-89e0-41f3-bee8-c863f00c59e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.667719 [ 295 ] {} TCP-Session: 6fac1e1a-a9be-4ddf-80d0-5cac23a8483b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.667729 [ 291 ] {} TCP-Session: b59a8e34-db6c-4219-91fa-e8ef07753c05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.667748 [ 295 ] {} TCP-Session: 6fac1e1a-a9be-4ddf-80d0-5cac23a8483b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.667660 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.667783 [ 289 ] {43d5f9ca-a6e5-4fb3-9f83-22fc8de0e6a3} executeQuery: (from [fd00:1122:3344:101::e]:47689) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:38:44.667810 [ 292 ] {} TCP-Session: 88929099-f2a4-4047-9d90-de35c531f8bb Authenticating user 'default' from [fd00:1122:3344:101::e]:63401 2026.02.01 14:38:44.667499 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63986 2026.02.01 14:38:44.667846 [ 292 ] {} TCP-Session: 88929099-f2a4-4047-9d90-de35c531f8bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.667486 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50180 2026.02.01 14:38:44.667875 [ 292 ] {} TCP-Session: 88929099-f2a4-4047-9d90-de35c531f8bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.667908 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.667935 [ 294 ] {} TCP-Session: 91b54616-3984-407a-85f0-cba0218d3601 Authenticating user 'default' from [fd00:1122:3344:101::e]:63986 2026.02.01 14:38:44.667945 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.667952 [ 294 ] {} TCP-Session: 91b54616-3984-407a-85f0-cba0218d3601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.667973 [ 293 ] {} TCP-Session: fe5804df-0c80-41d9-801a-84a3d5326c1f Authenticating user 'default' from [fd00:1122:3344:101::e]:50180 2026.02.01 14:38:44.667978 [ 294 ] {} TCP-Session: 91b54616-3984-407a-85f0-cba0218d3601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.668000 [ 293 ] {} TCP-Session: fe5804df-0c80-41d9-801a-84a3d5326c1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.668018 [ 293 ] {} TCP-Session: fe5804df-0c80-41d9-801a-84a3d5326c1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.668063 [ 289 ] {43d5f9ca-a6e5-4fb3-9f83-22fc8de0e6a3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:38:44.668118 [ 289 ] {43d5f9ca-a6e5-4fb3-9f83-22fc8de0e6a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:44.668396 [ 289 ] {43d5f9ca-a6e5-4fb3-9f83-22fc8de0e6a3} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:38:44.669293 [ 320 ] {43d5f9ca-a6e5-4fb3-9f83-22fc8de0e6a3} AggregatingTransform: Aggregating 2026.02.01 14:38:44.669329 [ 320 ] {43d5f9ca-a6e5-4fb3-9f83-22fc8de0e6a3} Aggregator: Aggregation method: without_key 2026.02.01 14:38:44.669361 [ 320 ] {43d5f9ca-a6e5-4fb3-9f83-22fc8de0e6a3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000868617 sec. (1151.255 rows/sec., 44.97 KiB/sec.) 2026.02.01 14:38:44.669375 [ 320 ] {43d5f9ca-a6e5-4fb3-9f83-22fc8de0e6a3} Aggregator: Merging aggregated data 2026.02.01 14:38:44.670777 [ 289 ] {43d5f9ca-a6e5-4fb3-9f83-22fc8de0e6a3} executeQuery: Read 1 rows, 40.00 B in 0.003047 sec., 328.1916639317362 rows/sec., 12.82 KiB/sec. 2026.02.01 14:38:44.670965 [ 289 ] {43d5f9ca-a6e5-4fb3-9f83-22fc8de0e6a3} TCPHandler: Processed in 0.00353189 sec. 2026.02.01 14:38:44.671067 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.671109 [ 289 ] {} TCP-Session: e0df0930-d3a7-4eb0-9780-42b029403c3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.671128 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.671149 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.671170 [ 291 ] {} TCP-Session: b59a8e34-db6c-4219-91fa-e8ef07753c05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.671181 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.671193 [ 293 ] {} TCP-Session: fe5804df-0c80-41d9-801a-84a3d5326c1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.671196 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.671228 [ 292 ] {} TCP-Session: 88929099-f2a4-4047-9d90-de35c531f8bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.671184 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.671254 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.01 14:38:44.671258 [ 294 ] {} TCP-Session: 91b54616-3984-407a-85f0-cba0218d3601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.671313 [ 290 ] {} TCP-Session: 046123a3-89e0-41f3-bee8-c863f00c59e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.671326 [ 295 ] {} TCP-Session: 6fac1e1a-a9be-4ddf-80d0-5cac23a8483b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.672814 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42620 2026.02.01 14:38:44.672833 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61625 2026.02.01 14:38:44.672883 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.672896 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:38:44.672912 [ 287 ] {} TCP-Session: b6a1ce69-a07c-4e08-ad09-b6dda4fe8e70 Authenticating user 'default' from [fd00:1122:3344:101::e]:42620 2026.02.01 14:38:44.672924 [ 275 ] {} TCP-Session: 5a91d501-352d-4845-a637-f634f57bffdf Authenticating user 'default' from [fd00:1122:3344:101::e]:61625 2026.02.01 14:38:44.672938 [ 287 ] {} TCP-Session: b6a1ce69-a07c-4e08-ad09-b6dda4fe8e70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.672950 [ 275 ] {} TCP-Session: 5a91d501-352d-4845-a637-f634f57bffdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.672961 [ 287 ] {} TCP-Session: b6a1ce69-a07c-4e08-ad09-b6dda4fe8e70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.672975 [ 275 ] {} TCP-Session: 5a91d501-352d-4845-a637-f634f57bffdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.685226 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 428 2026.02.01 14:38:44.687613 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:44.687667 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:44.688970 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:38:44.689249 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:44.689626 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 428 2026.02.01 14:38:44.691684 [ 275 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:61625). (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 @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.01 14:38:44.691860 [ 275 ] {} TCP-Session: 5a91d501-352d-4845-a637-f634f57bffdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:44.691885 [ 287 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:42620). (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 @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.01 14:38:44.691975 [ 287 ] {} TCP-Session: b6a1ce69-a07c-4e08-ad09-b6dda4fe8e70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:38:47.214132 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.214407 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:47.214824 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:47.214865 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:47.215147 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:47.215219 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:47.215372 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.02.01 14:38:47.215513 [ 335 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:47.215524 [ 301 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.02.01 14:38:47.215531 [ 305 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:47.215513 [ 307 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:47.215705 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.02.01 14:38:47.215737 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:47.215824 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:47.215845 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 37 rows with 3 streams 2026.02.01 14:38:47.215888 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:47.215943 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:47.215990 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:47.216918 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} executeQuery: Read 37 rows, 1.49 KiB in 0.002631 sec., 14063.093880653743 rows/sec., 564.93 KiB/sec. 2026.02.01 14:38:47.217070 [ 276 ] {e746cbae-bca9-46f2-85ae-9115fbc27d28} TCPHandler: Processed in 0.003083735 sec. 2026.02.01 14:38:47.217388 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.217539 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:47.217774 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:47.217810 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:47.218022 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:47.218074 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:47.218194 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.02.01 14:38:47.218258 [ 307 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:47.218283 [ 305 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:47.218301 [ 333 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.02.01 14:38:47.218303 [ 338 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:47.218407 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.02.01 14:38:47.218429 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:47.218502 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:47.218521 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 37 rows with 3 streams 2026.02.01 14:38:47.218552 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:47.218593 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:47.218632 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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_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.02.01 14:38:47.219363 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} executeQuery: Read 37 rows, 1.49 KiB in 0.001889 sec., 19587.08311275807 rows/sec., 786.83 KiB/sec. 2026.02.01 14:38:47.219475 [ 276 ] {954ffcc1-f10d-4e46-98f4-c2bb3f8fb579} TCPHandler: Processed in 0.002141206 sec. 2026.02.01 14:38:47.219724 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.219872 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_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.02.01 14:38:47.220107 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:47.220145 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_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.02.01 14:38:47.220362 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:47.220426 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:47.220552 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.02.01 14:38:47.220606 [ 284 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:47.220621 [ 305 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:47.220638 [ 333 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.02.01 14:38:47.220634 [ 338 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:47.220753 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.02.01 14:38:47.220775 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:47.220847 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:47.220866 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 37 rows with 3 streams 2026.02.01 14:38:47.220899 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_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.02.01 14:38:47.220931 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_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.02.01 14:38:47.220969 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_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.02.01 14:38:47.221584 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} executeQuery: Read 37 rows, 1.49 KiB in 0.001777 sec., 20821.609454136185 rows/sec., 836.43 KiB/sec. 2026.02.01 14:38:47.221685 [ 276 ] {3c69ab2e-7231-49f5-9b41-ff35aced481b} TCPHandler: Processed in 0.002014112 sec. 2026.02.01 14:38:47.221891 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.222033 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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.02.01 14:38:47.222368 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:38:47.222405 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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.02.01 14:38:47.222718 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:47.222773 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:38:47.222875 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.02.01 14:38:47.222929 [ 284 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.01 14:38:47.222952 [ 333 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.01 14:38:47.222970 [ 341 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.02.01 14:38:47.222970 [ 323 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.01 14:38:47.223091 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.02.01 14:38:47.223118 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:38:47.223188 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.01 14:38:47.223207 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Reading approx. 37 rows with 3 streams 2026.02.01 14:38:47.223238 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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.02.01 14:38:47.223269 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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.02.01 14:38:47.223313 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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.02.01 14:38:47.224007 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} executeQuery: Read 37 rows, 1.49 KiB in 0.002035 sec., 18181.818181818184 rows/sec., 730.38 KiB/sec. 2026.02.01 14:38:47.224127 [ 276 ] {784da4de-0f90-404c-8c27-2cdb74a47f93} TCPHandler: Processed in 0.002288741 sec. 2026.02.01 14:38:47.228478 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.228590 [ 276 ] {835f45e4-d338-48f2-af38-8b3bb71c783e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.01 14:38:47.228633 [ 276 ] {835f45e4-d338-48f2-af38-8b3bb71c783e} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:38:47.229157 [ 276 ] {835f45e4-d338-48f2-af38-8b3bb71c783e} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.229201 [ 276 ] {835f45e4-d338-48f2-af38-8b3bb71c783e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.229621 [ 276 ] {835f45e4-d338-48f2-af38-8b3bb71c783e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:38:47.229854 [ 276 ] {835f45e4-d338-48f2-af38-8b3bb71c783e} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.230014 [ 276 ] {835f45e4-d338-48f2-af38-8b3bb71c783e} executeQuery: Read 4 rows, 521.00 B in 0.001456 sec., 2747.252747252747 rows/sec., 349.44 KiB/sec. 2026.02.01 14:38:47.230055 [ 276 ] {835f45e4-d338-48f2-af38-8b3bb71c783e} TCPHandler: Processed in 0.001628451 sec. 2026.02.01 14:38:47.230171 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.230273 [ 276 ] {5f91cea2-53ee-4cc2-a91d-1622b962163c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:38:47.230315 [ 276 ] {5f91cea2-53ee-4cc2-a91d-1622b962163c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:38:47.230861 [ 276 ] {5f91cea2-53ee-4cc2-a91d-1622b962163c} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.230900 [ 276 ] {5f91cea2-53ee-4cc2-a91d-1622b962163c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.231239 [ 276 ] {5f91cea2-53ee-4cc2-a91d-1622b962163c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:38:47.231452 [ 276 ] {5f91cea2-53ee-4cc2-a91d-1622b962163c} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.231566 [ 12 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 14:38:47.231584 [ 276 ] {5f91cea2-53ee-4cc2-a91d-1622b962163c} executeQuery: Read 266 rows, 17.30 KiB in 0.001335 sec., 199250.936329588 rows/sec., 12.66 MiB/sec. 2026.02.01 14:38:47.231614 [ 12 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.231629 [ 276 ] {5f91cea2-53ee-4cc2-a91d-1622b962163c} TCPHandler: Processed in 0.001508987 sec. 2026.02.01 14:38:47.231641 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.231751 [ 196 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::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.02.01 14:38:47.231753 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.231862 [ 196 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:47.231874 [ 276 ] {47f098f3-5eb7-4cc8-8630-50a7e95b2187} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:38:47.231901 [ 196 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::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.02.01 14:38:47.231924 [ 276 ] {47f098f3-5eb7-4cc8-8630-50a7e95b2187} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:38:47.231975 [ 196 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.02.01 14:38:47.232027 [ 196 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 266 rows starting from the beginning of the part 2026.02.01 14:38:47.232071 [ 196 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 266 rows starting from the beginning of the part 2026.02.01 14:38:47.232112 [ 196 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 266 rows starting from the beginning of the part 2026.02.01 14:38:47.232160 [ 196 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 266 rows starting from the beginning of the part 2026.02.01 14:38:47.232324 [ 276 ] {47f098f3-5eb7-4cc8-8630-50a7e95b2187} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.232367 [ 276 ] {47f098f3-5eb7-4cc8-8630-50a7e95b2187} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.232690 [ 276 ] {47f098f3-5eb7-4cc8-8630-50a7e95b2187} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:38:47.232926 [ 276 ] {47f098f3-5eb7-4cc8-8630-50a7e95b2187} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.233062 [ 276 ] {47f098f3-5eb7-4cc8-8630-50a7e95b2187} executeQuery: Read 2 rows, 167.00 B in 0.001208 sec., 1655.6291390728475 rows/sec., 135.00 KiB/sec. 2026.02.01 14:38:47.233102 [ 276 ] {47f098f3-5eb7-4cc8-8630-50a7e95b2187} TCPHandler: Processed in 0.001400063 sec. 2026.02.01 14:38:47.233116 [ 190 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1112 rows, containing 5 columns (5 merged, 0 gathered) in 0.001403324 sec., 792404.3200287317 rows/sec., 54.03 MiB/sec. 2026.02.01 14:38:47.233206 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.233267 [ 196 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 14:38:47.233302 [ 276 ] {e8f44612-12a4-458f-a7bd-884341388996} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:38:47.233346 [ 276 ] {e8f44612-12a4-458f-a7bd-884341388996} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:38:47.233534 [ 196 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_6_1} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.233608 [ 196 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_6_1} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 14:38:47.233677 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.01 14:38:47.234103 [ 276 ] {e8f44612-12a4-458f-a7bd-884341388996} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.234145 [ 276 ] {e8f44612-12a4-458f-a7bd-884341388996} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.234506 [ 276 ] {e8f44612-12a4-458f-a7bd-884341388996} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:38:47.234752 [ 276 ] {e8f44612-12a4-458f-a7bd-884341388996} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.234887 [ 276 ] {e8f44612-12a4-458f-a7bd-884341388996} executeQuery: Read 727 rows, 58.57 KiB in 0.001604 sec., 453241.8952618454 rows/sec., 35.66 MiB/sec. 2026.02.01 14:38:47.234925 [ 276 ] {e8f44612-12a4-458f-a7bd-884341388996} TCPHandler: Processed in 0.001768435 sec. 2026.02.01 14:38:47.235034 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.235130 [ 276 ] {a86564ee-5273-4c3a-87ce-310264e618f3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:38:47.235171 [ 276 ] {a86564ee-5273-4c3a-87ce-310264e618f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:38:47.235613 [ 276 ] {a86564ee-5273-4c3a-87ce-310264e618f3} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.235650 [ 276 ] {a86564ee-5273-4c3a-87ce-310264e618f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.235986 [ 276 ] {a86564ee-5273-4c3a-87ce-310264e618f3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:38:47.236201 [ 276 ] {a86564ee-5273-4c3a-87ce-310264e618f3} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.236345 [ 276 ] {a86564ee-5273-4c3a-87ce-310264e618f3} executeQuery: Read 135 rows, 8.14 KiB in 0.001234 sec., 109400.32414910858 rows/sec., 6.44 MiB/sec. 2026.02.01 14:38:47.236384 [ 276 ] {a86564ee-5273-4c3a-87ce-310264e618f3} TCPHandler: Processed in 0.001400393 sec. 2026.02.01 14:38:47.236514 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.236610 [ 276 ] {82ba93d1-6c90-4f3f-85c1-9f2e78c10ce6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:38:47.236650 [ 276 ] {82ba93d1-6c90-4f3f-85c1-9f2e78c10ce6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:38:47.237093 [ 276 ] {82ba93d1-6c90-4f3f-85c1-9f2e78c10ce6} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.237130 [ 276 ] {82ba93d1-6c90-4f3f-85c1-9f2e78c10ce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.237436 [ 276 ] {82ba93d1-6c90-4f3f-85c1-9f2e78c10ce6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:38:47.237649 [ 276 ] {82ba93d1-6c90-4f3f-85c1-9f2e78c10ce6} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.237752 [ 132 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 14:38:47.237788 [ 276 ] {82ba93d1-6c90-4f3f-85c1-9f2e78c10ce6} executeQuery: Read 140 rows, 9.27 KiB in 0.001198 sec., 116861.43572621034 rows/sec., 7.55 MiB/sec. 2026.02.01 14:38:47.237794 [ 132 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.237832 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.237835 [ 276 ] {82ba93d1-6c90-4f3f-85c1-9f2e78c10ce6} TCPHandler: Processed in 0.001370503 sec. 2026.02.01 14:38:47.237940 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::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.02.01 14:38:47.237961 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.238066 [ 276 ] {853167d8-e9f4-4bb6-a00a-126375e83c47} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:38:47.238084 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:47.238107 [ 276 ] {853167d8-e9f4-4bb6-a00a-126375e83c47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:38:47.238119 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::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.02.01 14:38:47.238205 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part 2026.02.01 14:38:47.238254 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 140 rows starting from the beginning of the part 2026.02.01 14:38:47.238299 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 140 rows starting from the beginning of the part 2026.02.01 14:38:47.238346 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 140 rows starting from the beginning of the part 2026.02.01 14:38:47.238394 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 140 rows starting from the beginning of the part 2026.02.01 14:38:47.238567 [ 276 ] {853167d8-e9f4-4bb6-a00a-126375e83c47} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.238611 [ 276 ] {853167d8-e9f4-4bb6-a00a-126375e83c47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.238968 [ 276 ] {853167d8-e9f4-4bb6-a00a-126375e83c47} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:38:47.239238 [ 276 ] {853167d8-e9f4-4bb6-a00a-126375e83c47} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.239306 [ 190 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 609 rows, containing 5 columns (5 merged, 0 gathered) in 0.001406873 sec., 432874.8934694176 rows/sec., 30.25 MiB/sec. 2026.02.01 14:38:47.239355 [ 132 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 14:38:47.239388 [ 276 ] {853167d8-e9f4-4bb6-a00a-126375e83c47} executeQuery: Read 139 rows, 8.10 KiB in 0.001341 sec., 103653.98956002983 rows/sec., 5.90 MiB/sec. 2026.02.01 14:38:47.239398 [ 132 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.239436 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.239437 [ 276 ] {853167d8-e9f4-4bb6-a00a-126375e83c47} TCPHandler: Processed in 0.001526567 sec. 2026.02.01 14:38:47.239456 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 14:38:47.239528 [ 190 ] {af45f42a-381d-4729-9469-5fc028c3bb28::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.02.01 14:38:47.239576 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.239633 [ 190 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:47.239667 [ 190 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.02.01 14:38:47.239674 [ 276 ] {ad0253a0-0562-4c46-ae71-0137d02c7afd} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:38:47.239721 [ 276 ] {ad0253a0-0562-4c46-ae71-0137d02c7afd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:38:47.239726 [ 190 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2026.02.01 14:38:47.239762 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_6_1} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.239779 [ 190 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 139 rows starting from the beginning of the part 2026.02.01 14:38:47.239829 [ 190 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 139 rows starting from the beginning of the part 2026.02.01 14:38:47.239851 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_6_1} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 14:38:47.239892 [ 190 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 139 rows starting from the beginning of the part 2026.02.01 14:38:47.239931 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.01 14:38:47.239942 [ 190 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 139 rows starting from the beginning of the part 2026.02.01 14:38:47.240320 [ 276 ] {ad0253a0-0562-4c46-ae71-0137d02c7afd} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.240360 [ 276 ] {ad0253a0-0562-4c46-ae71-0137d02c7afd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.240764 [ 276 ] {ad0253a0-0562-4c46-ae71-0137d02c7afd} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:38:47.240912 [ 198 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 580 rows, containing 5 columns (5 merged, 0 gathered) in 0.001415484 sec., 409753.8368501516 rows/sec., 25.20 MiB/sec. 2026.02.01 14:38:47.241067 [ 276 ] {ad0253a0-0562-4c46-ae71-0137d02c7afd} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.241071 [ 195 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 14:38:47.241217 [ 276 ] {ad0253a0-0562-4c46-ae71-0137d02c7afd} executeQuery: Read 437 rows, 31.21 KiB in 0.00156 sec., 280128.2051282051 rows/sec., 19.54 MiB/sec. 2026.02.01 14:38:47.241265 [ 276 ] {ad0253a0-0562-4c46-ae71-0137d02c7afd} TCPHandler: Processed in 0.001739724 sec. 2026.02.01 14:38:47.241379 [ 195 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_6_1} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.241385 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.241462 [ 195 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_6_1} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 14:38:47.241501 [ 276 ] {30699c3d-1b14-4397-bad0-fff4f5a11515} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:38:47.241543 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.01 14:38:47.241551 [ 276 ] {30699c3d-1b14-4397-bad0-fff4f5a11515} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:38:47.241910 [ 276 ] {30699c3d-1b14-4397-bad0-fff4f5a11515} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.241948 [ 276 ] {30699c3d-1b14-4397-bad0-fff4f5a11515} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.242272 [ 276 ] {30699c3d-1b14-4397-bad0-fff4f5a11515} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.01 14:38:47.242487 [ 276 ] {30699c3d-1b14-4397-bad0-fff4f5a11515} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.242618 [ 276 ] {30699c3d-1b14-4397-bad0-fff4f5a11515} executeQuery: Read 6 rows, 321.00 B in 0.001136 sec., 5281.69014084507 rows/sec., 275.95 KiB/sec. 2026.02.01 14:38:47.242657 [ 276 ] {30699c3d-1b14-4397-bad0-fff4f5a11515} TCPHandler: Processed in 0.001321361 sec. 2026.02.01 14:38:47.242768 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.242864 [ 276 ] {8b96993e-87d4-4063-9da0-9c22f24f14ef} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:47.242907 [ 276 ] {8b96993e-87d4-4063-9da0-9c22f24f14ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:38:47.243312 [ 276 ] {8b96993e-87d4-4063-9da0-9c22f24f14ef} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.243350 [ 276 ] {8b96993e-87d4-4063-9da0-9c22f24f14ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.243717 [ 276 ] {8b96993e-87d4-4063-9da0-9c22f24f14ef} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:38:47.243931 [ 276 ] {8b96993e-87d4-4063-9da0-9c22f24f14ef} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.244062 [ 276 ] {8b96993e-87d4-4063-9da0-9c22f24f14ef} executeQuery: Read 209 rows, 14.11 KiB in 0.001218 sec., 171592.77504105092 rows/sec., 11.31 MiB/sec. 2026.02.01 14:38:47.244099 [ 276 ] {8b96993e-87d4-4063-9da0-9c22f24f14ef} TCPHandler: Processed in 0.001380283 sec. 2026.02.01 14:38:47.244203 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.244297 [ 276 ] {3614cf10-afb2-440a-bd82-55d6cf4f370e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:38:47.244339 [ 276 ] {3614cf10-afb2-440a-bd82-55d6cf4f370e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:38:47.244651 [ 276 ] {3614cf10-afb2-440a-bd82-55d6cf4f370e} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.244688 [ 276 ] {3614cf10-afb2-440a-bd82-55d6cf4f370e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.245001 [ 276 ] {3614cf10-afb2-440a-bd82-55d6cf4f370e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:38:47.245207 [ 276 ] {3614cf10-afb2-440a-bd82-55d6cf4f370e} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.245351 [ 276 ] {3614cf10-afb2-440a-bd82-55d6cf4f370e} executeQuery: Read 1 rows, 69.00 B in 0.001072 sec., 932.8358208955224 rows/sec., 62.86 KiB/sec. 2026.02.01 14:38:47.245389 [ 276 ] {3614cf10-afb2-440a-bd82-55d6cf4f370e} TCPHandler: Processed in 0.001235988 sec. 2026.02.01 14:38:47.245496 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:47.245591 [ 276 ] {396749ef-1d40-4e10-a7b1-84c5ee8e9dbd} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:38:47.245632 [ 276 ] {396749ef-1d40-4e10-a7b1-84c5ee8e9dbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:38:47.245956 [ 276 ] {396749ef-1d40-4e10-a7b1-84c5ee8e9dbd} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.245992 [ 276 ] {396749ef-1d40-4e10-a7b1-84c5ee8e9dbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.246305 [ 276 ] {396749ef-1d40-4e10-a7b1-84c5ee8e9dbd} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:38:47.246507 [ 276 ] {396749ef-1d40-4e10-a7b1-84c5ee8e9dbd} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.246604 [ 132 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 14:38:47.246642 [ 276 ] {396749ef-1d40-4e10-a7b1-84c5ee8e9dbd} executeQuery: Read 68 rows, 4.25 KiB in 0.00107 sec., 63551.40186915888 rows/sec., 3.88 MiB/sec. 2026.02.01 14:38:47.246643 [ 132 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:47.246682 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:47.246684 [ 276 ] {396749ef-1d40-4e10-a7b1-84c5ee8e9dbd} TCPHandler: Processed in 0.001237148 sec. 2026.02.01 14:38:47.246788 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:38:47.246886 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:47.246914 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 358 rows starting from the beginning of the part 2026.02.01 14:38:47.246965 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 58 rows starting from the beginning of the part 2026.02.01 14:38:47.247006 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part 2026.02.01 14:38:47.247058 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 58 rows starting from the beginning of the part 2026.02.01 14:38:47.247097 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part 2026.02.01 14:38:47.247141 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 68 rows starting from the beginning of the part 2026.02.01 14:38:47.247912 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 4 columns (4 merged, 0 gathered) in 0.001172016 sec., 513644.86491651996 rows/sec., 33.64 MiB/sec. 2026.02.01 14:38:47.248028 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 14:38:47.248244 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_16_3} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:47.248303 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_16_3} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 14:38:47.248366 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.01 14:38:49.571673 [ 65 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:38:49.571734 [ 65 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:38:49.673499 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8665 2026.02.01 14:38:49.674041 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:49.674093 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:49.674673 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:38:49.674939 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:49.675092 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8665 2026.02.01 14:38:50.103130 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.02.01 14:38:50.118438 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:50.118490 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:50.124629 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:38:50.125370 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:50.128029 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.02.01 14:38:52.213302 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:52.213595 [ 276 ] {a190a959-7640-4328-b50b-c96b34bd78b3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:38:52.213706 [ 276 ] {a190a959-7640-4328-b50b-c96b34bd78b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:38:52.214584 [ 276 ] {a190a959-7640-4328-b50b-c96b34bd78b3} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:52.214638 [ 276 ] {a190a959-7640-4328-b50b-c96b34bd78b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:52.215062 [ 276 ] {a190a959-7640-4328-b50b-c96b34bd78b3} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:38:52.215310 [ 276 ] {a190a959-7640-4328-b50b-c96b34bd78b3} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:52.215489 [ 276 ] {a190a959-7640-4328-b50b-c96b34bd78b3} executeQuery: Read 110 rows, 10.01 KiB in 0.001975 sec., 55696.20253164556 rows/sec., 4.95 MiB/sec. 2026.02.01 14:38:52.215540 [ 276 ] {a190a959-7640-4328-b50b-c96b34bd78b3} TCPHandler: Processed in 0.002431746 sec. 2026.02.01 14:38:52.215685 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:52.215789 [ 276 ] {af142bc7-3f7f-4a41-9f06-5cc59f531ff9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:38:52.215834 [ 276 ] {af142bc7-3f7f-4a41-9f06-5cc59f531ff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:38:52.216288 [ 276 ] {af142bc7-3f7f-4a41-9f06-5cc59f531ff9} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:52.216326 [ 276 ] {af142bc7-3f7f-4a41-9f06-5cc59f531ff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:52.216683 [ 276 ] {af142bc7-3f7f-4a41-9f06-5cc59f531ff9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:38:52.216904 [ 276 ] {af142bc7-3f7f-4a41-9f06-5cc59f531ff9} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:52.217010 [ 27 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 14:38:52.217047 [ 276 ] {af142bc7-3f7f-4a41-9f06-5cc59f531ff9} executeQuery: Read 40 rows, 3.01 KiB in 0.001282 sec., 31201.248049922 rows/sec., 2.29 MiB/sec. 2026.02.01 14:38:52.217076 [ 27 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:52.217092 [ 276 ] {af142bc7-3f7f-4a41-9f06-5cc59f531ff9} TCPHandler: Processed in 0.001458986 sec. 2026.02.01 14:38:52.217105 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:52.217234 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:52.217248 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:38:52.217354 [ 276 ] {3c8d8856-d59f-46aa-afb3-ae7fbc287561} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:38:52.217369 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:52.217408 [ 276 ] {3c8d8856-d59f-46aa-afb3-ae7fbc287561} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:38:52.217407 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 197 rows starting from the beginning of the part 2026.02.01 14:38:52.217494 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 44 rows starting from the beginning of the part 2026.02.01 14:38:52.217568 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 133 rows starting from the beginning of the part 2026.02.01 14:38:52.217634 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:38:52.217695 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 135 rows starting from the beginning of the part 2026.02.01 14:38:52.217757 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:38:52.217955 [ 276 ] {3c8d8856-d59f-46aa-afb3-ae7fbc287561} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:52.217993 [ 276 ] {3c8d8856-d59f-46aa-afb3-ae7fbc287561} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:52.218408 [ 276 ] {3c8d8856-d59f-46aa-afb3-ae7fbc287561} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:38:52.218724 [ 276 ] {3c8d8856-d59f-46aa-afb3-ae7fbc287561} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:52.218898 [ 276 ] {3c8d8856-d59f-46aa-afb3-ae7fbc287561} executeQuery: Read 76 rows, 6.08 KiB in 0.001568 sec., 48469.38775510204 rows/sec., 3.79 MiB/sec. 2026.02.01 14:38:52.218948 [ 276 ] {3c8d8856-d59f-46aa-afb3-ae7fbc287561} TCPHandler: Processed in 0.001770825 sec. 2026.02.01 14:38:52.218970 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 589 rows, containing 5 columns (5 merged, 0 gathered) in 0.001769405 sec., 332880.26200898044 rows/sec., 22.38 MiB/sec. 2026.02.01 14:38:52.219069 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:52.219171 [ 276 ] {834eea84-a6dc-4c7a-a48d-9155dfdc9878} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:52.219216 [ 276 ] {834eea84-a6dc-4c7a-a48d-9155dfdc9878} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:38:52.219245 [ 191 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 14:38:52.219608 [ 191 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_16_3} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:52.219609 [ 276 ] {834eea84-a6dc-4c7a-a48d-9155dfdc9878} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:52.219667 [ 276 ] {834eea84-a6dc-4c7a-a48d-9155dfdc9878} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:52.219712 [ 191 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_16_3} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 14:38:52.219819 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.01 14:38:52.220032 [ 276 ] {834eea84-a6dc-4c7a-a48d-9155dfdc9878} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:38:52.220257 [ 276 ] {834eea84-a6dc-4c7a-a48d-9155dfdc9878} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:52.220409 [ 276 ] {834eea84-a6dc-4c7a-a48d-9155dfdc9878} executeQuery: Read 110 rows, 7.86 KiB in 0.001257 sec., 87509.94431185361 rows/sec., 6.11 MiB/sec. 2026.02.01 14:38:52.220449 [ 276 ] {834eea84-a6dc-4c7a-a48d-9155dfdc9878} TCPHandler: Processed in 0.001432535 sec. 2026.02.01 14:38:52.220563 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:52.220660 [ 276 ] {68e4a256-487a-4246-9112-84892fab330f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:52.220715 [ 276 ] {68e4a256-487a-4246-9112-84892fab330f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:38:52.221586 [ 276 ] {68e4a256-487a-4246-9112-84892fab330f} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:52.221623 [ 276 ] {68e4a256-487a-4246-9112-84892fab330f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:52.222193 [ 276 ] {68e4a256-487a-4246-9112-84892fab330f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:38:52.222434 [ 276 ] {68e4a256-487a-4246-9112-84892fab330f} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:52.222577 [ 276 ] {68e4a256-487a-4246-9112-84892fab330f} executeQuery: Read 40 rows, 73.40 KiB in 0.001936 sec., 20661.15702479339 rows/sec., 37.02 MiB/sec. 2026.02.01 14:38:52.222637 [ 276 ] {68e4a256-487a-4246-9112-84892fab330f} TCPHandler: Processed in 0.002123435 sec. 2026.02.01 14:38:52.222747 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:52.222842 [ 276 ] {0558ebf7-1934-4471-858c-87496e26e802} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:38:52.222884 [ 276 ] {0558ebf7-1934-4471-858c-87496e26e802} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:38:52.223215 [ 276 ] {0558ebf7-1934-4471-858c-87496e26e802} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:52.223251 [ 276 ] {0558ebf7-1934-4471-858c-87496e26e802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2026.02.01 14:38:52.223559 [ 276 ] {0558ebf7-1934-4471-858c-87496e26e802} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:38:52.223764 [ 276 ] {0558ebf7-1934-4471-858c-87496e26e802} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:52.223891 [ 276 ] {0558ebf7-1934-4471-858c-87496e26e802} executeQuery: Read 40 rows, 2.73 KiB in 0.001068 sec., 37453.183520599254 rows/sec., 2.50 MiB/sec. 2026.02.01 14:38:52.223927 [ 276 ] {0558ebf7-1934-4471-858c-87496e26e802} TCPHandler: Processed in 0.001230218 sec. 2026.02.01 14:38:54.690725 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 472 2026.02.01 14:38:54.693299 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:54.693359 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:54.694684 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:38:54.694977 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:54.695350 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 472 2026.02.01 14:38:57.176165 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9177 2026.02.01 14:38:57.176905 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.176980 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.177628 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:38:57.177883 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.178038 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9177 2026.02.01 14:38:57.218707 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:57.218913 [ 276 ] {0bee0750-6630-4a30-89c3-093f45d1d00d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:38:57.218990 [ 276 ] {0bee0750-6630-4a30-89c3-093f45d1d00d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:38:57.219787 [ 276 ] {0bee0750-6630-4a30-89c3-093f45d1d00d} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.219840 [ 276 ] {0bee0750-6630-4a30-89c3-093f45d1d00d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.220248 [ 276 ] {0bee0750-6630-4a30-89c3-093f45d1d00d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:38:57.220495 [ 276 ] {0bee0750-6630-4a30-89c3-093f45d1d00d} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.220660 [ 276 ] {0bee0750-6630-4a30-89c3-093f45d1d00d} executeQuery: Read 266 rows, 17.30 KiB in 0.001805 sec., 147368.42105263157 rows/sec., 9.36 MiB/sec. 2026.02.01 14:38:57.220712 [ 276 ] {0bee0750-6630-4a30-89c3-093f45d1d00d} TCPHandler: Processed in 0.002151167 sec. 2026.02.01 14:38:57.220845 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:57.220950 [ 276 ] {83dd509d-8076-4eae-9e48-d9d791901445} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:38:57.220995 [ 276 ] {83dd509d-8076-4eae-9e48-d9d791901445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:38:57.221849 [ 276 ] {83dd509d-8076-4eae-9e48-d9d791901445} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.221888 [ 276 ] {83dd509d-8076-4eae-9e48-d9d791901445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.222263 [ 276 ] {83dd509d-8076-4eae-9e48-d9d791901445} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:38:57.222490 [ 276 ] {83dd509d-8076-4eae-9e48-d9d791901445} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.222623 [ 276 ] {83dd509d-8076-4eae-9e48-d9d791901445} executeQuery: Read 726 rows, 58.50 KiB in 0.001698 sec., 427561.83745583036 rows/sec., 33.65 MiB/sec. 2026.02.01 14:38:57.222616 [ 71 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 14:38:57.222663 [ 276 ] {83dd509d-8076-4eae-9e48-d9d791901445} TCPHandler: Processed in 0.001871078 sec. 2026.02.01 14:38:57.222709 [ 71 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.222757 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.222803 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:57.222861 [ 198 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:38:57.222907 [ 276 ] {880a5381-127b-473b-ac11-c7af3f7b1ffd} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:38:57.222951 [ 276 ] {880a5381-127b-473b-ac11-c7af3f7b1ffd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:38:57.222960 [ 198 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:57.222988 [ 198 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 930 rows starting from the beginning of the part 2026.02.01 14:38:57.223044 [ 198 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 722 rows starting from the beginning of the part 2026.02.01 14:38:57.223086 [ 198 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 106 rows starting from the beginning of the part 2026.02.01 14:38:57.223128 [ 198 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 727 rows starting from the beginning of the part 2026.02.01 14:38:57.223167 [ 198 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 110 rows starting from the beginning of the part 2026.02.01 14:38:57.223204 [ 198 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 726 rows starting from the beginning of the part 2026.02.01 14:38:57.223397 [ 276 ] {880a5381-127b-473b-ac11-c7af3f7b1ffd} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.223433 [ 276 ] {880a5381-127b-473b-ac11-c7af3f7b1ffd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.223744 [ 276 ] {880a5381-127b-473b-ac11-c7af3f7b1ffd} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:38:57.223972 [ 276 ] {880a5381-127b-473b-ac11-c7af3f7b1ffd} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.224109 [ 276 ] {880a5381-127b-473b-ac11-c7af3f7b1ffd} executeQuery: Read 133 rows, 8.00 KiB in 0.001223 sec., 108748.97792313983 rows/sec., 6.39 MiB/sec. 2026.02.01 14:38:57.224151 [ 276 ] {880a5381-127b-473b-ac11-c7af3f7b1ffd} TCPHandler: Processed in 0.001398094 sec. 2026.02.01 14:38:57.224277 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:57.224377 [ 276 ] {6c7d8b2d-0db0-44ad-b383-c90317d546cb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:38:57.224416 [ 276 ] {6c7d8b2d-0db0-44ad-b383-c90317d546cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:38:57.224505 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.001689082 sec., 1966156.7644436446 rows/sec., 165.24 MiB/sec. 2026.02.01 14:38:57.224722 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 14:38:57.224834 [ 276 ] {6c7d8b2d-0db0-44ad-b383-c90317d546cb} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.224875 [ 276 ] {6c7d8b2d-0db0-44ad-b383-c90317d546cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.225028 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_21_4} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.225128 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_21_4} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 14:38:57.225195 [ 276 ] {6c7d8b2d-0db0-44ad-b383-c90317d546cb} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:38:57.225220 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.02.01 14:38:57.225475 [ 276 ] {6c7d8b2d-0db0-44ad-b383-c90317d546cb} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.225613 [ 276 ] {6c7d8b2d-0db0-44ad-b383-c90317d546cb} executeQuery: Read 140 rows, 9.27 KiB in 0.001254 sec., 111642.7432216906 rows/sec., 7.22 MiB/sec. 2026.02.01 14:38:57.225650 [ 276 ] {6c7d8b2d-0db0-44ad-b383-c90317d546cb} TCPHandler: Processed in 0.001427334 sec. 2026.02.01 14:38:57.225760 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:57.225855 [ 276 ] {f8ff6e92-ea8e-4f0f-85a6-6b0d2f41c23f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:38:57.225895 [ 276 ] {f8ff6e92-ea8e-4f0f-85a6-6b0d2f41c23f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:38:57.226326 [ 276 ] {f8ff6e92-ea8e-4f0f-85a6-6b0d2f41c23f} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.226363 [ 276 ] {f8ff6e92-ea8e-4f0f-85a6-6b0d2f41c23f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.226674 [ 276 ] {f8ff6e92-ea8e-4f0f-85a6-6b0d2f41c23f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:38:57.226892 [ 276 ] {f8ff6e92-ea8e-4f0f-85a6-6b0d2f41c23f} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.227020 [ 276 ] {f8ff6e92-ea8e-4f0f-85a6-6b0d2f41c23f} executeQuery: Read 139 rows, 8.10 KiB in 0.001183 sec., 117497.88672865595 rows/sec., 6.68 MiB/sec. 2026.02.01 14:38:57.227057 [ 276 ] {f8ff6e92-ea8e-4f0f-85a6-6b0d2f41c23f} TCPHandler: Processed in 0.001346612 sec. 2026.02.01 14:38:57.227173 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:57.227267 [ 276 ] {b10762d6-f7e8-46e7-91c8-f8ea93fe0554} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:38:57.227307 [ 276 ] {b10762d6-f7e8-46e7-91c8-f8ea93fe0554} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:38:57.227889 [ 276 ] {b10762d6-f7e8-46e7-91c8-f8ea93fe0554} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.227926 [ 276 ] {b10762d6-f7e8-46e7-91c8-f8ea93fe0554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.228256 [ 276 ] {b10762d6-f7e8-46e7-91c8-f8ea93fe0554} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:38:57.228471 [ 276 ] {b10762d6-f7e8-46e7-91c8-f8ea93fe0554} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.228583 [ 71 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 14:38:57.228599 [ 276 ] {b10762d6-f7e8-46e7-91c8-f8ea93fe0554} executeQuery: Read 435 rows, 31.04 KiB in 0.00135 sec., 322222.2222222222 rows/sec., 22.46 MiB/sec. 2026.02.01 14:38:57.228628 [ 71 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.228647 [ 276 ] {b10762d6-f7e8-46e7-91c8-f8ea93fe0554} TCPHandler: Processed in 0.001523677 sec. 2026.02.01 14:38:57.228656 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.228746 [ 191 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:38:57.228767 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:57.228856 [ 191 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:57.228866 [ 276 ] {f835fe48-d3c9-452f-865a-51b881d0d493} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:38:57.228896 [ 191 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 535 rows starting from the beginning of the part 2026.02.01 14:38:57.228917 [ 276 ] {f835fe48-d3c9-452f-865a-51b881d0d493} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:38:57.229001 [ 191 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part 2026.02.01 14:38:57.229060 [ 191 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 68 rows starting from the beginning of the part 2026.02.01 14:38:57.229107 [ 191 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 437 rows starting from the beginning of the part 2026.02.01 14:38:57.229153 [ 191 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 76 rows starting from the beginning of the part 2026.02.01 14:38:57.229199 [ 191 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 435 rows starting from the beginning of the part 2026.02.01 14:38:57.229262 [ 276 ] {f835fe48-d3c9-452f-865a-51b881d0d493} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.229303 [ 276 ] {f835fe48-d3c9-452f-865a-51b881d0d493} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.229646 [ 276 ] {f835fe48-d3c9-452f-865a-51b881d0d493} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.01 14:38:57.229870 [ 276 ] {f835fe48-d3c9-452f-865a-51b881d0d493} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.230010 [ 276 ] {f835fe48-d3c9-452f-865a-51b881d0d493} executeQuery: Read 6 rows, 321.00 B in 0.001163 sec., 5159.071367153912 rows/sec., 269.54 KiB/sec. 2026.02.01 14:38:57.230047 [ 276 ] {f835fe48-d3c9-452f-865a-51b881d0d493} TCPHandler: Processed in 0.001330261 sec. 2026.02.01 14:38:57.230213 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:57.230307 [ 276 ] {0aaf88bb-53f1-4de8-8569-c7609d6dfcdf} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:38:57.230349 [ 276 ] {0aaf88bb-53f1-4de8-8569-c7609d6dfcdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:38:57.230406 [ 191 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1978 rows, containing 5 columns (5 merged, 0 gathered) in 0.001696793 sec., 1165728.5243397397 rows/sec., 87.11 MiB/sec. 2026.02.01 14:38:57.230628 [ 199 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 14:38:57.230772 [ 276 ] {0aaf88bb-53f1-4de8-8569-c7609d6dfcdf} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.230815 [ 276 ] {0aaf88bb-53f1-4de8-8569-c7609d6dfcdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.230964 [ 199 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_21_4} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.231066 [ 199 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_21_4} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 14:38:57.231150 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.01 14:38:57.231190 [ 276 ] {0aaf88bb-53f1-4de8-8569-c7609d6dfcdf} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:38:57.231408 [ 276 ] {0aaf88bb-53f1-4de8-8569-c7609d6dfcdf} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.231541 [ 276 ] {0aaf88bb-53f1-4de8-8569-c7609d6dfcdf} executeQuery: Read 208 rows, 14.04 KiB in 0.001252 sec., 166134.18530351436 rows/sec., 10.95 MiB/sec. 2026.02.01 14:38:57.231579 [ 276 ] {0aaf88bb-53f1-4de8-8569-c7609d6dfcdf} TCPHandler: Processed in 0.001415554 sec. 2026.02.01 14:38:57.231687 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:57.231786 [ 276 ] {863a9358-6259-4b57-a75b-f2839b259e24} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:38:57.231830 [ 276 ] {863a9358-6259-4b57-a75b-f2839b259e24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:38:57.232152 [ 276 ] {863a9358-6259-4b57-a75b-f2839b259e24} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.232189 [ 276 ] {863a9358-6259-4b57-a75b-f2839b259e24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.232503 [ 276 ] {863a9358-6259-4b57-a75b-f2839b259e24} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:38:57.232710 [ 276 ] {863a9358-6259-4b57-a75b-f2839b259e24} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.232809 [ 71 ] {} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 14:38:57.232839 [ 276 ] {863a9358-6259-4b57-a75b-f2839b259e24} executeQuery: Read 1 rows, 69.00 B in 0.001071 sec., 933.7068160597573 rows/sec., 62.92 KiB/sec. 2026.02.01 14:38:57.232846 [ 71 ] {} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.232881 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.232884 [ 276 ] {863a9358-6259-4b57-a75b-f2839b259e24} TCPHandler: Processed in 0.001248109 sec. 2026.02.01 14:38:57.232961 [ 193 ] {43677d4b-b02f-4083-8477-4816cd433705::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.02.01 14:38:57.233008 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:38:57.233068 [ 193 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:38:57.233103 [ 193 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.02.01 14:38:57.233108 [ 276 ] {7016bd63-10ce-446d-baaf-0118a2570f34} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:38:57.233168 [ 193 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.02.01 14:38:57.233172 [ 276 ] {7016bd63-10ce-446d-baaf-0118a2570f34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:38:57.233217 [ 193 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.02.01 14:38:57.233260 [ 193 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.02.01 14:38:57.233297 [ 193 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.02.01 14:38:57.233336 [ 193 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.02.01 14:38:57.233549 [ 276 ] {7016bd63-10ce-446d-baaf-0118a2570f34} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.233590 [ 276 ] {7016bd63-10ce-446d-baaf-0118a2570f34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.233927 [ 276 ] {7016bd63-10ce-446d-baaf-0118a2570f34} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:38:57.234088 [ 194 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.001162486 sec., 5161.35248080407 rows/sec., 344.43 KiB/sec. 2026.02.01 14:38:57.234144 [ 276 ] {7016bd63-10ce-446d-baaf-0118a2570f34} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.234238 [ 191 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 14:38:57.234294 [ 276 ] {7016bd63-10ce-446d-baaf-0118a2570f34} executeQuery: Read 68 rows, 4.25 KiB in 0.001205 sec., 56431.53526970955 rows/sec., 3.45 MiB/sec. 2026.02.01 14:38:57.234337 [ 276 ] {7016bd63-10ce-446d-baaf-0118a2570f34} TCPHandler: Processed in 0.001379673 sec. 2026.02.01 14:38:57.234524 [ 191 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_6_1} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.234598 [ 191 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_6_1} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 14:38:57.234668 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 14:38:57.629066 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.02.01 14:38:57.646935 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:38:57.646984 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:38:57.653177 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:38:57.653918 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:38:57.657242 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.02.01 14:39:00.019973 [ 114 ] {} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.01 14:39:00.020058 [ 114 ] {} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:00.020084 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:00.020200 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::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.02.01 14:39:00.020350 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:00.020389 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2026.02.01 14:39:00.020465 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.02.01 14:39:00.020515 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part 2026.02.01 14:39:00.020561 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2026.02.01 14:39:00.020606 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::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.02.01 14:39:00.021481 [ 194 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.001334542 sec., 14986.41481497023 rows/sec., 1.25 MiB/sec. 2026.02.01 14:39:00.021663 [ 188 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.01 14:39:00.021978 [ 188 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_5_1} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:00.022053 [ 188 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_5_1} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.01 14:39:00.022160 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.02.01 14:39:00.326756 [ 114 ] {} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.01 14:39:00.326815 [ 114 ] {} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:00.326839 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:00.326964 [ 191 ] {7cbce659-1385-49aa-b832-cc12c108af15::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.02.01 14:39:00.327268 [ 191 ] {7cbce659-1385-49aa-b832-cc12c108af15::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:00.327309 [ 191 ] {7cbce659-1385-49aa-b832-cc12c108af15::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 5 rows starting from the beginning of the part 2026.02.01 14:39:00.327392 [ 191 ] {7cbce659-1385-49aa-b832-cc12c108af15::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part 2026.02.01 14:39:00.327461 [ 191 ] {7cbce659-1385-49aa-b832-cc12c108af15::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.02.01 14:39:00.327529 [ 191 ] {7cbce659-1385-49aa-b832-cc12c108af15::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.02.01 14:39:00.327590 [ 191 ] {7cbce659-1385-49aa-b832-cc12c108af15::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part 2026.02.01 14:39:00.329056 [ 194 ] {7cbce659-1385-49aa-b832-cc12c108af15::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.002149557 sec., 19538.90964510362 rows/sec., 4.76 MiB/sec. 2026.02.01 14:39:00.329278 [ 194 ] {7cbce659-1385-49aa-b832-cc12c108af15::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.01 14:39:00.329991 [ 194 ] {7cbce659-1385-49aa-b832-cc12c108af15::all_1_5_1} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:00.330131 [ 194 ] {7cbce659-1385-49aa-b832-cc12c108af15::all_1_5_1} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.01 14:39:00.330297 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.02.01 14:39:02.213044 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:02.213303 [ 276 ] {ed423ac9-48a2-412b-bf2b-7b4ac2936286} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:39:02.213407 [ 276 ] {ed423ac9-48a2-412b-bf2b-7b4ac2936286} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:39:02.214067 [ 276 ] {ed423ac9-48a2-412b-bf2b-7b4ac2936286} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:02.214107 [ 276 ] {ed423ac9-48a2-412b-bf2b-7b4ac2936286} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:02.214504 [ 276 ] {ed423ac9-48a2-412b-bf2b-7b4ac2936286} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:39:02.214744 [ 276 ] {ed423ac9-48a2-412b-bf2b-7b4ac2936286} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:02.214895 [ 276 ] {ed423ac9-48a2-412b-bf2b-7b4ac2936286} executeQuery: Read 8 rows, 668.00 B in 0.001665 sec., 4804.804804804805 rows/sec., 391.80 KiB/sec. 2026.02.01 14:39:02.214941 [ 276 ] {ed423ac9-48a2-412b-bf2b-7b4ac2936286} TCPHandler: Processed in 0.002074794 sec. 2026.02.01 14:39:02.215069 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:02.215164 [ 276 ] {fb3b95f8-12d2-4f31-a1b5-bbacf8bb2bae} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:39:02.215207 [ 276 ] {fb3b95f8-12d2-4f31-a1b5-bbacf8bb2bae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:39:02.215689 [ 276 ] {fb3b95f8-12d2-4f31-a1b5-bbacf8bb2bae} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:02.215724 [ 276 ] {fb3b95f8-12d2-4f31-a1b5-bbacf8bb2bae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:02.216049 [ 276 ] {fb3b95f8-12d2-4f31-a1b5-bbacf8bb2bae} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:39:02.216266 [ 276 ] {fb3b95f8-12d2-4f31-a1b5-bbacf8bb2bae} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:02.216400 [ 276 ] {fb3b95f8-12d2-4f31-a1b5-bbacf8bb2bae} executeQuery: Read 114 rows, 10.31 KiB in 0.001255 sec., 90836.65338645419 rows/sec., 8.02 MiB/sec. 2026.02.01 14:39:02.216438 [ 276 ] {fb3b95f8-12d2-4f31-a1b5-bbacf8bb2bae} TCPHandler: Processed in 0.001423094 sec. 2026.02.01 14:39:02.216557 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:02.216653 [ 276 ] {3025c124-26af-43af-b9f6-128e67ec15a1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:39:02.216694 [ 276 ] {3025c124-26af-43af-b9f6-128e67ec15a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:39:02.217115 [ 276 ] {3025c124-26af-43af-b9f6-128e67ec15a1} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:02.217150 [ 276 ] {3025c124-26af-43af-b9f6-128e67ec15a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:02.217461 [ 276 ] {3025c124-26af-43af-b9f6-128e67ec15a1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:39:02.217675 [ 276 ] {3025c124-26af-43af-b9f6-128e67ec15a1} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:02.217812 [ 276 ] {3025c124-26af-43af-b9f6-128e67ec15a1} executeQuery: Read 48 rows, 3.57 KiB in 0.001178 sec., 40747.02886247878 rows/sec., 2.96 MiB/sec. 2026.02.01 14:39:02.217851 [ 276 ] {3025c124-26af-43af-b9f6-128e67ec15a1} TCPHandler: Processed in 0.001344561 sec. 2026.02.01 14:39:02.217962 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:02.218056 [ 276 ] {a1fe444d-c48d-452e-8117-3a022f1e3e7a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:39:02.218097 [ 276 ] {a1fe444d-c48d-452e-8117-3a022f1e3e7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:39:02.218533 [ 276 ] {a1fe444d-c48d-452e-8117-3a022f1e3e7a} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:02.218567 [ 276 ] {a1fe444d-c48d-452e-8117-3a022f1e3e7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:02.218918 [ 276 ] {a1fe444d-c48d-452e-8117-3a022f1e3e7a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:39:02.219148 [ 276 ] {a1fe444d-c48d-452e-8117-3a022f1e3e7a} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:02.219280 [ 276 ] {a1fe444d-c48d-452e-8117-3a022f1e3e7a} executeQuery: Read 84 rows, 6.73 KiB in 0.001242 sec., 67632.8502415459 rows/sec., 5.30 MiB/sec. 2026.02.01 14:39:02.219318 [ 276 ] {a1fe444d-c48d-452e-8117-3a022f1e3e7a} TCPHandler: Processed in 0.001406124 sec. 2026.02.01 14:39:02.219440 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:02.219535 [ 276 ] {d26ca765-0b8e-43ef-b8ed-754149f0e5ed} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:02.219579 [ 276 ] {d26ca765-0b8e-43ef-b8ed-754149f0e5ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:39:02.219964 [ 276 ] {d26ca765-0b8e-43ef-b8ed-754149f0e5ed} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:02.219998 [ 276 ] {d26ca765-0b8e-43ef-b8ed-754149f0e5ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:02.220339 [ 276 ] {d26ca765-0b8e-43ef-b8ed-754149f0e5ed} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:39:02.220553 [ 276 ] {d26ca765-0b8e-43ef-b8ed-754149f0e5ed} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:02.220684 [ 276 ] {d26ca765-0b8e-43ef-b8ed-754149f0e5ed} executeQuery: Read 114 rows, 8.14 KiB in 0.001166 sec., 97770.15437392796 rows/sec., 6.82 MiB/sec. 2026.02.01 14:39:02.220721 [ 276 ] {d26ca765-0b8e-43ef-b8ed-754149f0e5ed} TCPHandler: Processed in 0.001331811 sec. 2026.02.01 14:39:02.220837 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:02.220931 [ 276 ] {5f9eaa48-0058-4a4a-8156-5ad139f89e57} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:02.220987 [ 276 ] {5f9eaa48-0058-4a4a-8156-5ad139f89e57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:39:02.221837 [ 276 ] {5f9eaa48-0058-4a4a-8156-5ad139f89e57} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:02.221872 [ 276 ] {5f9eaa48-0058-4a4a-8156-5ad139f89e57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:02.222437 [ 276 ] {5f9eaa48-0058-4a4a-8156-5ad139f89e57} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:39:02.222660 [ 276 ] {5f9eaa48-0058-4a4a-8156-5ad139f89e57} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:02.222801 [ 276 ] {5f9eaa48-0058-4a4a-8156-5ad139f89e57} executeQuery: Read 40 rows, 73.40 KiB in 0.001889 sec., 21175.224986765483 rows/sec., 37.95 MiB/sec. 2026.02.01 14:39:02.222862 [ 276 ] {5f9eaa48-0058-4a4a-8156-5ad139f89e57} TCPHandler: Processed in 0.002075744 sec. 2026.02.01 14:39:02.222983 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:02.223079 [ 276 ] {a167c2ce-62d5-4c8d-b64d-f08cc63cb304} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:39:02.223121 [ 276 ] {a167c2ce-62d5-4c8d-b64d-f08cc63cb304} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:39:02.223450 [ 276 ] {a167c2ce-62d5-4c8d-b64d-f08cc63cb304} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:02.223485 [ 276 ] {a167c2ce-62d5-4c8d-b64d-f08cc63cb304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:02.223792 [ 276 ] {a167c2ce-62d5-4c8d-b64d-f08cc63cb304} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:39:02.224006 [ 276 ] {a167c2ce-62d5-4c8d-b64d-f08cc63cb304} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:02.224133 [ 276 ] {a167c2ce-62d5-4c8d-b64d-f08cc63cb304} executeQuery: Read 40 rows, 2.73 KiB in 0.001073 sec., 37278.65796831314 rows/sec., 2.49 MiB/sec. 2026.02.01 14:39:02.224169 [ 276 ] {a167c2ce-62d5-4c8d-b64d-f08cc63cb304} TCPHandler: Processed in 0.001236208 sec. 2026.02.01 14:39:04.571792 [ 96 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:39:04.571864 [ 96 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:39:04.679084 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9625 2026.02.01 14:39:04.679586 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:04.679636 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:04.680152 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:39:04.680395 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:04.680547 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9625 2026.02.01 14:39:04.696482 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 506 2026.02.01 14:39:04.698835 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:04.698886 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:04.700119 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:39:04.700411 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:04.700784 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 506 2026.02.01 14:39:05.158267 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.02.01 14:39:05.175009 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:05.175066 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:05.180977 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:39:05.181700 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:05.184409 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.02.01 14:39:07.218587 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:07.218793 [ 276 ] {e77058a7-049a-4a08-8564-fe8b14013bd7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:39:07.218871 [ 276 ] {e77058a7-049a-4a08-8564-fe8b14013bd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:39:07.219732 [ 276 ] {e77058a7-049a-4a08-8564-fe8b14013bd7} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:07.219785 [ 276 ] {e77058a7-049a-4a08-8564-fe8b14013bd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:07.220222 [ 276 ] {e77058a7-049a-4a08-8564-fe8b14013bd7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:39:07.220513 [ 276 ] {e77058a7-049a-4a08-8564-fe8b14013bd7} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:07.220686 [ 276 ] {e77058a7-049a-4a08-8564-fe8b14013bd7} executeQuery: Read 266 rows, 17.30 KiB in 0.001951 sec., 136340.3382880574 rows/sec., 8.66 MiB/sec. 2026.02.01 14:39:07.220741 [ 276 ] {e77058a7-049a-4a08-8564-fe8b14013bd7} TCPHandler: Processed in 0.002322292 sec. 2026.02.01 14:39:07.220910 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:07.221035 [ 276 ] {d610f907-fac5-4984-802b-ef8407f70a17} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:39:07.221087 [ 276 ] {d610f907-fac5-4984-802b-ef8407f70a17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:39:07.221915 [ 276 ] {d610f907-fac5-4984-802b-ef8407f70a17} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:07.221956 [ 276 ] {d610f907-fac5-4984-802b-ef8407f70a17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:07.222362 [ 276 ] {d610f907-fac5-4984-802b-ef8407f70a17} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:39:07.222705 [ 276 ] {d610f907-fac5-4984-802b-ef8407f70a17} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:07.222867 [ 276 ] {d610f907-fac5-4984-802b-ef8407f70a17} executeQuery: Read 726 rows, 58.50 KiB in 0.001862 sec., 389903.32975295384 rows/sec., 30.68 MiB/sec. 2026.02.01 14:39:07.222912 [ 276 ] {d610f907-fac5-4984-802b-ef8407f70a17} TCPHandler: Processed in 0.002070554 sec. 2026.02.01 14:39:07.223053 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:07.223156 [ 276 ] {0f5cadb9-cfc7-45f7-8025-fb6dfcfa36e6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:39:07.223202 [ 276 ] {0f5cadb9-cfc7-45f7-8025-fb6dfcfa36e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:39:07.223650 [ 276 ] {0f5cadb9-cfc7-45f7-8025-fb6dfcfa36e6} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:07.223687 [ 276 ] {0f5cadb9-cfc7-45f7-8025-fb6dfcfa36e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:07.224001 [ 276 ] {0f5cadb9-cfc7-45f7-8025-fb6dfcfa36e6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:39:07.224212 [ 276 ] {0f5cadb9-cfc7-45f7-8025-fb6dfcfa36e6} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:07.224343 [ 276 ] {0f5cadb9-cfc7-45f7-8025-fb6dfcfa36e6} executeQuery: Read 133 rows, 8.00 KiB in 0.001207 sec., 110190.55509527755 rows/sec., 6.48 MiB/sec. 2026.02.01 14:39:07.224381 [ 276 ] {0f5cadb9-cfc7-45f7-8025-fb6dfcfa36e6} TCPHandler: Processed in 0.001380622 sec. 2026.02.01 14:39:07.224494 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:07.224588 [ 276 ] {c9857c75-1e95-4648-8ee7-71a833f50996} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:39:07.224629 [ 276 ] {c9857c75-1e95-4648-8ee7-71a833f50996} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:39:07.225052 [ 276 ] {c9857c75-1e95-4648-8ee7-71a833f50996} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:07.225089 [ 276 ] {c9857c75-1e95-4648-8ee7-71a833f50996} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:07.225395 [ 276 ] {c9857c75-1e95-4648-8ee7-71a833f50996} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:39:07.225606 [ 276 ] {c9857c75-1e95-4648-8ee7-71a833f50996} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:07.225731 [ 276 ] {c9857c75-1e95-4648-8ee7-71a833f50996} executeQuery: Read 140 rows, 9.27 KiB in 0.001161 sec., 120585.70198105082 rows/sec., 7.79 MiB/sec. 2026.02.01 14:39:07.225768 [ 276 ] {c9857c75-1e95-4648-8ee7-71a833f50996} TCPHandler: Processed in 0.001324152 sec. 2026.02.01 14:39:07.225879 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:07.225972 [ 276 ] {c5d1f2db-5ac5-4ccf-b47f-f4d41ce10c51} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:39:07.226012 [ 276 ] {c5d1f2db-5ac5-4ccf-b47f-f4d41ce10c51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:39:07.226443 [ 276 ] {c5d1f2db-5ac5-4ccf-b47f-f4d41ce10c51} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:07.226479 [ 276 ] {c5d1f2db-5ac5-4ccf-b47f-f4d41ce10c51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:07.226809 [ 276 ] {c5d1f2db-5ac5-4ccf-b47f-f4d41ce10c51} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:39:07.227034 [ 276 ] {c5d1f2db-5ac5-4ccf-b47f-f4d41ce10c51} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:07.227158 [ 276 ] {c5d1f2db-5ac5-4ccf-b47f-f4d41ce10c51} executeQuery: Read 139 rows, 8.10 KiB in 0.001204 sec., 115448.5049833887 rows/sec., 6.57 MiB/sec. 2026.02.01 14:39:07.227196 [ 276 ] {c5d1f2db-5ac5-4ccf-b47f-f4d41ce10c51} TCPHandler: Processed in 0.001366673 sec. 2026.02.01 14:39:07.227332 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:07.227455 [ 276 ] {7fca77dd-7057-432a-94bf-315e09ed6d15} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:39:07.227504 [ 276 ] {7fca77dd-7057-432a-94bf-315e09ed6d15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:39:07.228161 [ 276 ] {7fca77dd-7057-432a-94bf-315e09ed6d15} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:07.228206 [ 276 ] {7fca77dd-7057-432a-94bf-315e09ed6d15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:07.228602 [ 276 ] {7fca77dd-7057-432a-94bf-315e09ed6d15} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:39:07.228829 [ 276 ] {7fca77dd-7057-432a-94bf-315e09ed6d15} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:07.228958 [ 276 ] {7fca77dd-7057-432a-94bf-315e09ed6d15} executeQuery: Read 435 rows, 31.04 KiB in 0.001529 sec., 284499.67298888165 rows/sec., 19.83 MiB/sec. 2026.02.01 14:39:07.229001 [ 276 ] {7fca77dd-7057-432a-94bf-315e09ed6d15} TCPHandler: Processed in 0.001729294 sec. 2026.02.01 14:39:07.229180 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:07.229274 [ 276 ] {6d35440c-5c12-40be-95ca-0fe06ae17de7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:39:07.229316 [ 276 ] {6d35440c-5c12-40be-95ca-0fe06ae17de7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:39:07.229654 [ 276 ] {6d35440c-5c12-40be-95ca-0fe06ae17de7} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:07.229690 [ 276 ] {6d35440c-5c12-40be-95ca-0fe06ae17de7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:07.229988 [ 276 ] {6d35440c-5c12-40be-95ca-0fe06ae17de7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:39:07.230195 [ 276 ] {6d35440c-5c12-40be-95ca-0fe06ae17de7} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:07.230323 [ 276 ] {6d35440c-5c12-40be-95ca-0fe06ae17de7} executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. 2026.02.01 14:39:07.230329 [ 120 ] {} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.01 14:39:07.230361 [ 276 ] {6d35440c-5c12-40be-95ca-0fe06ae17de7} TCPHandler: Processed in 0.001229688 sec. 2026.02.01 14:39:07.230401 [ 120 ] {} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:07.230428 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:07.230489 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:07.230526 [ 202 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::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.02.01 14:39:07.230586 [ 276 ] {699c0568-734d-49d9-b91e-a333fee4cf2e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:07.230626 [ 202 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:07.230630 [ 276 ] {699c0568-734d-49d9-b91e-a333fee4cf2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:39:07.230656 [ 202 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::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.02.01 14:39:07.230711 [ 202 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::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.02.01 14:39:07.230752 [ 202 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::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.02.01 14:39:07.230791 [ 202 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::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.02.01 14:39:07.230827 [ 202 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::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.02.01 14:39:07.230864 [ 202 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::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.02.01 14:39:07.231046 [ 276 ] {699c0568-734d-49d9-b91e-a333fee4cf2e} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:07.231080 [ 276 ] {699c0568-734d-49d9-b91e-a333fee4cf2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:07.231439 [ 276 ] {699c0568-734d-49d9-b91e-a333fee4cf2e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:39:07.231564 [ 194 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001076703 sec., 33435.40419224243 rows/sec., 1.71 MiB/sec. 2026.02.01 14:39:07.231652 [ 276 ] {699c0568-734d-49d9-b91e-a333fee4cf2e} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:07.231679 [ 202 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.01 14:39:07.231765 [ 120 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 14:39:07.231780 [ 276 ] {699c0568-734d-49d9-b91e-a333fee4cf2e} executeQuery: Read 208 rows, 14.04 KiB in 0.001213 sec., 171475.68013190434 rows/sec., 11.30 MiB/sec. 2026.02.01 14:39:07.231805 [ 120 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:07.231826 [ 276 ] {699c0568-734d-49d9-b91e-a333fee4cf2e} TCPHandler: Processed in 0.001387823 sec. 2026.02.01 14:39:07.231832 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:07.231940 [ 202 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_6_1} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:07.231941 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:07.231944 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:39:07.232007 [ 202 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_6_1} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.01 14:39:07.232050 [ 276 ] {63b3de2c-3dd7-48a8-bf48-98772fc1135f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:39:07.232060 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:07.232069 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 14:39:07.232091 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2175 rows starting from the beginning of the part 2026.02.01 14:39:07.232093 [ 276 ] {63b3de2c-3dd7-48a8-bf48-98772fc1135f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:39:07.232143 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 209 rows starting from the beginning of the part 2026.02.01 14:39:07.232185 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 110 rows starting from the beginning of the part 2026.02.01 14:39:07.232225 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 208 rows starting from the beginning of the part 2026.02.01 14:39:07.232264 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 114 rows starting from the beginning of the part 2026.02.01 14:39:07.232303 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 208 rows starting from the beginning of the part 2026.02.01 14:39:07.232411 [ 276 ] {63b3de2c-3dd7-48a8-bf48-98772fc1135f} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:07.232445 [ 276 ] {63b3de2c-3dd7-48a8-bf48-98772fc1135f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:07.232738 [ 276 ] {63b3de2c-3dd7-48a8-bf48-98772fc1135f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:39:07.232954 [ 276 ] {63b3de2c-3dd7-48a8-bf48-98772fc1135f} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:07.233081 [ 276 ] {63b3de2c-3dd7-48a8-bf48-98772fc1135f} executeQuery: Read 1 rows, 69.00 B in 0.001049 sec., 953.2888465204957 rows/sec., 64.24 KiB/sec. 2026.02.01 14:39:07.233118 [ 276 ] {63b3de2c-3dd7-48a8-bf48-98772fc1135f} TCPHandler: Processed in 0.001225268 sec. 2026.02.01 14:39:07.233218 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:07.233309 [ 276 ] {006f7db4-6ff6-49c5-9ccc-4901c0aa066c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:39:07.233414 [ 276 ] {006f7db4-6ff6-49c5-9ccc-4901c0aa066c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:39:07.233554 [ 189 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3024 rows, containing 5 columns (5 merged, 0 gathered) in 0.001652221 sec., 1830263.626960316 rows/sec., 126.93 MiB/sec. 2026.02.01 14:39:07.233744 [ 276 ] {006f7db4-6ff6-49c5-9ccc-4901c0aa066c} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:07.233785 [ 276 ] {006f7db4-6ff6-49c5-9ccc-4901c0aa066c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:07.233860 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 14:39:07.234095 [ 276 ] {006f7db4-6ff6-49c5-9ccc-4901c0aa066c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:39:07.234148 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_21_4} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:07.234300 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_21_4} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 14:39:07.234301 [ 276 ] {006f7db4-6ff6-49c5-9ccc-4901c0aa066c} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:07.234372 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.02.01 14:39:07.234437 [ 276 ] {006f7db4-6ff6-49c5-9ccc-4901c0aa066c} executeQuery: Read 68 rows, 4.25 KiB in 0.001146 sec., 59336.823734729485 rows/sec., 3.62 MiB/sec. 2026.02.01 14:39:07.234474 [ 276 ] {006f7db4-6ff6-49c5-9ccc-4901c0aa066c} TCPHandler: Processed in 0.00130449 sec. 2026.02.01 14:39:12.180610 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10137 2026.02.01 14:39:12.181211 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:12.181257 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:12.181824 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:39:12.182057 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:12.182198 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10137 2026.02.01 14:39:12.182194 [ 123 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 14:39:12.182276 [ 123 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:12.182297 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:12.182394 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:39:12.182478 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:12.182509 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7705 rows starting from the beginning of the part 2026.02.01 14:39:12.182564 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:39:12.182604 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:39:12.182643 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:39:12.182679 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:39:12.182714 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:39:12.184924 [ 202 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10137 rows, containing 4 columns (4 merged, 0 gathered) in 0.00256532 sec., 3951553.80225469 rows/sec., 56.53 MiB/sec. 2026.02.01 14:39:12.185230 [ 197 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 14:39:12.185502 [ 197 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_21_4} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:12.185569 [ 197 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_21_4} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 14:39:12.185657 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. 2026.02.01 14:39:12.212441 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:12.212620 [ 276 ] {cf3e08c6-5ab3-44bc-98e7-a1c269013b6e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:39:12.212692 [ 276 ] {cf3e08c6-5ab3-44bc-98e7-a1c269013b6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:39:12.213374 [ 276 ] {cf3e08c6-5ab3-44bc-98e7-a1c269013b6e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:12.213422 [ 276 ] {cf3e08c6-5ab3-44bc-98e7-a1c269013b6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:12.213830 [ 276 ] {cf3e08c6-5ab3-44bc-98e7-a1c269013b6e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:39:12.214066 [ 276 ] {cf3e08c6-5ab3-44bc-98e7-a1c269013b6e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:12.214231 [ 276 ] {cf3e08c6-5ab3-44bc-98e7-a1c269013b6e} executeQuery: Read 110 rows, 10.01 KiB in 0.001663 sec., 66145.5201443175 rows/sec., 5.88 MiB/sec. 2026.02.01 14:39:12.214282 [ 276 ] {cf3e08c6-5ab3-44bc-98e7-a1c269013b6e} TCPHandler: Processed in 0.001974691 sec. 2026.02.01 14:39:12.214417 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:12.214531 [ 276 ] {4d531af5-2265-4f24-a963-12bc17fe5efb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:39:12.214576 [ 276 ] {4d531af5-2265-4f24-a963-12bc17fe5efb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:39:12.215025 [ 276 ] {4d531af5-2265-4f24-a963-12bc17fe5efb} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:12.215062 [ 276 ] {4d531af5-2265-4f24-a963-12bc17fe5efb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:12.215367 [ 276 ] {4d531af5-2265-4f24-a963-12bc17fe5efb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:39:12.215590 [ 276 ] {4d531af5-2265-4f24-a963-12bc17fe5efb} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:12.215723 [ 276 ] {4d531af5-2265-4f24-a963-12bc17fe5efb} executeQuery: Read 40 rows, 3.01 KiB in 0.001218 sec., 32840.722495894915 rows/sec., 2.41 MiB/sec. 2026.02.01 14:39:12.215761 [ 276 ] {4d531af5-2265-4f24-a963-12bc17fe5efb} TCPHandler: Processed in 0.001406424 sec. 2026.02.01 14:39:12.215864 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:12.215959 [ 276 ] {c25425ba-5de7-485d-9b0c-7ebdfb8da267} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:39:12.215999 [ 276 ] {c25425ba-5de7-485d-9b0c-7ebdfb8da267} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:39:12.216410 [ 276 ] {c25425ba-5de7-485d-9b0c-7ebdfb8da267} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:12.216446 [ 276 ] {c25425ba-5de7-485d-9b0c-7ebdfb8da267} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:12.216756 [ 276 ] {c25425ba-5de7-485d-9b0c-7ebdfb8da267} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:39:12.216967 [ 276 ] {c25425ba-5de7-485d-9b0c-7ebdfb8da267} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:12.217095 [ 276 ] {c25425ba-5de7-485d-9b0c-7ebdfb8da267} executeQuery: Read 76 rows, 6.08 KiB in 0.001156 sec., 65743.9446366782 rows/sec., 5.14 MiB/sec. 2026.02.01 14:39:12.217133 [ 276 ] {c25425ba-5de7-485d-9b0c-7ebdfb8da267} TCPHandler: Processed in 0.001318311 sec. 2026.02.01 14:39:12.217245 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:12.217338 [ 276 ] {241b6073-3769-4e49-ab90-0df0f92d7911} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:12.217382 [ 276 ] {241b6073-3769-4e49-ab90-0df0f92d7911} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:39:12.217748 [ 276 ] {241b6073-3769-4e49-ab90-0df0f92d7911} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:12.217782 [ 276 ] {241b6073-3769-4e49-ab90-0df0f92d7911} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:12.218103 [ 276 ] {241b6073-3769-4e49-ab90-0df0f92d7911} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:39:12.218324 [ 276 ] {241b6073-3769-4e49-ab90-0df0f92d7911} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:12.218455 [ 276 ] {241b6073-3769-4e49-ab90-0df0f92d7911} executeQuery: Read 110 rows, 7.86 KiB in 0.001136 sec., 96830.98591549296 rows/sec., 6.76 MiB/sec. 2026.02.01 14:39:12.218493 [ 276 ] {241b6073-3769-4e49-ab90-0df0f92d7911} TCPHandler: Processed in 0.00129567 sec. 2026.02.01 14:39:12.218602 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:12.218695 [ 276 ] {566a62a8-1ce3-4f5a-8858-c450292a42e1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:12.218750 [ 276 ] {566a62a8-1ce3-4f5a-8858-c450292a42e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:39:12.219551 [ 276 ] {566a62a8-1ce3-4f5a-8858-c450292a42e1} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:12.219588 [ 276 ] {566a62a8-1ce3-4f5a-8858-c450292a42e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:12.220163 [ 276 ] {566a62a8-1ce3-4f5a-8858-c450292a42e1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:39:12.220419 [ 276 ] {566a62a8-1ce3-4f5a-8858-c450292a42e1} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:12.220582 [ 276 ] {566a62a8-1ce3-4f5a-8858-c450292a42e1} executeQuery: Read 40 rows, 73.40 KiB in 0.001906 sec., 20986.35886673662 rows/sec., 37.61 MiB/sec. 2026.02.01 14:39:12.220650 [ 276 ] {566a62a8-1ce3-4f5a-8858-c450292a42e1} TCPHandler: Processed in 0.002097135 sec. 2026.02.01 14:39:12.220770 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:12.220867 [ 276 ] {1ccbea47-e810-49a4-8411-eb9645452540} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:39:12.220911 [ 276 ] {1ccbea47-e810-49a4-8411-eb9645452540} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:39:12.221250 [ 276 ] {1ccbea47-e810-49a4-8411-eb9645452540} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:12.221286 [ 276 ] {1ccbea47-e810-49a4-8411-eb9645452540} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:12.221607 [ 276 ] {1ccbea47-e810-49a4-8411-eb9645452540} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:39:12.221825 [ 276 ] {1ccbea47-e810-49a4-8411-eb9645452540} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:12.221949 [ 123 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 14:39:12.221956 [ 276 ] {1ccbea47-e810-49a4-8411-eb9645452540} executeQuery: Read 40 rows, 2.73 KiB in 0.001109 sec., 36068.53020739405 rows/sec., 2.41 MiB/sec. 2026.02.01 14:39:12.222016 [ 123 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:12.222036 [ 276 ] {1ccbea47-e810-49a4-8411-eb9645452540} TCPHandler: Processed in 0.001314391 sec. 2026.02.01 14:39:12.222047 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:12.222153 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:39:12.222250 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:12.222280 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 602 rows starting from the beginning of the part 2026.02.01 14:39:12.222334 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part 2026.02.01 14:39:12.222376 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 68 rows starting from the beginning of the part 2026.02.01 14:39:12.222415 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part 2026.02.01 14:39:12.222450 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 68 rows starting from the beginning of the part 2026.02.01 14:39:12.222485 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part 2026.02.01 14:39:12.223296 [ 197 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 858 rows, containing 4 columns (4 merged, 0 gathered) in 0.001179687 sec., 727311.5665426507 rows/sec., 47.25 MiB/sec. 2026.02.01 14:39:12.223544 [ 200 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 14:39:12.223885 [ 200 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_21_4} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:12.223969 [ 200 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_21_4} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 14:39:12.224068 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.02.01 14:39:12.684449 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.02.01 14:39:12.701415 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:12.701470 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:12.707616 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:39:12.708352 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:12.708638 [ 122 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 14:39:12.708703 [ 122 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:12.708724 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:12.708831 [ 202 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:39:12.711657 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.02.01 14:39:12.713031 [ 202 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:12.714518 [ 202 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:39:12.719240 [ 202 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:39:12.723786 [ 202 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:39:12.728344 [ 202 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:39:12.732827 [ 202 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:39:12.737241 [ 202 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:39:12.789746 [ 197 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.080952399 sec., 1964.1172091762223 rows/sec., 10.16 MiB/sec. 2026.02.01 14:39:12.792379 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 14:39:12.794365 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_21_4} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:12.794462 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_21_4} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 14:39:12.796953 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.02.01 14:39:13.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 243.72 MiB, peak 254.26 MiB, free memory in arenas 0.00 B, will set to 249.02 MiB (RSS), difference: 5.30 MiB 2026.02.01 14:39:14.701876 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 538 2026.02.01 14:39:14.704244 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:14.704300 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:14.705552 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:39:14.705830 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:14.706002 [ 117 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 14:39:14.706073 [ 117 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:14.706097 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:14.706180 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 538 2026.02.01 14:39:14.706207 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:39:14.706819 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:14.706947 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 356 rows starting from the beginning of the part 2026.02.01 14:39:14.707270 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part 2026.02.01 14:39:14.707582 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 38 rows starting from the beginning of the part 2026.02.01 14:39:14.707871 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 44 rows starting from the beginning of the part 2026.02.01 14:39:14.708166 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part 2026.02.01 14:39:14.708450 [ 197 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:39:14.714502 [ 186 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 538 rows, containing 72 columns (72 merged, 0 gathered) in 0.008339419 sec., 64512.88752849568 rows/sec., 59.18 MiB/sec. 2026.02.01 14:39:14.715634 [ 196 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 14:39:14.716217 [ 196 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_16_3} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:14.716289 [ 196 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_16_3} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 14:39:14.716508 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. 2026.02.01 14:39:17.218825 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:17.219102 [ 276 ] {e827aadb-e6b0-4937-bd13-2e2536b535c0} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:39:17.219209 [ 276 ] {e827aadb-e6b0-4937-bd13-2e2536b535c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:39:17.220147 [ 276 ] {e827aadb-e6b0-4937-bd13-2e2536b535c0} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:17.220192 [ 276 ] {e827aadb-e6b0-4937-bd13-2e2536b535c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:17.220601 [ 276 ] {e827aadb-e6b0-4937-bd13-2e2536b535c0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:39:17.220838 [ 276 ] {e827aadb-e6b0-4937-bd13-2e2536b535c0} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:17.221000 [ 276 ] {e827aadb-e6b0-4937-bd13-2e2536b535c0} executeQuery: Read 266 rows, 17.30 KiB in 0.001976 sec., 134615.38461538462 rows/sec., 8.55 MiB/sec. 2026.02.01 14:39:17.221051 [ 276 ] {e827aadb-e6b0-4937-bd13-2e2536b535c0} TCPHandler: Processed in 0.002365803 sec. 2026.02.01 14:39:17.221178 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:17.221282 [ 276 ] {d475a865-14eb-4a2b-a7a8-7424ef85e233} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:39:17.221326 [ 276 ] {d475a865-14eb-4a2b-a7a8-7424ef85e233} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:39:17.221973 [ 276 ] {d475a865-14eb-4a2b-a7a8-7424ef85e233} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:17.222010 [ 276 ] {d475a865-14eb-4a2b-a7a8-7424ef85e233} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:17.222374 [ 276 ] {d475a865-14eb-4a2b-a7a8-7424ef85e233} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:39:17.222609 [ 276 ] {d475a865-14eb-4a2b-a7a8-7424ef85e233} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:17.222750 [ 276 ] {d475a865-14eb-4a2b-a7a8-7424ef85e233} executeQuery: Read 726 rows, 58.50 KiB in 0.001492 sec., 486595.1742627346 rows/sec., 38.29 MiB/sec. 2026.02.01 14:39:17.222789 [ 276 ] {d475a865-14eb-4a2b-a7a8-7424ef85e233} TCPHandler: Processed in 0.001664542 sec. 2026.02.01 14:39:17.222908 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:17.223005 [ 276 ] {b753cd78-18e0-4ec8-8b57-7e161d44b03e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:39:17.223045 [ 276 ] {b753cd78-18e0-4ec8-8b57-7e161d44b03e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:39:17.223468 [ 276 ] {b753cd78-18e0-4ec8-8b57-7e161d44b03e} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:17.223504 [ 276 ] {b753cd78-18e0-4ec8-8b57-7e161d44b03e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:17.223804 [ 276 ] {b753cd78-18e0-4ec8-8b57-7e161d44b03e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:39:17.224017 [ 276 ] {b753cd78-18e0-4ec8-8b57-7e161d44b03e} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:17.224127 [ 115 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 14:39:17.224149 [ 276 ] {b753cd78-18e0-4ec8-8b57-7e161d44b03e} executeQuery: Read 133 rows, 8.00 KiB in 0.001165 sec., 114163.09012875536 rows/sec., 6.71 MiB/sec. 2026.02.01 14:39:17.224195 [ 115 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:17.224205 [ 276 ] {b753cd78-18e0-4ec8-8b57-7e161d44b03e} TCPHandler: Processed in 0.001347661 sec. 2026.02.01 14:39:17.224225 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:17.224333 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:17.224336 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:39:17.224434 [ 276 ] {87754d31-31e1-465f-965d-58b8366aa22f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:39:17.224477 [ 276 ] {87754d31-31e1-465f-965d-58b8366aa22f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:39:17.224480 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:17.224523 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 201 rows starting from the beginning of the part 2026.02.01 14:39:17.224586 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 133 rows starting from the beginning of the part 2026.02.01 14:39:17.224626 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 48 rows starting from the beginning of the part 2026.02.01 14:39:17.224664 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 133 rows starting from the beginning of the part 2026.02.01 14:39:17.224699 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part 2026.02.01 14:39:17.224735 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 133 rows starting from the beginning of the part 2026.02.01 14:39:17.224902 [ 276 ] {87754d31-31e1-465f-965d-58b8366aa22f} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:17.224943 [ 276 ] {87754d31-31e1-465f-965d-58b8366aa22f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:17.225358 [ 276 ] {87754d31-31e1-465f-965d-58b8366aa22f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:39:17.225572 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 688 rows, containing 5 columns (5 merged, 0 gathered) in 0.00128287 sec., 536297.5204034704 rows/sec., 35.29 MiB/sec. 2026.02.01 14:39:17.225581 [ 276 ] {87754d31-31e1-465f-965d-58b8366aa22f} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:17.225717 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 14:39:17.225737 [ 276 ] {87754d31-31e1-465f-965d-58b8366aa22f} executeQuery: Read 140 rows, 9.27 KiB in 0.001322 sec., 105900.1512859304 rows/sec., 6.84 MiB/sec. 2026.02.01 14:39:17.225781 [ 276 ] {87754d31-31e1-465f-965d-58b8366aa22f} TCPHandler: Processed in 0.001497396 sec. 2026.02.01 14:39:17.225903 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:17.225966 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_21_4} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:17.225998 [ 276 ] {0cd669fe-e2cb-462d-b480-6b0f5ebe9e44} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:39:17.226039 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_21_4} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 14:39:17.226043 [ 276 ] {0cd669fe-e2cb-462d-b480-6b0f5ebe9e44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:39:17.226117 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.02.01 14:39:17.226476 [ 276 ] {0cd669fe-e2cb-462d-b480-6b0f5ebe9e44} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:17.226517 [ 276 ] {0cd669fe-e2cb-462d-b480-6b0f5ebe9e44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:17.226839 [ 276 ] {0cd669fe-e2cb-462d-b480-6b0f5ebe9e44} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:39:17.227069 [ 276 ] {0cd669fe-e2cb-462d-b480-6b0f5ebe9e44} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:17.227199 [ 276 ] {0cd669fe-e2cb-462d-b480-6b0f5ebe9e44} executeQuery: Read 139 rows, 8.10 KiB in 0.001219 sec., 114027.8917145201 rows/sec., 6.49 MiB/sec. 2026.02.01 14:39:17.227237 [ 276 ] {0cd669fe-e2cb-462d-b480-6b0f5ebe9e44} TCPHandler: Processed in 0.001385583 sec. 2026.02.01 14:39:17.227350 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:17.227444 [ 276 ] {1b6cbfec-022e-4d87-937c-f4f3a26df6e7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:39:17.227484 [ 276 ] {1b6cbfec-022e-4d87-937c-f4f3a26df6e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:39:17.227996 [ 276 ] {1b6cbfec-022e-4d87-937c-f4f3a26df6e7} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:17.228033 [ 276 ] {1b6cbfec-022e-4d87-937c-f4f3a26df6e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:17.228365 [ 276 ] {1b6cbfec-022e-4d87-937c-f4f3a26df6e7} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:39:17.228577 [ 276 ] {1b6cbfec-022e-4d87-937c-f4f3a26df6e7} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:17.228714 [ 276 ] {1b6cbfec-022e-4d87-937c-f4f3a26df6e7} executeQuery: Read 435 rows, 31.04 KiB in 0.001288 sec., 337732.91925465834 rows/sec., 23.54 MiB/sec. 2026.02.01 14:39:17.228752 [ 276 ] {1b6cbfec-022e-4d87-937c-f4f3a26df6e7} TCPHandler: Processed in 0.001450555 sec. 2026.02.01 14:39:17.228866 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:17.228960 [ 276 ] {77be0c3c-7257-45d5-bdcd-a6502b6f18ab} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:39:17.229001 [ 276 ] {77be0c3c-7257-45d5-bdcd-a6502b6f18ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:39:17.229337 [ 276 ] {77be0c3c-7257-45d5-bdcd-a6502b6f18ab} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:17.229372 [ 276 ] {77be0c3c-7257-45d5-bdcd-a6502b6f18ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:17.229669 [ 276 ] {77be0c3c-7257-45d5-bdcd-a6502b6f18ab} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:39:17.229877 [ 276 ] {77be0c3c-7257-45d5-bdcd-a6502b6f18ab} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:17.230005 [ 276 ] {77be0c3c-7257-45d5-bdcd-a6502b6f18ab} executeQuery: Read 6 rows, 321.00 B in 0.001063 sec., 5644.402634054563 rows/sec., 294.90 KiB/sec. 2026.02.01 14:39:17.230041 [ 276 ] {77be0c3c-7257-45d5-bdcd-a6502b6f18ab} TCPHandler: Processed in 0.001223468 sec. 2026.02.01 14:39:17.230150 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:17.230243 [ 276 ] {69c4b9cb-5d55-4019-8ccc-20d7b5936396} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:17.230285 [ 276 ] {69c4b9cb-5d55-4019-8ccc-20d7b5936396} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:39:17.230677 [ 276 ] {69c4b9cb-5d55-4019-8ccc-20d7b5936396} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:17.230714 [ 276 ] {69c4b9cb-5d55-4019-8ccc-20d7b5936396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:17.231040 [ 276 ] {69c4b9cb-5d55-4019-8ccc-20d7b5936396} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:39:17.231246 [ 276 ] {69c4b9cb-5d55-4019-8ccc-20d7b5936396} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:17.231374 [ 276 ] {69c4b9cb-5d55-4019-8ccc-20d7b5936396} executeQuery: Read 208 rows, 14.04 KiB in 0.001149 sec., 181026.97998259356 rows/sec., 11.93 MiB/sec. 2026.02.01 14:39:17.231410 [ 276 ] {69c4b9cb-5d55-4019-8ccc-20d7b5936396} TCPHandler: Processed in 0.001309421 sec. 2026.02.01 14:39:17.231521 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:17.231614 [ 276 ] {9e8ab651-3ce1-46d0-b083-3c02694a5166} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:39:17.231656 [ 276 ] {9e8ab651-3ce1-46d0-b083-3c02694a5166} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:39:17.231962 [ 276 ] {9e8ab651-3ce1-46d0-b083-3c02694a5166} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:17.231999 [ 276 ] {9e8ab651-3ce1-46d0-b083-3c02694a5166} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:17.232305 [ 276 ] {9e8ab651-3ce1-46d0-b083-3c02694a5166} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:39:17.232506 [ 276 ] {9e8ab651-3ce1-46d0-b083-3c02694a5166} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:17.232633 [ 276 ] {9e8ab651-3ce1-46d0-b083-3c02694a5166} executeQuery: Read 1 rows, 69.00 B in 0.001037 sec., 964.3201542912248 rows/sec., 64.98 KiB/sec. 2026.02.01 14:39:17.232668 [ 276 ] {9e8ab651-3ce1-46d0-b083-3c02694a5166} TCPHandler: Processed in 0.001196937 sec. 2026.02.01 14:39:17.232778 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:17.232870 [ 276 ] {915f18f2-6264-4d21-8a53-925e90277627} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:39:17.232911 [ 276 ] {915f18f2-6264-4d21-8a53-925e90277627} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:39:17.233233 [ 276 ] {915f18f2-6264-4d21-8a53-925e90277627} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:17.233269 [ 276 ] {915f18f2-6264-4d21-8a53-925e90277627} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:17.233573 [ 276 ] {915f18f2-6264-4d21-8a53-925e90277627} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:39:17.233778 [ 276 ] {915f18f2-6264-4d21-8a53-925e90277627} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:17.233906 [ 276 ] {915f18f2-6264-4d21-8a53-925e90277627} executeQuery: Read 68 rows, 4.25 KiB in 0.001053 sec., 64577.39791073125 rows/sec., 3.94 MiB/sec. 2026.02.01 14:39:17.233942 [ 276 ] {915f18f2-6264-4d21-8a53-925e90277627} TCPHandler: Processed in 0.001213187 sec. 2026.02.01 14:39:19.571901 [ 110 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:39:19.571968 [ 110 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:39:19.683217 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10585 2026.02.01 14:39:19.683713 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:19.683756 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:19.684241 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:39:19.684481 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:19.684627 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10585 2026.02.01 14:39:20.212667 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.02.01 14:39:20.228543 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:20.228605 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:20.234682 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:39:20.235494 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:20.238277 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.02.01 14:39:22.213252 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:22.213450 [ 276 ] {b4a760d4-9702-4f5c-80c1-628831f34f82} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:39:22.213523 [ 276 ] {b4a760d4-9702-4f5c-80c1-628831f34f82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:39:22.214227 [ 276 ] {b4a760d4-9702-4f5c-80c1-628831f34f82} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:22.214268 [ 276 ] {b4a760d4-9702-4f5c-80c1-628831f34f82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:22.214655 [ 276 ] {b4a760d4-9702-4f5c-80c1-628831f34f82} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:39:22.214876 [ 276 ] {b4a760d4-9702-4f5c-80c1-628831f34f82} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:22.215034 [ 105 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 14:39:22.215040 [ 276 ] {b4a760d4-9702-4f5c-80c1-628831f34f82} executeQuery: Read 110 rows, 10.01 KiB in 0.001644 sec., 66909.97566909976 rows/sec., 5.95 MiB/sec. 2026.02.01 14:39:22.215111 [ 105 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:22.215128 [ 276 ] {b4a760d4-9702-4f5c-80c1-628831f34f82} TCPHandler: Processed in 0.002014072 sec. 2026.02.01 14:39:22.215144 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:22.215255 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:22.215263 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:39:22.215357 [ 276 ] {3752b3f5-ac58-4bb7-8293-561de2514665} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:39:22.215373 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:22.215399 [ 276 ] {3752b3f5-ac58-4bb7-8293-561de2514665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:39:22.215406 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 935 rows starting from the beginning of the part 2026.02.01 14:39:22.215473 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 114 rows starting from the beginning of the part 2026.02.01 14:39:22.215524 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 726 rows starting from the beginning of the part 2026.02.01 14:39:22.215572 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 110 rows starting from the beginning of the part 2026.02.01 14:39:22.215616 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 726 rows starting from the beginning of the part 2026.02.01 14:39:22.215657 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 110 rows starting from the beginning of the part 2026.02.01 14:39:22.215814 [ 276 ] {3752b3f5-ac58-4bb7-8293-561de2514665} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:22.215849 [ 276 ] {3752b3f5-ac58-4bb7-8293-561de2514665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:22.216178 [ 276 ] {3752b3f5-ac58-4bb7-8293-561de2514665} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:39:22.216387 [ 276 ] {3752b3f5-ac58-4bb7-8293-561de2514665} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:22.216517 [ 276 ] {3752b3f5-ac58-4bb7-8293-561de2514665} executeQuery: Read 40 rows, 3.01 KiB in 0.001194 sec., 33500.837520938025 rows/sec., 2.46 MiB/sec. 2026.02.01 14:39:22.216552 [ 276 ] {3752b3f5-ac58-4bb7-8293-561de2514665} TCPHandler: Processed in 0.001364402 sec. 2026.02.01 14:39:22.216656 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:22.216743 [ 276 ] {5a2d6b9e-2701-410e-81d0-33c9715daf19} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:39:22.216780 [ 276 ] {5a2d6b9e-2701-410e-81d0-33c9715daf19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:39:22.216888 [ 195 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2721 rows, containing 5 columns (5 merged, 0 gathered) in 0.001703093 sec., 1597681.3949678615 rows/sec., 135.48 MiB/sec. 2026.02.01 14:39:22.217109 [ 198 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 14:39:22.217168 [ 276 ] {5a2d6b9e-2701-410e-81d0-33c9715daf19} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:22.217201 [ 276 ] {5a2d6b9e-2701-410e-81d0-33c9715daf19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:22.217462 [ 198 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_26_5} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:22.217535 [ 198 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_26_5} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 14:39:22.217578 [ 276 ] {5a2d6b9e-2701-410e-81d0-33c9715daf19} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:39:22.217615 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.02.01 14:39:22.217788 [ 276 ] {5a2d6b9e-2701-410e-81d0-33c9715daf19} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:22.217890 [ 105 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 14:39:22.217921 [ 276 ] {5a2d6b9e-2701-410e-81d0-33c9715daf19} executeQuery: Read 76 rows, 6.08 KiB in 0.001165 sec., 65236.05150214592 rows/sec., 5.10 MiB/sec. 2026.02.01 14:39:22.217926 [ 105 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:22.217963 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:22.217969 [ 276 ] {5a2d6b9e-2701-410e-81d0-33c9715daf19} TCPHandler: Processed in 0.001337021 sec. 2026.02.01 14:39:22.218052 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:39:22.218091 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:22.218137 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:22.218162 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 545 rows starting from the beginning of the part 2026.02.01 14:39:22.218184 [ 276 ] {c6fa2e40-70ca-4205-91b9-d16a95962b58} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:22.218210 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 84 rows starting from the beginning of the part 2026.02.01 14:39:22.218227 [ 276 ] {c6fa2e40-70ca-4205-91b9-d16a95962b58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:39:22.218249 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 435 rows starting from the beginning of the part 2026.02.01 14:39:22.218298 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 76 rows starting from the beginning of the part 2026.02.01 14:39:22.218336 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 435 rows starting from the beginning of the part 2026.02.01 14:39:22.218373 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 76 rows starting from the beginning of the part 2026.02.01 14:39:22.218599 [ 276 ] {c6fa2e40-70ca-4205-91b9-d16a95962b58} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:22.218634 [ 276 ] {c6fa2e40-70ca-4205-91b9-d16a95962b58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:22.218976 [ 276 ] {c6fa2e40-70ca-4205-91b9-d16a95962b58} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:39:22.219190 [ 276 ] {c6fa2e40-70ca-4205-91b9-d16a95962b58} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:22.219242 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1651 rows, containing 5 columns (5 merged, 0 gathered) in 0.001223227 sec., 1349708.5986493104 rows/sec., 101.94 MiB/sec. 2026.02.01 14:39:22.219323 [ 276 ] {c6fa2e40-70ca-4205-91b9-d16a95962b58} executeQuery: Read 110 rows, 7.86 KiB in 0.001157 sec., 95073.46585998271 rows/sec., 6.64 MiB/sec. 2026.02.01 14:39:22.219362 [ 276 ] {c6fa2e40-70ca-4205-91b9-d16a95962b58} TCPHandler: Processed in 0.001320181 sec. 2026.02.01 14:39:22.219378 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 14:39:22.219474 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:22.219567 [ 276 ] {7f6171bf-6049-489b-9be2-bde2fabd1758} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:22.219600 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_26_5} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:22.219621 [ 276 ] {7f6171bf-6049-489b-9be2-bde2fabd1758} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:39:22.219659 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_26_5} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 14:39:22.219723 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.02.01 14:39:22.220417 [ 276 ] {7f6171bf-6049-489b-9be2-bde2fabd1758} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:22.220453 [ 276 ] {7f6171bf-6049-489b-9be2-bde2fabd1758} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:22.221008 [ 276 ] {7f6171bf-6049-489b-9be2-bde2fabd1758} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:39:22.221238 [ 276 ] {7f6171bf-6049-489b-9be2-bde2fabd1758} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:22.221374 [ 276 ] {7f6171bf-6049-489b-9be2-bde2fabd1758} executeQuery: Read 40 rows, 73.40 KiB in 0.001825 sec., 21917.80821917808 rows/sec., 39.28 MiB/sec. 2026.02.01 14:39:22.221427 [ 276 ] {7f6171bf-6049-489b-9be2-bde2fabd1758} TCPHandler: Processed in 0.002002903 sec. 2026.02.01 14:39:22.221539 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:22.221633 [ 276 ] {7d66ac33-d926-4138-a233-f2f505bf20e2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:39:22.221674 [ 276 ] {7d66ac33-d926-4138-a233-f2f505bf20e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:39:22.221994 [ 276 ] {7d66ac33-d926-4138-a233-f2f505bf20e2} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:22.222029 [ 276 ] {7d66ac33-d926-4138-a233-f2f505bf20e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2026.02.01 14:39:22.222339 [ 276 ] {7d66ac33-d926-4138-a233-f2f505bf20e2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:39:22.222545 [ 276 ] {7d66ac33-d926-4138-a233-f2f505bf20e2} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:22.222669 [ 276 ] {7d66ac33-d926-4138-a233-f2f505bf20e2} executeQuery: Read 40 rows, 2.73 KiB in 0.001055 sec., 37914.69194312797 rows/sec., 2.53 MiB/sec. 2026.02.01 14:39:22.222704 [ 276 ] {7d66ac33-d926-4138-a233-f2f505bf20e2} TCPHandler: Processed in 0.001214098 sec. 2026.02.01 14:39:24.706357 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 570 2026.02.01 14:39:24.708634 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:24.708677 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:24.709897 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:39:24.710166 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:24.710440 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 570 2026.02.01 14:39:27.184722 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11097 2026.02.01 14:39:27.185221 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:27.185255 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:27.185735 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:39:27.185957 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:27.186080 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11097 2026.02.01 14:39:27.218157 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:27.218424 [ 276 ] {42e3c3a5-b04a-439b-b0a3-ecb07686a592} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:39:27.218493 [ 276 ] {42e3c3a5-b04a-439b-b0a3-ecb07686a592} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:39:27.219353 [ 276 ] {42e3c3a5-b04a-439b-b0a3-ecb07686a592} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:27.219399 [ 276 ] {42e3c3a5-b04a-439b-b0a3-ecb07686a592} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:27.219829 [ 276 ] {42e3c3a5-b04a-439b-b0a3-ecb07686a592} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:39:27.220064 [ 276 ] {42e3c3a5-b04a-439b-b0a3-ecb07686a592} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:27.220229 [ 276 ] {42e3c3a5-b04a-439b-b0a3-ecb07686a592} executeQuery: Read 266 rows, 17.30 KiB in 0.00186 sec., 143010.75268817204 rows/sec., 9.09 MiB/sec. 2026.02.01 14:39:27.220280 [ 276 ] {42e3c3a5-b04a-439b-b0a3-ecb07686a592} TCPHandler: Processed in 0.002310112 sec. 2026.02.01 14:39:27.220447 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:27.220553 [ 276 ] {36f9b9d8-3849-4634-a096-9bf93aba6e05} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:39:27.220598 [ 276 ] {36f9b9d8-3849-4634-a096-9bf93aba6e05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:39:27.221413 [ 276 ] {36f9b9d8-3849-4634-a096-9bf93aba6e05} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:27.221452 [ 276 ] {36f9b9d8-3849-4634-a096-9bf93aba6e05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:27.221820 [ 276 ] {36f9b9d8-3849-4634-a096-9bf93aba6e05} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:39:27.222059 [ 276 ] {36f9b9d8-3849-4634-a096-9bf93aba6e05} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:27.222194 [ 276 ] {36f9b9d8-3849-4634-a096-9bf93aba6e05} executeQuery: Read 726 rows, 58.50 KiB in 0.001666 sec., 435774.3097238896 rows/sec., 34.29 MiB/sec. 2026.02.01 14:39:27.222233 [ 276 ] {36f9b9d8-3849-4634-a096-9bf93aba6e05} TCPHandler: Processed in 0.001841887 sec. 2026.02.01 14:39:27.222386 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:27.222483 [ 276 ] {015a2ca6-4e48-442e-886d-f8d77b2c5a4f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:39:27.222525 [ 276 ] {015a2ca6-4e48-442e-886d-f8d77b2c5a4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:39:27.223007 [ 276 ] {015a2ca6-4e48-442e-886d-f8d77b2c5a4f} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:27.223045 [ 276 ] {015a2ca6-4e48-442e-886d-f8d77b2c5a4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:27.223355 [ 276 ] {015a2ca6-4e48-442e-886d-f8d77b2c5a4f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:39:27.223569 [ 276 ] {015a2ca6-4e48-442e-886d-f8d77b2c5a4f} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:27.223700 [ 276 ] {015a2ca6-4e48-442e-886d-f8d77b2c5a4f} executeQuery: Read 133 rows, 8.00 KiB in 0.001238 sec., 107431.3408723748 rows/sec., 6.31 MiB/sec. 2026.02.01 14:39:27.223738 [ 276 ] {015a2ca6-4e48-442e-886d-f8d77b2c5a4f} TCPHandler: Processed in 0.001412144 sec. 2026.02.01 14:39:27.223862 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:27.223957 [ 276 ] {9353e545-578c-42c3-b19b-10fb4355f399} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:39:27.223997 [ 276 ] {9353e545-578c-42c3-b19b-10fb4355f399} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:39:27.224430 [ 276 ] {9353e545-578c-42c3-b19b-10fb4355f399} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:27.224467 [ 276 ] {9353e545-578c-42c3-b19b-10fb4355f399} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:27.224775 [ 276 ] {9353e545-578c-42c3-b19b-10fb4355f399} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:39:27.224987 [ 276 ] {9353e545-578c-42c3-b19b-10fb4355f399} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:27.225113 [ 276 ] {9353e545-578c-42c3-b19b-10fb4355f399} executeQuery: Read 140 rows, 9.27 KiB in 0.001176 sec., 119047.61904761905 rows/sec., 7.69 MiB/sec. 2026.02.01 14:39:27.225151 [ 276 ] {9353e545-578c-42c3-b19b-10fb4355f399} TCPHandler: Processed in 0.001338201 sec. 2026.02.01 14:39:27.225267 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:27.225361 [ 276 ] {5c5cf4fb-914d-4975-a985-2a62f8d9ddbb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:39:27.225401 [ 276 ] {5c5cf4fb-914d-4975-a985-2a62f8d9ddbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:39:27.225822 [ 276 ] {5c5cf4fb-914d-4975-a985-2a62f8d9ddbb} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:27.225858 [ 276 ] {5c5cf4fb-914d-4975-a985-2a62f8d9ddbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:27.226163 [ 276 ] {5c5cf4fb-914d-4975-a985-2a62f8d9ddbb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:39:27.226389 [ 276 ] {5c5cf4fb-914d-4975-a985-2a62f8d9ddbb} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:27.226515 [ 276 ] {5c5cf4fb-914d-4975-a985-2a62f8d9ddbb} executeQuery: Read 139 rows, 8.10 KiB in 0.001172 sec., 118600.68259385665 rows/sec., 6.75 MiB/sec. 2026.02.01 14:39:27.226552 [ 276 ] {5c5cf4fb-914d-4975-a985-2a62f8d9ddbb} TCPHandler: Processed in 0.001334952 sec. 2026.02.01 14:39:27.226666 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:27.226760 [ 276 ] {876c7ea1-97ee-45d1-847b-70e6c195f3eb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:39:27.226799 [ 276 ] {876c7ea1-97ee-45d1-847b-70e6c195f3eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:39:27.227328 [ 276 ] {876c7ea1-97ee-45d1-847b-70e6c195f3eb} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:27.227364 [ 276 ] {876c7ea1-97ee-45d1-847b-70e6c195f3eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:27.227683 [ 276 ] {876c7ea1-97ee-45d1-847b-70e6c195f3eb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:39:27.227897 [ 276 ] {876c7ea1-97ee-45d1-847b-70e6c195f3eb} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:27.228023 [ 276 ] {876c7ea1-97ee-45d1-847b-70e6c195f3eb} executeQuery: Read 435 rows, 31.04 KiB in 0.001281 sec., 339578.4543325527 rows/sec., 23.67 MiB/sec. 2026.02.01 14:39:27.228060 [ 276 ] {876c7ea1-97ee-45d1-847b-70e6c195f3eb} TCPHandler: Processed in 0.001443015 sec. 2026.02.01 14:39:27.228175 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:27.228274 [ 276 ] {70b5b907-85a9-4aae-875e-15383cea9a52} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:39:27.228321 [ 276 ] {70b5b907-85a9-4aae-875e-15383cea9a52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:39:27.228658 [ 276 ] {70b5b907-85a9-4aae-875e-15383cea9a52} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:27.228694 [ 276 ] {70b5b907-85a9-4aae-875e-15383cea9a52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:27.228995 [ 276 ] {70b5b907-85a9-4aae-875e-15383cea9a52} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:39:27.229202 [ 276 ] {70b5b907-85a9-4aae-875e-15383cea9a52} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:27.229334 [ 276 ] {70b5b907-85a9-4aae-875e-15383cea9a52} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2026.02.01 14:39:27.229373 [ 276 ] {70b5b907-85a9-4aae-875e-15383cea9a52} TCPHandler: Processed in 0.001247428 sec. 2026.02.01 14:39:27.229501 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:27.229609 [ 276 ] {5d4fa8db-eb7b-495e-a75a-b7f4223e5238} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:27.229651 [ 276 ] {5d4fa8db-eb7b-495e-a75a-b7f4223e5238} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:39:27.230098 [ 276 ] {5d4fa8db-eb7b-495e-a75a-b7f4223e5238} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:27.230135 [ 276 ] {5d4fa8db-eb7b-495e-a75a-b7f4223e5238} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:27.230484 [ 276 ] {5d4fa8db-eb7b-495e-a75a-b7f4223e5238} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:39:27.230713 [ 276 ] {5d4fa8db-eb7b-495e-a75a-b7f4223e5238} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:27.230864 [ 276 ] {5d4fa8db-eb7b-495e-a75a-b7f4223e5238} executeQuery: Read 208 rows, 14.04 KiB in 0.001274 sec., 163265.306122449 rows/sec., 10.76 MiB/sec. 2026.02.01 14:39:27.230902 [ 276 ] {5d4fa8db-eb7b-495e-a75a-b7f4223e5238} TCPHandler: Processed in 0.001451385 sec. 2026.02.01 14:39:27.231031 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:27.231124 [ 276 ] {083370bc-cb68-44d6-ab8b-7f531e1ebdc8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:39:27.231167 [ 276 ] {083370bc-cb68-44d6-ab8b-7f531e1ebdc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:39:27.231502 [ 276 ] {083370bc-cb68-44d6-ab8b-7f531e1ebdc8} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:27.231538 [ 276 ] {083370bc-cb68-44d6-ab8b-7f531e1ebdc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:27.231849 [ 276 ] {083370bc-cb68-44d6-ab8b-7f531e1ebdc8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:39:27.232053 [ 276 ] {083370bc-cb68-44d6-ab8b-7f531e1ebdc8} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:27.232178 [ 276 ] {083370bc-cb68-44d6-ab8b-7f531e1ebdc8} executeQuery: Read 1 rows, 69.00 B in 0.001072 sec., 932.8358208955224 rows/sec., 62.86 KiB/sec. 2026.02.01 14:39:27.232214 [ 276 ] {083370bc-cb68-44d6-ab8b-7f531e1ebdc8} TCPHandler: Processed in 0.001240449 sec. 2026.02.01 14:39:27.232328 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:27.232421 [ 276 ] {2e8d2343-5cfe-4b18-a33d-d70c8ae08108} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:39:27.232462 [ 276 ] {2e8d2343-5cfe-4b18-a33d-d70c8ae08108} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:39:27.232794 [ 276 ] {2e8d2343-5cfe-4b18-a33d-d70c8ae08108} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:27.232830 [ 276 ] {2e8d2343-5cfe-4b18-a33d-d70c8ae08108} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:27.233142 [ 276 ] {2e8d2343-5cfe-4b18-a33d-d70c8ae08108} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:39:27.233356 [ 276 ] {2e8d2343-5cfe-4b18-a33d-d70c8ae08108} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:27.233482 [ 276 ] {2e8d2343-5cfe-4b18-a33d-d70c8ae08108} executeQuery: Read 68 rows, 4.25 KiB in 0.001079 sec., 63021.31603336422 rows/sec., 3.85 MiB/sec. 2026.02.01 14:39:27.233517 [ 276 ] {2e8d2343-5cfe-4b18-a33d-d70c8ae08108} TCPHandler: Processed in 0.001237769 sec. 2026.02.01 14:39:27.738363 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.02.01 14:39:27.754781 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:27.754840 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:27.761022 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:39:27.761739 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:27.764405 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.02.01 14:39:32.213764 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:32.214062 [ 276 ] {2b951c5f-2b4e-467a-852c-66ceac4b380e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:39:32.214165 [ 276 ] {2b951c5f-2b4e-467a-852c-66ceac4b380e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:39:32.215080 [ 276 ] {2b951c5f-2b4e-467a-852c-66ceac4b380e} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:32.215125 [ 276 ] {2b951c5f-2b4e-467a-852c-66ceac4b380e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:32.215495 [ 276 ] {2b951c5f-2b4e-467a-852c-66ceac4b380e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.01 14:39:32.215708 [ 276 ] {2b951c5f-2b4e-467a-852c-66ceac4b380e} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:32.215855 [ 276 ] {2b951c5f-2b4e-467a-852c-66ceac4b380e} executeQuery: Read 4 rows, 334.00 B in 0.00187 sec., 2139.03743315508 rows/sec., 174.42 KiB/sec. 2026.02.01 14:39:32.215895 [ 276 ] {2b951c5f-2b4e-467a-852c-66ceac4b380e} TCPHandler: Processed in 0.002314622 sec. 2026.02.01 14:39:32.216033 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:32.216132 [ 276 ] {cac384ae-6934-462e-ad03-1eb6c44a6d1a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:39:32.216171 [ 276 ] {cac384ae-6934-462e-ad03-1eb6c44a6d1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:39:32.216702 [ 276 ] {cac384ae-6934-462e-ad03-1eb6c44a6d1a} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:32.216739 [ 276 ] {cac384ae-6934-462e-ad03-1eb6c44a6d1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:32.217054 [ 276 ] {cac384ae-6934-462e-ad03-1eb6c44a6d1a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 14:39:32.217254 [ 276 ] {cac384ae-6934-462e-ad03-1eb6c44a6d1a} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:32.217377 [ 276 ] {cac384ae-6934-462e-ad03-1eb6c44a6d1a} executeQuery: Read 112 rows, 10.16 KiB in 0.001265 sec., 88537.54940711462 rows/sec., 7.84 MiB/sec. 2026.02.01 14:39:32.217423 [ 276 ] {cac384ae-6934-462e-ad03-1eb6c44a6d1a} TCPHandler: Processed in 0.001438014 sec. 2026.02.01 14:39:32.217602 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:32.217706 [ 276 ] {a3f61a86-61ed-41d0-afe8-7dd021da02c4} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:39:32.217746 [ 276 ] {a3f61a86-61ed-41d0-afe8-7dd021da02c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:39:32.218256 [ 276 ] {a3f61a86-61ed-41d0-afe8-7dd021da02c4} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:32.218302 [ 276 ] {a3f61a86-61ed-41d0-afe8-7dd021da02c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:32.218644 [ 276 ] {a3f61a86-61ed-41d0-afe8-7dd021da02c4} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:39:32.218849 [ 276 ] {a3f61a86-61ed-41d0-afe8-7dd021da02c4} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:32.218976 [ 276 ] {a3f61a86-61ed-41d0-afe8-7dd021da02c4} executeQuery: Read 44 rows, 3.29 KiB in 0.001289 sec., 34134.98836307215 rows/sec., 2.49 MiB/sec. 2026.02.01 14:39:32.219014 [ 276 ] {a3f61a86-61ed-41d0-afe8-7dd021da02c4} TCPHandler: Processed in 0.001459435 sec. 2026.02.01 14:39:32.219148 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:32.219241 [ 276 ] {672c996c-c05c-4de7-aa60-82850b0491f8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:39:32.219282 [ 276 ] {672c996c-c05c-4de7-aa60-82850b0491f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:39:32.219742 [ 276 ] {672c996c-c05c-4de7-aa60-82850b0491f8} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:32.219779 [ 276 ] {672c996c-c05c-4de7-aa60-82850b0491f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:32.220089 [ 276 ] {672c996c-c05c-4de7-aa60-82850b0491f8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 14:39:32.220322 [ 276 ] {672c996c-c05c-4de7-aa60-82850b0491f8} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:32.220456 [ 276 ] {672c996c-c05c-4de7-aa60-82850b0491f8} executeQuery: Read 80 rows, 6.41 KiB in 0.001233 sec., 64882.40064882401 rows/sec., 5.08 MiB/sec. 2026.02.01 14:39:32.220492 [ 276 ] {672c996c-c05c-4de7-aa60-82850b0491f8} TCPHandler: Processed in 0.001391623 sec. 2026.02.01 14:39:32.220614 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:32.220708 [ 276 ] {9ec394f3-8336-4f82-b296-ab122403fb12} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:32.220751 [ 276 ] {9ec394f3-8336-4f82-b296-ab122403fb12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:39:32.221176 [ 276 ] {9ec394f3-8336-4f82-b296-ab122403fb12} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:32.221213 [ 276 ] {9ec394f3-8336-4f82-b296-ab122403fb12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:32.221562 [ 276 ] {9ec394f3-8336-4f82-b296-ab122403fb12} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:39:32.221771 [ 276 ] {9ec394f3-8336-4f82-b296-ab122403fb12} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:32.221896 [ 276 ] {9ec394f3-8336-4f82-b296-ab122403fb12} executeQuery: Read 112 rows, 8.00 KiB in 0.001207 sec., 92792.0463960232 rows/sec., 6.47 MiB/sec. 2026.02.01 14:39:32.221919 [ 89 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 14:39:32.221933 [ 276 ] {9ec394f3-8336-4f82-b296-ab122403fb12} TCPHandler: Processed in 0.001366543 sec. 2026.02.01 14:39:32.221986 [ 89 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:32.222011 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:32.222087 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:32.222098 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:39:32.222188 [ 276 ] {8d597017-ddb2-4ed5-bf7d-0a65a35e9073} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:32.222198 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:32.222239 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3024 rows starting from the beginning of the part 2026.02.01 14:39:32.222253 [ 276 ] {8d597017-ddb2-4ed5-bf7d-0a65a35e9073} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:39:32.222297 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 110 rows starting from the beginning of the part 2026.02.01 14:39:32.222342 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 208 rows starting from the beginning of the part 2026.02.01 14:39:32.222382 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 110 rows starting from the beginning of the part 2026.02.01 14:39:32.222422 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 208 rows starting from the beginning of the part 2026.02.01 14:39:32.222462 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 112 rows starting from the beginning of the part 2026.02.01 14:39:32.223160 [ 276 ] {8d597017-ddb2-4ed5-bf7d-0a65a35e9073} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:32.223196 [ 276 ] {8d597017-ddb2-4ed5-bf7d-0a65a35e9073} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:32.223861 [ 276 ] {8d597017-ddb2-4ed5-bf7d-0a65a35e9073} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:39:32.224085 [ 276 ] {8d597017-ddb2-4ed5-bf7d-0a65a35e9073} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:32.224133 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3772 rows, containing 5 columns (5 merged, 0 gathered) in 0.002071664 sec., 1820758.5786112035 rows/sec., 125.65 MiB/sec. 2026.02.01 14:39:32.224217 [ 89 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 14:39:32.224221 [ 276 ] {8d597017-ddb2-4ed5-bf7d-0a65a35e9073} executeQuery: Read 40 rows, 73.40 KiB in 0.002051 sec., 19502.681618722574 rows/sec., 34.95 MiB/sec. 2026.02.01 14:39:32.224261 [ 89 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:32.224286 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:32.224297 [ 276 ] {8d597017-ddb2-4ed5-bf7d-0a65a35e9073} TCPHandler: Processed in 0.00225767 sec. 2026.02.01 14:39:32.224358 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:39:32.224430 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:32.224471 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 14:39:32.224527 [ 276 ] {d3e1357f-4cca-40ae-bd9b-aa3175d67b10} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:39:32.224529 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:32.224569 [ 276 ] {d3e1357f-4cca-40ae-bd9b-aa3175d67b10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:39:32.224581 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 342 rows starting from the beginning of the part 2026.02.01 14:39:32.224678 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2026.02.01 14:39:32.224727 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_26_5} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:32.224771 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part 2026.02.01 14:39:32.224797 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_26_5} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 14:39:32.224861 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2026.02.01 14:39:32.224861 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:39:32.224913 [ 276 ] {d3e1357f-4cca-40ae-bd9b-aa3175d67b10} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:32.224949 [ 276 ] {d3e1357f-4cca-40ae-bd9b-aa3175d67b10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:32.224955 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part 2026.02.01 14:39:32.225041 [ 186 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:39:32.225258 [ 276 ] {d3e1357f-4cca-40ae-bd9b-aa3175d67b10} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:39:32.225470 [ 276 ] {d3e1357f-4cca-40ae-bd9b-aa3175d67b10} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:32.225603 [ 276 ] {d3e1357f-4cca-40ae-bd9b-aa3175d67b10} executeQuery: Read 40 rows, 2.73 KiB in 0.001098 sec., 36429.87249544627 rows/sec., 2.43 MiB/sec. 2026.02.01 14:39:32.225640 [ 276 ] {d3e1357f-4cca-40ae-bd9b-aa3175d67b10} TCPHandler: Processed in 0.001258569 sec. 2026.02.01 14:39:32.229046 [ 199 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 19 columns (19 merged, 0 gathered) in 0.004707206 sec., 115142.61326145488 rows/sec., 206.33 MiB/sec. 2026.02.01 14:39:32.229771 [ 190 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 14:39:32.230079 [ 190 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_16_3} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:32.230137 [ 190 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_16_3} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 14:39:32.230208 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.53 MiB. 2026.02.01 14:39:33.000180 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 252.01 MiB, peak 257.51 MiB, free memory in arenas 0.00 B, will set to 254.15 MiB (RSS), difference: 2.14 MiB 2026.02.01 14:39:34.572025 [ 87 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:39:34.572087 [ 87 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:39:34.687081 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11545 2026.02.01 14:39:34.687575 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:34.687621 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:34.688159 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:39:34.688409 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:34.688552 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11545 2026.02.01 14:39:34.711523 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 604 2026.02.01 14:39:34.713910 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:34.713966 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:34.715210 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:39:34.715504 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:34.715883 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 604 2026.02.01 14:39:35.265461 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.02.01 14:39:35.281654 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:35.281710 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:35.287512 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:39:35.288223 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:35.291309 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.02.01 14:39:37.219583 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:37.219869 [ 276 ] {070546b9-7d12-418e-b661-84143507ea1b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:39:37.219975 [ 276 ] {070546b9-7d12-418e-b661-84143507ea1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:39:37.220943 [ 276 ] {070546b9-7d12-418e-b661-84143507ea1b} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:37.220985 [ 276 ] {070546b9-7d12-418e-b661-84143507ea1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:37.221419 [ 276 ] {070546b9-7d12-418e-b661-84143507ea1b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:39:37.221653 [ 276 ] {070546b9-7d12-418e-b661-84143507ea1b} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:37.221780 [ 86 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 14:39:37.221816 [ 276 ] {070546b9-7d12-418e-b661-84143507ea1b} executeQuery: Read 266 rows, 17.30 KiB in 0.002026 sec., 131293.18854886477 rows/sec., 8.34 MiB/sec. 2026.02.01 14:39:37.221818 [ 86 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:37.221848 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:37.221864 [ 276 ] {070546b9-7d12-418e-b661-84143507ea1b} TCPHandler: Processed in 0.002471347 sec. 2026.02.01 14:39:37.221940 [ 186 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::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.02.01 14:39:37.221990 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:37.222047 [ 186 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:37.222082 [ 186 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 290 rows starting from the beginning of the part 2026.02.01 14:39:37.222096 [ 276 ] {1a389b16-fcb3-4c12-b8d3-d24624f08e24} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:39:37.222142 [ 276 ] {1a389b16-fcb3-4c12-b8d3-d24624f08e24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:39:37.222150 [ 186 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 266 rows starting from the beginning of the part 2026.02.01 14:39:37.222202 [ 186 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 266 rows starting from the beginning of the part 2026.02.01 14:39:37.222250 [ 186 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 266 rows starting from the beginning of the part 2026.02.01 14:39:37.222296 [ 186 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 266 rows starting from the beginning of the part 2026.02.01 14:39:37.222343 [ 186 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 266 rows starting from the beginning of the part 2026.02.01 14:39:37.222806 [ 276 ] {1a389b16-fcb3-4c12-b8d3-d24624f08e24} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:37.222842 [ 276 ] {1a389b16-fcb3-4c12-b8d3-d24624f08e24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:37.223210 [ 276 ] {1a389b16-fcb3-4c12-b8d3-d24624f08e24} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 14:39:37.223341 [ 199 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1620 rows, containing 5 columns (5 merged, 0 gathered) in 0.001436425 sec., 1127799.9199401292 rows/sec., 76.28 MiB/sec. 2026.02.01 14:39:37.223458 [ 276 ] {1a389b16-fcb3-4c12-b8d3-d24624f08e24} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:37.223580 [ 188 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 14:39:37.223606 [ 276 ] {1a389b16-fcb3-4c12-b8d3-d24624f08e24} executeQuery: Read 726 rows, 58.50 KiB in 0.001535 sec., 472964.1693811075 rows/sec., 37.22 MiB/sec. 2026.02.01 14:39:37.223652 [ 276 ] {1a389b16-fcb3-4c12-b8d3-d24624f08e24} TCPHandler: Processed in 0.001714693 sec. 2026.02.01 14:39:37.223769 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:37.223870 [ 276 ] {e05f843d-453b-4fba-af3b-28a27bf4511f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:39:37.223911 [ 276 ] {e05f843d-453b-4fba-af3b-28a27bf4511f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:39:37.223912 [ 188 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_11_2} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:37.224010 [ 188 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_11_2} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 14:39:37.224127 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.02.01 14:39:37.224338 [ 276 ] {e05f843d-453b-4fba-af3b-28a27bf4511f} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:37.224379 [ 276 ] {e05f843d-453b-4fba-af3b-28a27bf4511f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:37.224700 [ 276 ] {e05f843d-453b-4fba-af3b-28a27bf4511f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:39:37.224913 [ 276 ] {e05f843d-453b-4fba-af3b-28a27bf4511f} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:37.225051 [ 276 ] {e05f843d-453b-4fba-af3b-28a27bf4511f} executeQuery: Read 133 rows, 8.00 KiB in 0.001203 sec., 110556.94098088112 rows/sec., 6.50 MiB/sec. 2026.02.01 14:39:37.225089 [ 276 ] {e05f843d-453b-4fba-af3b-28a27bf4511f} TCPHandler: Processed in 0.001371222 sec. 2026.02.01 14:39:37.225205 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:37.225301 [ 276 ] {bb866349-7fdb-4661-86fb-4fe4779946f1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:39:37.225341 [ 276 ] {bb866349-7fdb-4661-86fb-4fe4779946f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:39:37.225760 [ 276 ] {bb866349-7fdb-4661-86fb-4fe4779946f1} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:37.225796 [ 276 ] {bb866349-7fdb-4661-86fb-4fe4779946f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:37.226097 [ 276 ] {bb866349-7fdb-4661-86fb-4fe4779946f1} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:39:37.226310 [ 276 ] {bb866349-7fdb-4661-86fb-4fe4779946f1} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:37.226398 [ 86 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 14:39:37.226423 [ 86 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:37.226435 [ 276 ] {bb866349-7fdb-4661-86fb-4fe4779946f1} executeQuery: Read 140 rows, 9.27 KiB in 0.001154 sec., 121317.15771230502 rows/sec., 7.84 MiB/sec. 2026.02.01 14:39:37.226439 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:37.226472 [ 276 ] {bb866349-7fdb-4661-86fb-4fe4779946f1} TCPHandler: Processed in 0.0013166 sec. 2026.02.01 14:39:37.226557 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::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.02.01 14:39:37.226585 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:37.226695 [ 276 ] {bd1a7d99-8fbb-4fcf-9e41-fc1676dd400f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:39:37.226718 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:37.226735 [ 276 ] {bd1a7d99-8fbb-4fcf-9e41-fc1676dd400f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:39:37.226763 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 165 rows starting from the beginning of the part 2026.02.01 14:39:37.226841 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 140 rows starting from the beginning of the part 2026.02.01 14:39:37.226896 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 140 rows starting from the beginning of the part 2026.02.01 14:39:37.226947 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 140 rows starting from the beginning of the part 2026.02.01 14:39:37.226993 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 140 rows starting from the beginning of the part 2026.02.01 14:39:37.227041 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 140 rows starting from the beginning of the part 2026.02.01 14:39:37.227163 [ 276 ] {bd1a7d99-8fbb-4fcf-9e41-fc1676dd400f} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:37.227206 [ 276 ] {bd1a7d99-8fbb-4fcf-9e41-fc1676dd400f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:37.227556 [ 276 ] {bd1a7d99-8fbb-4fcf-9e41-fc1676dd400f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:39:37.227825 [ 276 ] {bd1a7d99-8fbb-4fcf-9e41-fc1676dd400f} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:37.227929 [ 86 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 14:39:37.227959 [ 86 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:37.227959 [ 276 ] {bd1a7d99-8fbb-4fcf-9e41-fc1676dd400f} executeQuery: Read 139 rows, 8.10 KiB in 0.001283 sec., 108339.8285268901 rows/sec., 6.16 MiB/sec. 2026.02.01 14:39:37.227976 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:37.228002 [ 276 ] {bd1a7d99-8fbb-4fcf-9e41-fc1676dd400f} TCPHandler: Processed in 0.001466776 sec. 2026.02.01 14:39:37.228059 [ 188 ] {af45f42a-381d-4729-9469-5fc028c3bb28::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.02.01 14:39:37.228086 [ 199 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 865 rows, containing 5 columns (5 merged, 0 gathered) in 0.001586499 sec., 545225.6824618232 rows/sec., 37.60 MiB/sec. 2026.02.01 14:39:37.228124 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:37.228165 [ 188 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:37.228200 [ 188 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 151 rows starting from the beginning of the part 2026.02.01 14:39:37.228225 [ 276 ] {3a90fa3e-d8be-4447-be25-a883bd3a9ef4} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:39:37.228273 [ 276 ] {3a90fa3e-d8be-4447-be25-a883bd3a9ef4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:39:37.228292 [ 199 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 14:39:37.228299 [ 188 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 139 rows starting from the beginning of the part 2026.02.01 14:39:37.228361 [ 188 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 139 rows starting from the beginning of the part 2026.02.01 14:39:37.228404 [ 188 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 139 rows starting from the beginning of the part 2026.02.01 14:39:37.228450 [ 188 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 139 rows starting from the beginning of the part 2026.02.01 14:39:37.228493 [ 188 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 139 rows starting from the beginning of the part 2026.02.01 14:39:37.228658 [ 199 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_11_2} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:37.228758 [ 199 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_11_2} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 14:39:37.228795 [ 276 ] {3a90fa3e-d8be-4447-be25-a883bd3a9ef4} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:37.228837 [ 276 ] {3a90fa3e-d8be-4447-be25-a883bd3a9ef4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:37.228852 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.02.01 14:39:37.229196 [ 276 ] {3a90fa3e-d8be-4447-be25-a883bd3a9ef4} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 14:39:37.229425 [ 276 ] {3a90fa3e-d8be-4447-be25-a883bd3a9ef4} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:37.229439 [ 199 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 846 rows, containing 5 columns (5 merged, 0 gathered) in 0.001417894 sec., 596659.5528297601 rows/sec., 36.38 MiB/sec. 2026.02.01 14:39:37.229558 [ 276 ] {3a90fa3e-d8be-4447-be25-a883bd3a9ef4} executeQuery: Read 435 rows, 31.04 KiB in 0.001351 sec., 321983.71576609917 rows/sec., 22.44 MiB/sec. 2026.02.01 14:39:37.229559 [ 188 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 14:39:37.229603 [ 276 ] {3a90fa3e-d8be-4447-be25-a883bd3a9ef4} TCPHandler: Processed in 0.001528327 sec. 2026.02.01 14:39:37.229732 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:37.229831 [ 276 ] {12c823f8-e82f-42fa-8d4d-3b6039b939f3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:39:37.229832 [ 188 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_11_2} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:37.229878 [ 276 ] {12c823f8-e82f-42fa-8d4d-3b6039b939f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:39:37.229921 [ 188 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_11_2} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 14:39:37.230090 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.01 14:39:37.230242 [ 276 ] {12c823f8-e82f-42fa-8d4d-3b6039b939f3} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:37.230286 [ 276 ] {12c823f8-e82f-42fa-8d4d-3b6039b939f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:37.230601 [ 276 ] {12c823f8-e82f-42fa-8d4d-3b6039b939f3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:39:37.230817 [ 276 ] {12c823f8-e82f-42fa-8d4d-3b6039b939f3} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:37.230949 [ 276 ] {12c823f8-e82f-42fa-8d4d-3b6039b939f3} executeQuery: Read 6 rows, 321.00 B in 0.001138 sec., 5272.407732864675 rows/sec., 275.46 KiB/sec. 2026.02.01 14:39:37.230986 [ 276 ] {12c823f8-e82f-42fa-8d4d-3b6039b939f3} TCPHandler: Processed in 0.00130411 sec. 2026.02.01 14:39:37.231101 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:37.231196 [ 276 ] {096bbf38-1740-4210-9099-cd13eee91439} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:37.231336 [ 276 ] {096bbf38-1740-4210-9099-cd13eee91439} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:39:37.231745 [ 276 ] {096bbf38-1740-4210-9099-cd13eee91439} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:37.231782 [ 276 ] {096bbf38-1740-4210-9099-cd13eee91439} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:37.232133 [ 276 ] {096bbf38-1740-4210-9099-cd13eee91439} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:39:37.232365 [ 276 ] {096bbf38-1740-4210-9099-cd13eee91439} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:37.232504 [ 276 ] {096bbf38-1740-4210-9099-cd13eee91439} executeQuery: Read 208 rows, 14.04 KiB in 0.001326 sec., 156862.74509803922 rows/sec., 10.34 MiB/sec. 2026.02.01 14:39:37.232541 [ 276 ] {096bbf38-1740-4210-9099-cd13eee91439} TCPHandler: Processed in 0.001489786 sec. 2026.02.01 14:39:37.232653 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:37.232747 [ 276 ] {ccb212dd-e61d-445b-9f7a-67f915625598} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:39:37.232789 [ 276 ] {ccb212dd-e61d-445b-9f7a-67f915625598} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:39:37.233102 [ 276 ] {ccb212dd-e61d-445b-9f7a-67f915625598} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:37.233137 [ 276 ] {ccb212dd-e61d-445b-9f7a-67f915625598} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:37.233434 [ 276 ] {ccb212dd-e61d-445b-9f7a-67f915625598} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:39:37.233646 [ 276 ] {ccb212dd-e61d-445b-9f7a-67f915625598} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:37.233776 [ 276 ] {ccb212dd-e61d-445b-9f7a-67f915625598} executeQuery: Read 1 rows, 69.00 B in 0.001047 sec., 955.1098376313277 rows/sec., 64.36 KiB/sec. 2026.02.01 14:39:37.233812 [ 276 ] {ccb212dd-e61d-445b-9f7a-67f915625598} TCPHandler: Processed in 0.001207818 sec. 2026.02.01 14:39:37.233917 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:37.234011 [ 276 ] {027fa7d3-e8cb-4c94-81b1-78d47026d397} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:39:37.234052 [ 276 ] {027fa7d3-e8cb-4c94-81b1-78d47026d397} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:39:37.234385 [ 276 ] {027fa7d3-e8cb-4c94-81b1-78d47026d397} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:37.234419 [ 276 ] {027fa7d3-e8cb-4c94-81b1-78d47026d397} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:37.234731 [ 276 ] {027fa7d3-e8cb-4c94-81b1-78d47026d397} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:39:37.234947 [ 276 ] {027fa7d3-e8cb-4c94-81b1-78d47026d397} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:37.235039 [ 86 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 14:39:37.235066 [ 86 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:37.235076 [ 276 ] {027fa7d3-e8cb-4c94-81b1-78d47026d397} executeQuery: Read 68 rows, 4.25 KiB in 0.001083 sec., 62788.550323176365 rows/sec., 3.83 MiB/sec. 2026.02.01 14:39:37.235082 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:37.235112 [ 276 ] {027fa7d3-e8cb-4c94-81b1-78d47026d397} TCPHandler: Processed in 0.001244549 sec. 2026.02.01 14:39:37.235169 [ 193 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:39:37.235290 [ 193 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:37.235322 [ 193 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 858 rows starting from the beginning of the part 2026.02.01 14:39:37.235377 [ 193 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 68 rows starting from the beginning of the part 2026.02.01 14:39:37.235421 [ 193 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part 2026.02.01 14:39:37.235460 [ 193 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 68 rows starting from the beginning of the part 2026.02.01 14:39:37.235501 [ 193 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part 2026.02.01 14:39:37.235542 [ 193 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 68 rows starting from the beginning of the part 2026.02.01 14:39:37.236412 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1142 rows, containing 4 columns (4 merged, 0 gathered) in 0.00128235 sec., 890552.5012672048 rows/sec., 57.35 MiB/sec. 2026.02.01 14:39:37.236582 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 14:39:37.236832 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_26_5} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:37.236900 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_26_5} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 14:39:37.236970 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.01 14:39:42.188639 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12057 2026.02.01 14:39:42.189211 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:42.189261 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:42.189774 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:39:42.190022 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:42.190184 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12057 2026.02.01 14:39:42.213174 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:42.213362 [ 276 ] {fcc13449-e523-4378-9a10-1c983e22a05a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:39:42.213432 [ 276 ] {fcc13449-e523-4378-9a10-1c983e22a05a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:39:42.214102 [ 276 ] {fcc13449-e523-4378-9a10-1c983e22a05a} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:42.214144 [ 276 ] {fcc13449-e523-4378-9a10-1c983e22a05a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:42.214557 [ 276 ] {fcc13449-e523-4378-9a10-1c983e22a05a} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 14:39:42.214787 [ 276 ] {fcc13449-e523-4378-9a10-1c983e22a05a} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:42.214943 [ 276 ] {fcc13449-e523-4378-9a10-1c983e22a05a} executeQuery: Read 110 rows, 10.01 KiB in 0.001632 sec., 67401.96078431372 rows/sec., 5.99 MiB/sec. 2026.02.01 14:39:42.214989 [ 276 ] {fcc13449-e523-4378-9a10-1c983e22a05a} TCPHandler: Processed in 0.0019483 sec. 2026.02.01 14:39:42.215122 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:42.215227 [ 276 ] {5408524e-ba80-4a2c-bd15-d073fe30d331} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:39:42.215272 [ 276 ] {5408524e-ba80-4a2c-bd15-d073fe30d331} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:39:42.215701 [ 276 ] {5408524e-ba80-4a2c-bd15-d073fe30d331} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:42.215738 [ 276 ] {5408524e-ba80-4a2c-bd15-d073fe30d331} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:42.216071 [ 276 ] {5408524e-ba80-4a2c-bd15-d073fe30d331} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:39:42.216279 [ 276 ] {5408524e-ba80-4a2c-bd15-d073fe30d331} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:42.216378 [ 78 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 14:39:42.216410 [ 276 ] {5408524e-ba80-4a2c-bd15-d073fe30d331} executeQuery: Read 40 rows, 3.01 KiB in 0.001209 sec., 33085.194375516956 rows/sec., 2.43 MiB/sec. 2026.02.01 14:39:42.216417 [ 78 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:42.216442 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:42.216448 [ 276 ] {5408524e-ba80-4a2c-bd15-d073fe30d331} TCPHandler: Processed in 0.001380443 sec. 2026.02.01 14:39:42.216562 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:39:42.216563 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:42.216704 [ 276 ] {59ab3dd6-b75e-4542-9cd4-4913a1ecb960} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:39:42.216707 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:42.216746 [ 276 ] {59ab3dd6-b75e-4542-9cd4-4913a1ecb960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:39:42.216765 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 201 rows starting from the beginning of the part 2026.02.01 14:39:42.216846 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part 2026.02.01 14:39:42.216908 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 133 rows starting from the beginning of the part 2026.02.01 14:39:42.216976 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 44 rows starting from the beginning of the part 2026.02.01 14:39:42.217034 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 133 rows starting from the beginning of the part 2026.02.01 14:39:42.217086 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part 2026.02.01 14:39:42.217180 [ 276 ] {59ab3dd6-b75e-4542-9cd4-4913a1ecb960} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:42.217220 [ 276 ] {59ab3dd6-b75e-4542-9cd4-4913a1ecb960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:42.217576 [ 276 ] {59ab3dd6-b75e-4542-9cd4-4913a1ecb960} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 14:39:42.217800 [ 276 ] {59ab3dd6-b75e-4542-9cd4-4913a1ecb960} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:42.217937 [ 276 ] {59ab3dd6-b75e-4542-9cd4-4913a1ecb960} executeQuery: Read 76 rows, 6.08 KiB in 0.001254 sec., 60606.06060606061 rows/sec., 4.74 MiB/sec. 2026.02.01 14:39:42.217974 [ 276 ] {59ab3dd6-b75e-4542-9cd4-4913a1ecb960} TCPHandler: Processed in 0.001462486 sec. 2026.02.01 14:39:42.218090 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:42.218185 [ 276 ] {3a6a1150-5928-4e5d-9df8-97c2218965ba} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:42.218230 [ 276 ] {3a6a1150-5928-4e5d-9df8-97c2218965ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:39:42.218266 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 591 rows, containing 5 columns (5 merged, 0 gathered) in 0.001766925 sec., 334479.39216435334 rows/sec., 22.50 MiB/sec. 2026.02.01 14:39:42.218448 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 14:39:42.218619 [ 276 ] {3a6a1150-5928-4e5d-9df8-97c2218965ba} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:42.218655 [ 276 ] {3a6a1150-5928-4e5d-9df8-97c2218965ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:42.218765 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_26_5} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:42.218844 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_26_5} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 14:39:42.218926 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.01 14:39:42.219006 [ 276 ] {3a6a1150-5928-4e5d-9df8-97c2218965ba} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 14:39:42.219220 [ 276 ] {3a6a1150-5928-4e5d-9df8-97c2218965ba} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:42.219348 [ 276 ] {3a6a1150-5928-4e5d-9df8-97c2218965ba} executeQuery: Read 110 rows, 7.86 KiB in 0.001182 sec., 93062.60575296107 rows/sec., 6.49 MiB/sec. 2026.02.01 14:39:42.219385 [ 276 ] {3a6a1150-5928-4e5d-9df8-97c2218965ba} TCPHandler: Processed in 0.001345111 sec. 2026.02.01 14:39:42.219503 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:42.219599 [ 276 ] {bd170186-221f-46cc-8d2b-285338ab8dbf} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:42.219655 [ 276 ] {bd170186-221f-46cc-8d2b-285338ab8dbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:39:42.220499 [ 276 ] {bd170186-221f-46cc-8d2b-285338ab8dbf} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:42.220534 [ 276 ] {bd170186-221f-46cc-8d2b-285338ab8dbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:42.221138 [ 276 ] {bd170186-221f-46cc-8d2b-285338ab8dbf} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:39:42.221366 [ 276 ] {bd170186-221f-46cc-8d2b-285338ab8dbf} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:42.221510 [ 276 ] {bd170186-221f-46cc-8d2b-285338ab8dbf} executeQuery: Read 40 rows, 73.40 KiB in 0.00193 sec., 20725.38860103627 rows/sec., 37.14 MiB/sec. 2026.02.01 14:39:42.221569 [ 276 ] {bd170186-221f-46cc-8d2b-285338ab8dbf} TCPHandler: Processed in 0.002116146 sec. 2026.02.01 14:39:42.221683 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:42.221779 [ 276 ] {4f40c732-02d9-4436-ae5d-15dc4b4edf58} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:39:42.221821 [ 276 ] {4f40c732-02d9-4436-ae5d-15dc4b4edf58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:39:42.222146 [ 276 ] {4f40c732-02d9-4436-ae5d-15dc4b4edf58} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:42.222181 [ 276 ] {4f40c732-02d9-4436-ae5d-15dc4b4edf58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:42.222484 [ 276 ] {4f40c732-02d9-4436-ae5d-15dc4b4edf58} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:39:42.222688 [ 276 ] {4f40c732-02d9-4436-ae5d-15dc4b4edf58} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:42.222814 [ 276 ] {4f40c732-02d9-4436-ae5d-15dc4b4edf58} executeQuery: Read 40 rows, 2.73 KiB in 0.001055 sec., 37914.69194312797 rows/sec., 2.53 MiB/sec. 2026.02.01 14:39:42.222850 [ 276 ] {4f40c732-02d9-4436-ae5d-15dc4b4edf58} TCPHandler: Processed in 0.001217928 sec. 2026.02.01 14:39:42.791377 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.02.01 14:39:42.809518 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:42.809574 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.02.01 14:39:42.815421 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:39:42.816154 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:42.819361 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.02.01 14:39:43.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 255.26 MiB, peak 260.94 MiB, free memory in arenas 0.00 B, will set to 254.23 MiB (RSS), difference: -1.02 MiB 2026.02.01 14:39:44.584094 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63301 2026.02.01 14:39:44.584229 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.584266 [ 287 ] {} TCP-Session: 99f261b8-4514-4c3b-b94b-c2e685ac8ce9 Authenticating user 'default' from [fd00:1122:3344:101::e]:63301 2026.02.01 14:39:44.584294 [ 287 ] {} TCP-Session: 99f261b8-4514-4c3b-b94b-c2e685ac8ce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.584309 [ 287 ] {} TCP-Session: 99f261b8-4514-4c3b-b94b-c2e685ac8ce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.584557 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32768 2026.02.01 14:39:44.584587 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43164 2026.02.01 14:39:44.584621 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34944 2026.02.01 14:39:44.584636 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55763 2026.02.01 14:39:44.584651 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53569 2026.02.01 14:39:44.584707 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.584704 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.584614 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64073 2026.02.01 14:39:44.584755 [ 291 ] {} TCP-Session: 32467d09-4742-4fa2-b889-24f1c2095382 Authenticating user 'default' from [fd00:1122:3344:101::e]:43164 2026.02.01 14:39:44.584765 [ 287 ] {} TCP-Session: 99f261b8-4514-4c3b-b94b-c2e685ac8ce9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:44.584801 [ 291 ] {} TCP-Session: 32467d09-4742-4fa2-b889-24f1c2095382 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.584746 [ 294 ] {} TCP-Session: 818d4f7a-4451-4d95-b5ee-42901e16fef9 Authenticating user 'default' from [fd00:1122:3344:101::e]:34944 2026.02.01 14:39:44.584831 [ 291 ] {} TCP-Session: 32467d09-4742-4fa2-b889-24f1c2095382 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.584851 [ 294 ] {} TCP-Session: 818d4f7a-4451-4d95-b5ee-42901e16fef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.584605 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59502 2026.02.01 14:39:44.584877 [ 294 ] {} TCP-Session: 818d4f7a-4451-4d95-b5ee-42901e16fef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.584595 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52574 2026.02.01 14:39:44.584963 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.585000 [ 295 ] {} TCP-Session: ed559553-eaef-4cd8-9d8e-1524dc5611c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:55763 2026.02.01 14:39:44.585000 [ 287 ] {bf3a4894-46ef-4c5e-8b2d-680a09dd441f} executeQuery: (from [fd00:1122:3344:101::e]:63301) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:39:44.585027 [ 295 ] {} TCP-Session: ed559553-eaef-4cd8-9d8e-1524dc5611c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.585043 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.585052 [ 295 ] {} TCP-Session: ed559553-eaef-4cd8-9d8e-1524dc5611c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.585090 [ 293 ] {} TCP-Session: 5005bc27-9dfc-45b9-a305-cd1fa59a50db Authenticating user 'default' from [fd00:1122:3344:101::e]:64073 2026.02.01 14:39:44.585122 [ 293 ] {} TCP-Session: 5005bc27-9dfc-45b9-a305-cd1fa59a50db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.585137 [ 293 ] {} TCP-Session: 5005bc27-9dfc-45b9-a305-cd1fa59a50db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.585155 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.585191 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.585204 [ 292 ] {} TCP-Session: af92a591-2f91-4856-bd67-418f3270d04a Authenticating user 'default' from [fd00:1122:3344:101::e]:59502 2026.02.01 14:39:44.585239 [ 290 ] {} TCP-Session: beb9d833-87d5-4c3f-b0df-cc10ac135e98 Authenticating user 'default' from [fd00:1122:3344:101::e]:52574 2026.02.01 14:39:44.585248 [ 292 ] {} TCP-Session: af92a591-2f91-4856-bd67-418f3270d04a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.585248 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.585287 [ 292 ] {} TCP-Session: af92a591-2f91-4856-bd67-418f3270d04a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.585316 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.585332 [ 287 ] {bf3a4894-46ef-4c5e-8b2d-680a09dd441f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:39:44.585359 [ 275 ] {} TCP-Session: 92ac8a77-62e2-44ba-9de2-705bd5ff8acf Authenticating user 'default' from [fd00:1122:3344:101::e]:53569 2026.02.01 14:39:44.585334 [ 289 ] {} TCP-Session: 3ce26580-164d-4d6f-8cb2-12dcbac640bc Authenticating user 'default' from [fd00:1122:3344:101::e]:32768 2026.02.01 14:39:44.585397 [ 275 ] {} TCP-Session: 92ac8a77-62e2-44ba-9de2-705bd5ff8acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.585422 [ 287 ] {bf3a4894-46ef-4c5e-8b2d-680a09dd441f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:39:44.585442 [ 275 ] {} TCP-Session: 92ac8a77-62e2-44ba-9de2-705bd5ff8acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.585438 [ 289 ] {} TCP-Session: 3ce26580-164d-4d6f-8cb2-12dcbac640bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.585281 [ 290 ] {} TCP-Session: beb9d833-87d5-4c3f-b0df-cc10ac135e98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.585502 [ 289 ] {} TCP-Session: 3ce26580-164d-4d6f-8cb2-12dcbac640bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.585532 [ 290 ] {} TCP-Session: beb9d833-87d5-4c3f-b0df-cc10ac135e98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.585785 [ 287 ] {bf3a4894-46ef-4c5e-8b2d-680a09dd441f} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:39:44.586891 [ 284 ] {bf3a4894-46ef-4c5e-8b2d-680a09dd441f} AggregatingTransform: Aggregating 2026.02.01 14:39:44.586929 [ 284 ] {bf3a4894-46ef-4c5e-8b2d-680a09dd441f} Aggregator: Aggregation method: without_key 2026.02.01 14:39:44.586968 [ 284 ] {bf3a4894-46ef-4c5e-8b2d-680a09dd441f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001055373 sec. (947.532 rows/sec., 37.01 KiB/sec.) 2026.02.01 14:39:44.586985 [ 284 ] {bf3a4894-46ef-4c5e-8b2d-680a09dd441f} Aggregator: Merging aggregated data 2026.02.01 14:39:44.588441 [ 287 ] {bf3a4894-46ef-4c5e-8b2d-680a09dd441f} executeQuery: Read 1 rows, 40.00 B in 0.003513 sec., 284.6569883290635 rows/sec., 11.12 KiB/sec. 2026.02.01 14:39:44.588632 [ 287 ] {bf3a4894-46ef-4c5e-8b2d-680a09dd441f} TCPHandler: Processed in 0.004005044 sec. 2026.02.01 14:39:44.588740 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.588770 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.588778 [ 287 ] {} TCP-Session: 99f261b8-4514-4c3b-b94b-c2e685ac8ce9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.588807 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.588830 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.588858 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.588873 [ 291 ] {} TCP-Session: 32467d09-4742-4fa2-b889-24f1c2095382 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.588899 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.588911 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.588936 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.588983 [ 293 ] {} TCP-Session: 5005bc27-9dfc-45b9-a305-cd1fa59a50db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.588960 [ 294 ] {} TCP-Session: 818d4f7a-4451-4d95-b5ee-42901e16fef9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.589025 [ 295 ] {} TCP-Session: ed559553-eaef-4cd8-9d8e-1524dc5611c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.588918 [ 290 ] {} TCP-Session: beb9d833-87d5-4c3f-b0df-cc10ac135e98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.588895 [ 275 ] {} TCP-Session: 92ac8a77-62e2-44ba-9de2-705bd5ff8acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.588849 [ 289 ] {} TCP-Session: 3ce26580-164d-4d6f-8cb2-12dcbac640bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.588875 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.589179 [ 292 ] {} TCP-Session: af92a591-2f91-4856-bd67-418f3270d04a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.716056 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 638 2026.02.01 14:39:44.718429 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:44.718479 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:44.719701 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:39:44.719997 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:44.720282 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 638 2026.02.01 14:39:44.737677 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36550 2026.02.01 14:39:44.737796 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.737823 [ 287 ] {} TCP-Session: 20885b21-5777-4627-9130-b52961a1bbe5 Authenticating user 'default' from [fd00:1122:3344:101::e]:36550 2026.02.01 14:39:44.737845 [ 287 ] {} TCP-Session: 20885b21-5777-4627-9130-b52961a1bbe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.737857 [ 287 ] {} TCP-Session: 20885b21-5777-4627-9130-b52961a1bbe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738065 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42311 2026.02.01 14:39:44.738108 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38960 2026.02.01 14:39:44.738128 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42970 2026.02.01 14:39:44.738140 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44697 2026.02.01 14:39:44.738171 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.738195 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.738215 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.738222 [ 289 ] {} TCP-Session: 04bdad9a-5656-440e-a751-7e625c5d6fd3 Authenticating user 'default' from [fd00:1122:3344:101::e]:42311 2026.02.01 14:39:44.738228 [ 287 ] {} TCP-Session: 20885b21-5777-4627-9130-b52961a1bbe5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:44.738245 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.738255 [ 289 ] {} TCP-Session: 04bdad9a-5656-440e-a751-7e625c5d6fd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738286 [ 294 ] {} TCP-Session: acb6e3f3-1c53-4bea-80d1-ffe3604e671a Authenticating user 'default' from [fd00:1122:3344:101::e]:44697 2026.02.01 14:39:44.738297 [ 289 ] {} TCP-Session: 04bdad9a-5656-440e-a751-7e625c5d6fd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738315 [ 294 ] {} TCP-Session: acb6e3f3-1c53-4bea-80d1-ffe3604e671a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738246 [ 293 ] {} TCP-Session: c16f6991-2b89-4734-a1cf-008402982807 Authenticating user 'default' from [fd00:1122:3344:101::e]:42970 2026.02.01 14:39:44.738339 [ 294 ] {} TCP-Session: acb6e3f3-1c53-4bea-80d1-ffe3604e671a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738362 [ 293 ] {} TCP-Session: c16f6991-2b89-4734-a1cf-008402982807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738235 [ 291 ] {} TCP-Session: c7cddd41-dbbd-4785-97eb-e60f862002c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:38960 2026.02.01 14:39:44.738388 [ 293 ] {} TCP-Session: c16f6991-2b89-4734-a1cf-008402982807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738412 [ 291 ] {} TCP-Session: c7cddd41-dbbd-4785-97eb-e60f862002c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738416 [ 287 ] {be5a272e-38d8-4c77-bed6-e6d5ad35b271} executeQuery: (from [fd00:1122:3344:101::e]:36550) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:39:44.738434 [ 291 ] {} TCP-Session: c7cddd41-dbbd-4785-97eb-e60f862002c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738163 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44699 2026.02.01 14:39:44.738154 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33787 2026.02.01 14:39:44.738120 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57481 2026.02.01 14:39:44.738116 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54192 2026.02.01 14:39:44.738560 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.738579 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.738603 [ 275 ] {} TCP-Session: 49d2d7bd-5ded-4d2d-9272-0f9c5ac96a0f Authenticating user 'default' from [fd00:1122:3344:101::e]:44699 2026.02.01 14:39:44.738625 [ 295 ] {} TCP-Session: 319185a2-eb52-4f8c-b1e7-9841eb1624b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:33787 2026.02.01 14:39:44.738632 [ 275 ] {} TCP-Session: 49d2d7bd-5ded-4d2d-9272-0f9c5ac96a0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738634 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.738647 [ 295 ] {} TCP-Session: 319185a2-eb52-4f8c-b1e7-9841eb1624b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738648 [ 275 ] {} TCP-Session: 49d2d7bd-5ded-4d2d-9272-0f9c5ac96a0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738664 [ 290 ] {} TCP-Session: 903c33be-d0c8-4e2d-b46c-7287b7e1f477 Authenticating user 'default' from [fd00:1122:3344:101::e]:54192 2026.02.01 14:39:44.738668 [ 295 ] {} TCP-Session: 319185a2-eb52-4f8c-b1e7-9841eb1624b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738688 [ 290 ] {} TCP-Session: 903c33be-d0c8-4e2d-b46c-7287b7e1f477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738694 [ 287 ] {be5a272e-38d8-4c77-bed6-e6d5ad35b271} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:39:44.738705 [ 290 ] {} TCP-Session: 903c33be-d0c8-4e2d-b46c-7287b7e1f477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738635 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.738761 [ 287 ] {be5a272e-38d8-4c77-bed6-e6d5ad35b271} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:39:44.738772 [ 292 ] {} TCP-Session: d1ca6f90-7b1a-4ae6-acc6-1dbeb774f83c Authenticating user 'default' from [fd00:1122:3344:101::e]:57481 2026.02.01 14:39:44.738804 [ 292 ] {} TCP-Session: d1ca6f90-7b1a-4ae6-acc6-1dbeb774f83c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.738817 [ 292 ] {} TCP-Session: d1ca6f90-7b1a-4ae6-acc6-1dbeb774f83c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.739064 [ 287 ] {be5a272e-38d8-4c77-bed6-e6d5ad35b271} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:39:44.739974 [ 296 ] {be5a272e-38d8-4c77-bed6-e6d5ad35b271} AggregatingTransform: Aggregating 2026.02.01 14:39:44.740029 [ 296 ] {be5a272e-38d8-4c77-bed6-e6d5ad35b271} Aggregator: Aggregation method: without_key 2026.02.01 14:39:44.740069 [ 296 ] {be5a272e-38d8-4c77-bed6-e6d5ad35b271} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000901328 sec. (1109.474 rows/sec., 43.34 KiB/sec.) 2026.02.01 14:39:44.740088 [ 296 ] {be5a272e-38d8-4c77-bed6-e6d5ad35b271} Aggregator: Merging aggregated data 2026.02.01 14:39:44.741748 [ 287 ] {be5a272e-38d8-4c77-bed6-e6d5ad35b271} executeQuery: Read 1 rows, 40.00 B in 0.003387 sec., 295.24653085326247 rows/sec., 11.53 KiB/sec. 2026.02.01 14:39:44.741895 [ 287 ] {be5a272e-38d8-4c77-bed6-e6d5ad35b271} TCPHandler: Processed in 0.003805878 sec. 2026.02.01 14:39:44.742042 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.742064 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.742092 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.742093 [ 287 ] {} TCP-Session: 20885b21-5777-4627-9130-b52961a1bbe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.742118 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.742141 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.742158 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.742179 [ 289 ] {} TCP-Session: 04bdad9a-5656-440e-a751-7e625c5d6fd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.742191 [ 294 ] {} TCP-Session: acb6e3f3-1c53-4bea-80d1-ffe3604e671a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.742209 [ 290 ] {} TCP-Session: 903c33be-d0c8-4e2d-b46c-7287b7e1f477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.742209 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.742232 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.742271 [ 293 ] {} TCP-Session: c16f6991-2b89-4734-a1cf-008402982807 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.742138 [ 292 ] {} TCP-Session: d1ca6f90-7b1a-4ae6-acc6-1dbeb774f83c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.742300 [ 291 ] {} TCP-Session: c7cddd41-dbbd-4785-97eb-e60f862002c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.742110 [ 275 ] {} TCP-Session: 49d2d7bd-5ded-4d2d-9272-0f9c5ac96a0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.742233 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.742381 [ 295 ] {} TCP-Session: 319185a2-eb52-4f8c-b1e7-9841eb1624b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.814042 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65378 2026.02.01 14:39:44.814148 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.814174 [ 287 ] {} TCP-Session: c70b2bae-d098-44cc-ab6e-7d99d4ec3aa5 Authenticating user 'default' from [fd00:1122:3344:101::e]:65378 2026.02.01 14:39:44.814196 [ 287 ] {} TCP-Session: c70b2bae-d098-44cc-ab6e-7d99d4ec3aa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.814208 [ 287 ] {} TCP-Session: c70b2bae-d098-44cc-ab6e-7d99d4ec3aa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.814443 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38665 2026.02.01 14:39:44.814456 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62722 2026.02.01 14:39:44.814504 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65457 2026.02.01 14:39:44.814510 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34737 2026.02.01 14:39:44.814487 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42815 2026.02.01 14:39:44.814572 [ 287 ] {} TCP-Session: c70b2bae-d098-44cc-ab6e-7d99d4ec3aa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:44.814589 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.814589 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.814601 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.814624 [ 295 ] {} TCP-Session: 799f95d6-dc34-4ac2-bdfe-4735f95b104f Authenticating user 'default' from [fd00:1122:3344:101::e]:65457 2026.02.01 14:39:44.814628 [ 290 ] {} TCP-Session: 1f101797-2179-445f-b48a-0eb33e53abbe Authenticating user 'default' from [fd00:1122:3344:101::e]:62722 2026.02.01 14:39:44.814634 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.814645 [ 275 ] {} TCP-Session: df1ded0d-7a9e-470f-88b4-17476662d485 Authenticating user 'default' from [fd00:1122:3344:101::e]:34737 2026.02.01 14:39:44.814656 [ 290 ] {} TCP-Session: 1f101797-2179-445f-b48a-0eb33e53abbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.814673 [ 294 ] {} TCP-Session: 0df4ac5e-f36b-4856-904c-27854427b298 Authenticating user 'default' from [fd00:1122:3344:101::e]:42815 2026.02.01 14:39:44.814681 [ 275 ] {} TCP-Session: df1ded0d-7a9e-470f-88b4-17476662d485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.814706 [ 294 ] {} TCP-Session: 0df4ac5e-f36b-4856-904c-27854427b298 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.814722 [ 275 ] {} TCP-Session: df1ded0d-7a9e-470f-88b4-17476662d485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.814739 [ 294 ] {} TCP-Session: 0df4ac5e-f36b-4856-904c-27854427b298 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.814752 [ 287 ] {3fb0d0ad-f39a-40ab-b639-24138ee34e10} executeQuery: (from [fd00:1122:3344:101::e]:65378) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:39:44.814686 [ 290 ] {} TCP-Session: 1f101797-2179-445f-b48a-0eb33e53abbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.814653 [ 295 ] {} TCP-Session: 799f95d6-dc34-4ac2-bdfe-4735f95b104f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.814567 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.814813 [ 295 ] {} TCP-Session: 799f95d6-dc34-4ac2-bdfe-4735f95b104f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.814480 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41493 2026.02.01 14:39:44.814859 [ 289 ] {} TCP-Session: d114f95d-2fc1-45b1-8592-b3ee545b3720 Authenticating user 'default' from [fd00:1122:3344:101::e]:38665 2026.02.01 14:39:44.814473 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62799 2026.02.01 14:39:44.814903 [ 289 ] {} TCP-Session: d114f95d-2fc1-45b1-8592-b3ee545b3720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.814455 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34346 2026.02.01 14:39:44.814942 [ 289 ] {} TCP-Session: d114f95d-2fc1-45b1-8592-b3ee545b3720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.814928 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.814994 [ 293 ] {} TCP-Session: 2d79aa63-04b4-4891-97ce-21df45bd03e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:41493 2026.02.01 14:39:44.814999 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.815007 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:39:44.815013 [ 293 ] {} TCP-Session: 2d79aa63-04b4-4891-97ce-21df45bd03e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.815036 [ 292 ] {} TCP-Session: eb5cf162-453b-4e65-be4b-4a1c37f4a2dc Authenticating user 'default' from [fd00:1122:3344:101::e]:62799 2026.02.01 14:39:44.815054 [ 293 ] {} TCP-Session: 2d79aa63-04b4-4891-97ce-21df45bd03e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.815047 [ 291 ] {} TCP-Session: d9b3c287-4c19-4226-9ba3-4e404d3d12ff Authenticating user 'default' from [fd00:1122:3344:101::e]:34346 2026.02.01 14:39:44.815078 [ 292 ] {} TCP-Session: eb5cf162-453b-4e65-be4b-4a1c37f4a2dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.815104 [ 291 ] {} TCP-Session: d9b3c287-4c19-4226-9ba3-4e404d3d12ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.815117 [ 292 ] {} TCP-Session: eb5cf162-453b-4e65-be4b-4a1c37f4a2dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.815129 [ 291 ] {} TCP-Session: d9b3c287-4c19-4226-9ba3-4e404d3d12ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.815030 [ 287 ] {3fb0d0ad-f39a-40ab-b639-24138ee34e10} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:39:44.815219 [ 287 ] {3fb0d0ad-f39a-40ab-b639-24138ee34e10} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:39:44.815510 [ 287 ] {3fb0d0ad-f39a-40ab-b639-24138ee34e10} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:39:44.816422 [ 301 ] {3fb0d0ad-f39a-40ab-b639-24138ee34e10} AggregatingTransform: Aggregating 2026.02.01 14:39:44.816460 [ 301 ] {3fb0d0ad-f39a-40ab-b639-24138ee34e10} Aggregator: Aggregation method: without_key 2026.02.01 14:39:44.816496 [ 301 ] {3fb0d0ad-f39a-40ab-b639-24138ee34e10} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000882178 sec. (1133.558 rows/sec., 44.28 KiB/sec.) 2026.02.01 14:39:44.816514 [ 301 ] {3fb0d0ad-f39a-40ab-b639-24138ee34e10} Aggregator: Merging aggregated data 2026.02.01 14:39:44.817942 [ 287 ] {3fb0d0ad-f39a-40ab-b639-24138ee34e10} executeQuery: Read 1 rows, 40.00 B in 0.003234 sec., 309.2145949288807 rows/sec., 12.08 KiB/sec. 2026.02.01 14:39:44.818096 [ 287 ] {3fb0d0ad-f39a-40ab-b639-24138ee34e10} TCPHandler: Processed in 0.003651963 sec. 2026.02.01 14:39:44.818209 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.818236 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.818237 [ 287 ] {} TCP-Session: c70b2bae-d098-44cc-ab6e-7d99d4ec3aa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.818262 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.818271 [ 291 ] {} TCP-Session: d9b3c287-4c19-4226-9ba3-4e404d3d12ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.818282 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.818301 [ 294 ] {} TCP-Session: 0df4ac5e-f36b-4856-904c-27854427b298 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.818312 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.818335 [ 290 ] {} TCP-Session: 1f101797-2179-445f-b48a-0eb33e53abbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.818331 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.818351 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.818370 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.818400 [ 293 ] {} TCP-Session: 2d79aa63-04b4-4891-97ce-21df45bd03e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.818414 [ 289 ] {} TCP-Session: d114f95d-2fc1-45b1-8592-b3ee545b3720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.818387 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.01 14:39:44.818385 [ 295 ] {} TCP-Session: 799f95d6-dc34-4ac2-bdfe-4735f95b104f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.818481 [ 292 ] {} TCP-Session: eb5cf162-453b-4e65-be4b-4a1c37f4a2dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:44.818494 [ 275 ] {} TCP-Session: df1ded0d-7a9e-470f-88b4-17476662d485 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:39:47.222017 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:47.222221 [ 276 ] {256f9887-2cea-46f9-8406-4b4003c23794} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:39:47.222298 [ 276 ] {256f9887-2cea-46f9-8406-4b4003c23794} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:39:47.223132 [ 276 ] {256f9887-2cea-46f9-8406-4b4003c23794} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:47.223182 [ 276 ] {256f9887-2cea-46f9-8406-4b4003c23794} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:47.223604 [ 276 ] {256f9887-2cea-46f9-8406-4b4003c23794} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:39:47.223832 [ 276 ] {256f9887-2cea-46f9-8406-4b4003c23794} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:47.223995 [ 276 ] {256f9887-2cea-46f9-8406-4b4003c23794} executeQuery: Read 266 rows, 17.30 KiB in 0.001831 sec., 145275.80557072637 rows/sec., 9.23 MiB/sec. 2026.02.01 14:39:47.224045 [ 276 ] {256f9887-2cea-46f9-8406-4b4003c23794} TCPHandler: Processed in 0.002163187 sec. 2026.02.01 14:39:47.224176 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:47.224282 [ 276 ] {8272fb1e-d756-45fc-a833-c8acc8d4bdc9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:39:47.224327 [ 276 ] {8272fb1e-d756-45fc-a833-c8acc8d4bdc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:39:47.224746 [ 276 ] {8272fb1e-d756-45fc-a833-c8acc8d4bdc9} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:47.224782 [ 276 ] {8272fb1e-d756-45fc-a833-c8acc8d4bdc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:47.225088 [ 276 ] {8272fb1e-d756-45fc-a833-c8acc8d4bdc9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.01 14:39:47.225308 [ 276 ] {8272fb1e-d756-45fc-a833-c8acc8d4bdc9} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:47.225445 [ 276 ] {8272fb1e-d756-45fc-a833-c8acc8d4bdc9} executeQuery: Read 4 rows, 334.00 B in 0.001189 sec., 3364.1715727502105 rows/sec., 274.32 KiB/sec. 2026.02.01 14:39:47.225483 [ 276 ] {8272fb1e-d756-45fc-a833-c8acc8d4bdc9} TCPHandler: Processed in 0.001359913 sec. 2026.02.01 14:39:47.225588 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:47.225686 [ 276 ] {105e9a57-0653-4fb7-a322-ddb6971c9d5d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:39:47.225727 [ 276 ] {105e9a57-0653-4fb7-a322-ddb6971c9d5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:39:47.226630 [ 276 ] {105e9a57-0653-4fb7-a322-ddb6971c9d5d} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:47.226666 [ 276 ] {105e9a57-0653-4fb7-a322-ddb6971c9d5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:47.227013 [ 276 ] {105e9a57-0653-4fb7-a322-ddb6971c9d5d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 14:39:47.227220 [ 276 ] {105e9a57-0653-4fb7-a322-ddb6971c9d5d} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:47.227323 [ 70 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 14:39:47.227352 [ 276 ] {105e9a57-0653-4fb7-a322-ddb6971c9d5d} executeQuery: Read 754 rows, 60.71 KiB in 0.001687 sec., 446947.2436277416 rows/sec., 35.14 MiB/sec. 2026.02.01 14:39:47.227364 [ 70 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:47.227387 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:47.227390 [ 276 ] {105e9a57-0653-4fb7-a322-ddb6971c9d5d} TCPHandler: Processed in 0.001851498 sec. 2026.02.01 14:39:47.227476 [ 194 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:39:47.227513 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:47.227575 [ 194 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:47.227609 [ 194 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 935 rows starting from the beginning of the part 2026.02.01 14:39:47.227612 [ 276 ] {130db26c-4cfb-41e1-b204-d14b0ef6680b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:39:47.227659 [ 276 ] {130db26c-4cfb-41e1-b204-d14b0ef6680b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:39:47.227675 [ 194 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 726 rows starting from the beginning of the part 2026.02.01 14:39:47.227725 [ 194 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part 2026.02.01 14:39:47.227771 [ 194 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 726 rows starting from the beginning of the part 2026.02.01 14:39:47.227814 [ 194 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 110 rows starting from the beginning of the part 2026.02.01 14:39:47.227861 [ 194 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 754 rows starting from the beginning of the part 2026.02.01 14:39:47.228235 [ 276 ] {130db26c-4cfb-41e1-b204-d14b0ef6680b} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:47.228280 [ 276 ] {130db26c-4cfb-41e1-b204-d14b0ef6680b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:47.228699 [ 276 ] {130db26c-4cfb-41e1-b204-d14b0ef6680b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:39:47.229010 [ 276 ] {130db26c-4cfb-41e1-b204-d14b0ef6680b} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:47.229174 [ 276 ] {130db26c-4cfb-41e1-b204-d14b0ef6680b} executeQuery: Read 137 rows, 8.28 KiB in 0.001581 sec., 86654.0164452878 rows/sec., 5.12 MiB/sec. 2026.02.01 14:39:47.229220 [ 276 ] {130db26c-4cfb-41e1-b204-d14b0ef6680b} TCPHandler: Processed in 0.001756695 sec. 2026.02.01 14:39:47.229354 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:47.229462 [ 276 ] {1074bc64-3c77-4015-b3ae-7a76d3cf4c43} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:39:47.229510 [ 276 ] {1074bc64-3c77-4015-b3ae-7a76d3cf4c43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:39:47.229823 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3363 rows, containing 5 columns (5 merged, 0 gathered) in 0.002379264 sec., 1413462.3143963849 rows/sec., 118.76 MiB/sec. 2026.02.01 14:39:47.230014 [ 276 ] {1074bc64-3c77-4015-b3ae-7a76d3cf4c43} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:47.230019 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 14:39:47.230056 [ 276 ] {1074bc64-3c77-4015-b3ae-7a76d3cf4c43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:47.230300 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_31_6} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:47.230386 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_31_6} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 14:39:47.230396 [ 276 ] {1074bc64-3c77-4015-b3ae-7a76d3cf4c43} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:39:47.230447 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.02.01 14:39:47.230625 [ 276 ] {1074bc64-3c77-4015-b3ae-7a76d3cf4c43} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:47.230759 [ 276 ] {1074bc64-3c77-4015-b3ae-7a76d3cf4c43} executeQuery: Read 140 rows, 9.27 KiB in 0.001322 sec., 105900.1512859304 rows/sec., 6.84 MiB/sec. 2026.02.01 14:39:47.230798 [ 276 ] {1074bc64-3c77-4015-b3ae-7a76d3cf4c43} TCPHandler: Processed in 0.001503337 sec. 2026.02.01 14:39:47.230912 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:47.231009 [ 276 ] {145edef1-8741-4723-be4d-fcccca8178e8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:39:47.231049 [ 276 ] {145edef1-8741-4723-be4d-fcccca8178e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:39:47.231530 [ 276 ] {145edef1-8741-4723-be4d-fcccca8178e8} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:47.231566 [ 276 ] {145edef1-8741-4723-be4d-fcccca8178e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:47.231879 [ 276 ] {145edef1-8741-4723-be4d-fcccca8178e8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:39:47.232095 [ 276 ] {145edef1-8741-4723-be4d-fcccca8178e8} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:47.232226 [ 276 ] {145edef1-8741-4723-be4d-fcccca8178e8} executeQuery: Read 139 rows, 8.10 KiB in 0.001236 sec., 112459.54692556635 rows/sec., 6.40 MiB/sec. 2026.02.01 14:39:47.232264 [ 276 ] {145edef1-8741-4723-be4d-fcccca8178e8} TCPHandler: Processed in 0.001401734 sec. 2026.02.01 14:39:47.232382 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:47.232476 [ 276 ] {85e49531-716a-4dea-9303-ca5157509891} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:39:47.232519 [ 276 ] {85e49531-716a-4dea-9303-ca5157509891} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:39:47.233144 [ 276 ] {85e49531-716a-4dea-9303-ca5157509891} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:47.233179 [ 276 ] {85e49531-716a-4dea-9303-ca5157509891} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:47.233525 [ 276 ] {85e49531-716a-4dea-9303-ca5157509891} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 14:39:47.233744 [ 276 ] {85e49531-716a-4dea-9303-ca5157509891} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:47.233839 [ 70 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 14:39:47.233864 [ 70 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:47.233876 [ 276 ] {85e49531-716a-4dea-9303-ca5157509891} executeQuery: Read 467 rows, 33.61 KiB in 0.001417 sec., 329569.51305575157 rows/sec., 23.16 MiB/sec. 2026.02.01 14:39:47.233881 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:47.233915 [ 276 ] {85e49531-716a-4dea-9303-ca5157509891} TCPHandler: Processed in 0.001581799 sec. 2026.02.01 14:39:47.233990 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:39:47.234029 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:47.234129 [ 276 ] {c1acc363-f731-42d8-980d-91bad649d241} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:39:47.234135 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:47.234176 [ 276 ] {c1acc363-f731-42d8-980d-91bad649d241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:39:47.234189 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 545 rows starting from the beginning of the part 2026.02.01 14:39:47.234270 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 435 rows starting from the beginning of the part 2026.02.01 14:39:47.234319 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 80 rows starting from the beginning of the part 2026.02.01 14:39:47.234364 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 435 rows starting from the beginning of the part 2026.02.01 14:39:47.234409 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 76 rows starting from the beginning of the part 2026.02.01 14:39:47.234456 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 467 rows starting from the beginning of the part 2026.02.01 14:39:47.234537 [ 276 ] {c1acc363-f731-42d8-980d-91bad649d241} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:47.234578 [ 276 ] {c1acc363-f731-42d8-980d-91bad649d241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:47.234929 [ 276 ] {c1acc363-f731-42d8-980d-91bad649d241} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:39:47.235179 [ 276 ] {c1acc363-f731-42d8-980d-91bad649d241} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:47.235321 [ 276 ] {c1acc363-f731-42d8-980d-91bad649d241} executeQuery: Read 6 rows, 321.00 B in 0.001211 sec., 4954.58298926507 rows/sec., 258.86 KiB/sec. 2026.02.01 14:39:47.235359 [ 276 ] {c1acc363-f731-42d8-980d-91bad649d241} TCPHandler: Processed in 0.001380163 sec. 2026.02.01 14:39:47.235466 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:47.235560 [ 276 ] {cd9e57ff-a455-4ce1-9ff1-6190f48e6ed2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:47.235604 [ 276 ] {cd9e57ff-a455-4ce1-9ff1-6190f48e6ed2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:39:47.235622 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2038 rows, containing 5 columns (5 merged, 0 gathered) in 0.001685823 sec., 1208905.086714323 rows/sec., 90.60 MiB/sec. 2026.02.01 14:39:47.235805 [ 193 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 14:39:47.236042 [ 276 ] {cd9e57ff-a455-4ce1-9ff1-6190f48e6ed2} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:47.236082 [ 193 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_31_6} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:47.236085 [ 276 ] {cd9e57ff-a455-4ce1-9ff1-6190f48e6ed2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:47.236170 [ 193 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_31_6} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 14:39:47.236252 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.02.01 14:39:47.236461 [ 276 ] {cd9e57ff-a455-4ce1-9ff1-6190f48e6ed2} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 14:39:47.236697 [ 276 ] {cd9e57ff-a455-4ce1-9ff1-6190f48e6ed2} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:47.236828 [ 276 ] {cd9e57ff-a455-4ce1-9ff1-6190f48e6ed2} executeQuery: Read 260 rows, 17.73 KiB in 0.001287 sec., 202020.20202020204 rows/sec., 13.45 MiB/sec. 2026.02.01 14:39:47.236865 [ 276 ] {cd9e57ff-a455-4ce1-9ff1-6190f48e6ed2} TCPHandler: Processed in 0.001447665 sec. 2026.02.01 14:39:47.236976 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:47.237071 [ 276 ] {4104ef55-e072-4fa6-b104-589053abcb3e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:39:47.237114 [ 276 ] {4104ef55-e072-4fa6-b104-589053abcb3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:39:47.237435 [ 276 ] {4104ef55-e072-4fa6-b104-589053abcb3e} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:47.237471 [ 276 ] {4104ef55-e072-4fa6-b104-589053abcb3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:47.237783 [ 276 ] {4104ef55-e072-4fa6-b104-589053abcb3e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:39:47.238021 [ 276 ] {4104ef55-e072-4fa6-b104-589053abcb3e} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:47.238134 [ 70 ] {} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 14:39:47.238163 [ 276 ] {4104ef55-e072-4fa6-b104-589053abcb3e} executeQuery: Read 1 rows, 69.00 B in 0.00111 sec., 900.9009009009009 rows/sec., 60.71 KiB/sec. 2026.02.01 14:39:47.238175 [ 70 ] {} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:47.238209 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:47.238217 [ 276 ] {4104ef55-e072-4fa6-b104-589053abcb3e} TCPHandler: Processed in 0.00128999 sec. 2026.02.01 14:39:47.238295 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::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.02.01 14:39:47.238363 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:47.238390 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:47.238423 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part 2026.02.01 14:39:47.238470 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::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.02.01 14:39:47.238488 [ 276 ] {8d079200-cd6e-496d-a780-37bc0366bfc1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:39:47.238506 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.02.01 14:39:47.238549 [ 276 ] {8d079200-cd6e-496d-a780-37bc0366bfc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:39:47.238550 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.02.01 14:39:47.238604 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.02.01 14:39:47.238637 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.02.01 14:39:47.238984 [ 276 ] {8d079200-cd6e-496d-a780-37bc0366bfc1} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:47.239035 [ 276 ] {8d079200-cd6e-496d-a780-37bc0366bfc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:47.239374 [ 200 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.001107595 sec., 9931.4280039184 rows/sec., 665.68 KiB/sec. 2026.02.01 14:39:47.239405 [ 276 ] {8d079200-cd6e-496d-a780-37bc0366bfc1} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 14:39:47.239523 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 14:39:47.239688 [ 276 ] {8d079200-cd6e-496d-a780-37bc0366bfc1} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:47.239816 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_11_2} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:47.239839 [ 276 ] {8d079200-cd6e-496d-a780-37bc0366bfc1} executeQuery: Read 88 rows, 5.66 KiB in 0.001376 sec., 63953.48837209302 rows/sec., 4.02 MiB/sec. 2026.02.01 14:39:47.239882 [ 276 ] {8d079200-cd6e-496d-a780-37bc0366bfc1} TCPHandler: Processed in 0.001581589 sec. 2026.02.01 14:39:47.239893 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_11_2} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 14:39:47.239962 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 14:39:49.572120 [ 64 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:39:49.572186 [ 64 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:39:49.690280 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12505 2026.02.01 14:39:49.691074 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:49.691150 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:49.691817 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:39:49.692042 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:49.692167 [ 64 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 14:39:49.692170 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12505 2026.02.01 14:39:49.692223 [ 64 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:49.692251 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:49.692358 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:39:49.692483 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:49.692523 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10137 rows starting from the beginning of the part 2026.02.01 14:39:49.692617 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:39:49.692670 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:39:49.692723 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:39:49.692774 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:39:49.692824 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:39:49.694698 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12505 rows, containing 4 columns (4 merged, 0 gathered) in 0.002389614 sec., 5233062.745698677 rows/sec., 74.86 MiB/sec. 2026.02.01 14:39:49.694996 [ 192 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 14:39:49.695279 [ 192 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_26_5} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:49.695348 [ 192 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_26_5} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 14:39:49.695438 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.02.01 14:39:50.320414 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.02.01 14:39:50.337430 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:50.337476 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:50.343606 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:39:50.344315 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:50.344607 [ 63 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 14:39:50.344649 [ 63 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:50.344671 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:50.344768 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:39:50.347183 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.02.01 14:39:50.347742 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:50.348521 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:39:50.351884 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:39:50.355162 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:39:50.359030 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:39:50.362917 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:39:50.366765 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:39:50.418382 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.073657213 sec., 2660.9749679233723 rows/sec., 13.76 MiB/sec. 2026.02.01 14:39:50.419991 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 14:39:50.421611 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_26_5} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:50.421692 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_26_5} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 14:39:50.423002 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.02.01 14:39:51.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 255.46 MiB, peak 266.00 MiB, free memory in arenas 0.00 B, will set to 261.49 MiB (RSS), difference: 6.03 MiB 2026.02.01 14:39:52.216061 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:52.216265 [ 276 ] {7b5831d6-2855-408b-a832-f740cd3239bb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:39:52.216335 [ 276 ] {7b5831d6-2855-408b-a832-f740cd3239bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:39:52.217064 [ 276 ] {7b5831d6-2855-408b-a832-f740cd3239bb} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:52.217108 [ 276 ] {7b5831d6-2855-408b-a832-f740cd3239bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:52.217516 [ 276 ] {7b5831d6-2855-408b-a832-f740cd3239bb} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 14:39:52.217737 [ 276 ] {7b5831d6-2855-408b-a832-f740cd3239bb} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:52.217913 [ 276 ] {7b5831d6-2855-408b-a832-f740cd3239bb} executeQuery: Read 136 rows, 12.08 KiB in 0.001705 sec., 79765.39589442816 rows/sec., 6.92 MiB/sec. 2026.02.01 14:39:52.217964 [ 276 ] {7b5831d6-2855-408b-a832-f740cd3239bb} TCPHandler: Processed in 0.002046674 sec. 2026.02.01 14:39:52.218087 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:52.218192 [ 276 ] {e244f166-17d6-4170-9914-bda31d342890} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:39:52.218238 [ 276 ] {e244f166-17d6-4170-9914-bda31d342890} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:39:52.218662 [ 276 ] {e244f166-17d6-4170-9914-bda31d342890} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:52.218697 [ 276 ] {e244f166-17d6-4170-9914-bda31d342890} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:52.219025 [ 276 ] {e244f166-17d6-4170-9914-bda31d342890} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 14:39:52.219232 [ 276 ] {e244f166-17d6-4170-9914-bda31d342890} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:52.219373 [ 276 ] {e244f166-17d6-4170-9914-bda31d342890} executeQuery: Read 40 rows, 3.01 KiB in 0.001206 sec., 33167.49585406302 rows/sec., 2.44 MiB/sec. 2026.02.01 14:39:52.219411 [ 276 ] {e244f166-17d6-4170-9914-bda31d342890} TCPHandler: Processed in 0.001377703 sec. 2026.02.01 14:39:52.219524 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:52.219620 [ 276 ] {c51a2c5a-3195-407e-94f2-c64bc40b59ab} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:39:52.219660 [ 276 ] {c51a2c5a-3195-407e-94f2-c64bc40b59ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:39:52.220089 [ 276 ] {c51a2c5a-3195-407e-94f2-c64bc40b59ab} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:52.220123 [ 276 ] {c51a2c5a-3195-407e-94f2-c64bc40b59ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:52.220459 [ 276 ] {c51a2c5a-3195-407e-94f2-c64bc40b59ab} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 14:39:52.220662 [ 276 ] {c51a2c5a-3195-407e-94f2-c64bc40b59ab} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:52.220799 [ 276 ] {c51a2c5a-3195-407e-94f2-c64bc40b59ab} executeQuery: Read 104 rows, 8.32 KiB in 0.001197 sec., 86883.87635756057 rows/sec., 6.79 MiB/sec. 2026.02.01 14:39:52.220837 [ 276 ] {c51a2c5a-3195-407e-94f2-c64bc40b59ab} TCPHandler: Processed in 0.001363173 sec. 2026.02.01 14:39:52.220950 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:52.221045 [ 276 ] {92334c98-0fac-4f7a-b47b-6802aef278c5} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:52.221089 [ 276 ] {92334c98-0fac-4f7a-b47b-6802aef278c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:39:52.221487 [ 276 ] {92334c98-0fac-4f7a-b47b-6802aef278c5} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:52.221521 [ 276 ] {92334c98-0fac-4f7a-b47b-6802aef278c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:52.221836 [ 276 ] {92334c98-0fac-4f7a-b47b-6802aef278c5} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 14:39:52.222042 [ 276 ] {92334c98-0fac-4f7a-b47b-6802aef278c5} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:52.222177 [ 276 ] {92334c98-0fac-4f7a-b47b-6802aef278c5} executeQuery: Read 160 rows, 11.41 KiB in 0.001151 sec., 139009.55690703736 rows/sec., 9.68 MiB/sec. 2026.02.01 14:39:52.222214 [ 276 ] {92334c98-0fac-4f7a-b47b-6802aef278c5} TCPHandler: Processed in 0.00131398 sec. 2026.02.01 14:39:52.222328 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:52.222422 [ 276 ] {a6b31097-4823-4aa0-90b1-0c2284bb9e29} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:52.222477 [ 276 ] {a6b31097-4823-4aa0-90b1-0c2284bb9e29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:39:52.223301 [ 276 ] {a6b31097-4823-4aa0-90b1-0c2284bb9e29} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:52.223336 [ 276 ] {a6b31097-4823-4aa0-90b1-0c2284bb9e29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:52.223945 [ 276 ] {a6b31097-4823-4aa0-90b1-0c2284bb9e29} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:39:52.224168 [ 276 ] {a6b31097-4823-4aa0-90b1-0c2284bb9e29} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:52.224317 [ 276 ] {a6b31097-4823-4aa0-90b1-0c2284bb9e29} executeQuery: Read 40 rows, 73.40 KiB in 0.001914 sec., 20898.641588296763 rows/sec., 37.45 MiB/sec. 2026.02.01 14:39:52.224370 [ 276 ] {a6b31097-4823-4aa0-90b1-0c2284bb9e29} TCPHandler: Processed in 0.002092464 sec. 2026.02.01 14:39:52.224483 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:52.224579 [ 276 ] {e671bcfa-3d82-4340-8e6b-ea1f1bfac61e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:39:52.224621 [ 276 ] {e671bcfa-3d82-4340-8e6b-ea1f1bfac61e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:39:52.224949 [ 276 ] {e671bcfa-3d82-4340-8e6b-ea1f1bfac61e} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:52.224984 [ 276 ] {e671bcfa-3d82-4340-8e6b-ea1f1bfac61e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:52.225286 [ 276 ] {e671bcfa-3d82-4340-8e6b-ea1f1bfac61e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 14:39:52.225488 [ 276 ] {e671bcfa-3d82-4340-8e6b-ea1f1bfac61e} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:52.225613 [ 276 ] {e671bcfa-3d82-4340-8e6b-ea1f1bfac61e} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2026.02.01 14:39:52.225648 [ 276 ] {e671bcfa-3d82-4340-8e6b-ea1f1bfac61e} TCPHandler: Processed in 0.001216328 sec. 2026.02.01 14:39:54.721509 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 676 2026.02.01 14:39:54.723897 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:54.723943 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:54.725178 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:39:54.725436 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:54.725687 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 676 2026.02.01 14:39:57.193242 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13017 2026.02.01 14:39:57.193781 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:57.193826 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:57.194355 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:39:57.194615 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:57.194763 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13017 2026.02.01 14:39:57.220303 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:57.220567 [ 276 ] {1747a04e-cff9-412f-bcaf-139471608686} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:39:57.220634 [ 276 ] {1747a04e-cff9-412f-bcaf-139471608686} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:39:57.221359 [ 276 ] {1747a04e-cff9-412f-bcaf-139471608686} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:57.221402 [ 276 ] {1747a04e-cff9-412f-bcaf-139471608686} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:57.221795 [ 276 ] {1747a04e-cff9-412f-bcaf-139471608686} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:39:57.222038 [ 276 ] {1747a04e-cff9-412f-bcaf-139471608686} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:57.222205 [ 276 ] {1747a04e-cff9-412f-bcaf-139471608686} executeQuery: Read 266 rows, 17.30 KiB in 0.001689 sec., 157489.63883955003 rows/sec., 10.01 MiB/sec. 2026.02.01 14:39:57.222258 [ 276 ] {1747a04e-cff9-412f-bcaf-139471608686} TCPHandler: Processed in 0.002170737 sec. 2026.02.01 14:39:57.222381 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:57.222481 [ 276 ] {125c645c-b75c-4e38-a39c-d0253cb87cfd} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:39:57.222525 [ 276 ] {125c645c-b75c-4e38-a39c-d0253cb87cfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:39:57.223289 [ 276 ] {125c645c-b75c-4e38-a39c-d0253cb87cfd} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:57.223326 [ 276 ] {125c645c-b75c-4e38-a39c-d0253cb87cfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:57.223684 [ 276 ] {125c645c-b75c-4e38-a39c-d0253cb87cfd} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 14:39:57.223896 [ 276 ] {125c645c-b75c-4e38-a39c-d0253cb87cfd} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:57.224024 [ 276 ] {125c645c-b75c-4e38-a39c-d0253cb87cfd} executeQuery: Read 752 rows, 60.56 KiB in 0.001567 sec., 479897.89406509255 rows/sec., 37.74 MiB/sec. 2026.02.01 14:39:57.224062 [ 276 ] {125c645c-b75c-4e38-a39c-d0253cb87cfd} TCPHandler: Processed in 0.001730444 sec. 2026.02.01 14:39:57.224177 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:57.224271 [ 276 ] {6ae589be-472f-4c4d-b639-a66ba18dbe02} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:39:57.224312 [ 276 ] {6ae589be-472f-4c4d-b639-a66ba18dbe02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:39:57.224735 [ 276 ] {6ae589be-472f-4c4d-b639-a66ba18dbe02} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:57.224771 [ 276 ] {6ae589be-472f-4c4d-b639-a66ba18dbe02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:57.225082 [ 276 ] {6ae589be-472f-4c4d-b639-a66ba18dbe02} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 14:39:57.225278 [ 276 ] {6ae589be-472f-4c4d-b639-a66ba18dbe02} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:57.225410 [ 276 ] {6ae589be-472f-4c4d-b639-a66ba18dbe02} executeQuery: Read 133 rows, 8.00 KiB in 0.001158 sec., 114853.195164076 rows/sec., 6.75 MiB/sec. 2026.02.01 14:39:57.225448 [ 276 ] {6ae589be-472f-4c4d-b639-a66ba18dbe02} TCPHandler: Processed in 0.001318331 sec. 2026.02.01 14:39:57.225620 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:57.225712 [ 276 ] {6ca4fb27-7a64-4fd8-9a8e-73b41018bb41} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:39:57.225750 [ 276 ] {6ca4fb27-7a64-4fd8-9a8e-73b41018bb41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:39:57.226176 [ 276 ] {6ca4fb27-7a64-4fd8-9a8e-73b41018bb41} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:57.226212 [ 276 ] {6ca4fb27-7a64-4fd8-9a8e-73b41018bb41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:57.226499 [ 276 ] {6ca4fb27-7a64-4fd8-9a8e-73b41018bb41} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:39:57.226704 [ 276 ] {6ca4fb27-7a64-4fd8-9a8e-73b41018bb41} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:57.226834 [ 276 ] {6ca4fb27-7a64-4fd8-9a8e-73b41018bb41} executeQuery: Read 140 rows, 9.27 KiB in 0.00114 sec., 122807.01754385965 rows/sec., 7.94 MiB/sec. 2026.02.01 14:39:57.226871 [ 276 ] {6ca4fb27-7a64-4fd8-9a8e-73b41018bb41} TCPHandler: Processed in 0.001298611 sec. 2026.02.01 14:39:57.226981 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:57.227072 [ 276 ] {e564a47b-e575-4503-ae98-6bbf6c74a6fc} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:39:57.227111 [ 276 ] {e564a47b-e575-4503-ae98-6bbf6c74a6fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:39:57.227526 [ 276 ] {e564a47b-e575-4503-ae98-6bbf6c74a6fc} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:57.227561 [ 276 ] {e564a47b-e575-4503-ae98-6bbf6c74a6fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:57.227896 [ 276 ] {e564a47b-e575-4503-ae98-6bbf6c74a6fc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:39:57.228106 [ 276 ] {e564a47b-e575-4503-ae98-6bbf6c74a6fc} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:57.228237 [ 276 ] {e564a47b-e575-4503-ae98-6bbf6c74a6fc} executeQuery: Read 139 rows, 8.10 KiB in 0.001183 sec., 117497.88672865595 rows/sec., 6.68 MiB/sec. 2026.02.01 14:39:57.228276 [ 276 ] {e564a47b-e575-4503-ae98-6bbf6c74a6fc} TCPHandler: Processed in 0.001342181 sec. 2026.02.01 14:39:57.228391 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:57.228482 [ 276 ] {851d4414-912c-47e0-8391-83696f35fd20} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:39:57.228521 [ 276 ] {851d4414-912c-47e0-8391-83696f35fd20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:39:57.229063 [ 276 ] {851d4414-912c-47e0-8391-83696f35fd20} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:57.229098 [ 276 ] {851d4414-912c-47e0-8391-83696f35fd20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:57.229444 [ 276 ] {851d4414-912c-47e0-8391-83696f35fd20} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 14:39:57.229648 [ 276 ] {851d4414-912c-47e0-8391-83696f35fd20} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:57.229772 [ 276 ] {851d4414-912c-47e0-8391-83696f35fd20} executeQuery: Read 463 rows, 33.28 KiB in 0.001308 sec., 353975.5351681957 rows/sec., 24.85 MiB/sec. 2026.02.01 14:39:57.229809 [ 276 ] {851d4414-912c-47e0-8391-83696f35fd20} TCPHandler: Processed in 0.001464046 sec. 2026.02.01 14:39:57.229919 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:57.230011 [ 276 ] {f3307dfd-bfe4-440d-874d-4bc41082be22} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:39:57.230052 [ 276 ] {f3307dfd-bfe4-440d-874d-4bc41082be22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:39:57.230399 [ 276 ] {f3307dfd-bfe4-440d-874d-4bc41082be22} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:57.230434 [ 276 ] {f3307dfd-bfe4-440d-874d-4bc41082be22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:57.230734 [ 276 ] {f3307dfd-bfe4-440d-874d-4bc41082be22} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:39:57.230940 [ 276 ] {f3307dfd-bfe4-440d-874d-4bc41082be22} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:57.231064 [ 276 ] {f3307dfd-bfe4-440d-874d-4bc41082be22} executeQuery: Read 6 rows, 321.00 B in 0.001071 sec., 5602.240896358544 rows/sec., 292.70 KiB/sec. 2026.02.01 14:39:57.231059 [ 47 ] {} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.01 14:39:57.231100 [ 276 ] {f3307dfd-bfe4-440d-874d-4bc41082be22} TCPHandler: Processed in 0.001227758 sec. 2026.02.01 14:39:57.231141 [ 47 ] {} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:57.231174 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:57.231237 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:57.231297 [ 192 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::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.02.01 14:39:57.231332 [ 276 ] {e482b427-3111-4b16-8c11-a3c779867e01} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:39:57.231384 [ 276 ] {e482b427-3111-4b16-8c11-a3c779867e01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:39:57.231455 [ 192 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:57.231495 [ 192 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2026.02.01 14:39:57.231596 [ 192 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.02.01 14:39:57.231642 [ 192 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.02.01 14:39:57.231682 [ 192 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.02.01 14:39:57.231720 [ 192 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.02.01 14:39:57.231770 [ 192 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.02.01 14:39:57.231784 [ 276 ] {e482b427-3111-4b16-8c11-a3c779867e01} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:57.231825 [ 276 ] {e482b427-3111-4b16-8c11-a3c779867e01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:57.232191 [ 276 ] {e482b427-3111-4b16-8c11-a3c779867e01} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 14:39:57.232418 [ 276 ] {e482b427-3111-4b16-8c11-a3c779867e01} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:57.232526 [ 47 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 14:39:57.232561 [ 47 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:57.232561 [ 276 ] {e482b427-3111-4b16-8c11-a3c779867e01} executeQuery: Read 258 rows, 17.59 KiB in 0.001247 sec., 206896.5517241379 rows/sec., 13.78 MiB/sec. 2026.02.01 14:39:57.232585 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:57.232616 [ 276 ] {e482b427-3111-4b16-8c11-a3c779867e01} TCPHandler: Processed in 0.001435465 sec. 2026.02.01 14:39:57.232635 [ 189 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001396003 sec., 47277.83536281799 rows/sec., 2.41 MiB/sec. 2026.02.01 14:39:57.232690 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:39:57.232735 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:57.232780 [ 202 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.01 14:39:57.232808 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:39:57.232831 [ 276 ] {78324f4e-b795-4d50-a7b8-349bd4cb7200} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:39:57.232841 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3772 rows starting from the beginning of the part 2026.02.01 14:39:57.232880 [ 276 ] {78324f4e-b795-4d50-a7b8-349bd4cb7200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:39:57.232899 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 208 rows starting from the beginning of the part 2026.02.01 14:39:57.232943 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 110 rows starting from the beginning of the part 2026.02.01 14:39:57.232979 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 260 rows starting from the beginning of the part 2026.02.01 14:39:57.233014 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2026.02.01 14:39:57.233048 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 258 rows starting from the beginning of the part 2026.02.01 14:39:57.233095 [ 202 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_11_2} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:57.233182 [ 202 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_11_2} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.01 14:39:57.233198 [ 276 ] {78324f4e-b795-4d50-a7b8-349bd4cb7200} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:57.233237 [ 276 ] {78324f4e-b795-4d50-a7b8-349bd4cb7200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:57.233277 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.02.01 14:39:57.233569 [ 276 ] {78324f4e-b795-4d50-a7b8-349bd4cb7200} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:39:57.233787 [ 276 ] {78324f4e-b795-4d50-a7b8-349bd4cb7200} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:57.233927 [ 276 ] {78324f4e-b795-4d50-a7b8-349bd4cb7200} executeQuery: Read 1 rows, 69.00 B in 0.001114 sec., 897.6660682226212 rows/sec., 60.49 KiB/sec. 2026.02.01 14:39:57.233964 [ 276 ] {78324f4e-b795-4d50-a7b8-349bd4cb7200} TCPHandler: Processed in 0.001275889 sec. 2026.02.01 14:39:57.234082 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:39:57.234173 [ 276 ] {e05a7979-6a9f-4172-aa87-53a40efaac68} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:39:57.234214 [ 276 ] {e05a7979-6a9f-4172-aa87-53a40efaac68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:39:57.234539 [ 276 ] {e05a7979-6a9f-4172-aa87-53a40efaac68} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:57.234574 [ 276 ] {e05a7979-6a9f-4172-aa87-53a40efaac68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:57.234890 [ 276 ] {e05a7979-6a9f-4172-aa87-53a40efaac68} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 14:39:57.234944 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 4768 rows, containing 5 columns (5 merged, 0 gathered) in 0.002295311 sec., 2077278.416737427 rows/sec., 142.61 MiB/sec. 2026.02.01 14:39:57.235104 [ 276 ] {e05a7979-6a9f-4172-aa87-53a40efaac68} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:57.235250 [ 276 ] {e05a7979-6a9f-4172-aa87-53a40efaac68} executeQuery: Read 88 rows, 5.66 KiB in 0.001095 sec., 80365.29680365296 rows/sec., 5.05 MiB/sec. 2026.02.01 14:39:57.235287 [ 276 ] {e05a7979-6a9f-4172-aa87-53a40efaac68} TCPHandler: Processed in 0.001251318 sec. 2026.02.01 14:39:57.235424 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 14:39:57.235706 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_31_6} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:57.235782 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_31_6} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 14:39:57.235865 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2026.02.01 14:39:57.848228 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.02.01 14:39:57.863916 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:39:57.863971 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.02.01 14:39:57.870172 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:39:57.870905 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:39:57.873459 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.02.01 14:40:02.222266 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:02.222485 [ 276 ] {d8f615a9-7c24-4931-a01a-162d69e7e61d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:40:02.222559 [ 276 ] {d8f615a9-7c24-4931-a01a-162d69e7e61d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:40:02.223232 [ 276 ] {d8f615a9-7c24-4931-a01a-162d69e7e61d} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:02.223277 [ 276 ] {d8f615a9-7c24-4931-a01a-162d69e7e61d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:02.223698 [ 276 ] {d8f615a9-7c24-4931-a01a-162d69e7e61d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:40:02.223932 [ 276 ] {d8f615a9-7c24-4931-a01a-162d69e7e61d} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:02.224109 [ 276 ] {d8f615a9-7c24-4931-a01a-162d69e7e61d} executeQuery: Read 24 rows, 2.04 KiB in 0.001681 sec., 14277.215942891136 rows/sec., 1.18 MiB/sec. 2026.02.01 14:40:02.224161 [ 276 ] {d8f615a9-7c24-4931-a01a-162d69e7e61d} TCPHandler: Processed in 0.002037703 sec. 2026.02.01 14:40:02.224286 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:02.224393 [ 276 ] {d912e515-f8a0-4599-ab6d-a7b206716c43} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:40:02.224436 [ 276 ] {d912e515-f8a0-4599-ab6d-a7b206716c43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:40:02.224853 [ 276 ] {d912e515-f8a0-4599-ab6d-a7b206716c43} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:02.224890 [ 276 ] {d912e515-f8a0-4599-ab6d-a7b206716c43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:02.225224 [ 276 ] {d912e515-f8a0-4599-ab6d-a7b206716c43} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.01 14:40:02.225431 [ 276 ] {d912e515-f8a0-4599-ab6d-a7b206716c43} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:02.225573 [ 276 ] {d912e515-f8a0-4599-ab6d-a7b206716c43} executeQuery: Read 8 rows, 668.00 B in 0.001206 sec., 6633.499170812604 rows/sec., 540.92 KiB/sec. 2026.02.01 14:40:02.225612 [ 276 ] {d912e515-f8a0-4599-ab6d-a7b206716c43} TCPHandler: Processed in 0.001379343 sec. 2026.02.01 14:40:02.225726 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:02.225823 [ 276 ] {8824cd08-16c0-4c09-b68e-ebedcb642202} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:40:02.225862 [ 276 ] {8824cd08-16c0-4c09-b68e-ebedcb642202} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:40:02.226364 [ 276 ] {8824cd08-16c0-4c09-b68e-ebedcb642202} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:02.226399 [ 276 ] {8824cd08-16c0-4c09-b68e-ebedcb642202} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:02.226731 [ 276 ] {8824cd08-16c0-4c09-b68e-ebedcb642202} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 14:40:02.226949 [ 276 ] {8824cd08-16c0-4c09-b68e-ebedcb642202} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:02.227091 [ 276 ] {8824cd08-16c0-4c09-b68e-ebedcb642202} executeQuery: Read 260 rows, 23.83 KiB in 0.001288 sec., 201863.35403726707 rows/sec., 18.07 MiB/sec. 2026.02.01 14:40:02.227129 [ 276 ] {8824cd08-16c0-4c09-b68e-ebedcb642202} TCPHandler: Processed in 0.001455085 sec. 2026.02.01 14:40:02.227232 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:02.227327 [ 276 ] {4a491ef9-5cc0-4a08-8125-a2290cf51039} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:40:02.227367 [ 276 ] {4a491ef9-5cc0-4a08-8125-a2290cf51039} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:40:02.227791 [ 276 ] {4a491ef9-5cc0-4a08-8125-a2290cf51039} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:02.227827 [ 276 ] {4a491ef9-5cc0-4a08-8125-a2290cf51039} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:02.228137 [ 276 ] {4a491ef9-5cc0-4a08-8125-a2290cf51039} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 14:40:02.228349 [ 276 ] {4a491ef9-5cc0-4a08-8125-a2290cf51039} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:02.228488 [ 276 ] {4a491ef9-5cc0-4a08-8125-a2290cf51039} executeQuery: Read 60 rows, 4.53 KiB in 0.00118 sec., 50847.45762711864 rows/sec., 3.75 MiB/sec. 2026.02.01 14:40:02.228527 [ 276 ] {4a491ef9-5cc0-4a08-8125-a2290cf51039} TCPHandler: Processed in 0.001344952 sec. 2026.02.01 14:40:02.228640 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:02.228735 [ 276 ] {0d9aa673-06e4-4359-9905-4809598b3f47} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:40:02.228774 [ 276 ] {0d9aa673-06e4-4359-9905-4809598b3f47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:40:02.229167 [ 276 ] {0d9aa673-06e4-4359-9905-4809598b3f47} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:02.229203 [ 276 ] {0d9aa673-06e4-4359-9905-4809598b3f47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:02.229516 [ 276 ] {0d9aa673-06e4-4359-9905-4809598b3f47} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:40:02.229727 [ 276 ] {0d9aa673-06e4-4359-9905-4809598b3f47} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:02.229863 [ 276 ] {0d9aa673-06e4-4359-9905-4809598b3f47} executeQuery: Read 24 rows, 2.04 KiB in 0.001147 sec., 20924.149956408022 rows/sec., 1.74 MiB/sec. 2026.02.01 14:40:02.229902 [ 276 ] {0d9aa673-06e4-4359-9905-4809598b3f47} TCPHandler: Processed in 0.001312231 sec. 2026.02.01 14:40:02.230015 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:02.230110 [ 276 ] {1c6155dd-8c67-438f-9d59-1605e3dc9e20} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:40:02.230149 [ 276 ] {1c6155dd-8c67-438f-9d59-1605e3dc9e20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:40:02.230546 [ 276 ] {1c6155dd-8c67-438f-9d59-1605e3dc9e20} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:02.230582 [ 276 ] {1c6155dd-8c67-438f-9d59-1605e3dc9e20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:02.230894 [ 276 ] {1c6155dd-8c67-438f-9d59-1605e3dc9e20} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:40:02.231099 [ 276 ] {1c6155dd-8c67-438f-9d59-1605e3dc9e20} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:02.231237 [ 276 ] {1c6155dd-8c67-438f-9d59-1605e3dc9e20} executeQuery: Read 12 rows, 960.00 B in 0.001145 sec., 10480.349344978165 rows/sec., 818.78 KiB/sec. 2026.02.01 14:40:02.231276 [ 276 ] {1c6155dd-8c67-438f-9d59-1605e3dc9e20} TCPHandler: Processed in 0.00131123 sec. 2026.02.01 14:40:02.231387 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:02.231481 [ 276 ] {2ae95b4d-9bff-4c7c-8d02-a52db9d0f2c9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:40:02.231521 [ 276 ] {2ae95b4d-9bff-4c7c-8d02-a52db9d0f2c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:40:02.231984 [ 276 ] {2ae95b4d-9bff-4c7c-8d02-a52db9d0f2c9} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:02.232020 [ 276 ] {2ae95b4d-9bff-4c7c-8d02-a52db9d0f2c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:02.232361 [ 276 ] {2ae95b4d-9bff-4c7c-8d02-a52db9d0f2c9} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 14:40:02.232570 [ 276 ] {2ae95b4d-9bff-4c7c-8d02-a52db9d0f2c9} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:02.232707 [ 276 ] {2ae95b4d-9bff-4c7c-8d02-a52db9d0f2c9} executeQuery: Read 148 rows, 12.23 KiB in 0.001245 sec., 118875.50200803213 rows/sec., 9.59 MiB/sec. 2026.02.01 14:40:02.232745 [ 276 ] {2ae95b4d-9bff-4c7c-8d02-a52db9d0f2c9} TCPHandler: Processed in 0.001408194 sec. 2026.02.01 14:40:02.232877 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:02.232973 [ 276 ] {7efba3f2-c5e5-4c73-8656-0f20fec09078} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:02.233016 [ 276 ] {7efba3f2-c5e5-4c73-8656-0f20fec09078} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:40:02.233486 [ 276 ] {7efba3f2-c5e5-4c73-8656-0f20fec09078} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:02.233523 [ 276 ] {7efba3f2-c5e5-4c73-8656-0f20fec09078} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:02.233861 [ 276 ] {7efba3f2-c5e5-4c73-8656-0f20fec09078} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 14:40:02.234078 [ 276 ] {7efba3f2-c5e5-4c73-8656-0f20fec09078} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:02.234218 [ 276 ] {7efba3f2-c5e5-4c73-8656-0f20fec09078} executeQuery: Read 308 rows, 23.65 KiB in 0.001263 sec., 243863.81631037212 rows/sec., 18.28 MiB/sec. 2026.02.01 14:40:02.234256 [ 276 ] {7efba3f2-c5e5-4c73-8656-0f20fec09078} TCPHandler: Processed in 0.001429155 sec. 2026.02.01 14:40:02.234382 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:02.234478 [ 276 ] {7c41db1a-f3a7-4365-977d-0adadfb04f06} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:02.234534 [ 276 ] {7c41db1a-f3a7-4365-977d-0adadfb04f06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:40:02.235509 [ 276 ] {7c41db1a-f3a7-4365-977d-0adadfb04f06} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:02.235545 [ 276 ] {7c41db1a-f3a7-4365-977d-0adadfb04f06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:02.236147 [ 276 ] {7c41db1a-f3a7-4365-977d-0adadfb04f06} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:40:02.236368 [ 276 ] {7c41db1a-f3a7-4365-977d-0adadfb04f06} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:02.236518 [ 276 ] {7c41db1a-f3a7-4365-977d-0adadfb04f06} executeQuery: Read 40 rows, 73.40 KiB in 0.002058 sec., 19436.34596695821 rows/sec., 34.83 MiB/sec. 2026.02.01 14:40:02.236580 [ 276 ] {7c41db1a-f3a7-4365-977d-0adadfb04f06} TCPHandler: Processed in 0.00224823 sec. 2026.02.01 14:40:02.236702 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:02.236799 [ 276 ] {c77ce012-51b3-411e-a55c-8e6ae9aa20dc} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:40:02.236841 [ 276 ] {c77ce012-51b3-411e-a55c-8e6ae9aa20dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:40:02.237217 [ 276 ] {c77ce012-51b3-411e-a55c-8e6ae9aa20dc} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:02.237253 [ 276 ] {c77ce012-51b3-411e-a55c-8e6ae9aa20dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:02.237566 [ 276 ] {c77ce012-51b3-411e-a55c-8e6ae9aa20dc} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 14:40:02.237776 [ 276 ] {c77ce012-51b3-411e-a55c-8e6ae9aa20dc} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:02.237904 [ 276 ] {c77ce012-51b3-411e-a55c-8e6ae9aa20dc} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2026.02.01 14:40:02.237901 [ 41 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 14:40:02.237941 [ 276 ] {c77ce012-51b3-411e-a55c-8e6ae9aa20dc} TCPHandler: Processed in 0.00129024 sec. 2026.02.01 14:40:02.237980 [ 41 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:02.238006 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:02.238126 [ 189 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:40:02.238276 [ 189 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:02.238313 [ 189 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1142 rows starting from the beginning of the part 2026.02.01 14:40:02.238382 [ 189 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part 2026.02.01 14:40:02.238429 [ 189 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 88 rows starting from the beginning of the part 2026.02.01 14:40:02.238471 [ 189 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:40:02.238510 [ 189 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 88 rows starting from the beginning of the part 2026.02.01 14:40:02.238549 [ 189 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:40:02.239501 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1478 rows, containing 4 columns (4 merged, 0 gathered) in 0.001418974 sec., 1041597.6614088771 rows/sec., 67.19 MiB/sec. 2026.02.01 14:40:02.239810 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 14:40:02.240239 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_31_6} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:02.240360 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_31_6} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 14:40:02.240474 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.01 14:40:04.572286 [ 38 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:40:04.572386 [ 38 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:40:04.694909 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13465 2026.02.01 14:40:04.695723 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:04.695792 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:04.696298 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 14:40:04.696515 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:04.696640 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13465 2026.02.01 14:40:04.725876 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 716 2026.02.01 14:40:04.728277 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:04.728321 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:04.729560 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:40:04.729815 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:04.729970 [ 38 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 14:40:04.730029 [ 38 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:04.730052 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:04.730063 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 716 2026.02.01 14:40:04.730165 [ 198 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:40:04.730689 [ 198 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:04.730817 [ 198 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 538 rows starting from the beginning of the part 2026.02.01 14:40:04.731182 [ 198 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part 2026.02.01 14:40:04.731651 [ 198 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part 2026.02.01 14:40:04.732034 [ 198 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part 2026.02.01 14:40:04.732428 [ 198 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 38 rows starting from the beginning of the part 2026.02.01 14:40:04.732794 [ 198 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part 2026.02.01 14:40:04.739394 [ 192 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 716 rows, containing 72 columns (72 merged, 0 gathered) in 0.009271887 sec., 77222.68401243458 rows/sec., 66.88 MiB/sec. 2026.02.01 14:40:04.740569 [ 191 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 14:40:04.741246 [ 191 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_21_4} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:04.741336 [ 191 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_21_4} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 14:40:04.741592 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. 2026.02.01 14:40:05.373554 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.02.01 14:40:05.390973 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:05.391048 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:05.397495 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 14:40:05.398186 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:05.401140 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.02.01 14:40:07.213746 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:07.213943 [ 276 ] {aee96775-0352-483f-815b-9791e815991c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:40:07.214014 [ 276 ] {aee96775-0352-483f-815b-9791e815991c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:40:07.214836 [ 276 ] {aee96775-0352-483f-815b-9791e815991c} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:07.214890 [ 276 ] {aee96775-0352-483f-815b-9791e815991c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:07.215305 [ 276 ] {aee96775-0352-483f-815b-9791e815991c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 14:40:07.215528 [ 276 ] {aee96775-0352-483f-815b-9791e815991c} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:07.215696 [ 276 ] {aee96775-0352-483f-815b-9791e815991c} executeQuery: Read 56 rows, 4.41 KiB in 0.001809 sec., 30956.32946379215 rows/sec., 2.38 MiB/sec. 2026.02.01 14:40:07.215744 [ 276 ] {aee96775-0352-483f-815b-9791e815991c} TCPHandler: Processed in 0.002144386 sec. 2026.02.01 14:40:07.215875 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:07.215982 [ 276 ] {521fa244-4d3a-4700-af9c-8c1628239d71} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:40:07.216026 [ 276 ] {521fa244-4d3a-4700-af9c-8c1628239d71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:40:07.216481 [ 276 ] {521fa244-4d3a-4700-af9c-8c1628239d71} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:07.216518 [ 276 ] {521fa244-4d3a-4700-af9c-8c1628239d71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:07.216842 [ 276 ] {521fa244-4d3a-4700-af9c-8c1628239d71} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 14:40:07.217065 [ 276 ] {521fa244-4d3a-4700-af9c-8c1628239d71} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:07.217203 [ 276 ] {521fa244-4d3a-4700-af9c-8c1628239d71} executeQuery: Read 64 rows, 5.12 KiB in 0.001247 sec., 51323.17562149158 rows/sec., 4.01 MiB/sec. 2026.02.01 14:40:07.217242 [ 276 ] {521fa244-4d3a-4700-af9c-8c1628239d71} TCPHandler: Processed in 0.001420374 sec. 2026.02.01 14:40:07.217362 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:07.217457 [ 276 ] {ae91b8f0-72e9-46ff-b01c-0d7bf7a7bc20} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:07.217502 [ 276 ] {ae91b8f0-72e9-46ff-b01c-0d7bf7a7bc20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:40:07.217932 [ 276 ] {ae91b8f0-72e9-46ff-b01c-0d7bf7a7bc20} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:07.217969 [ 276 ] {ae91b8f0-72e9-46ff-b01c-0d7bf7a7bc20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:07.218306 [ 276 ] {ae91b8f0-72e9-46ff-b01c-0d7bf7a7bc20} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 14:40:07.218538 [ 276 ] {ae91b8f0-72e9-46ff-b01c-0d7bf7a7bc20} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:07.218679 [ 276 ] {ae91b8f0-72e9-46ff-b01c-0d7bf7a7bc20} executeQuery: Read 160 rows, 11.41 KiB in 0.00124 sec., 129032.25806451614 rows/sec., 8.99 MiB/sec. 2026.02.01 14:40:07.218716 [ 276 ] {ae91b8f0-72e9-46ff-b01c-0d7bf7a7bc20} TCPHandler: Processed in 0.001404283 sec. 2026.02.01 14:40:07.218826 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:07.218918 [ 276 ] {bff62475-a502-40ff-a77b-99c35340b0d4} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:40:07.218959 [ 276 ] {bff62475-a502-40ff-a77b-99c35340b0d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:40:07.219295 [ 276 ] {bff62475-a502-40ff-a77b-99c35340b0d4} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:07.219331 [ 276 ] {bff62475-a502-40ff-a77b-99c35340b0d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:07.219642 [ 276 ] {bff62475-a502-40ff-a77b-99c35340b0d4} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 14:40:07.219842 [ 276 ] {bff62475-a502-40ff-a77b-99c35340b0d4} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:07.219977 [ 276 ] {bff62475-a502-40ff-a77b-99c35340b0d4} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.02.01 14:40:07.220013 [ 276 ] {bff62475-a502-40ff-a77b-99c35340b0d4} TCPHandler: Processed in 0.001237798 sec. 2026.02.01 14:40:12.197666 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13977 2026.02.01 14:40:12.198204 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:12.198257 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:12.198818 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 14:40:12.199047 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:12.199182 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13977 2026.02.01 14:40:12.214769 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:12.214948 [ 276 ] {6d36c329-e9fb-464f-a807-ca51601c8bfb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:40:12.215012 [ 276 ] {6d36c329-e9fb-464f-a807-ca51601c8bfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:40:12.215742 [ 276 ] {6d36c329-e9fb-464f-a807-ca51601c8bfb} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:12.215780 [ 276 ] {6d36c329-e9fb-464f-a807-ca51601c8bfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:12.216177 [ 276 ] {6d36c329-e9fb-464f-a807-ca51601c8bfb} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 14:40:12.216405 [ 276 ] {6d36c329-e9fb-464f-a807-ca51601c8bfb} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:12.216536 [ 30 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 14:40:12.216560 [ 276 ] {6d36c329-e9fb-464f-a807-ca51601c8bfb} executeQuery: Read 136 rows, 12.08 KiB in 0.001662 sec., 81829.12154031287 rows/sec., 7.10 MiB/sec. 2026.02.01 14:40:12.216581 [ 30 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:12.216602 [ 276 ] {6d36c329-e9fb-464f-a807-ca51601c8bfb} TCPHandler: Processed in 0.001962131 sec. 2026.02.01 14:40:12.216607 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:12.216732 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:12.216743 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:40:12.216826 [ 276 ] {f874386a-bfcf-4568-8212-8dd057e126a7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:40:12.216871 [ 276 ] {f874386a-bfcf-4568-8212-8dd057e126a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:40:12.216900 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:12.216941 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 962 rows starting from the beginning of the part 2026.02.01 14:40:12.217014 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 136 rows starting from the beginning of the part 2026.02.01 14:40:12.217063 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 752 rows starting from the beginning of the part 2026.02.01 14:40:12.217105 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 260 rows starting from the beginning of the part 2026.02.01 14:40:12.217148 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part 2026.02.01 14:40:12.217187 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 136 rows starting from the beginning of the part 2026.02.01 14:40:12.217295 [ 276 ] {f874386a-bfcf-4568-8212-8dd057e126a7} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:12.217337 [ 276 ] {f874386a-bfcf-4568-8212-8dd057e126a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:12.217650 [ 276 ] {f874386a-bfcf-4568-8212-8dd057e126a7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 14:40:12.217857 [ 276 ] {f874386a-bfcf-4568-8212-8dd057e126a7} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:12.217955 [ 30 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 14:40:12.217981 [ 30 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:12.217990 [ 276 ] {f874386a-bfcf-4568-8212-8dd057e126a7} executeQuery: Read 40 rows, 3.01 KiB in 0.001183 sec., 33812.341504649194 rows/sec., 2.48 MiB/sec. 2026.02.01 14:40:12.217999 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:12.218028 [ 276 ] {f874386a-bfcf-4568-8212-8dd057e126a7} TCPHandler: Processed in 0.001344802 sec. 2026.02.01 14:40:12.218102 [ 191 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:40:12.218140 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:12.218241 [ 191 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:12.218242 [ 276 ] {47dd827a-4cd7-4baa-a597-733c5cfec061} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:40:12.218280 [ 191 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 201 rows starting from the beginning of the part 2026.02.01 14:40:12.218301 [ 276 ] {47dd827a-4cd7-4baa-a597-733c5cfec061} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:40:12.218348 [ 191 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 137 rows starting from the beginning of the part 2026.02.01 14:40:12.218391 [ 192 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2302 rows, containing 5 columns (5 merged, 0 gathered) in 0.001711613 sec., 1344930.1915795216 rows/sec., 115.47 MiB/sec. 2026.02.01 14:40:12.218395 [ 191 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part 2026.02.01 14:40:12.218507 [ 191 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 133 rows starting from the beginning of the part 2026.02.01 14:40:12.218551 [ 191 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.02.01 14:40:12.218612 [ 192 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 14:40:12.218632 [ 191 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part 2026.02.01 14:40:12.218746 [ 276 ] {47dd827a-4cd7-4baa-a597-733c5cfec061} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:12.218788 [ 276 ] {47dd827a-4cd7-4baa-a597-733c5cfec061} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:12.218968 [ 192 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_36_7} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:12.219067 [ 192 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_36_7} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 14:40:12.219145 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.02.01 14:40:12.219209 [ 276 ] {47dd827a-4cd7-4baa-a597-733c5cfec061} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 14:40:12.219441 [ 276 ] {47dd827a-4cd7-4baa-a597-733c5cfec061} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:12.219537 [ 30 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 14:40:12.219560 [ 30 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:12.219572 [ 276 ] {47dd827a-4cd7-4baa-a597-733c5cfec061} executeQuery: Read 104 rows, 8.32 KiB in 0.001348 sec., 77151.3353115727 rows/sec., 6.03 MiB/sec. 2026.02.01 14:40:12.219577 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:12.219609 [ 276 ] {47dd827a-4cd7-4baa-a597-733c5cfec061} TCPHandler: Processed in 0.001518467 sec. 2026.02.01 14:40:12.219653 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:40:12.219665 [ 194 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 5 columns (5 merged, 0 gathered) in 0.00161137 sec., 379180.4489347574 rows/sec., 25.64 MiB/sec. 2026.02.01 14:40:12.219725 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:12.219746 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:12.219774 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 575 rows starting from the beginning of the part 2026.02.01 14:40:12.219818 [ 276 ] {0dc28fee-7fec-4dc5-ae94-5928945a3521} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:12.219818 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 104 rows starting from the beginning of the part 2026.02.01 14:40:12.219834 [ 192 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 14:40:12.219869 [ 276 ] {0dc28fee-7fec-4dc5-ae94-5928945a3521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:40:12.219874 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 463 rows starting from the beginning of the part 2026.02.01 14:40:12.219922 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 148 rows starting from the beginning of the part 2026.02.01 14:40:12.219953 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2026.02.01 14:40:12.219986 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 104 rows starting from the beginning of the part 2026.02.01 14:40:12.220112 [ 192 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_31_6} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:12.220187 [ 192 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_31_6} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 14:40:12.220278 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.01 14:40:12.220294 [ 276 ] {0dc28fee-7fec-4dc5-ae94-5928945a3521} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:12.220334 [ 276 ] {0dc28fee-7fec-4dc5-ae94-5928945a3521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:12.220686 [ 276 ] {0dc28fee-7fec-4dc5-ae94-5928945a3521} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 14:40:12.220815 [ 194 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1458 rows, containing 5 columns (5 merged, 0 gathered) in 0.001193647 sec., 1221466.6480123522 rows/sec., 94.59 MiB/sec. 2026.02.01 14:40:12.220900 [ 276 ] {0dc28fee-7fec-4dc5-ae94-5928945a3521} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:12.220949 [ 192 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 14:40:12.221036 [ 276 ] {0dc28fee-7fec-4dc5-ae94-5928945a3521} executeQuery: Read 160 rows, 11.41 KiB in 0.001236 sec., 129449.83818770228 rows/sec., 9.02 MiB/sec. 2026.02.01 14:40:12.221080 [ 276 ] {0dc28fee-7fec-4dc5-ae94-5928945a3521} TCPHandler: Processed in 0.001402733 sec. 2026.02.01 14:40:12.221187 [ 192 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_36_7} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:12.221191 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:12.221254 [ 192 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_36_7} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 14:40:12.221296 [ 276 ] {9b7866e7-00f9-41ce-a0de-ab23988a6544} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:12.221326 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.02.01 14:40:12.221355 [ 276 ] {9b7866e7-00f9-41ce-a0de-ab23988a6544} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:40:12.222239 [ 276 ] {9b7866e7-00f9-41ce-a0de-ab23988a6544} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:12.222274 [ 276 ] {9b7866e7-00f9-41ce-a0de-ab23988a6544} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:12.222865 [ 276 ] {9b7866e7-00f9-41ce-a0de-ab23988a6544} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:40:12.223084 [ 276 ] {9b7866e7-00f9-41ce-a0de-ab23988a6544} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:12.223220 [ 276 ] {9b7866e7-00f9-41ce-a0de-ab23988a6544} executeQuery: Read 40 rows, 73.40 KiB in 0.001942 sec., 20597.32234809475 rows/sec., 36.91 MiB/sec. 2026.02.01 14:40:12.223272 [ 276 ] {9b7866e7-00f9-41ce-a0de-ab23988a6544} TCPHandler: Processed in 0.002127626 sec. 2026.02.01 14:40:12.223383 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:12.223475 [ 276 ] {0f02ab34-0c19-4bc4-be52-2b727341e7d7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:40:12.223516 [ 276 ] {0f02ab34-0c19-4bc4-be52-2b727341e7d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:40:12.223846 [ 276 ] {0f02ab34-0c19-4bc4-be52-2b727341e7d7} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:12.223879 [ 276 ] {0f02ab34-0c19-4bc4-be52-2b727341e7d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:12.224173 [ 276 ] {0f02ab34-0c19-4bc4-be52-2b727341e7d7} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 14:40:12.224388 [ 276 ] {0f02ab34-0c19-4bc4-be52-2b727341e7d7} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:12.224511 [ 276 ] {0f02ab34-0c19-4bc4-be52-2b727341e7d7} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2026.02.01 14:40:12.224546 [ 276 ] {0f02ab34-0c19-4bc4-be52-2b727341e7d7} TCPHandler: Processed in 0.001209988 sec. 2026.02.01 14:40:12.902124 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.02.01 14:40:12.919648 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:12.919715 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:12.925497 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 14:40:12.926205 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:12.929956 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.02.01 14:40:13.660344 [ 48 ] {} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.02.01 14:40:13.660440 [ 48 ] {} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:13.660466 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:13.660607 [ 188 ] {b2dca89b-f642-48a6-be82-454690f13152::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.02.01 14:40:13.660767 [ 188 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:13.660810 [ 188 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part 2026.02.01 14:40:13.660895 [ 188 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.02.01 14:40:13.660952 [ 188 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part 2026.02.01 14:40:13.661010 [ 188 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2026.02.01 14:40:13.661078 [ 188 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part 2026.02.01 14:40:13.662065 [ 194 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001511607 sec., 26461.904450032314 rows/sec., 2.21 MiB/sec. 2026.02.01 14:40:13.662333 [ 193 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.02.01 14:40:13.662776 [ 193 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_9_2} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:13.662900 [ 193 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_9_2} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.02.01 14:40:13.663024 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 14:40:14.731140 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 736 2026.02.01 14:40:14.733241 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:14.733288 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:14.734490 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:40:14.734777 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:14.735132 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 736 2026.02.01 14:40:17.213816 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:17.214003 [ 276 ] {b33a315c-abd7-4bea-a771-b828f4ff7827} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:40:17.214070 [ 276 ] {b33a315c-abd7-4bea-a771-b828f4ff7827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:40:17.214769 [ 276 ] {b33a315c-abd7-4bea-a771-b828f4ff7827} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:17.214817 [ 276 ] {b33a315c-abd7-4bea-a771-b828f4ff7827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:17.215218 [ 276 ] {b33a315c-abd7-4bea-a771-b828f4ff7827} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 14:40:17.215457 [ 276 ] {b33a315c-abd7-4bea-a771-b828f4ff7827} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:17.215626 [ 276 ] {b33a315c-abd7-4bea-a771-b828f4ff7827} executeQuery: Read 56 rows, 4.41 KiB in 0.001676 sec., 33412.88782816229 rows/sec., 2.57 MiB/sec. 2026.02.01 14:40:17.215677 [ 276 ] {b33a315c-abd7-4bea-a771-b828f4ff7827} TCPHandler: Processed in 0.001996841 sec. 2026.02.01 14:40:17.215811 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:17.215916 [ 276 ] {8c079102-a2c4-42d3-b6e2-d1be894bee6a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:40:17.215961 [ 276 ] {8c079102-a2c4-42d3-b6e2-d1be894bee6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:40:17.216400 [ 276 ] {8c079102-a2c4-42d3-b6e2-d1be894bee6a} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:17.216437 [ 276 ] {8c079102-a2c4-42d3-b6e2-d1be894bee6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:17.216769 [ 276 ] {8c079102-a2c4-42d3-b6e2-d1be894bee6a} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 14:40:17.216985 [ 276 ] {8c079102-a2c4-42d3-b6e2-d1be894bee6a} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:17.217120 [ 276 ] {8c079102-a2c4-42d3-b6e2-d1be894bee6a} executeQuery: Read 64 rows, 5.12 KiB in 0.001228 sec., 52117.26384364821 rows/sec., 4.07 MiB/sec. 2026.02.01 14:40:17.217158 [ 276 ] {8c079102-a2c4-42d3-b6e2-d1be894bee6a} TCPHandler: Processed in 0.001401003 sec. 2026.02.01 14:40:17.217276 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:17.217374 [ 276 ] {7f0936ff-27ff-4121-8ff1-e0e5b916ff26} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:17.217418 [ 276 ] {7f0936ff-27ff-4121-8ff1-e0e5b916ff26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:40:17.217837 [ 276 ] {7f0936ff-27ff-4121-8ff1-e0e5b916ff26} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:17.217872 [ 276 ] {7f0936ff-27ff-4121-8ff1-e0e5b916ff26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:17.218209 [ 276 ] {7f0936ff-27ff-4121-8ff1-e0e5b916ff26} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 14:40:17.218416 [ 276 ] {7f0936ff-27ff-4121-8ff1-e0e5b916ff26} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:17.218548 [ 276 ] {7f0936ff-27ff-4121-8ff1-e0e5b916ff26} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2026.02.01 14:40:17.218584 [ 276 ] {7f0936ff-27ff-4121-8ff1-e0e5b916ff26} TCPHandler: Processed in 0.001359463 sec. 2026.02.01 14:40:17.218701 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:17.218796 [ 276 ] {56e42c73-98bc-404c-bbeb-cce0440a9af8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:40:17.218839 [ 276 ] {56e42c73-98bc-404c-bbeb-cce0440a9af8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:40:17.219182 [ 276 ] {56e42c73-98bc-404c-bbeb-cce0440a9af8} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:17.219216 [ 276 ] {56e42c73-98bc-404c-bbeb-cce0440a9af8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:17.219530 [ 276 ] {56e42c73-98bc-404c-bbeb-cce0440a9af8} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 14:40:17.219742 [ 276 ] {56e42c73-98bc-404c-bbeb-cce0440a9af8} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:17.219872 [ 276 ] {56e42c73-98bc-404c-bbeb-cce0440a9af8} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.02.01 14:40:17.219908 [ 276 ] {56e42c73-98bc-404c-bbeb-cce0440a9af8} TCPHandler: Processed in 0.001256829 sec. 2026.02.01 14:40:19.572718 [ 138 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:40:19.572831 [ 138 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:40:19.700230 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14425 2026.02.01 14:40:19.700719 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:19.700768 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:19.701254 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 14:40:19.701481 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:19.701620 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14425 2026.02.01 14:40:20.430003 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.02.01 14:40:20.447209 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:20.447274 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:20.453308 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 14:40:20.454017 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:20.456916 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.02.01 14:40:22.215398 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:22.215586 [ 276 ] {a885d9a1-d11c-4d81-ae4f-7d216959df39} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:40:22.215653 [ 276 ] {a885d9a1-d11c-4d81-ae4f-7d216959df39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:40:22.216383 [ 276 ] {a885d9a1-d11c-4d81-ae4f-7d216959df39} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:22.216430 [ 276 ] {a885d9a1-d11c-4d81-ae4f-7d216959df39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:22.216839 [ 276 ] {a885d9a1-d11c-4d81-ae4f-7d216959df39} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 14:40:22.217072 [ 276 ] {a885d9a1-d11c-4d81-ae4f-7d216959df39} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:22.217235 [ 276 ] {a885d9a1-d11c-4d81-ae4f-7d216959df39} executeQuery: Read 136 rows, 12.08 KiB in 0.0017 sec., 80000 rows/sec., 6.94 MiB/sec. 2026.02.01 14:40:22.217276 [ 276 ] {a885d9a1-d11c-4d81-ae4f-7d216959df39} TCPHandler: Processed in 0.002010542 sec. 2026.02.01 14:40:22.217403 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:22.217497 [ 276 ] {6fc7505f-0ddd-451b-80a5-fd77745310de} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:40:22.217537 [ 276 ] {6fc7505f-0ddd-451b-80a5-fd77745310de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:40:22.217972 [ 276 ] {6fc7505f-0ddd-451b-80a5-fd77745310de} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:22.218008 [ 276 ] {6fc7505f-0ddd-451b-80a5-fd77745310de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:22.218312 [ 276 ] {6fc7505f-0ddd-451b-80a5-fd77745310de} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 14:40:22.218521 [ 276 ] {6fc7505f-0ddd-451b-80a5-fd77745310de} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:22.218653 [ 276 ] {6fc7505f-0ddd-451b-80a5-fd77745310de} executeQuery: Read 40 rows, 3.01 KiB in 0.001175 sec., 34042.55319148936 rows/sec., 2.50 MiB/sec. 2026.02.01 14:40:22.218690 [ 276 ] {6fc7505f-0ddd-451b-80a5-fd77745310de} TCPHandler: Processed in 0.001334601 sec. 2026.02.01 14:40:22.218801 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:22.218893 [ 276 ] {123cf56b-be22-4ded-8333-84d7f393f4b4} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:40:22.218933 [ 276 ] {123cf56b-be22-4ded-8333-84d7f393f4b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:40:22.219372 [ 276 ] {123cf56b-be22-4ded-8333-84d7f393f4b4} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:22.219405 [ 276 ] {123cf56b-be22-4ded-8333-84d7f393f4b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:22.219706 [ 276 ] {123cf56b-be22-4ded-8333-84d7f393f4b4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 14:40:22.219909 [ 276 ] {123cf56b-be22-4ded-8333-84d7f393f4b4} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:22.220038 [ 276 ] {123cf56b-be22-4ded-8333-84d7f393f4b4} executeQuery: Read 104 rows, 8.32 KiB in 0.001163 sec., 89423.90369733448 rows/sec., 6.98 MiB/sec. 2026.02.01 14:40:22.220074 [ 276 ] {123cf56b-be22-4ded-8333-84d7f393f4b4} TCPHandler: Processed in 0.001320711 sec. 2026.02.01 14:40:22.220186 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:22.220281 [ 276 ] {78a547e8-8df7-40ab-84fc-e6dba13e1423} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:22.220323 [ 276 ] {78a547e8-8df7-40ab-84fc-e6dba13e1423} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:40:22.220724 [ 276 ] {78a547e8-8df7-40ab-84fc-e6dba13e1423} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:22.220757 [ 276 ] {78a547e8-8df7-40ab-84fc-e6dba13e1423} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:22.221074 [ 276 ] {78a547e8-8df7-40ab-84fc-e6dba13e1423} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 14:40:22.221284 [ 276 ] {78a547e8-8df7-40ab-84fc-e6dba13e1423} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:22.221378 [ 130 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 14:40:22.221408 [ 276 ] {78a547e8-8df7-40ab-84fc-e6dba13e1423} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2026.02.01 14:40:22.221415 [ 130 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:22.221440 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:22.221445 [ 276 ] {78a547e8-8df7-40ab-84fc-e6dba13e1423} TCPHandler: Processed in 0.001306791 sec. 2026.02.01 14:40:22.221558 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:22.221580 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:40:22.221649 [ 276 ] {cb4df295-4b27-40d4-abdf-86aa43911f00} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:22.221708 [ 276 ] {cb4df295-4b27-40d4-abdf-86aa43911f00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:40:22.221752 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:22.221800 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4768 rows starting from the beginning of the part 2026.02.01 14:40:22.221877 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 308 rows starting from the beginning of the part 2026.02.01 14:40:22.221929 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2026.02.01 14:40:22.221979 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:40:22.222024 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2026.02.01 14:40:22.222075 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.02.01 14:40:22.222557 [ 276 ] {cb4df295-4b27-40d4-abdf-86aa43911f00} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:22.222596 [ 276 ] {cb4df295-4b27-40d4-abdf-86aa43911f00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:22.223213 [ 276 ] {cb4df295-4b27-40d4-abdf-86aa43911f00} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:40:22.223437 [ 276 ] {cb4df295-4b27-40d4-abdf-86aa43911f00} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:22.223542 [ 130 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 14:40:22.223574 [ 276 ] {cb4df295-4b27-40d4-abdf-86aa43911f00} executeQuery: Read 40 rows, 73.40 KiB in 0.001943 sec., 20586.72156459084 rows/sec., 36.89 MiB/sec. 2026.02.01 14:40:22.223577 [ 130 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:22.223609 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:22.223627 [ 276 ] {cb4df295-4b27-40d4-abdf-86aa43911f00} TCPHandler: Processed in 0.002116395 sec. 2026.02.01 14:40:22.223715 [ 193 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:40:22.223733 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:22.223847 [ 276 ] {13cc43c5-e083-4124-b205-54c8f3496877} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:40:22.223888 [ 276 ] {13cc43c5-e083-4124-b205-54c8f3496877} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:40:22.223979 [ 193 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:22.224051 [ 193 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 542 rows starting from the beginning of the part 2026.02.01 14:40:22.224055 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5716 rows, containing 5 columns (5 merged, 0 gathered) in 0.002543898 sec., 2246945.4357053624 rows/sec., 155.27 MiB/sec. 2026.02.01 14:40:22.224190 [ 193 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part 2026.02.01 14:40:22.224234 [ 276 ] {13cc43c5-e083-4124-b205-54c8f3496877} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:22.224273 [ 276 ] {13cc43c5-e083-4124-b205-54c8f3496877} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.02.01 14:40:22.224312 [ 193 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part 2026.02.01 14:40:22.224430 [ 193 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part 2026.02.01 14:40:22.224529 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 14:40:22.224542 [ 193 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part 2026.02.01 14:40:22.224595 [ 276 ] {13cc43c5-e083-4124-b205-54c8f3496877} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 14:40:22.224662 [ 193 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part 2026.02.01 14:40:22.224887 [ 276 ] {13cc43c5-e083-4124-b205-54c8f3496877} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:22.224921 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_36_7} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:22.225015 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_36_7} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 14:40:22.225025 [ 276 ] {13cc43c5-e083-4124-b205-54c8f3496877} executeQuery: Read 60 rows, 4.14 KiB in 0.001196 sec., 50167.22408026756 rows/sec., 3.38 MiB/sec. 2026.02.01 14:40:22.225066 [ 276 ] {13cc43c5-e083-4124-b205-54c8f3496877} TCPHandler: Processed in 0.001380203 sec. 2026.02.01 14:40:22.225095 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. 2026.02.01 14:40:22.242770 [ 200 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 742 rows, containing 19 columns (19 merged, 0 gathered) in 0.019104002 sec., 38840.02943467029 rows/sec., 69.60 MiB/sec. 2026.02.01 14:40:22.243786 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 14:40:22.244113 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_21_4} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:22.244188 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_21_4} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 14:40:22.244341 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.74 MiB. 2026.02.01 14:40:23.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 266.37 MiB, peak 274.07 MiB, free memory in arenas 0.00 B, will set to 269.59 MiB (RSS), difference: 3.22 MiB 2026.02.01 14:40:24.735319 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 756 2026.02.01 14:40:24.737594 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:24.737649 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:24.738869 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:40:24.739149 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:24.739526 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 756 2026.02.01 14:40:27.202599 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14937 2026.02.01 14:40:27.203103 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:27.203142 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:27.203612 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 14:40:27.203842 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:27.203967 [ 149 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 14:40:27.203982 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14937 2026.02.01 14:40:27.204016 [ 149 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:27.204040 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:27.204176 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:40:27.204350 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:27.204395 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12505 rows starting from the beginning of the part 2026.02.01 14:40:27.204468 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:40:27.204521 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:40:27.204563 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:40:27.204601 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:40:27.204643 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:40:27.206476 [ 194 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14937 rows, containing 4 columns (4 merged, 0 gathered) in 0.002360254 sec., 6328556.163870499 rows/sec., 90.53 MiB/sec. 2026.02.01 14:40:27.206789 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 14:40:27.207053 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_31_6} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:27.207136 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_31_6} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 14:40:27.207223 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.02.01 14:40:27.213213 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:27.213484 [ 276 ] {103f94ce-75e7-481e-a25f-bb1f33e2ff6d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:40:27.213586 [ 276 ] {103f94ce-75e7-481e-a25f-bb1f33e2ff6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:40:27.214303 [ 276 ] {103f94ce-75e7-481e-a25f-bb1f33e2ff6d} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:27.214347 [ 276 ] {103f94ce-75e7-481e-a25f-bb1f33e2ff6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:27.214769 [ 276 ] {103f94ce-75e7-481e-a25f-bb1f33e2ff6d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 14:40:27.215011 [ 276 ] {103f94ce-75e7-481e-a25f-bb1f33e2ff6d} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:27.215182 [ 276 ] {103f94ce-75e7-481e-a25f-bb1f33e2ff6d} executeQuery: Read 56 rows, 4.41 KiB in 0.001778 sec., 31496.062992125982 rows/sec., 2.42 MiB/sec. 2026.02.01 14:40:27.215232 [ 276 ] {103f94ce-75e7-481e-a25f-bb1f33e2ff6d} TCPHandler: Processed in 0.002211749 sec. 2026.02.01 14:40:27.215357 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:27.215462 [ 276 ] {6ba2fd23-dc41-4c0c-8fda-aa450f3ba193} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:40:27.215508 [ 276 ] {6ba2fd23-dc41-4c0c-8fda-aa450f3ba193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:40:27.215950 [ 276 ] {6ba2fd23-dc41-4c0c-8fda-aa450f3ba193} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:27.215986 [ 276 ] {6ba2fd23-dc41-4c0c-8fda-aa450f3ba193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:27.216308 [ 276 ] {6ba2fd23-dc41-4c0c-8fda-aa450f3ba193} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 14:40:27.216515 [ 276 ] {6ba2fd23-dc41-4c0c-8fda-aa450f3ba193} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:27.216652 [ 276 ] {6ba2fd23-dc41-4c0c-8fda-aa450f3ba193} executeQuery: Read 64 rows, 5.12 KiB in 0.001215 sec., 52674.897119341564 rows/sec., 4.11 MiB/sec. 2026.02.01 14:40:27.216690 [ 276 ] {6ba2fd23-dc41-4c0c-8fda-aa450f3ba193} TCPHandler: Processed in 0.001387123 sec. 2026.02.01 14:40:27.216802 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:27.216900 [ 276 ] {cd08853d-6d39-4d49-9b0d-e7a76833c307} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:27.216945 [ 276 ] {cd08853d-6d39-4d49-9b0d-e7a76833c307} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:40:27.217393 [ 276 ] {cd08853d-6d39-4d49-9b0d-e7a76833c307} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:27.217431 [ 276 ] {cd08853d-6d39-4d49-9b0d-e7a76833c307} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:27.217769 [ 276 ] {cd08853d-6d39-4d49-9b0d-e7a76833c307} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 14:40:27.217978 [ 276 ] {cd08853d-6d39-4d49-9b0d-e7a76833c307} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:27.218113 [ 276 ] {cd08853d-6d39-4d49-9b0d-e7a76833c307} executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. 2026.02.01 14:40:27.218151 [ 276 ] {cd08853d-6d39-4d49-9b0d-e7a76833c307} TCPHandler: Processed in 0.001399454 sec. 2026.02.01 14:40:27.218258 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:27.218353 [ 276 ] {d38abcbc-588f-44da-86ab-3565240d29d3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:40:27.218396 [ 276 ] {d38abcbc-588f-44da-86ab-3565240d29d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:40:27.218726 [ 276 ] {d38abcbc-588f-44da-86ab-3565240d29d3} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:27.218762 [ 276 ] {d38abcbc-588f-44da-86ab-3565240d29d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:27.219064 [ 276 ] {d38abcbc-588f-44da-86ab-3565240d29d3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 14:40:27.219274 [ 276 ] {d38abcbc-588f-44da-86ab-3565240d29d3} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:27.219376 [ 149 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 14:40:27.219402 [ 276 ] {d38abcbc-588f-44da-86ab-3565240d29d3} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2026.02.01 14:40:27.219411 [ 149 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:27.219443 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:27.219445 [ 276 ] {d38abcbc-588f-44da-86ab-3565240d29d3} TCPHandler: Processed in 0.001237399 sec. 2026.02.01 14:40:27.219527 [ 188 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:40:27.219647 [ 188 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:27.219677 [ 188 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1478 rows starting from the beginning of the part 2026.02.01 14:40:27.219730 [ 188 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2026.02.01 14:40:27.219773 [ 188 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.02.01 14:40:27.219812 [ 188 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:40:27.219849 [ 188 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.02.01 14:40:27.219886 [ 188 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:40:27.220861 [ 200 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1778 rows, containing 4 columns (4 merged, 0 gathered) in 0.001369693 sec., 1298101.1073284305 rows/sec., 84.37 MiB/sec. 2026.02.01 14:40:27.221031 [ 188 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 14:40:27.221274 [ 188 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_36_7} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:27.221341 [ 188 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_36_7} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 14:40:27.221401 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.02.01 14:40:27.957851 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.02.01 14:40:27.976162 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:27.976229 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:27.982033 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 14:40:27.982758 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:27.983096 [ 149 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 14:40:27.983196 [ 149 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:27.983233 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:27.983381 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:40:27.986440 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.02.01 14:40:27.986823 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:27.988210 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:40:27.993006 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:40:27.997685 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:40:28.002515 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:40:28.007240 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:40:28.011475 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:40:28.064372 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.081056522 sec., 2886.8744207899763 rows/sec., 14.93 MiB/sec. 2026.02.01 14:40:28.067035 [ 195 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 14:40:28.069121 [ 195 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_31_6} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:28.069209 [ 195 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_31_6} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 14:40:28.071282 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. 2026.02.01 14:40:29.001175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 270.32 MiB, peak 280.88 MiB, free memory in arenas 0.00 B, will set to 275.26 MiB (RSS), difference: 4.94 MiB 2026.02.01 14:40:32.217310 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:32.217530 [ 276 ] {aca93b0e-88d8-4d43-8606-87417071ed8e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:40:32.217606 [ 276 ] {aca93b0e-88d8-4d43-8606-87417071ed8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:40:32.218258 [ 276 ] {aca93b0e-88d8-4d43-8606-87417071ed8e} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:32.218306 [ 276 ] {aca93b0e-88d8-4d43-8606-87417071ed8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:32.218712 [ 276 ] {aca93b0e-88d8-4d43-8606-87417071ed8e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:40:32.218938 [ 276 ] {aca93b0e-88d8-4d43-8606-87417071ed8e} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:32.219106 [ 276 ] {aca93b0e-88d8-4d43-8606-87417071ed8e} executeQuery: Read 24 rows, 2.04 KiB in 0.001633 sec., 14696.87691365585 rows/sec., 1.22 MiB/sec. 2026.02.01 14:40:32.219157 [ 276 ] {aca93b0e-88d8-4d43-8606-87417071ed8e} TCPHandler: Processed in 0.001992862 sec. 2026.02.01 14:40:32.219282 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:32.219384 [ 276 ] {824dd32b-79af-495a-8834-37876bb8a2f7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:40:32.219428 [ 276 ] {824dd32b-79af-495a-8834-37876bb8a2f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:40:32.219841 [ 276 ] {824dd32b-79af-495a-8834-37876bb8a2f7} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:32.219879 [ 276 ] {824dd32b-79af-495a-8834-37876bb8a2f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:32.220183 [ 276 ] {824dd32b-79af-495a-8834-37876bb8a2f7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.01 14:40:32.220389 [ 276 ] {824dd32b-79af-495a-8834-37876bb8a2f7} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:32.220524 [ 276 ] {824dd32b-79af-495a-8834-37876bb8a2f7} executeQuery: Read 4 rows, 334.00 B in 0.001163 sec., 3439.3809114359415 rows/sec., 280.46 KiB/sec. 2026.02.01 14:40:32.220563 [ 276 ] {824dd32b-79af-495a-8834-37876bb8a2f7} TCPHandler: Processed in 0.001334461 sec. 2026.02.01 14:40:32.220678 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:32.220773 [ 276 ] {2942b5d0-b1a3-4e2f-b641-4a34498c090b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:40:32.220813 [ 276 ] {2942b5d0-b1a3-4e2f-b641-4a34498c090b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:40:32.221336 [ 276 ] {2942b5d0-b1a3-4e2f-b641-4a34498c090b} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:32.221373 [ 276 ] {2942b5d0-b1a3-4e2f-b641-4a34498c090b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:32.221694 [ 276 ] {2942b5d0-b1a3-4e2f-b641-4a34498c090b} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 14:40:32.221897 [ 276 ] {2942b5d0-b1a3-4e2f-b641-4a34498c090b} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:32.222032 [ 276 ] {2942b5d0-b1a3-4e2f-b641-4a34498c090b} executeQuery: Read 258 rows, 23.68 KiB in 0.001277 sec., 202036.02192638998 rows/sec., 18.11 MiB/sec. 2026.02.01 14:40:32.222078 [ 276 ] {2942b5d0-b1a3-4e2f-b641-4a34498c090b} TCPHandler: Processed in 0.001449485 sec. 2026.02.01 14:40:32.222214 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:32.222314 [ 276 ] {7c33cdd3-b9a0-49a5-ac31-0dcd9ce6ad02} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:40:32.222359 [ 276 ] {7c33cdd3-b9a0-49a5-ac31-0dcd9ce6ad02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:40:32.222790 [ 276 ] {7c33cdd3-b9a0-49a5-ac31-0dcd9ce6ad02} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:32.222828 [ 276 ] {7c33cdd3-b9a0-49a5-ac31-0dcd9ce6ad02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:32.223140 [ 276 ] {7c33cdd3-b9a0-49a5-ac31-0dcd9ce6ad02} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 14:40:32.223350 [ 276 ] {7c33cdd3-b9a0-49a5-ac31-0dcd9ce6ad02} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:32.223483 [ 276 ] {7c33cdd3-b9a0-49a5-ac31-0dcd9ce6ad02} executeQuery: Read 56 rows, 4.25 KiB in 0.001191 sec., 47019.311502938705 rows/sec., 3.48 MiB/sec. 2026.02.01 14:40:32.223521 [ 276 ] {7c33cdd3-b9a0-49a5-ac31-0dcd9ce6ad02} TCPHandler: Processed in 0.001369693 sec. 2026.02.01 14:40:32.223627 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:32.223721 [ 276 ] {d9c03247-21c8-451c-b792-8e565d51784c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:40:32.223760 [ 276 ] {d9c03247-21c8-451c-b792-8e565d51784c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:40:32.224167 [ 276 ] {d9c03247-21c8-451c-b792-8e565d51784c} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:32.224203 [ 276 ] {d9c03247-21c8-451c-b792-8e565d51784c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:32.224497 [ 276 ] {d9c03247-21c8-451c-b792-8e565d51784c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:40:32.224701 [ 276 ] {d9c03247-21c8-451c-b792-8e565d51784c} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:32.224833 [ 276 ] {d9c03247-21c8-451c-b792-8e565d51784c} executeQuery: Read 24 rows, 2.04 KiB in 0.001129 sec., 21257.750221434897 rows/sec., 1.76 MiB/sec. 2026.02.01 14:40:32.224872 [ 276 ] {d9c03247-21c8-451c-b792-8e565d51784c} TCPHandler: Processed in 0.00129449 sec. 2026.02.01 14:40:32.224983 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:32.225077 [ 276 ] {aacbea4b-60ee-4ce1-8c86-40550578055e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:40:32.225118 [ 276 ] {aacbea4b-60ee-4ce1-8c86-40550578055e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:40:32.225510 [ 276 ] {aacbea4b-60ee-4ce1-8c86-40550578055e} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:32.225545 [ 276 ] {aacbea4b-60ee-4ce1-8c86-40550578055e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:32.225845 [ 276 ] {aacbea4b-60ee-4ce1-8c86-40550578055e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:40:32.226056 [ 276 ] {aacbea4b-60ee-4ce1-8c86-40550578055e} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:32.226193 [ 276 ] {aacbea4b-60ee-4ce1-8c86-40550578055e} executeQuery: Read 12 rows, 960.00 B in 0.001134 sec., 10582.010582010582 rows/sec., 826.72 KiB/sec. 2026.02.01 14:40:32.226233 [ 276 ] {aacbea4b-60ee-4ce1-8c86-40550578055e} TCPHandler: Processed in 0.00129889 sec. 2026.02.01 14:40:32.226345 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:32.226438 [ 276 ] {aa572c06-a17b-4d8a-8104-2055385ed446} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:40:32.226478 [ 276 ] {aa572c06-a17b-4d8a-8104-2055385ed446} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:40:32.226947 [ 276 ] {aa572c06-a17b-4d8a-8104-2055385ed446} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:32.226982 [ 276 ] {aa572c06-a17b-4d8a-8104-2055385ed446} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:32.227298 [ 276 ] {aa572c06-a17b-4d8a-8104-2055385ed446} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 14:40:32.227515 [ 276 ] {aa572c06-a17b-4d8a-8104-2055385ed446} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:32.227647 [ 276 ] {aa572c06-a17b-4d8a-8104-2055385ed446} executeQuery: Read 144 rows, 11.90 KiB in 0.001227 sec., 117359.41320293398 rows/sec., 9.47 MiB/sec. 2026.02.01 14:40:32.227685 [ 276 ] {aa572c06-a17b-4d8a-8104-2055385ed446} TCPHandler: Processed in 0.001389203 sec. 2026.02.01 14:40:32.227799 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:32.227892 [ 276 ] {823444de-d82e-4f68-9f55-d19433e9e7b9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:32.227935 [ 276 ] {823444de-d82e-4f68-9f55-d19433e9e7b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:40:32.228354 [ 276 ] {823444de-d82e-4f68-9f55-d19433e9e7b9} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:32.228389 [ 276 ] {823444de-d82e-4f68-9f55-d19433e9e7b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:32.228715 [ 276 ] {823444de-d82e-4f68-9f55-d19433e9e7b9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 14:40:32.228924 [ 276 ] {823444de-d82e-4f68-9f55-d19433e9e7b9} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:32.229062 [ 276 ] {823444de-d82e-4f68-9f55-d19433e9e7b9} executeQuery: Read 198 rows, 14.54 KiB in 0.001189 sec., 166526.4928511354 rows/sec., 11.94 MiB/sec. 2026.02.01 14:40:32.229099 [ 276 ] {823444de-d82e-4f68-9f55-d19433e9e7b9} TCPHandler: Processed in 0.001349382 sec. 2026.02.01 14:40:32.229216 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:32.229309 [ 276 ] {8a08d8f8-8396-4ca6-9304-c0fa1d94e443} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:32.229365 [ 276 ] {8a08d8f8-8396-4ca6-9304-c0fa1d94e443} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:40:32.230196 [ 276 ] {8a08d8f8-8396-4ca6-9304-c0fa1d94e443} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:32.230231 [ 276 ] {8a08d8f8-8396-4ca6-9304-c0fa1d94e443} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:32.230790 [ 276 ] {8a08d8f8-8396-4ca6-9304-c0fa1d94e443} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:40:32.231007 [ 276 ] {8a08d8f8-8396-4ca6-9304-c0fa1d94e443} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:32.231152 [ 276 ] {8a08d8f8-8396-4ca6-9304-c0fa1d94e443} executeQuery: Read 40 rows, 73.40 KiB in 0.00186 sec., 21505.37634408602 rows/sec., 38.54 MiB/sec. 2026.02.01 14:40:32.231217 [ 276 ] {8a08d8f8-8396-4ca6-9304-c0fa1d94e443} TCPHandler: Processed in 0.002049444 sec. 2026.02.01 14:40:32.231326 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:32.231420 [ 276 ] {35f00f39-32d8-4eb8-ac30-63fb4595f2d2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:40:32.231462 [ 276 ] {35f00f39-32d8-4eb8-ac30-63fb4595f2d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:40:32.231801 [ 276 ] {35f00f39-32d8-4eb8-ac30-63fb4595f2d2} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:32.231837 [ 276 ] {35f00f39-32d8-4eb8-ac30-63fb4595f2d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:32.232144 [ 276 ] {35f00f39-32d8-4eb8-ac30-63fb4595f2d2} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 14:40:32.232354 [ 276 ] {35f00f39-32d8-4eb8-ac30-63fb4595f2d2} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:32.232481 [ 276 ] {35f00f39-32d8-4eb8-ac30-63fb4595f2d2} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.02.01 14:40:32.232517 [ 276 ] {35f00f39-32d8-4eb8-ac30-63fb4595f2d2} TCPHandler: Processed in 0.001241409 sec. 2026.02.01 14:40:34.572951 [ 143 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:40:34.573055 [ 143 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:40:34.704060 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15385 2026.02.01 14:40:34.704574 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:34.704623 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:34.705445 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 14:40:34.705692 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:34.705844 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15385 2026.02.01 14:40:34.740503 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 784 2026.02.01 14:40:34.742751 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:34.742806 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:34.744065 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:40:34.744334 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:34.744674 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 784 2026.02.01 14:40:35.001543 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00097367 sec. 2026.02.01 14:40:35.486543 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.02.01 14:40:35.501290 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:35.501334 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:35.507352 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 14:40:35.508035 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:35.510594 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.02.01 14:40:37.213938 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:37.214142 [ 276 ] {59701b02-abca-41f6-b287-8032876b5bd2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:40:37.214221 [ 276 ] {59701b02-abca-41f6-b287-8032876b5bd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:40:37.214974 [ 276 ] {59701b02-abca-41f6-b287-8032876b5bd2} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:37.215027 [ 276 ] {59701b02-abca-41f6-b287-8032876b5bd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:37.215444 [ 276 ] {59701b02-abca-41f6-b287-8032876b5bd2} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 14:40:37.215687 [ 276 ] {59701b02-abca-41f6-b287-8032876b5bd2} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:37.215860 [ 276 ] {59701b02-abca-41f6-b287-8032876b5bd2} executeQuery: Read 56 rows, 4.41 KiB in 0.001774 sec., 31567.08004509583 rows/sec., 2.43 MiB/sec. 2026.02.01 14:40:37.215871 [ 139 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 14:40:37.215912 [ 276 ] {59701b02-abca-41f6-b287-8032876b5bd2} TCPHandler: Processed in 0.002111776 sec. 2026.02.01 14:40:37.215951 [ 139 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:37.215982 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:37.216048 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:37.216164 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:40:37.216169 [ 276 ] {abf6d2d9-587b-4d89-b646-16aa832597d6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:40:37.216263 [ 276 ] {abf6d2d9-587b-4d89-b646-16aa832597d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:40:37.216329 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:37.216372 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 962 rows starting from the beginning of the part 2026.02.01 14:40:37.216448 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:40:37.216502 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 136 rows starting from the beginning of the part 2026.02.01 14:40:37.216583 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part 2026.02.01 14:40:37.216630 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 258 rows starting from the beginning of the part 2026.02.01 14:40:37.216675 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part 2026.02.01 14:40:37.216709 [ 276 ] {abf6d2d9-587b-4d89-b646-16aa832597d6} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:37.216751 [ 276 ] {abf6d2d9-587b-4d89-b646-16aa832597d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:37.217228 [ 276 ] {abf6d2d9-587b-4d89-b646-16aa832597d6} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 14:40:37.217476 [ 276 ] {abf6d2d9-587b-4d89-b646-16aa832597d6} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:37.217595 [ 139 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 14:40:37.217623 [ 276 ] {abf6d2d9-587b-4d89-b646-16aa832597d6} executeQuery: Read 64 rows, 5.12 KiB in 0.001477 sec., 43331.07650643196 rows/sec., 3.38 MiB/sec. 2026.02.01 14:40:37.217629 [ 139 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:37.217664 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:37.217670 [ 276 ] {abf6d2d9-587b-4d89-b646-16aa832597d6} TCPHandler: Processed in 0.001674942 sec. 2026.02.01 14:40:37.217764 [ 187 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:40:37.217795 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:37.217853 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1524 rows, containing 5 columns (5 merged, 0 gathered) in 0.001752034 sec., 869846.1331229873 rows/sec., 75.46 MiB/sec. 2026.02.01 14:40:37.217898 [ 276 ] {1035e633-756f-4116-87f5-ea003131c531} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:37.217902 [ 187 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:37.217951 [ 276 ] {1035e633-756f-4116-87f5-ea003131c531} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:40:37.217959 [ 187 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 575 rows starting from the beginning of the part 2026.02.01 14:40:37.218048 [ 187 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:40:37.218101 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 14:40:37.218102 [ 187 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 104 rows starting from the beginning of the part 2026.02.01 14:40:37.218171 [ 187 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part 2026.02.01 14:40:37.218219 [ 187 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 144 rows starting from the beginning of the part 2026.02.01 14:40:37.218266 [ 187 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part 2026.02.01 14:40:37.218390 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_41_8} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:37.218394 [ 276 ] {1035e633-756f-4116-87f5-ea003131c531} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:37.218443 [ 276 ] {1035e633-756f-4116-87f5-ea003131c531} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:37.218477 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_41_8} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 14:40:37.218580 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.02.01 14:40:37.218810 [ 276 ] {1035e633-756f-4116-87f5-ea003131c531} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 14:40:37.219069 [ 276 ] {1035e633-756f-4116-87f5-ea003131c531} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:37.219218 [ 276 ] {1035e633-756f-4116-87f5-ea003131c531} executeQuery: Read 160 rows, 11.41 KiB in 0.00134 sec., 119402.98507462686 rows/sec., 8.32 MiB/sec. 2026.02.01 14:40:37.219257 [ 276 ] {1035e633-756f-4116-87f5-ea003131c531} TCPHandler: Processed in 0.001514617 sec. 2026.02.01 14:40:37.219361 [ 202 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1015 rows, containing 5 columns (5 merged, 0 gathered) in 0.001647931 sec., 615923.84632609 rows/sec., 48.70 MiB/sec. 2026.02.01 14:40:37.219368 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:37.219470 [ 276 ] {63e11392-24a8-42ab-bee7-e93f7f911067} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:40:37.219514 [ 276 ] {63e11392-24a8-42ab-bee7-e93f7f911067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:40:37.219577 [ 197 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 14:40:37.219864 [ 276 ] {63e11392-24a8-42ab-bee7-e93f7f911067} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:37.219866 [ 197 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_41_8} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:37.219909 [ 276 ] {63e11392-24a8-42ab-bee7-e93f7f911067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:37.219977 [ 197 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_41_8} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 14:40:37.220091 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.02.01 14:40:37.220265 [ 276 ] {63e11392-24a8-42ab-bee7-e93f7f911067} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 14:40:37.220490 [ 276 ] {63e11392-24a8-42ab-bee7-e93f7f911067} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:37.220638 [ 276 ] {63e11392-24a8-42ab-bee7-e93f7f911067} executeQuery: Read 60 rows, 4.14 KiB in 0.001188 sec., 50505.0505050505 rows/sec., 3.40 MiB/sec. 2026.02.01 14:40:37.220676 [ 276 ] {63e11392-24a8-42ab-bee7-e93f7f911067} TCPHandler: Processed in 0.001357912 sec. 2026.02.01 14:40:42.205957 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15897 2026.02.01 14:40:42.206480 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:42.206530 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:42.207019 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 14:40:42.207265 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:42.207416 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15897 2026.02.01 14:40:42.215397 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:42.215605 [ 276 ] {d2ddd594-67e2-423d-ac6a-a1314df62ff6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:40:42.215682 [ 276 ] {d2ddd594-67e2-423d-ac6a-a1314df62ff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:40:42.216462 [ 276 ] {d2ddd594-67e2-423d-ac6a-a1314df62ff6} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:42.216510 [ 276 ] {d2ddd594-67e2-423d-ac6a-a1314df62ff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:42.216917 [ 276 ] {d2ddd594-67e2-423d-ac6a-a1314df62ff6} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 14:40:42.217147 [ 276 ] {d2ddd594-67e2-423d-ac6a-a1314df62ff6} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:42.217321 [ 276 ] {d2ddd594-67e2-423d-ac6a-a1314df62ff6} executeQuery: Read 136 rows, 12.08 KiB in 0.001773 sec., 76706.14777213761 rows/sec., 6.65 MiB/sec. 2026.02.01 14:40:42.217375 [ 276 ] {d2ddd594-67e2-423d-ac6a-a1314df62ff6} TCPHandler: Processed in 0.002121226 sec. 2026.02.01 14:40:42.217500 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:42.217603 [ 276 ] {aadfc0ac-66f0-48a4-af96-28c47de8bc25} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:40:42.217647 [ 276 ] {aadfc0ac-66f0-48a4-af96-28c47de8bc25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:40:42.218082 [ 276 ] {aadfc0ac-66f0-48a4-af96-28c47de8bc25} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:42.218119 [ 276 ] {aadfc0ac-66f0-48a4-af96-28c47de8bc25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:42.218440 [ 276 ] {aadfc0ac-66f0-48a4-af96-28c47de8bc25} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 14:40:42.218654 [ 276 ] {aadfc0ac-66f0-48a4-af96-28c47de8bc25} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:42.218798 [ 276 ] {aadfc0ac-66f0-48a4-af96-28c47de8bc25} executeQuery: Read 40 rows, 3.01 KiB in 0.001218 sec., 32840.722495894915 rows/sec., 2.41 MiB/sec. 2026.02.01 14:40:42.218839 [ 276 ] {aadfc0ac-66f0-48a4-af96-28c47de8bc25} TCPHandler: Processed in 0.001392883 sec. 2026.02.01 14:40:42.218959 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:42.219058 [ 276 ] {8ed85d85-8766-4f24-b464-edcb031f7766} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:40:42.219099 [ 276 ] {8ed85d85-8766-4f24-b464-edcb031f7766} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:40:42.219527 [ 276 ] {8ed85d85-8766-4f24-b464-edcb031f7766} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:42.219564 [ 276 ] {8ed85d85-8766-4f24-b464-edcb031f7766} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:42.219889 [ 276 ] {8ed85d85-8766-4f24-b464-edcb031f7766} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 14:40:42.220101 [ 276 ] {8ed85d85-8766-4f24-b464-edcb031f7766} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:42.220240 [ 276 ] {8ed85d85-8766-4f24-b464-edcb031f7766} executeQuery: Read 104 rows, 8.32 KiB in 0.001202 sec., 86522.46256239602 rows/sec., 6.76 MiB/sec. 2026.02.01 14:40:42.220280 [ 276 ] {8ed85d85-8766-4f24-b464-edcb031f7766} TCPHandler: Processed in 0.001372262 sec. 2026.02.01 14:40:42.220404 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:42.220500 [ 276 ] {116975e2-d0f6-48dd-ba36-59f992ef52e9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:42.220545 [ 276 ] {116975e2-d0f6-48dd-ba36-59f992ef52e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:40:42.220957 [ 276 ] {116975e2-d0f6-48dd-ba36-59f992ef52e9} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:42.220992 [ 276 ] {116975e2-d0f6-48dd-ba36-59f992ef52e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:42.221327 [ 276 ] {116975e2-d0f6-48dd-ba36-59f992ef52e9} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 14:40:42.221537 [ 276 ] {116975e2-d0f6-48dd-ba36-59f992ef52e9} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:42.221676 [ 276 ] {116975e2-d0f6-48dd-ba36-59f992ef52e9} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2026.02.01 14:40:42.221714 [ 276 ] {116975e2-d0f6-48dd-ba36-59f992ef52e9} TCPHandler: Processed in 0.001361263 sec. 2026.02.01 14:40:42.221827 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:42.221922 [ 276 ] {8dd9791b-7ce6-49ac-a3eb-dec433fbbf45} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:42.221977 [ 276 ] {8dd9791b-7ce6-49ac-a3eb-dec433fbbf45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:40:42.222814 [ 276 ] {8dd9791b-7ce6-49ac-a3eb-dec433fbbf45} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:42.222850 [ 276 ] {8dd9791b-7ce6-49ac-a3eb-dec433fbbf45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:42.223431 [ 276 ] {8dd9791b-7ce6-49ac-a3eb-dec433fbbf45} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:40:42.223656 [ 276 ] {8dd9791b-7ce6-49ac-a3eb-dec433fbbf45} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:42.223803 [ 276 ] {8dd9791b-7ce6-49ac-a3eb-dec433fbbf45} executeQuery: Read 40 rows, 73.40 KiB in 0.001901 sec., 21041.55707522357 rows/sec., 37.71 MiB/sec. 2026.02.01 14:40:42.223881 [ 276 ] {8dd9791b-7ce6-49ac-a3eb-dec433fbbf45} TCPHandler: Processed in 0.002103596 sec. 2026.02.01 14:40:42.223999 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:42.224094 [ 276 ] {6e6d138c-daf7-4f27-a650-75ce54669f1d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:40:42.224137 [ 276 ] {6e6d138c-daf7-4f27-a650-75ce54669f1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:40:42.224479 [ 276 ] {6e6d138c-daf7-4f27-a650-75ce54669f1d} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:42.224515 [ 276 ] {6e6d138c-daf7-4f27-a650-75ce54669f1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:42.224849 [ 276 ] {6e6d138c-daf7-4f27-a650-75ce54669f1d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 14:40:42.225058 [ 276 ] {6e6d138c-daf7-4f27-a650-75ce54669f1d} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:42.225190 [ 276 ] {6e6d138c-daf7-4f27-a650-75ce54669f1d} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2026.02.01 14:40:42.225228 [ 276 ] {6e6d138c-daf7-4f27-a650-75ce54669f1d} TCPHandler: Processed in 0.001279779 sec. 2026.02.01 14:40:43.010669 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.02.01 14:40:43.027205 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:43.027257 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:43.033519 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 14:40:43.034263 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:43.037093 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.02.01 14:40:43.070506 [ 54 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 2026.02.01 14:40:43.070572 [ 54 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:43.070596 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:43.070699 [ 187 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_15_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full 2026.02.01 14:40:43.070812 [ 187 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:43.070846 [ 187 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 165 rows starting from the beginning of the part 2026.02.01 14:40:43.070911 [ 187 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 140 rows starting from the beginning of the part 2026.02.01 14:40:43.070961 [ 187 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 140 rows starting from the beginning of the part 2026.02.01 14:40:43.071007 [ 187 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2026.02.01 14:40:43.071048 [ 187 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2026.02.01 14:40:43.071791 [ 202 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 493 rows, containing 5 columns (5 merged, 0 gathered) in 0.001132225 sec., 435425.8208394975 rows/sec., 30.97 MiB/sec. 2026.02.01 14:40:43.071985 [ 197 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.02.01 14:40:43.072301 [ 197 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_15_3} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:43.072378 [ 197 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_15_3} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 2026.02.01 14:40:43.072488 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.01 14:40:43.502380 [ 136 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 2026.02.01 14:40:43.502470 [ 136 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:43.502502 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.02.01 14:40:43.502672 [ 189 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_15_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full 2026.02.01 14:40:43.502874 [ 189 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:43.502929 [ 189 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 290 rows starting from the beginning of the part 2026.02.01 14:40:43.503003 [ 189 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 266 rows starting from the beginning of the part 2026.02.01 14:40:43.503054 [ 189 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 266 rows starting from the beginning of the part 2026.02.01 14:40:43.503098 [ 189 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2026.02.01 14:40:43.503139 [ 189 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2026.02.01 14:40:43.504050 [ 197 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 5 columns (5 merged, 0 gathered) in 0.001453745 sec., 598454.3369022765 rows/sec., 41.27 MiB/sec. 2026.02.01 14:40:43.504201 [ 189 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.02.01 14:40:43.504472 [ 189 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_15_3} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:43.504545 [ 189 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_15_3} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 2026.02.01 14:40:43.504622 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.02.01 14:40:44.633061 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36897 2026.02.01 14:40:44.633180 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.633208 [ 287 ] {} TCP-Session: d7cc4a58-e325-4aa8-899a-002eddfbc49a Authenticating user 'default' from [fd00:1122:3344:101::e]:36897 2026.02.01 14:40:44.633230 [ 287 ] {} TCP-Session: d7cc4a58-e325-4aa8-899a-002eddfbc49a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.633242 [ 287 ] {} TCP-Session: d7cc4a58-e325-4aa8-899a-002eddfbc49a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.633463 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56553 2026.02.01 14:40:44.633505 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46349 2026.02.01 14:40:44.633505 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35100 2026.02.01 14:40:44.633607 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.633638 [ 287 ] {} TCP-Session: d7cc4a58-e325-4aa8-899a-002eddfbc49a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:44.633646 [ 289 ] {} TCP-Session: a6f14be5-92a9-452d-b277-18566eac8707 Authenticating user 'default' from [fd00:1122:3344:101::e]:56553 2026.02.01 14:40:44.633693 [ 289 ] {} TCP-Session: a6f14be5-92a9-452d-b277-18566eac8707 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.633714 [ 289 ] {} TCP-Session: a6f14be5-92a9-452d-b277-18566eac8707 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.633765 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.633802 [ 291 ] {} TCP-Session: 7f44207d-2164-415d-aa82-58879eea0ab5 Authenticating user 'default' from [fd00:1122:3344:101::e]:46349 2026.02.01 14:40:44.633824 [ 291 ] {} TCP-Session: 7f44207d-2164-415d-aa82-58879eea0ab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.633844 [ 291 ] {} TCP-Session: 7f44207d-2164-415d-aa82-58879eea0ab5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.633850 [ 287 ] {264ab21f-5080-4c80-b192-35ea4c79c816} executeQuery: (from [fd00:1122:3344:101::e]:36897) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:40:44.633980 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.634031 [ 290 ] {} TCP-Session: fb949b35-966c-43f6-bb0d-7909ecfddcbe Authenticating user 'default' from [fd00:1122:3344:101::e]:35100 2026.02.01 14:40:44.634059 [ 290 ] {} TCP-Session: fb949b35-966c-43f6-bb0d-7909ecfddcbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.634078 [ 290 ] {} TCP-Session: fb949b35-966c-43f6-bb0d-7909ecfddcbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.634150 [ 287 ] {264ab21f-5080-4c80-b192-35ea4c79c816} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:40:44.634217 [ 287 ] {264ab21f-5080-4c80-b192-35ea4c79c816} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:40:44.634515 [ 287 ] {264ab21f-5080-4c80-b192-35ea4c79c816} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:40:44.634698 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60496 2026.02.01 14:40:44.634747 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52803 2026.02.01 14:40:44.634795 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38553 2026.02.01 14:40:44.634912 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47600 2026.02.01 14:40:44.634979 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.635009 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37536 2026.02.01 14:40:44.635014 [ 351 ] {} TCP-Session: 92949869-7395-4646-b412-2f5ae3dddcab Authenticating user 'default' from [fd00:1122:3344:101::e]:60496 2026.02.01 14:40:44.635053 [ 351 ] {} TCP-Session: 92949869-7395-4646-b412-2f5ae3dddcab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.635069 [ 351 ] {} TCP-Session: 92949869-7395-4646-b412-2f5ae3dddcab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.635446 [ 307 ] {264ab21f-5080-4c80-b192-35ea4c79c816} AggregatingTransform: Aggregating 2026.02.01 14:40:44.635488 [ 307 ] {264ab21f-5080-4c80-b192-35ea4c79c816} Aggregator: Aggregation method: without_key 2026.02.01 14:40:44.635519 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.635525 [ 307 ] {264ab21f-5080-4c80-b192-35ea4c79c816} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000908708 sec. (1100.464 rows/sec., 42.99 KiB/sec.) 2026.02.01 14:40:44.635570 [ 352 ] {} TCP-Session: 4b3c2ff9-fe79-47bc-a4aa-158b7d71c27a Authenticating user 'default' from [fd00:1122:3344:101::e]:52803 2026.02.01 14:40:44.635572 [ 307 ] {264ab21f-5080-4c80-b192-35ea4c79c816} Aggregator: Merging aggregated data 2026.02.01 14:40:44.635605 [ 352 ] {} TCP-Session: 4b3c2ff9-fe79-47bc-a4aa-158b7d71c27a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.635629 [ 352 ] {} TCP-Session: 4b3c2ff9-fe79-47bc-a4aa-158b7d71c27a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.635662 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.635701 [ 353 ] {} TCP-Session: bd653ef4-2c2f-4308-add2-dab4287711b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:38553 2026.02.01 14:40:44.635719 [ 353 ] {} TCP-Session: bd653ef4-2c2f-4308-add2-dab4287711b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.635735 [ 353 ] {} TCP-Session: bd653ef4-2c2f-4308-add2-dab4287711b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.635919 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.635962 [ 355 ] {} TCP-Session: f3b5ee89-a168-43ab-af2a-3a8e3a86bb93 Authenticating user 'default' from [fd00:1122:3344:101::e]:37536 2026.02.01 14:40:44.635978 [ 355 ] {} TCP-Session: f3b5ee89-a168-43ab-af2a-3a8e3a86bb93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.635994 [ 355 ] {} TCP-Session: f3b5ee89-a168-43ab-af2a-3a8e3a86bb93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.636024 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.636069 [ 354 ] {} TCP-Session: 27d744f4-bde3-4909-b415-f2e5d887fea7 Authenticating user 'default' from [fd00:1122:3344:101::e]:47600 2026.02.01 14:40:44.636092 [ 354 ] {} TCP-Session: 27d744f4-bde3-4909-b415-f2e5d887fea7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.636106 [ 354 ] {} TCP-Session: 27d744f4-bde3-4909-b415-f2e5d887fea7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.637061 [ 287 ] {264ab21f-5080-4c80-b192-35ea4c79c816} executeQuery: Read 1 rows, 40.00 B in 0.003283 sec., 304.5994517209869 rows/sec., 11.90 KiB/sec. 2026.02.01 14:40:44.637208 [ 287 ] {264ab21f-5080-4c80-b192-35ea4c79c816} TCPHandler: Processed in 0.003717655 sec. 2026.02.01 14:40:44.637352 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.637389 [ 287 ] {} TCP-Session: d7cc4a58-e325-4aa8-899a-002eddfbc49a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.637400 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.637426 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.637441 [ 289 ] {} TCP-Session: a6f14be5-92a9-452d-b277-18566eac8707 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.637451 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.637464 [ 353 ] {} TCP-Session: bd653ef4-2c2f-4308-add2-dab4287711b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.637475 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.637497 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.637500 [ 291 ] {} TCP-Session: 7f44207d-2164-415d-aa82-58879eea0ab5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.637516 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.637537 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.637555 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.637578 [ 290 ] {} TCP-Session: fb949b35-966c-43f6-bb0d-7909ecfddcbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.637589 [ 351 ] {} TCP-Session: 92949869-7395-4646-b412-2f5ae3dddcab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.637540 [ 352 ] {} TCP-Session: 4b3c2ff9-fe79-47bc-a4aa-158b7d71c27a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.637618 [ 354 ] {} TCP-Session: 27d744f4-bde3-4909-b415-f2e5d887fea7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.637522 [ 355 ] {} TCP-Session: f3b5ee89-a168-43ab-af2a-3a8e3a86bb93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.744904 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 806 2026.02.01 14:40:44.747061 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:44.747103 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:44.748320 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:40:44.748607 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:44.748900 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 806 2026.02.01 14:40:44.776612 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64530 2026.02.01 14:40:44.776729 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.776755 [ 287 ] {} TCP-Session: 4f2430fa-78cf-47e2-af52-879a0893ee1c Authenticating user 'default' from [fd00:1122:3344:101::e]:64530 2026.02.01 14:40:44.776778 [ 287 ] {} TCP-Session: 4f2430fa-78cf-47e2-af52-879a0893ee1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.776791 [ 287 ] {} TCP-Session: 4f2430fa-78cf-47e2-af52-879a0893ee1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777060 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36043 2026.02.01 14:40:44.777161 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.777171 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42308 2026.02.01 14:40:44.777189 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35980 2026.02.01 14:40:44.777212 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38397 2026.02.01 14:40:44.777230 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61153 2026.02.01 14:40:44.777229 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38583 2026.02.01 14:40:44.777288 [ 287 ] {} TCP-Session: 4f2430fa-78cf-47e2-af52-879a0893ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:44.777318 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.777328 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.777352 [ 353 ] {} TCP-Session: 0a4de532-ac32-4af1-bb40-7decd712fc61 Authenticating user 'default' from [fd00:1122:3344:101::e]:38397 2026.02.01 14:40:44.777371 [ 355 ] {} TCP-Session: 87a640c1-bbc9-4c80-8346-e34aee712ccf Authenticating user 'default' from [fd00:1122:3344:101::e]:61153 2026.02.01 14:40:44.777384 [ 353 ] {} TCP-Session: 0a4de532-ac32-4af1-bb40-7decd712fc61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777386 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.777408 [ 353 ] {} TCP-Session: 0a4de532-ac32-4af1-bb40-7decd712fc61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777405 [ 355 ] {} TCP-Session: 87a640c1-bbc9-4c80-8346-e34aee712ccf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777432 [ 354 ] {} TCP-Session: 8415eb69-2467-49a0-ab3f-aaf87c17b532 Authenticating user 'default' from [fd00:1122:3344:101::e]:38583 2026.02.01 14:40:44.777448 [ 355 ] {} TCP-Session: 87a640c1-bbc9-4c80-8346-e34aee712ccf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777293 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.777469 [ 354 ] {} TCP-Session: 8415eb69-2467-49a0-ab3f-aaf87c17b532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777487 [ 287 ] {4ef1e0a4-1d43-43be-b5a2-48b4d405b81a} executeQuery: (from [fd00:1122:3344:101::e]:64530) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:40:44.777506 [ 354 ] {} TCP-Session: 8415eb69-2467-49a0-ab3f-aaf87c17b532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777507 [ 351 ] {} TCP-Session: 0124c9c3-0529-4ba3-99b9-1279319fd3d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:35980 2026.02.01 14:40:44.777187 [ 289 ] {} TCP-Session: 98d2b0f0-6bd4-4d1c-88be-f0286bfa2f41 Authenticating user 'default' from [fd00:1122:3344:101::e]:36043 2026.02.01 14:40:44.777573 [ 351 ] {} TCP-Session: 0124c9c3-0529-4ba3-99b9-1279319fd3d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777587 [ 289 ] {} TCP-Session: 98d2b0f0-6bd4-4d1c-88be-f0286bfa2f41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777602 [ 351 ] {} TCP-Session: 0124c9c3-0529-4ba3-99b9-1279319fd3d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777613 [ 289 ] {} TCP-Session: 98d2b0f0-6bd4-4d1c-88be-f0286bfa2f41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777174 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63545 2026.02.01 14:40:44.777199 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33209 2026.02.01 14:40:44.777292 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.777715 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.777745 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.777760 [ 291 ] {} TCP-Session: 9e80214d-a0e8-4e91-ac1e-4e9a5a49008d Authenticating user 'default' from [fd00:1122:3344:101::e]:63545 2026.02.01 14:40:44.777756 [ 290 ] {} TCP-Session: 933152b7-d49a-4cca-ab87-7de7aa88b7df Authenticating user 'default' from [fd00:1122:3344:101::e]:42308 2026.02.01 14:40:44.777778 [ 352 ] {} TCP-Session: 96d07c3e-0cf4-4052-a0ec-a61cc0f95bc5 Authenticating user 'default' from [fd00:1122:3344:101::e]:33209 2026.02.01 14:40:44.777791 [ 291 ] {} TCP-Session: 9e80214d-a0e8-4e91-ac1e-4e9a5a49008d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777812 [ 287 ] {4ef1e0a4-1d43-43be-b5a2-48b4d405b81a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:40:44.777825 [ 291 ] {} TCP-Session: 9e80214d-a0e8-4e91-ac1e-4e9a5a49008d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777817 [ 352 ] {} TCP-Session: 96d07c3e-0cf4-4052-a0ec-a61cc0f95bc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777805 [ 290 ] {} TCP-Session: 933152b7-d49a-4cca-ab87-7de7aa88b7df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777874 [ 352 ] {} TCP-Session: 96d07c3e-0cf4-4052-a0ec-a61cc0f95bc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.777881 [ 287 ] {4ef1e0a4-1d43-43be-b5a2-48b4d405b81a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:40:44.777894 [ 290 ] {} TCP-Session: 933152b7-d49a-4cca-ab87-7de7aa88b7df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.778229 [ 287 ] {4ef1e0a4-1d43-43be-b5a2-48b4d405b81a} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:40:44.779222 [ 343 ] {4ef1e0a4-1d43-43be-b5a2-48b4d405b81a} AggregatingTransform: Aggregating 2026.02.01 14:40:44.779271 [ 343 ] {4ef1e0a4-1d43-43be-b5a2-48b4d405b81a} Aggregator: Aggregation method: without_key 2026.02.01 14:40:44.779306 [ 343 ] {4ef1e0a4-1d43-43be-b5a2-48b4d405b81a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000927519 sec. (1078.145 rows/sec., 42.12 KiB/sec.) 2026.02.01 14:40:44.779325 [ 343 ] {4ef1e0a4-1d43-43be-b5a2-48b4d405b81a} Aggregator: Merging aggregated data 2026.02.01 14:40:44.780801 [ 287 ] {4ef1e0a4-1d43-43be-b5a2-48b4d405b81a} executeQuery: Read 1 rows, 40.00 B in 0.003377 sec., 296.12081729345573 rows/sec., 11.57 KiB/sec. 2026.02.01 14:40:44.780901 [ 287 ] {4ef1e0a4-1d43-43be-b5a2-48b4d405b81a} TCPHandler: Processed in 0.003768807 sec. 2026.02.01 14:40:44.781019 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.781054 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.781059 [ 287 ] {} TCP-Session: 4f2430fa-78cf-47e2-af52-879a0893ee1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.781094 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.781096 [ 289 ] {} TCP-Session: 98d2b0f0-6bd4-4d1c-88be-f0286bfa2f41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.781123 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.781139 [ 353 ] {} TCP-Session: 0a4de532-ac32-4af1-bb40-7decd712fc61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.781155 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.781177 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.781199 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.781204 [ 355 ] {} TCP-Session: 87a640c1-bbc9-4c80-8346-e34aee712ccf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.781222 [ 352 ] {} TCP-Session: 96d07c3e-0cf4-4052-a0ec-a61cc0f95bc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.781246 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.781260 [ 351 ] {} TCP-Session: 0124c9c3-0529-4ba3-99b9-1279319fd3d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.781168 [ 291 ] {} TCP-Session: 9e80214d-a0e8-4e91-ac1e-4e9a5a49008d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.781299 [ 354 ] {} TCP-Session: 8415eb69-2467-49a0-ab3f-aaf87c17b532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.781220 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.781361 [ 290 ] {} TCP-Session: 933152b7-d49a-4cca-ab87-7de7aa88b7df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.829391 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55455 2026.02.01 14:40:44.829498 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.829525 [ 287 ] {} TCP-Session: b82e1d29-025b-4bf9-a347-9d9729fa4d5e Authenticating user 'default' from [fd00:1122:3344:101::e]:55455 2026.02.01 14:40:44.829551 [ 287 ] {} TCP-Session: b82e1d29-025b-4bf9-a347-9d9729fa4d5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.829564 [ 287 ] {} TCP-Session: b82e1d29-025b-4bf9-a347-9d9729fa4d5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.829794 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52658 2026.02.01 14:40:44.829845 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64264 2026.02.01 14:40:44.829857 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39742 2026.02.01 14:40:44.829880 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58313 2026.02.01 14:40:44.829898 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53262 2026.02.01 14:40:44.829925 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.829925 [ 287 ] {} TCP-Session: b82e1d29-025b-4bf9-a347-9d9729fa4d5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:44.829959 [ 291 ] {} TCP-Session: 976a1136-7bcb-4e6d-8cb7-fb6e283887dd Authenticating user 'default' from [fd00:1122:3344:101::e]:64264 2026.02.01 14:40:44.829907 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.829985 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.829983 [ 291 ] {} TCP-Session: 976a1136-7bcb-4e6d-8cb7-fb6e283887dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.830010 [ 289 ] {} TCP-Session: 413cb6ae-decc-41a3-ab20-f77ff024f990 Authenticating user 'default' from [fd00:1122:3344:101::e]:52658 2026.02.01 14:40:44.830014 [ 355 ] {} TCP-Session: bf355256-6618-4e20-98cc-7c759722948f Authenticating user 'default' from [fd00:1122:3344:101::e]:53262 2026.02.01 14:40:44.830022 [ 291 ] {} TCP-Session: 976a1136-7bcb-4e6d-8cb7-fb6e283887dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.830042 [ 289 ] {} TCP-Session: 413cb6ae-decc-41a3-ab20-f77ff024f990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.830046 [ 355 ] {} TCP-Session: bf355256-6618-4e20-98cc-7c759722948f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.830067 [ 289 ] {} TCP-Session: 413cb6ae-decc-41a3-ab20-f77ff024f990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.830075 [ 355 ] {} TCP-Session: bf355256-6618-4e20-98cc-7c759722948f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.829985 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.829897 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62950 2026.02.01 14:40:44.830127 [ 287 ] {920db26c-29fe-42aa-a31f-6e9587d31f25} executeQuery: (from [fd00:1122:3344:101::e]:55455) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:40:44.830144 [ 351 ] {} TCP-Session: e58643e4-fc67-4bf4-aa4a-3e30d23da3ea Authenticating user 'default' from [fd00:1122:3344:101::e]:39742 2026.02.01 14:40:44.829868 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41586 2026.02.01 14:40:44.830239 [ 351 ] {} TCP-Session: e58643e4-fc67-4bf4-aa4a-3e30d23da3ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.830257 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.830274 [ 351 ] {} TCP-Session: e58643e4-fc67-4bf4-aa4a-3e30d23da3ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.829977 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.830302 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.830299 [ 354 ] {} TCP-Session: c869efbb-bca4-48cf-9591-32802329b547 Authenticating user 'default' from [fd00:1122:3344:101::e]:62950 2026.02.01 14:40:44.830347 [ 353 ] {} TCP-Session: a2372ac3-018d-4fd0-a074-964da8c3dfac Authenticating user 'default' from [fd00:1122:3344:101::e]:58313 2026.02.01 14:40:44.830352 [ 352 ] {} TCP-Session: 7e00d445-ee07-4754-ba6e-185a4a7a9ed5 Authenticating user 'default' from [fd00:1122:3344:101::e]:41586 2026.02.01 14:40:44.830376 [ 354 ] {} TCP-Session: c869efbb-bca4-48cf-9591-32802329b547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.830394 [ 353 ] {} TCP-Session: a2372ac3-018d-4fd0-a074-964da8c3dfac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.830415 [ 352 ] {} TCP-Session: 7e00d445-ee07-4754-ba6e-185a4a7a9ed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.830443 [ 353 ] {} TCP-Session: a2372ac3-018d-4fd0-a074-964da8c3dfac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.830461 [ 352 ] {} TCP-Session: 7e00d445-ee07-4754-ba6e-185a4a7a9ed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.830421 [ 354 ] {} TCP-Session: c869efbb-bca4-48cf-9591-32802329b547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.829844 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51276 2026.02.01 14:40:44.830539 [ 287 ] {920db26c-29fe-42aa-a31f-6e9587d31f25} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:40:44.830591 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:40:44.830625 [ 290 ] {} TCP-Session: 582ccb3e-b618-46e1-9ee6-40d6e6beccc4 Authenticating user 'default' from [fd00:1122:3344:101::e]:51276 2026.02.01 14:40:44.830625 [ 287 ] {920db26c-29fe-42aa-a31f-6e9587d31f25} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:40:44.830643 [ 290 ] {} TCP-Session: 582ccb3e-b618-46e1-9ee6-40d6e6beccc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.830673 [ 290 ] {} TCP-Session: 582ccb3e-b618-46e1-9ee6-40d6e6beccc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.831027 [ 287 ] {920db26c-29fe-42aa-a31f-6e9587d31f25} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:40:44.831996 [ 345 ] {920db26c-29fe-42aa-a31f-6e9587d31f25} AggregatingTransform: Aggregating 2026.02.01 14:40:44.832051 [ 345 ] {920db26c-29fe-42aa-a31f-6e9587d31f25} Aggregator: Aggregation method: without_key 2026.02.01 14:40:44.832090 [ 345 ] {920db26c-29fe-42aa-a31f-6e9587d31f25} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000907338 sec. (1102.125 rows/sec., 43.05 KiB/sec.) 2026.02.01 14:40:44.832111 [ 345 ] {920db26c-29fe-42aa-a31f-6e9587d31f25} Aggregator: Merging aggregated data 2026.02.01 14:40:44.833356 [ 287 ] {920db26c-29fe-42aa-a31f-6e9587d31f25} executeQuery: Read 1 rows, 40.00 B in 0.003297 sec., 303.3060357901122 rows/sec., 11.85 KiB/sec. 2026.02.01 14:40:44.833544 [ 287 ] {920db26c-29fe-42aa-a31f-6e9587d31f25} TCPHandler: Processed in 0.003775117 sec. 2026.02.01 14:40:44.833688 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.833712 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.833735 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.833736 [ 287 ] {} TCP-Session: b82e1d29-025b-4bf9-a347-9d9729fa4d5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.833755 [ 352 ] {} TCP-Session: 7e00d445-ee07-4754-ba6e-185a4a7a9ed5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.833771 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.833789 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.833810 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.833852 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.833853 [ 290 ] {} TCP-Session: 582ccb3e-b618-46e1-9ee6-40d6e6beccc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.833878 [ 291 ] {} TCP-Session: 976a1136-7bcb-4e6d-8cb7-fb6e283887dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.833894 [ 353 ] {} TCP-Session: a2372ac3-018d-4fd0-a074-964da8c3dfac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.833825 [ 289 ] {} TCP-Session: 413cb6ae-decc-41a3-ab20-f77ff024f990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.833784 [ 351 ] {} TCP-Session: e58643e4-fc67-4bf4-aa4a-3e30d23da3ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.833835 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.833752 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:40:44.833992 [ 355 ] {} TCP-Session: bf355256-6618-4e20-98cc-7c759722948f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:44.834024 [ 354 ] {} TCP-Session: c869efbb-bca4-48cf-9591-32802329b547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:40:45.301817 [ 59 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 2026.02.01 14:40:45.301898 [ 59 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:45.301930 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:45.302066 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_15_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full 2026.02.01 14:40:45.302217 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:45.302253 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 151 rows starting from the beginning of the part 2026.02.01 14:40:45.302324 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 139 rows starting from the beginning of the part 2026.02.01 14:40:45.302371 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 139 rows starting from the beginning of the part 2026.02.01 14:40:45.302411 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part 2026.02.01 14:40:45.302451 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part 2026.02.01 14:40:45.303310 [ 197 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 453 rows, containing 5 columns (5 merged, 0 gathered) in 0.001303121 sec., 347626.96633697103 rows/sec., 21.64 MiB/sec. 2026.02.01 14:40:45.303480 [ 190 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.02.01 14:40:45.303779 [ 190 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_15_3} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:45.303876 [ 190 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_15_3} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 2026.02.01 14:40:45.303961 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.02.01 14:40:47.220640 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:47.220846 [ 276 ] {b57a7f10-a255-4aef-afd0-933b9c5015dc} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:40:47.220923 [ 276 ] {b57a7f10-a255-4aef-afd0-933b9c5015dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:40:47.221741 [ 276 ] {b57a7f10-a255-4aef-afd0-933b9c5015dc} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:47.221789 [ 276 ] {b57a7f10-a255-4aef-afd0-933b9c5015dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:47.222194 [ 276 ] {b57a7f10-a255-4aef-afd0-933b9c5015dc} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:40:47.222421 [ 276 ] {b57a7f10-a255-4aef-afd0-933b9c5015dc} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:47.222577 [ 276 ] {b57a7f10-a255-4aef-afd0-933b9c5015dc} executeQuery: Read 266 rows, 17.30 KiB in 0.001789 sec., 148686.41699273337 rows/sec., 9.45 MiB/sec. 2026.02.01 14:40:47.222620 [ 276 ] {b57a7f10-a255-4aef-afd0-933b9c5015dc} TCPHandler: Processed in 0.002131987 sec. 2026.02.01 14:40:47.222756 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:47.222853 [ 276 ] {bdda46ff-19fc-46e0-ba78-d63d70c58c31} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:40:47.222901 [ 276 ] {bdda46ff-19fc-46e0-ba78-d63d70c58c31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:40:47.223310 [ 276 ] {bdda46ff-19fc-46e0-ba78-d63d70c58c31} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:47.223346 [ 276 ] {bdda46ff-19fc-46e0-ba78-d63d70c58c31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:47.223644 [ 276 ] {bdda46ff-19fc-46e0-ba78-d63d70c58c31} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.01 14:40:47.223854 [ 276 ] {bdda46ff-19fc-46e0-ba78-d63d70c58c31} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:47.223991 [ 276 ] {bdda46ff-19fc-46e0-ba78-d63d70c58c31} executeQuery: Read 4 rows, 334.00 B in 0.001157 sec., 3457.216940363008 rows/sec., 281.91 KiB/sec. 2026.02.01 14:40:47.224030 [ 276 ] {bdda46ff-19fc-46e0-ba78-d63d70c58c31} TCPHandler: Processed in 0.001325931 sec. 2026.02.01 14:40:47.224158 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:47.224253 [ 276 ] {ca5c3c7b-995d-4b7f-bf24-c17736ea241b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:40:47.224292 [ 276 ] {ca5c3c7b-995d-4b7f-bf24-c17736ea241b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:40:47.225096 [ 276 ] {ca5c3c7b-995d-4b7f-bf24-c17736ea241b} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:47.225133 [ 276 ] {ca5c3c7b-995d-4b7f-bf24-c17736ea241b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:47.225488 [ 276 ] {ca5c3c7b-995d-4b7f-bf24-c17736ea241b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 14:40:47.225702 [ 276 ] {ca5c3c7b-995d-4b7f-bf24-c17736ea241b} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:47.225832 [ 276 ] {ca5c3c7b-995d-4b7f-bf24-c17736ea241b} executeQuery: Read 754 rows, 60.71 KiB in 0.001597 sec., 472135.253600501 rows/sec., 37.12 MiB/sec. 2026.02.01 14:40:47.225868 [ 276 ] {ca5c3c7b-995d-4b7f-bf24-c17736ea241b} TCPHandler: Processed in 0.001759914 sec. 2026.02.01 14:40:47.225988 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:47.226083 [ 276 ] {d51f4f62-670d-416a-b984-36defb3712d1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:40:47.226123 [ 276 ] {d51f4f62-670d-416a-b984-36defb3712d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:40:47.226587 [ 276 ] {d51f4f62-670d-416a-b984-36defb3712d1} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:47.226623 [ 276 ] {d51f4f62-670d-416a-b984-36defb3712d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:47.226917 [ 276 ] {d51f4f62-670d-416a-b984-36defb3712d1} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 14:40:47.227127 [ 276 ] {d51f4f62-670d-416a-b984-36defb3712d1} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:47.227258 [ 276 ] {d51f4f62-670d-416a-b984-36defb3712d1} executeQuery: Read 137 rows, 8.28 KiB in 0.001193 sec., 114836.54652137468 rows/sec., 6.78 MiB/sec. 2026.02.01 14:40:47.227295 [ 276 ] {d51f4f62-670d-416a-b984-36defb3712d1} TCPHandler: Processed in 0.001356482 sec. 2026.02.01 14:40:47.227460 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:47.227556 [ 276 ] {9e1e0e37-b0ce-4110-8f5b-055bff6dfc11} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:40:47.227596 [ 276 ] {9e1e0e37-b0ce-4110-8f5b-055bff6dfc11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:40:47.228050 [ 276 ] {9e1e0e37-b0ce-4110-8f5b-055bff6dfc11} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:47.228086 [ 276 ] {9e1e0e37-b0ce-4110-8f5b-055bff6dfc11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:47.228389 [ 276 ] {9e1e0e37-b0ce-4110-8f5b-055bff6dfc11} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:40:47.228590 [ 276 ] {9e1e0e37-b0ce-4110-8f5b-055bff6dfc11} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:47.228719 [ 276 ] {9e1e0e37-b0ce-4110-8f5b-055bff6dfc11} executeQuery: Read 140 rows, 9.27 KiB in 0.001181 sec., 118543.60711261643 rows/sec., 7.66 MiB/sec. 2026.02.01 14:40:47.228757 [ 276 ] {9e1e0e37-b0ce-4110-8f5b-055bff6dfc11} TCPHandler: Processed in 0.001345902 sec. 2026.02.01 14:40:47.228870 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:47.228964 [ 276 ] {6912f978-7c7a-4f37-8c65-cb303e45f550} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:40:47.229003 [ 276 ] {6912f978-7c7a-4f37-8c65-cb303e45f550} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:40:47.229458 [ 276 ] {6912f978-7c7a-4f37-8c65-cb303e45f550} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:47.229493 [ 276 ] {6912f978-7c7a-4f37-8c65-cb303e45f550} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:47.229789 [ 276 ] {6912f978-7c7a-4f37-8c65-cb303e45f550} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:40:47.230040 [ 276 ] {6912f978-7c7a-4f37-8c65-cb303e45f550} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:47.230172 [ 276 ] {6912f978-7c7a-4f37-8c65-cb303e45f550} executeQuery: Read 139 rows, 8.10 KiB in 0.001225 sec., 113469.38775510204 rows/sec., 6.46 MiB/sec. 2026.02.01 14:40:47.230210 [ 276 ] {6912f978-7c7a-4f37-8c65-cb303e45f550} TCPHandler: Processed in 0.001388833 sec. 2026.02.01 14:40:47.230324 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:47.230420 [ 276 ] {69be06d5-b0fd-42e8-b3d3-f582267f632e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:40:47.230459 [ 276 ] {69be06d5-b0fd-42e8-b3d3-f582267f632e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:40:47.231090 [ 276 ] {69be06d5-b0fd-42e8-b3d3-f582267f632e} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:47.231125 [ 276 ] {69be06d5-b0fd-42e8-b3d3-f582267f632e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:47.231449 [ 276 ] {69be06d5-b0fd-42e8-b3d3-f582267f632e} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 14:40:47.231657 [ 276 ] {69be06d5-b0fd-42e8-b3d3-f582267f632e} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:47.231785 [ 276 ] {69be06d5-b0fd-42e8-b3d3-f582267f632e} executeQuery: Read 467 rows, 33.61 KiB in 0.001384 sec., 337427.74566473986 rows/sec., 23.71 MiB/sec. 2026.02.01 14:40:47.231823 [ 276 ] {69be06d5-b0fd-42e8-b3d3-f582267f632e} TCPHandler: Processed in 0.001548158 sec. 2026.02.01 14:40:47.231937 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:47.232031 [ 276 ] {d655d797-9c71-4a1b-8070-747525add870} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:40:47.232072 [ 276 ] {d655d797-9c71-4a1b-8070-747525add870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:40:47.232410 [ 276 ] {d655d797-9c71-4a1b-8070-747525add870} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:47.232446 [ 276 ] {d655d797-9c71-4a1b-8070-747525add870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:47.232746 [ 276 ] {d655d797-9c71-4a1b-8070-747525add870} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:40:47.232944 [ 276 ] {d655d797-9c71-4a1b-8070-747525add870} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:47.233070 [ 276 ] {d655d797-9c71-4a1b-8070-747525add870} executeQuery: Read 6 rows, 321.00 B in 0.001057 sec., 5676.442762535477 rows/sec., 296.57 KiB/sec. 2026.02.01 14:40:47.233106 [ 276 ] {d655d797-9c71-4a1b-8070-747525add870} TCPHandler: Processed in 0.001218928 sec. 2026.02.01 14:40:47.233229 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:47.233354 [ 276 ] {ef944589-517d-4cac-a970-aa2318ec34e8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:47.233408 [ 276 ] {ef944589-517d-4cac-a970-aa2318ec34e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:40:47.233921 [ 276 ] {ef944589-517d-4cac-a970-aa2318ec34e8} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:47.233964 [ 276 ] {ef944589-517d-4cac-a970-aa2318ec34e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:47.234374 [ 276 ] {ef944589-517d-4cac-a970-aa2318ec34e8} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 14:40:47.234593 [ 276 ] {ef944589-517d-4cac-a970-aa2318ec34e8} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:47.234708 [ 55 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 14:40:47.234725 [ 276 ] {ef944589-517d-4cac-a970-aa2318ec34e8} executeQuery: Read 260 rows, 17.73 KiB in 0.001396 sec., 186246.41833810887 rows/sec., 12.40 MiB/sec. 2026.02.01 14:40:47.234788 [ 55 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:47.234804 [ 276 ] {ef944589-517d-4cac-a970-aa2318ec34e8} TCPHandler: Processed in 0.001637011 sec. 2026.02.01 14:40:47.234817 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:47.234924 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:40:47.234926 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:47.235034 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:47.235051 [ 276 ] {919d8730-d3f0-4a5c-bd66-336f76f66147} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:40:47.235069 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5716 rows starting from the beginning of the part 2026.02.01 14:40:47.235095 [ 276 ] {919d8730-d3f0-4a5c-bd66-336f76f66147} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:40:47.235136 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:40:47.235187 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 198 rows starting from the beginning of the part 2026.02.01 14:40:47.235232 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2026.02.01 14:40:47.235277 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2026.02.01 14:40:47.235320 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 260 rows starting from the beginning of the part 2026.02.01 14:40:47.235410 [ 276 ] {919d8730-d3f0-4a5c-bd66-336f76f66147} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:47.235447 [ 276 ] {919d8730-d3f0-4a5c-bd66-336f76f66147} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:47.235757 [ 276 ] {919d8730-d3f0-4a5c-bd66-336f76f66147} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:40:47.235972 [ 276 ] {919d8730-d3f0-4a5c-bd66-336f76f66147} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:47.236103 [ 276 ] {919d8730-d3f0-4a5c-bd66-336f76f66147} executeQuery: Read 1 rows, 69.00 B in 0.001071 sec., 933.7068160597573 rows/sec., 62.92 KiB/sec. 2026.02.01 14:40:47.236141 [ 276 ] {919d8730-d3f0-4a5c-bd66-336f76f66147} TCPHandler: Processed in 0.00126592 sec. 2026.02.01 14:40:47.236244 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:47.236338 [ 276 ] {53482034-bb56-48fd-a038-ba4cf8f24d08} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:40:47.236381 [ 276 ] {53482034-bb56-48fd-a038-ba4cf8f24d08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:40:47.236719 [ 276 ] {53482034-bb56-48fd-a038-ba4cf8f24d08} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:47.236754 [ 276 ] {53482034-bb56-48fd-a038-ba4cf8f24d08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:47.237070 [ 276 ] {53482034-bb56-48fd-a038-ba4cf8f24d08} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 14:40:47.237289 [ 276 ] {53482034-bb56-48fd-a038-ba4cf8f24d08} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:47.237421 [ 276 ] {53482034-bb56-48fd-a038-ba4cf8f24d08} executeQuery: Read 88 rows, 5.66 KiB in 0.001101 sec., 79927.33878292462 rows/sec., 5.02 MiB/sec. 2026.02.01 14:40:47.237457 [ 276 ] {53482034-bb56-48fd-a038-ba4cf8f24d08} TCPHandler: Processed in 0.0012626 sec. 2026.02.01 14:40:47.237579 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 6654 rows, containing 5 columns (5 merged, 0 gathered) in 0.002691734 sec., 2472012.4648275054 rows/sec., 170.87 MiB/sec. 2026.02.01 14:40:47.238145 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 14:40:47.238520 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_41_8} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:47.238606 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_41_8} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 14:40:47.238705 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. 2026.02.01 14:40:49.573149 [ 134 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:40:49.573253 [ 134 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:40:49.707479 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16345 2026.02.01 14:40:49.708259 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:49.708332 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:49.708906 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 14:40:49.709152 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:49.709300 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16345 2026.02.01 14:40:50.537174 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.02.01 14:40:50.554050 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:50.554101 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:50.560813 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 14:40:50.561553 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:50.564371 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.02.01 14:40:52.215652 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:52.215859 [ 276 ] {d87f149b-c574-4435-a2d3-130a5c6899e0} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:40:52.215937 [ 276 ] {d87f149b-c574-4435-a2d3-130a5c6899e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:40:52.216761 [ 276 ] {d87f149b-c574-4435-a2d3-130a5c6899e0} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:52.216812 [ 276 ] {d87f149b-c574-4435-a2d3-130a5c6899e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:52.217241 [ 276 ] {d87f149b-c574-4435-a2d3-130a5c6899e0} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 14:40:52.217479 [ 276 ] {d87f149b-c574-4435-a2d3-130a5c6899e0} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:52.217646 [ 276 ] {d87f149b-c574-4435-a2d3-130a5c6899e0} executeQuery: Read 137 rows, 12.17 KiB in 0.001845 sec., 74254.74254742547 rows/sec., 6.44 MiB/sec. 2026.02.01 14:40:52.217699 [ 276 ] {d87f149b-c574-4435-a2d3-130a5c6899e0} TCPHandler: Processed in 0.00224223 sec. 2026.02.01 14:40:52.217826 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:52.217939 [ 276 ] {42d26013-b86a-495c-8b2c-42aeee2d7e23} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:40:52.217984 [ 276 ] {42d26013-b86a-495c-8b2c-42aeee2d7e23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:40:52.218434 [ 276 ] {42d26013-b86a-495c-8b2c-42aeee2d7e23} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:52.218470 [ 276 ] {42d26013-b86a-495c-8b2c-42aeee2d7e23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:52.218768 [ 276 ] {42d26013-b86a-495c-8b2c-42aeee2d7e23} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 14:40:52.218976 [ 276 ] {42d26013-b86a-495c-8b2c-42aeee2d7e23} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:52.219095 [ 24 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 14:40:52.219112 [ 276 ] {42d26013-b86a-495c-8b2c-42aeee2d7e23} executeQuery: Read 40 rows, 3.01 KiB in 0.001197 sec., 33416.87552213868 rows/sec., 2.45 MiB/sec. 2026.02.01 14:40:52.219166 [ 24 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:52.219175 [ 276 ] {42d26013-b86a-495c-8b2c-42aeee2d7e23} TCPHandler: Processed in 0.001401804 sec. 2026.02.01 14:40:52.219195 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:52.219302 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:52.219318 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:40:52.219403 [ 276 ] {0a6bb3ac-d463-457a-b3bb-75d387dc2ac3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:40:52.219415 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:52.219445 [ 276 ] {0a6bb3ac-d463-457a-b3bb-75d387dc2ac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:40:52.219448 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 203 rows starting from the beginning of the part 2026.02.01 14:40:52.219518 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part 2026.02.01 14:40:52.219566 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:40:52.219614 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part 2026.02.01 14:40:52.219652 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 137 rows starting from the beginning of the part 2026.02.01 14:40:52.219689 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part 2026.02.01 14:40:52.219850 [ 276 ] {0a6bb3ac-d463-457a-b3bb-75d387dc2ac3} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:52.219898 [ 276 ] {0a6bb3ac-d463-457a-b3bb-75d387dc2ac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:52.220188 [ 276 ] {0a6bb3ac-d463-457a-b3bb-75d387dc2ac3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:40:52.220394 [ 276 ] {0a6bb3ac-d463-457a-b3bb-75d387dc2ac3} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:52.220448 [ 199 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 5 columns (5 merged, 0 gathered) in 0.001168316 sec., 441661.3313521342 rows/sec., 30.76 MiB/sec. 2026.02.01 14:40:52.220535 [ 276 ] {0a6bb3ac-d463-457a-b3bb-75d387dc2ac3} executeQuery: Read 1 rows, 68.00 B in 0.001151 sec., 868.8097306689835 rows/sec., 57.69 KiB/sec. 2026.02.01 14:40:52.220580 [ 276 ] {0a6bb3ac-d463-457a-b3bb-75d387dc2ac3} TCPHandler: Processed in 0.001327601 sec. 2026.02.01 14:40:52.220657 [ 199 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 14:40:52.220701 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:52.220801 [ 276 ] {5f67981a-2f81-49c4-8120-f495218e0147} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:40:52.220845 [ 276 ] {5f67981a-2f81-49c4-8120-f495218e0147} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:40:52.220953 [ 199 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_36_7} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:52.221040 [ 199 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_36_7} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 14:40:52.221134 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.01 14:40:52.221280 [ 276 ] {5f67981a-2f81-49c4-8120-f495218e0147} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:52.221322 [ 276 ] {5f67981a-2f81-49c4-8120-f495218e0147} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:52.221634 [ 276 ] {5f67981a-2f81-49c4-8120-f495218e0147} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 14:40:52.221848 [ 276 ] {5f67981a-2f81-49c4-8120-f495218e0147} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:52.221983 [ 276 ] {5f67981a-2f81-49c4-8120-f495218e0147} executeQuery: Read 104 rows, 8.32 KiB in 0.0012 sec., 86666.66666666667 rows/sec., 6.77 MiB/sec. 2026.02.01 14:40:52.222026 [ 276 ] {5f67981a-2f81-49c4-8120-f495218e0147} TCPHandler: Processed in 0.001374782 sec. 2026.02.01 14:40:52.222141 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:52.222238 [ 276 ] {35b5e8f2-8ecf-4674-ace4-19d366feee56} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:52.222282 [ 276 ] {35b5e8f2-8ecf-4674-ace4-19d366feee56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:40:52.222690 [ 276 ] {35b5e8f2-8ecf-4674-ace4-19d366feee56} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:52.222726 [ 276 ] {35b5e8f2-8ecf-4674-ace4-19d366feee56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:52.223048 [ 276 ] {35b5e8f2-8ecf-4674-ace4-19d366feee56} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 14:40:52.223262 [ 276 ] {35b5e8f2-8ecf-4674-ace4-19d366feee56} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:52.223395 [ 276 ] {35b5e8f2-8ecf-4674-ace4-19d366feee56} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2026.02.01 14:40:52.223432 [ 276 ] {35b5e8f2-8ecf-4674-ace4-19d366feee56} TCPHandler: Processed in 0.001342532 sec. 2026.02.01 14:40:52.223535 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:52.223628 [ 276 ] {7bc84e7e-fe1d-4a90-9303-86d4e47c59c9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:40:52.223671 [ 276 ] {7bc84e7e-fe1d-4a90-9303-86d4e47c59c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:40:52.223987 [ 276 ] {7bc84e7e-fe1d-4a90-9303-86d4e47c59c9} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:52.224023 [ 276 ] {7bc84e7e-fe1d-4a90-9303-86d4e47c59c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:52.224323 [ 276 ] {7bc84e7e-fe1d-4a90-9303-86d4e47c59c9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:40:52.224527 [ 276 ] {7bc84e7e-fe1d-4a90-9303-86d4e47c59c9} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:52.224655 [ 276 ] {7bc84e7e-fe1d-4a90-9303-86d4e47c59c9} executeQuery: Read 1 rows, 65.00 B in 0.001045 sec., 956.9377990430622 rows/sec., 60.74 KiB/sec. 2026.02.01 14:40:52.224691 [ 276 ] {7bc84e7e-fe1d-4a90-9303-86d4e47c59c9} TCPHandler: Processed in 0.001204708 sec. 2026.02.01 14:40:52.224798 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:52.224910 [ 276 ] {83874cfb-8ab3-4b43-861c-1772161a1a29} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:52.224966 [ 276 ] {83874cfb-8ab3-4b43-861c-1772161a1a29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:40:52.225844 [ 276 ] {83874cfb-8ab3-4b43-861c-1772161a1a29} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:52.225880 [ 276 ] {83874cfb-8ab3-4b43-861c-1772161a1a29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:52.226441 [ 276 ] {83874cfb-8ab3-4b43-861c-1772161a1a29} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:40:52.226689 [ 276 ] {83874cfb-8ab3-4b43-861c-1772161a1a29} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:52.226841 [ 276 ] {83874cfb-8ab3-4b43-861c-1772161a1a29} executeQuery: Read 40 rows, 73.40 KiB in 0.001949 sec., 20523.34530528476 rows/sec., 36.78 MiB/sec. 2026.02.01 14:40:52.226906 [ 276 ] {83874cfb-8ab3-4b43-861c-1772161a1a29} TCPHandler: Processed in 0.002158746 sec. 2026.02.01 14:40:52.227025 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:52.227119 [ 276 ] {2f578866-dd36-4b2e-9a4d-7cb236036317} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:40:52.227163 [ 276 ] {2f578866-dd36-4b2e-9a4d-7cb236036317} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:40:52.227501 [ 276 ] {2f578866-dd36-4b2e-9a4d-7cb236036317} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:52.227537 [ 276 ] {2f578866-dd36-4b2e-9a4d-7cb236036317} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:52.227840 [ 276 ] {2f578866-dd36-4b2e-9a4d-7cb236036317} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 14:40:52.228043 [ 276 ] {2f578866-dd36-4b2e-9a4d-7cb236036317} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:52.228172 [ 276 ] {2f578866-dd36-4b2e-9a4d-7cb236036317} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.02.01 14:40:52.228173 [ 24 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 14:40:52.228209 [ 276 ] {2f578866-dd36-4b2e-9a4d-7cb236036317} TCPHandler: Processed in 0.001237889 sec. 2026.02.01 14:40:52.228227 [ 24 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:52.228252 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:52.228369 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:40:52.228496 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:52.228540 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1778 rows starting from the beginning of the part 2026.02.01 14:40:52.228602 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:40:52.228650 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:40:52.228694 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2026.02.01 14:40:52.228734 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 88 rows starting from the beginning of the part 2026.02.01 14:40:52.228775 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:40:52.229897 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2106 rows, containing 4 columns (4 merged, 0 gathered) in 0.001578409 sec., 1334254.9364581676 rows/sec., 86.96 MiB/sec. 2026.02.01 14:40:52.230121 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 14:40:52.230396 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_41_8} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:52.230467 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_41_8} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 14:40:52.230544 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.02.01 14:40:54.749032 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 848 2026.02.01 14:40:54.752074 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:54.752126 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:54.753381 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:40:54.753648 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:54.753851 [ 133 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 14:40:54.753952 [ 133 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:54.753989 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:54.754007 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 848 2026.02.01 14:40:54.754158 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:40:54.754953 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:40:54.755110 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 716 rows starting from the beginning of the part 2026.02.01 14:40:54.755498 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 20 rows starting from the beginning of the part 2026.02.01 14:40:54.755860 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part 2026.02.01 14:40:54.756204 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 28 rows starting from the beginning of the part 2026.02.01 14:40:54.756543 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 22 rows starting from the beginning of the part 2026.02.01 14:40:54.756890 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 42 rows starting from the beginning of the part 2026.02.01 14:40:54.763060 [ 186 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 848 rows, containing 72 columns (72 merged, 0 gathered) in 0.008978938 sec., 94443.24039212655 rows/sec., 79.55 MiB/sec. 2026.02.01 14:40:54.764073 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 14:40:54.764607 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_26_5} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:54.764683 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_26_5} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 14:40:54.764863 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2026.02.01 14:40:57.209370 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16857 2026.02.01 14:40:57.210064 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:57.210100 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:57.210592 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 14:40:57.210810 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:57.210931 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16857 2026.02.01 14:40:57.220758 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:57.220980 [ 276 ] {e5781dd2-3dc8-4ae9-90d5-9b0d471252de} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:40:57.221053 [ 276 ] {e5781dd2-3dc8-4ae9-90d5-9b0d471252de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:40:57.221917 [ 276 ] {e5781dd2-3dc8-4ae9-90d5-9b0d471252de} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:57.221972 [ 276 ] {e5781dd2-3dc8-4ae9-90d5-9b0d471252de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:57.222407 [ 276 ] {e5781dd2-3dc8-4ae9-90d5-9b0d471252de} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:40:57.222643 [ 276 ] {e5781dd2-3dc8-4ae9-90d5-9b0d471252de} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:57.222809 [ 276 ] {e5781dd2-3dc8-4ae9-90d5-9b0d471252de} executeQuery: Read 266 rows, 17.30 KiB in 0.001881 sec., 141414.1414141414 rows/sec., 8.98 MiB/sec. 2026.02.01 14:40:57.222862 [ 276 ] {e5781dd2-3dc8-4ae9-90d5-9b0d471252de} TCPHandler: Processed in 0.002300241 sec. 2026.02.01 14:40:57.222994 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:57.223097 [ 276 ] {5a948098-f4cb-4e7a-9e73-bfb891bdcfdb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:40:57.223144 [ 276 ] {5a948098-f4cb-4e7a-9e73-bfb891bdcfdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:40:57.223946 [ 276 ] {5a948098-f4cb-4e7a-9e73-bfb891bdcfdb} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:57.223985 [ 276 ] {5a948098-f4cb-4e7a-9e73-bfb891bdcfdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:57.224354 [ 276 ] {5a948098-f4cb-4e7a-9e73-bfb891bdcfdb} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 14:40:57.224591 [ 276 ] {5a948098-f4cb-4e7a-9e73-bfb891bdcfdb} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:57.224738 [ 276 ] {5a948098-f4cb-4e7a-9e73-bfb891bdcfdb} executeQuery: Read 752 rows, 60.56 KiB in 0.001664 sec., 451923.07692307694 rows/sec., 35.54 MiB/sec. 2026.02.01 14:40:57.224777 [ 276 ] {5a948098-f4cb-4e7a-9e73-bfb891bdcfdb} TCPHandler: Processed in 0.001841317 sec. 2026.02.01 14:40:57.224891 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:57.224989 [ 276 ] {d94f4cad-0a8b-4aac-80bd-8fe6bf82c634} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:40:57.225030 [ 276 ] {d94f4cad-0a8b-4aac-80bd-8fe6bf82c634} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:40:57.225494 [ 276 ] {d94f4cad-0a8b-4aac-80bd-8fe6bf82c634} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:57.225532 [ 276 ] {d94f4cad-0a8b-4aac-80bd-8fe6bf82c634} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:57.225835 [ 276 ] {d94f4cad-0a8b-4aac-80bd-8fe6bf82c634} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 14:40:57.226048 [ 276 ] {d94f4cad-0a8b-4aac-80bd-8fe6bf82c634} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:57.226180 [ 276 ] {d94f4cad-0a8b-4aac-80bd-8fe6bf82c634} executeQuery: Read 133 rows, 8.00 KiB in 0.001212 sec., 109735.97359735974 rows/sec., 6.45 MiB/sec. 2026.02.01 14:40:57.226218 [ 276 ] {d94f4cad-0a8b-4aac-80bd-8fe6bf82c634} TCPHandler: Processed in 0.001378942 sec. 2026.02.01 14:40:57.226330 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:57.226424 [ 276 ] {b56f2356-a6e9-42b6-bff3-119da2c75122} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:40:57.226464 [ 276 ] {b56f2356-a6e9-42b6-bff3-119da2c75122} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:40:57.226916 [ 276 ] {b56f2356-a6e9-42b6-bff3-119da2c75122} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:57.226954 [ 276 ] {b56f2356-a6e9-42b6-bff3-119da2c75122} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:57.227260 [ 276 ] {b56f2356-a6e9-42b6-bff3-119da2c75122} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:40:57.227470 [ 276 ] {b56f2356-a6e9-42b6-bff3-119da2c75122} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:57.227609 [ 276 ] {b56f2356-a6e9-42b6-bff3-119da2c75122} executeQuery: Read 140 rows, 9.27 KiB in 0.001203 sec., 116375.72734829591 rows/sec., 7.52 MiB/sec. 2026.02.01 14:40:57.227647 [ 276 ] {b56f2356-a6e9-42b6-bff3-119da2c75122} TCPHandler: Processed in 0.001367213 sec. 2026.02.01 14:40:57.227758 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:57.227851 [ 276 ] {96bae62b-be4d-40f1-b070-c7fd6736305c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:40:57.227891 [ 276 ] {96bae62b-be4d-40f1-b070-c7fd6736305c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:40:57.228346 [ 276 ] {96bae62b-be4d-40f1-b070-c7fd6736305c} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:57.228382 [ 276 ] {96bae62b-be4d-40f1-b070-c7fd6736305c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:57.228680 [ 276 ] {96bae62b-be4d-40f1-b070-c7fd6736305c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:40:57.228887 [ 276 ] {96bae62b-be4d-40f1-b070-c7fd6736305c} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:57.229015 [ 276 ] {96bae62b-be4d-40f1-b070-c7fd6736305c} executeQuery: Read 139 rows, 8.10 KiB in 0.001182 sec., 117597.29272419626 rows/sec., 6.69 MiB/sec. 2026.02.01 14:40:57.229054 [ 276 ] {96bae62b-be4d-40f1-b070-c7fd6736305c} TCPHandler: Processed in 0.001345272 sec. 2026.02.01 14:40:57.229167 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:57.229261 [ 276 ] {5c768ada-cced-4790-b8a6-831728cb716d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:40:57.229301 [ 276 ] {5c768ada-cced-4790-b8a6-831728cb716d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:40:57.229917 [ 276 ] {5c768ada-cced-4790-b8a6-831728cb716d} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:57.229954 [ 276 ] {5c768ada-cced-4790-b8a6-831728cb716d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:57.230311 [ 276 ] {5c768ada-cced-4790-b8a6-831728cb716d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 14:40:57.230520 [ 276 ] {5c768ada-cced-4790-b8a6-831728cb716d} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:57.230657 [ 276 ] {5c768ada-cced-4790-b8a6-831728cb716d} executeQuery: Read 463 rows, 33.28 KiB in 0.001414 sec., 327439.88684582745 rows/sec., 22.98 MiB/sec. 2026.02.01 14:40:57.230696 [ 276 ] {5c768ada-cced-4790-b8a6-831728cb716d} TCPHandler: Processed in 0.001582419 sec. 2026.02.01 14:40:57.230805 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:57.230898 [ 276 ] {acf92d50-612a-483e-949d-ebe21e05da2d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:40:57.230940 [ 276 ] {acf92d50-612a-483e-949d-ebe21e05da2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:40:57.231267 [ 276 ] {acf92d50-612a-483e-949d-ebe21e05da2d} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:57.231304 [ 276 ] {acf92d50-612a-483e-949d-ebe21e05da2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:57.231600 [ 276 ] {acf92d50-612a-483e-949d-ebe21e05da2d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:40:57.231806 [ 276 ] {acf92d50-612a-483e-949d-ebe21e05da2d} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:57.231934 [ 276 ] {acf92d50-612a-483e-949d-ebe21e05da2d} executeQuery: Read 6 rows, 321.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 297.70 KiB/sec. 2026.02.01 14:40:57.231971 [ 276 ] {acf92d50-612a-483e-949d-ebe21e05da2d} TCPHandler: Processed in 0.001215778 sec. 2026.02.01 14:40:57.232077 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:57.232172 [ 276 ] {c9d949bd-a03f-4cae-8919-27b8e6aa9124} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:40:57.232215 [ 276 ] {c9d949bd-a03f-4cae-8919-27b8e6aa9124} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:40:57.232649 [ 276 ] {c9d949bd-a03f-4cae-8919-27b8e6aa9124} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:57.232685 [ 276 ] {c9d949bd-a03f-4cae-8919-27b8e6aa9124} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:57.233010 [ 276 ] {c9d949bd-a03f-4cae-8919-27b8e6aa9124} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 14:40:57.233224 [ 276 ] {c9d949bd-a03f-4cae-8919-27b8e6aa9124} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:57.233358 [ 276 ] {c9d949bd-a03f-4cae-8919-27b8e6aa9124} executeQuery: Read 258 rows, 17.59 KiB in 0.001204 sec., 214285.7142857143 rows/sec., 14.27 MiB/sec. 2026.02.01 14:40:57.233395 [ 276 ] {c9d949bd-a03f-4cae-8919-27b8e6aa9124} TCPHandler: Processed in 0.001367542 sec. 2026.02.01 14:40:57.233508 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:57.233602 [ 276 ] {aabe7bc5-7545-46fe-b375-d6c058f69798} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:40:57.233645 [ 276 ] {aabe7bc5-7545-46fe-b375-d6c058f69798} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:40:57.233950 [ 276 ] {aabe7bc5-7545-46fe-b375-d6c058f69798} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:57.233986 [ 276 ] {aabe7bc5-7545-46fe-b375-d6c058f69798} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:57.234303 [ 276 ] {aabe7bc5-7545-46fe-b375-d6c058f69798} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:40:57.234509 [ 276 ] {aabe7bc5-7545-46fe-b375-d6c058f69798} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:57.234732 [ 276 ] {aabe7bc5-7545-46fe-b375-d6c058f69798} executeQuery: Read 1 rows, 69.00 B in 0.001147 sec., 871.8395815170009 rows/sec., 58.75 KiB/sec. 2026.02.01 14:40:57.234769 [ 276 ] {aabe7bc5-7545-46fe-b375-d6c058f69798} TCPHandler: Processed in 0.001311151 sec. 2026.02.01 14:40:57.234874 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:40:57.234967 [ 276 ] {5094573d-ef9a-4c1d-a0a4-d522e1589e2a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:40:57.235009 [ 276 ] {5094573d-ef9a-4c1d-a0a4-d522e1589e2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:40:57.235344 [ 276 ] {5094573d-ef9a-4c1d-a0a4-d522e1589e2a} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:57.235380 [ 276 ] {5094573d-ef9a-4c1d-a0a4-d522e1589e2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:57.235687 [ 276 ] {5094573d-ef9a-4c1d-a0a4-d522e1589e2a} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 14:40:57.235983 [ 276 ] {5094573d-ef9a-4c1d-a0a4-d522e1589e2a} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:57.236115 [ 276 ] {5094573d-ef9a-4c1d-a0a4-d522e1589e2a} executeQuery: Read 88 rows, 5.66 KiB in 0.001164 sec., 75601.37457044673 rows/sec., 4.75 MiB/sec. 2026.02.01 14:40:57.236151 [ 276 ] {5094573d-ef9a-4c1d-a0a4-d522e1589e2a} TCPHandler: Processed in 0.001325821 sec. 2026.02.01 14:40:58.065370 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.02.01 14:40:58.082943 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:40:58.083004 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:40:58.088832 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 14:40:58.089540 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:40:58.092485 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.02.01 14:41:02.215471 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:02.215668 [ 276 ] {cd30f39b-9681-45d9-bda8-4943915a8d8f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:41:02.215740 [ 276 ] {cd30f39b-9681-45d9-bda8-4943915a8d8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:41:02.216384 [ 276 ] {cd30f39b-9681-45d9-bda8-4943915a8d8f} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:02.216434 [ 276 ] {cd30f39b-9681-45d9-bda8-4943915a8d8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:02.216823 [ 276 ] {cd30f39b-9681-45d9-bda8-4943915a8d8f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.01 14:41:02.217056 [ 276 ] {cd30f39b-9681-45d9-bda8-4943915a8d8f} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:02.217230 [ 276 ] {cd30f39b-9681-45d9-bda8-4943915a8d8f} executeQuery: Read 8 rows, 668.00 B in 0.001612 sec., 4962.779156327543 rows/sec., 404.68 KiB/sec. 2026.02.01 14:41:02.217282 [ 276 ] {cd30f39b-9681-45d9-bda8-4943915a8d8f} TCPHandler: Processed in 0.0019482 sec. 2026.02.01 14:41:02.217405 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:02.217508 [ 276 ] {e31d0dc3-409d-43c4-b09f-f46dccdbba2a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:41:02.217551 [ 276 ] {e31d0dc3-409d-43c4-b09f-f46dccdbba2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:41:02.218051 [ 276 ] {e31d0dc3-409d-43c4-b09f-f46dccdbba2a} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:02.218090 [ 276 ] {e31d0dc3-409d-43c4-b09f-f46dccdbba2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:02.218416 [ 276 ] {e31d0dc3-409d-43c4-b09f-f46dccdbba2a} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 14:41:02.218660 [ 276 ] {e31d0dc3-409d-43c4-b09f-f46dccdbba2a} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:02.218782 [ 29 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 14:41:02.218801 [ 276 ] {e31d0dc3-409d-43c4-b09f-f46dccdbba2a} executeQuery: Read 140 rows, 12.37 KiB in 0.001318 sec., 106221.54779969652 rows/sec., 9.16 MiB/sec. 2026.02.01 14:41:02.218847 [ 29 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:02.218856 [ 276 ] {e31d0dc3-409d-43c4-b09f-f46dccdbba2a} TCPHandler: Processed in 0.001504527 sec. 2026.02.01 14:41:02.218880 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:02.218986 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:02.218995 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:41:02.219088 [ 276 ] {b6bd591e-5de9-4aa8-aa15-ad65582895a7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:41:02.219106 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:02.219130 [ 276 ] {b6bd591e-5de9-4aa8-aa15-ad65582895a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:41:02.219140 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 962 rows starting from the beginning of the part 2026.02.01 14:41:02.219207 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 136 rows starting from the beginning of the part 2026.02.01 14:41:02.219259 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 754 rows starting from the beginning of the part 2026.02.01 14:41:02.219306 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 137 rows starting from the beginning of the part 2026.02.01 14:41:02.219351 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 752 rows starting from the beginning of the part 2026.02.01 14:41:02.219393 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 140 rows starting from the beginning of the part 2026.02.01 14:41:02.219554 [ 276 ] {b6bd591e-5de9-4aa8-aa15-ad65582895a7} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:02.219590 [ 276 ] {b6bd591e-5de9-4aa8-aa15-ad65582895a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:02.219896 [ 276 ] {b6bd591e-5de9-4aa8-aa15-ad65582895a7} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 14:41:02.220117 [ 276 ] {b6bd591e-5de9-4aa8-aa15-ad65582895a7} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:02.220266 [ 276 ] {b6bd591e-5de9-4aa8-aa15-ad65582895a7} executeQuery: Read 48 rows, 3.57 KiB in 0.001199 sec., 40033.361134278566 rows/sec., 2.90 MiB/sec. 2026.02.01 14:41:02.220306 [ 276 ] {b6bd591e-5de9-4aa8-aa15-ad65582895a7} TCPHandler: Processed in 0.001368823 sec. 2026.02.01 14:41:02.220416 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:02.220512 [ 276 ] {44311fb6-3179-4774-b35a-5d1289d309e2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:41:02.220553 [ 276 ] {44311fb6-3179-4774-b35a-5d1289d309e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:41:02.220704 [ 199 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2881 rows, containing 5 columns (5 merged, 0 gathered) in 0.001748864 sec., 1647355.083071068 rows/sec., 139.37 MiB/sec. 2026.02.01 14:41:02.220943 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 14:41:02.220993 [ 276 ] {44311fb6-3179-4774-b35a-5d1289d309e2} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:02.221036 [ 276 ] {44311fb6-3179-4774-b35a-5d1289d309e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:02.221259 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_46_9} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:02.221339 [ 193 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_46_9} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 14:41:02.221389 [ 276 ] {44311fb6-3179-4774-b35a-5d1289d309e2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 14:41:02.221431 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.02.01 14:41:02.221614 [ 276 ] {44311fb6-3179-4774-b35a-5d1289d309e2} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:02.221728 [ 29 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 14:41:02.221754 [ 276 ] {44311fb6-3179-4774-b35a-5d1289d309e2} executeQuery: Read 112 rows, 8.97 KiB in 0.001262 sec., 88748.01901743264 rows/sec., 6.94 MiB/sec. 2026.02.01 14:41:02.221758 [ 29 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:02.221795 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:02.221800 [ 276 ] {44311fb6-3179-4774-b35a-5d1289d309e2} TCPHandler: Processed in 0.001434034 sec. 2026.02.01 14:41:02.221864 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:41:02.221923 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:02.221942 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:02.221964 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 575 rows starting from the beginning of the part 2026.02.01 14:41:02.222008 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:41:02.222016 [ 276 ] {3ecba28e-0d4f-4630-a14c-79fa3cc8d7c6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:02.222042 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 467 rows starting from the beginning of the part 2026.02.01 14:41:02.222062 [ 276 ] {3ecba28e-0d4f-4630-a14c-79fa3cc8d7c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:41:02.222081 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:41:02.222114 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 463 rows starting from the beginning of the part 2026.02.01 14:41:02.222148 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 112 rows starting from the beginning of the part 2026.02.01 14:41:02.222471 [ 276 ] {3ecba28e-0d4f-4630-a14c-79fa3cc8d7c6} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:02.222507 [ 276 ] {3ecba28e-0d4f-4630-a14c-79fa3cc8d7c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:02.222856 [ 276 ] {3ecba28e-0d4f-4630-a14c-79fa3cc8d7c6} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 14:41:02.223043 [ 199 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1825 rows, containing 5 columns (5 merged, 0 gathered) in 0.001206888 sec., 1512153.5718310233 rows/sec., 115.13 MiB/sec. 2026.02.01 14:41:02.223095 [ 276 ] {3ecba28e-0d4f-4630-a14c-79fa3cc8d7c6} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:02.223218 [ 194 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 14:41:02.223238 [ 276 ] {3ecba28e-0d4f-4630-a14c-79fa3cc8d7c6} executeQuery: Read 164 rows, 11.69 KiB in 0.001241 sec., 132151.4907332796 rows/sec., 9.20 MiB/sec. 2026.02.01 14:41:02.223276 [ 276 ] {3ecba28e-0d4f-4630-a14c-79fa3cc8d7c6} TCPHandler: Processed in 0.001403793 sec. 2026.02.01 14:41:02.223386 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:02.223462 [ 194 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_46_9} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:02.223487 [ 276 ] {203d5872-221b-4245-86e0-4d09505efcfb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:02.223526 [ 194 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_46_9} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 14:41:02.223543 [ 276 ] {203d5872-221b-4245-86e0-4d09505efcfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:41:02.223591 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2026.02.01 14:41:02.224369 [ 276 ] {203d5872-221b-4245-86e0-4d09505efcfb} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:02.224404 [ 276 ] {203d5872-221b-4245-86e0-4d09505efcfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:02.224965 [ 276 ] {203d5872-221b-4245-86e0-4d09505efcfb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:41:02.225186 [ 276 ] {203d5872-221b-4245-86e0-4d09505efcfb} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:02.225337 [ 276 ] {203d5872-221b-4245-86e0-4d09505efcfb} executeQuery: Read 40 rows, 73.40 KiB in 0.001867 sec., 21424.745581146224 rows/sec., 38.39 MiB/sec. 2026.02.01 14:41:02.225399 [ 276 ] {203d5872-221b-4245-86e0-4d09505efcfb} TCPHandler: Processed in 0.002062394 sec. 2026.02.01 14:41:02.225511 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:02.225606 [ 276 ] {35365aab-1ac1-4995-996d-3b5c2474b7de} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:41:02.225648 [ 276 ] {35365aab-1ac1-4995-996d-3b5c2474b7de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:41:02.225981 [ 276 ] {35365aab-1ac1-4995-996d-3b5c2474b7de} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:02.226017 [ 276 ] {35365aab-1ac1-4995-996d-3b5c2474b7de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:02.226315 [ 276 ] {35365aab-1ac1-4995-996d-3b5c2474b7de} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 14:41:02.226519 [ 276 ] {35365aab-1ac1-4995-996d-3b5c2474b7de} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:02.226647 [ 276 ] {35365aab-1ac1-4995-996d-3b5c2474b7de} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2026.02.01 14:41:02.226683 [ 276 ] {35365aab-1ac1-4995-996d-3b5c2474b7de} TCPHandler: Processed in 0.001223177 sec. 2026.02.01 14:41:04.573303 [ 61 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:41:04.573373 [ 61 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:41:04.711942 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17305 2026.02.01 14:41:04.712460 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:04.712498 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:04.712982 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 14:41:04.713209 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:04.713325 [ 61 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 14:41:04.713347 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17305 2026.02.01 14:41:04.713375 [ 61 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:04.713399 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:04.713565 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:41:04.713778 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:04.713843 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14937 rows starting from the beginning of the part 2026.02.01 14:41:04.713944 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:41:04.714018 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:41:04.714091 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:41:04.714131 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:41:04.714170 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:41:04.716355 [ 199 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17305 rows, containing 4 columns (4 merged, 0 gathered) in 0.002867649 sec., 6034560.017631168 rows/sec., 86.33 MiB/sec. 2026.02.01 14:41:04.716700 [ 196 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 14:41:04.717072 [ 196 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_36_7} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:04.717156 [ 196 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_36_7} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 14:41:04.717269 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.02.01 14:41:04.755224 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 882 2026.02.01 14:41:04.757546 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:04.757588 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:04.758711 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:41:04.758959 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:04.759204 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 882 2026.02.01 14:41:05.593512 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2026.02.01 14:41:05.610702 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:05.610760 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:05.616393 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 14:41:05.617119 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:05.617405 [ 9 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 14:41:05.617472 [ 9 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:05.617494 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:05.617589 [ 195 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:41:05.620034 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2026.02.01 14:41:05.620526 [ 195 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:05.621301 [ 195 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:41:05.624606 [ 195 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:41:05.627880 [ 195 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:41:05.631532 [ 195 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:41:05.635336 [ 195 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:41:05.639328 [ 195 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part 2026.02.01 14:41:05.692419 [ 199 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.07487103 sec., 3619.5575244523816 rows/sec., 18.72 MiB/sec. 2026.02.01 14:41:05.695388 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 14:41:05.697517 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_36_7} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:05.697628 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_36_7} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 14:41:05.700650 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. 2026.02.01 14:41:06.000228 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 279.17 MiB, peak 291.04 MiB, free memory in arenas 0.00 B, will set to 284.98 MiB (RSS), difference: 5.81 MiB 2026.02.01 14:41:07.220584 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:07.220769 [ 276 ] {a60847e7-07a0-4e60-a220-f49e48247bda} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:41:07.220839 [ 276 ] {a60847e7-07a0-4e60-a220-f49e48247bda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:41:07.221613 [ 276 ] {a60847e7-07a0-4e60-a220-f49e48247bda} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:07.221665 [ 276 ] {a60847e7-07a0-4e60-a220-f49e48247bda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:07.222125 [ 276 ] {a60847e7-07a0-4e60-a220-f49e48247bda} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:41:07.222390 [ 276 ] {a60847e7-07a0-4e60-a220-f49e48247bda} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:07.222575 [ 276 ] {a60847e7-07a0-4e60-a220-f49e48247bda} executeQuery: Read 266 rows, 17.30 KiB in 0.001858 sec., 143164.69321851453 rows/sec., 9.10 MiB/sec. 2026.02.01 14:41:07.222631 [ 276 ] {a60847e7-07a0-4e60-a220-f49e48247bda} TCPHandler: Processed in 0.002181948 sec. 2026.02.01 14:41:07.222762 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:07.222866 [ 276 ] {5041cf51-5f10-4943-bce2-15edb2e86f28} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:41:07.222912 [ 276 ] {5041cf51-5f10-4943-bce2-15edb2e86f28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:41:07.223699 [ 276 ] {5041cf51-5f10-4943-bce2-15edb2e86f28} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:07.223738 [ 276 ] {5041cf51-5f10-4943-bce2-15edb2e86f28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:07.224119 [ 276 ] {5041cf51-5f10-4943-bce2-15edb2e86f28} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 14:41:07.224333 [ 276 ] {5041cf51-5f10-4943-bce2-15edb2e86f28} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:07.224469 [ 276 ] {5041cf51-5f10-4943-bce2-15edb2e86f28} executeQuery: Read 752 rows, 60.56 KiB in 0.001627 sec., 462200.36877689 rows/sec., 36.35 MiB/sec. 2026.02.01 14:41:07.224509 [ 276 ] {5041cf51-5f10-4943-bce2-15edb2e86f28} TCPHandler: Processed in 0.001800626 sec. 2026.02.01 14:41:07.224625 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:07.224723 [ 276 ] {c1d9688c-56eb-4984-86a2-fec5f1432309} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:41:07.224766 [ 276 ] {c1d9688c-56eb-4984-86a2-fec5f1432309} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:41:07.225213 [ 276 ] {c1d9688c-56eb-4984-86a2-fec5f1432309} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:07.225251 [ 276 ] {c1d9688c-56eb-4984-86a2-fec5f1432309} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:07.225563 [ 276 ] {c1d9688c-56eb-4984-86a2-fec5f1432309} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 14:41:07.225771 [ 276 ] {c1d9688c-56eb-4984-86a2-fec5f1432309} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:07.225905 [ 276 ] {c1d9688c-56eb-4984-86a2-fec5f1432309} executeQuery: Read 133 rows, 8.00 KiB in 0.001201 sec., 110741.04912572856 rows/sec., 6.51 MiB/sec. 2026.02.01 14:41:07.225944 [ 276 ] {c1d9688c-56eb-4984-86a2-fec5f1432309} TCPHandler: Processed in 0.001369702 sec. 2026.02.01 14:41:07.226060 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:07.226155 [ 276 ] {0420dfa8-3c1c-4262-84da-2f50277c7326} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:41:07.226196 [ 276 ] {0420dfa8-3c1c-4262-84da-2f50277c7326} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:41:07.226629 [ 276 ] {0420dfa8-3c1c-4262-84da-2f50277c7326} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:07.226667 [ 276 ] {0420dfa8-3c1c-4262-84da-2f50277c7326} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:07.226975 [ 276 ] {0420dfa8-3c1c-4262-84da-2f50277c7326} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:41:07.227209 [ 276 ] {0420dfa8-3c1c-4262-84da-2f50277c7326} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:07.227339 [ 276 ] {0420dfa8-3c1c-4262-84da-2f50277c7326} executeQuery: Read 140 rows, 9.27 KiB in 0.001202 sec., 116472.54575707155 rows/sec., 7.53 MiB/sec. 2026.02.01 14:41:07.227379 [ 276 ] {0420dfa8-3c1c-4262-84da-2f50277c7326} TCPHandler: Processed in 0.001369603 sec. 2026.02.01 14:41:07.227494 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:07.227589 [ 276 ] {468fbc45-29ea-4d8a-8b27-9a1c90740cf0} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:41:07.227630 [ 276 ] {468fbc45-29ea-4d8a-8b27-9a1c90740cf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:41:07.228063 [ 276 ] {468fbc45-29ea-4d8a-8b27-9a1c90740cf0} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:07.228100 [ 276 ] {468fbc45-29ea-4d8a-8b27-9a1c90740cf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:07.228414 [ 276 ] {468fbc45-29ea-4d8a-8b27-9a1c90740cf0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:41:07.228624 [ 276 ] {468fbc45-29ea-4d8a-8b27-9a1c90740cf0} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:07.228764 [ 276 ] {468fbc45-29ea-4d8a-8b27-9a1c90740cf0} executeQuery: Read 139 rows, 8.10 KiB in 0.001193 sec., 116512.99245599328 rows/sec., 6.63 MiB/sec. 2026.02.01 14:41:07.228804 [ 276 ] {468fbc45-29ea-4d8a-8b27-9a1c90740cf0} TCPHandler: Processed in 0.001360452 sec. 2026.02.01 14:41:07.228921 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:07.229015 [ 276 ] {4821b628-8179-4ed9-acac-5781781fd882} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:41:07.229056 [ 276 ] {4821b628-8179-4ed9-acac-5781781fd882} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:41:07.229613 [ 276 ] {4821b628-8179-4ed9-acac-5781781fd882} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:07.229650 [ 276 ] {4821b628-8179-4ed9-acac-5781781fd882} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:07.229979 [ 276 ] {4821b628-8179-4ed9-acac-5781781fd882} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 14:41:07.230316 [ 276 ] {4821b628-8179-4ed9-acac-5781781fd882} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:07.230486 [ 276 ] {4821b628-8179-4ed9-acac-5781781fd882} executeQuery: Read 463 rows, 33.28 KiB in 0.001487 sec., 311365.1647612643 rows/sec., 21.86 MiB/sec. 2026.02.01 14:41:07.230534 [ 276 ] {4821b628-8179-4ed9-acac-5781781fd882} TCPHandler: Processed in 0.001663151 sec. 2026.02.01 14:41:07.230667 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:07.230782 [ 276 ] {6f24e3a1-53a8-4cdb-8754-84de8b3d6c17} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:41:07.230836 [ 276 ] {6f24e3a1-53a8-4cdb-8754-84de8b3d6c17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:41:07.231228 [ 276 ] {6f24e3a1-53a8-4cdb-8754-84de8b3d6c17} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:07.231266 [ 276 ] {6f24e3a1-53a8-4cdb-8754-84de8b3d6c17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:07.231574 [ 276 ] {6f24e3a1-53a8-4cdb-8754-84de8b3d6c17} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:41:07.231782 [ 276 ] {6f24e3a1-53a8-4cdb-8754-84de8b3d6c17} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:07.231914 [ 276 ] {6f24e3a1-53a8-4cdb-8754-84de8b3d6c17} executeQuery: Read 6 rows, 321.00 B in 0.001157 sec., 5185.825410544511 rows/sec., 270.94 KiB/sec. 2026.02.01 14:41:07.231952 [ 276 ] {6f24e3a1-53a8-4cdb-8754-84de8b3d6c17} TCPHandler: Processed in 0.001347612 sec. 2026.02.01 14:41:07.232056 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:07.232151 [ 276 ] {ae41db8c-4cd9-4ee6-8200-63f3458009de} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:07.232195 [ 276 ] {ae41db8c-4cd9-4ee6-8200-63f3458009de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:41:07.232609 [ 276 ] {ae41db8c-4cd9-4ee6-8200-63f3458009de} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:07.232647 [ 276 ] {ae41db8c-4cd9-4ee6-8200-63f3458009de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:07.232978 [ 276 ] {ae41db8c-4cd9-4ee6-8200-63f3458009de} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 14:41:07.233194 [ 276 ] {ae41db8c-4cd9-4ee6-8200-63f3458009de} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:07.233335 [ 276 ] {ae41db8c-4cd9-4ee6-8200-63f3458009de} executeQuery: Read 258 rows, 17.59 KiB in 0.001203 sec., 214463.84039900248 rows/sec., 14.28 MiB/sec. 2026.02.01 14:41:07.233374 [ 276 ] {ae41db8c-4cd9-4ee6-8200-63f3458009de} TCPHandler: Processed in 0.001366963 sec. 2026.02.01 14:41:07.233488 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:07.233582 [ 276 ] {c97da3a1-c00a-4e79-a4a6-f96478bc765b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:41:07.233625 [ 276 ] {c97da3a1-c00a-4e79-a4a6-f96478bc765b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:41:07.233940 [ 276 ] {c97da3a1-c00a-4e79-a4a6-f96478bc765b} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:07.233977 [ 276 ] {c97da3a1-c00a-4e79-a4a6-f96478bc765b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:07.234292 [ 276 ] {c97da3a1-c00a-4e79-a4a6-f96478bc765b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:41:07.234500 [ 276 ] {c97da3a1-c00a-4e79-a4a6-f96478bc765b} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:07.234608 [ 71 ] {} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.01 14:41:07.234636 [ 276 ] {c97da3a1-c00a-4e79-a4a6-f96478bc765b} executeQuery: Read 1 rows, 69.00 B in 0.001072 sec., 932.8358208955224 rows/sec., 62.86 KiB/sec. 2026.02.01 14:41:07.234674 [ 71 ] {} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:07.234683 [ 276 ] {c97da3a1-c00a-4e79-a4a6-f96478bc765b} TCPHandler: Processed in 0.001244978 sec. 2026.02.01 14:41:07.234702 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.02.01 14:41:07.234804 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:07.234842 [ 200 ] {43677d4b-b02f-4083-8477-4816cd433705::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.02.01 14:41:07.234904 [ 276 ] {ac1c014b-78e9-4cd2-a13c-7e6e552ff94f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:41:07.234952 [ 276 ] {ac1c014b-78e9-4cd2-a13c-7e6e552ff94f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:41:07.235008 [ 200 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:07.235056 [ 200 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 11 rows starting from the beginning of the part 2026.02.01 14:41:07.235131 [ 200 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.02.01 14:41:07.235174 [ 200 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.02.01 14:41:07.235215 [ 200 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.02.01 14:41:07.235253 [ 200 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.02.01 14:41:07.235287 [ 276 ] {ac1c014b-78e9-4cd2-a13c-7e6e552ff94f} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:07.235290 [ 200 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2026.02.01 14:41:07.235331 [ 276 ] {ac1c014b-78e9-4cd2-a13c-7e6e552ff94f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:07.235685 [ 276 ] {ac1c014b-78e9-4cd2-a13c-7e6e552ff94f} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 14:41:07.235911 [ 276 ] {ac1c014b-78e9-4cd2-a13c-7e6e552ff94f} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:07.236051 [ 276 ] {ac1c014b-78e9-4cd2-a13c-7e6e552ff94f} executeQuery: Read 88 rows, 5.66 KiB in 0.001165 sec., 75536.48068669527 rows/sec., 4.74 MiB/sec. 2026.02.01 14:41:07.236089 [ 276 ] {ac1c014b-78e9-4cd2-a13c-7e6e552ff94f} TCPHandler: Processed in 0.001334872 sec. 2026.02.01 14:41:07.236394 [ 187 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.00161813 sec., 9887.957086266246 rows/sec., 661.45 KiB/sec. 2026.02.01 14:41:07.236542 [ 200 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.01 14:41:07.236809 [ 200 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_16_3} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:07.236883 [ 200 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_16_3} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.01 14:41:07.236961 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 14:41:12.214384 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17817 2026.02.01 14:41:12.214926 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:12.214974 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:12.215488 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 14:41:12.215734 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:12.215898 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17817 2026.02.01 14:41:12.216520 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:12.216702 [ 276 ] {9634a936-cfcc-4c46-b915-bfdef5c9896f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:41:12.216767 [ 276 ] {9634a936-cfcc-4c46-b915-bfdef5c9896f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:41:12.217511 [ 276 ] {9634a936-cfcc-4c46-b915-bfdef5c9896f} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:12.217549 [ 276 ] {9634a936-cfcc-4c46-b915-bfdef5c9896f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:12.217952 [ 276 ] {9634a936-cfcc-4c46-b915-bfdef5c9896f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 14:41:12.218181 [ 276 ] {9634a936-cfcc-4c46-b915-bfdef5c9896f} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:12.218334 [ 276 ] {9634a936-cfcc-4c46-b915-bfdef5c9896f} executeQuery: Read 136 rows, 12.08 KiB in 0.001684 sec., 80760.09501187649 rows/sec., 7.00 MiB/sec. 2026.02.01 14:41:12.218377 [ 276 ] {9634a936-cfcc-4c46-b915-bfdef5c9896f} TCPHandler: Processed in 0.001988971 sec. 2026.02.01 14:41:12.218491 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:12.218586 [ 276 ] {cb8cd563-b7d7-4f25-9d4e-211a40a9e430} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:41:12.218628 [ 276 ] {cb8cd563-b7d7-4f25-9d4e-211a40a9e430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:41:12.219050 [ 276 ] {cb8cd563-b7d7-4f25-9d4e-211a40a9e430} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:12.219091 [ 276 ] {cb8cd563-b7d7-4f25-9d4e-211a40a9e430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:12.219397 [ 276 ] {cb8cd563-b7d7-4f25-9d4e-211a40a9e430} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 14:41:12.219620 [ 276 ] {cb8cd563-b7d7-4f25-9d4e-211a40a9e430} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:12.219751 [ 276 ] {cb8cd563-b7d7-4f25-9d4e-211a40a9e430} executeQuery: Read 40 rows, 3.01 KiB in 0.001184 sec., 33783.78378378379 rows/sec., 2.48 MiB/sec. 2026.02.01 14:41:12.219789 [ 276 ] {cb8cd563-b7d7-4f25-9d4e-211a40a9e430} TCPHandler: Processed in 0.001347031 sec. 2026.02.01 14:41:12.219897 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:12.219992 [ 276 ] {50de99f2-f4af-4cd8-ae38-c9d966da0464} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:41:12.220032 [ 276 ] {50de99f2-f4af-4cd8-ae38-c9d966da0464} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:41:12.220459 [ 276 ] {50de99f2-f4af-4cd8-ae38-c9d966da0464} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:12.220494 [ 276 ] {50de99f2-f4af-4cd8-ae38-c9d966da0464} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:12.220802 [ 276 ] {50de99f2-f4af-4cd8-ae38-c9d966da0464} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 14:41:12.221011 [ 276 ] {50de99f2-f4af-4cd8-ae38-c9d966da0464} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:12.221155 [ 276 ] {50de99f2-f4af-4cd8-ae38-c9d966da0464} executeQuery: Read 104 rows, 8.32 KiB in 0.001181 sec., 88060.96528365792 rows/sec., 6.88 MiB/sec. 2026.02.01 14:41:12.221192 [ 276 ] {50de99f2-f4af-4cd8-ae38-c9d966da0464} TCPHandler: Processed in 0.001343942 sec. 2026.02.01 14:41:12.221303 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:12.221396 [ 276 ] {4dcad0e0-d7a0-4cbd-97a2-c40cb3b284f6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:12.221440 [ 276 ] {4dcad0e0-d7a0-4cbd-97a2-c40cb3b284f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:41:12.221848 [ 276 ] {4dcad0e0-d7a0-4cbd-97a2-c40cb3b284f6} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:12.221883 [ 276 ] {4dcad0e0-d7a0-4cbd-97a2-c40cb3b284f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:12.222205 [ 276 ] {4dcad0e0-d7a0-4cbd-97a2-c40cb3b284f6} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 14:41:12.222524 [ 276 ] {4dcad0e0-d7a0-4cbd-97a2-c40cb3b284f6} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:12.222657 [ 98 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 14:41:12.222698 [ 276 ] {4dcad0e0-d7a0-4cbd-97a2-c40cb3b284f6} executeQuery: Read 160 rows, 11.41 KiB in 0.001319 sec., 121304.01819560272 rows/sec., 8.45 MiB/sec. 2026.02.01 14:41:12.222700 [ 98 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:12.222738 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:12.222745 [ 276 ] {4dcad0e0-d7a0-4cbd-97a2-c40cb3b284f6} TCPHandler: Processed in 0.001492276 sec. 2026.02.01 14:41:12.222857 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:41:12.222869 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:12.223011 [ 276 ] {2bde3f23-b551-4026-add5-e49380193b68} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:12.223014 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:12.223075 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6654 rows starting from the beginning of the part 2026.02.01 14:41:12.223084 [ 276 ] {2bde3f23-b551-4026-add5-e49380193b68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:41:12.223164 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2026.02.01 14:41:12.223224 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 258 rows starting from the beginning of the part 2026.02.01 14:41:12.223274 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 164 rows starting from the beginning of the part 2026.02.01 14:41:12.223326 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 258 rows starting from the beginning of the part 2026.02.01 14:41:12.223369 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2026.02.01 14:41:12.224024 [ 276 ] {2bde3f23-b551-4026-add5-e49380193b68} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:12.224065 [ 276 ] {2bde3f23-b551-4026-add5-e49380193b68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:12.224681 [ 276 ] {2bde3f23-b551-4026-add5-e49380193b68} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:41:12.224926 [ 276 ] {2bde3f23-b551-4026-add5-e49380193b68} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:12.225028 [ 98 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.01 14:41:12.225055 [ 98 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:12.225071 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:12.225074 [ 276 ] {2bde3f23-b551-4026-add5-e49380193b68} executeQuery: Read 40 rows, 73.40 KiB in 0.002086 sec., 19175.455417066154 rows/sec., 34.36 MiB/sec. 2026.02.01 14:41:12.225144 [ 276 ] {2bde3f23-b551-4026-add5-e49380193b68} TCPHandler: Processed in 0.002334772 sec. 2026.02.01 14:41:12.225157 [ 187 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:41:12.225257 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:12.225357 [ 276 ] {6b0253a5-182a-4f25-971f-1c75f0645496} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:41:12.225372 [ 187 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:12.225400 [ 276 ] {6b0253a5-182a-4f25-971f-1c75f0645496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:41:12.225435 [ 187 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 742 rows starting from the beginning of the part 2026.02.01 14:41:12.225566 [ 187 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part 2026.02.01 14:41:12.225683 [ 187 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part 2026.02.01 14:41:12.225753 [ 276 ] {6b0253a5-182a-4f25-971f-1c75f0645496} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:12.225795 [ 276 ] {6b0253a5-182a-4f25-971f-1c75f0645496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:12.225800 [ 187 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part 2026.02.01 14:41:12.225920 [ 187 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part 2026.02.01 14:41:12.226029 [ 187 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part 2026.02.01 14:41:12.226136 [ 276 ] {6b0253a5-182a-4f25-971f-1c75f0645496} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 14:41:12.226214 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 7654 rows, containing 5 columns (5 merged, 0 gathered) in 0.003415206 sec., 2241153.242293437 rows/sec., 154.60 MiB/sec. 2026.02.01 14:41:12.226390 [ 276 ] {6b0253a5-182a-4f25-971f-1c75f0645496} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:12.226535 [ 276 ] {6b0253a5-182a-4f25-971f-1c75f0645496} executeQuery: Read 60 rows, 4.14 KiB in 0.001196 sec., 50167.22408026756 rows/sec., 3.38 MiB/sec. 2026.02.01 14:41:12.226572 [ 276 ] {6b0253a5-182a-4f25-971f-1c75f0645496} TCPHandler: Processed in 0.001364643 sec. 2026.02.01 14:41:12.226896 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 14:41:12.227166 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_46_9} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:12.227231 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_46_9} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 14:41:12.227327 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. 2026.02.01 14:41:12.241257 [ 189 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 942 rows, containing 19 columns (19 merged, 0 gathered) in 0.01613678 sec., 58375.95852456314 rows/sec., 104.61 MiB/sec. 2026.02.01 14:41:12.242415 [ 187 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.01 14:41:12.242748 [ 187 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_26_5} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:12.242819 [ 187 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_26_5} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.01 14:41:12.242929 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. 2026.02.01 14:41:12.966825 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:12.967067 [ 276 ] {836d3fc3-a272-41f6-9e9d-18e66c997c5c} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.967462 [ 276 ] {836d3fc3-a272-41f6-9e9d-18e66c997c5c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:41:12.967507 [ 276 ] {836d3fc3-a272-41f6-9e9d-18e66c997c5c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.967774 [ 276 ] {836d3fc3-a272-41f6-9e9d-18e66c997c5c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:41:12.967844 [ 276 ] {836d3fc3-a272-41f6-9e9d-18e66c997c5c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:41:12.967987 [ 276 ] {836d3fc3-a272-41f6-9e9d-18e66c997c5c} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.02.01 14:41:12.968026 [ 276 ] {836d3fc3-a272-41f6-9e9d-18e66c997c5c} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.02.01 14:41:12.968050 [ 276 ] {836d3fc3-a272-41f6-9e9d-18e66c997c5c} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:41:12.968069 [ 276 ] {836d3fc3-a272-41f6-9e9d-18e66c997c5c} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:41:12.968111 [ 276 ] {836d3fc3-a272-41f6-9e9d-18e66c997c5c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.968135 [ 276 ] {836d3fc3-a272-41f6-9e9d-18e66c997c5c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 2026.02.01 14:41:12.969218 [ 276 ] {836d3fc3-a272-41f6-9e9d-18e66c997c5c} executeQuery: Read 42 rows, 1.69 KiB in 0.002256 sec., 18617.021276595744 rows/sec., 749.30 KiB/sec. 2026.02.01 14:41:12.969346 [ 276 ] {836d3fc3-a272-41f6-9e9d-18e66c997c5c} TCPHandler: Processed in 0.002656713 sec. 2026.02.01 14:41:12.969729 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:12.969901 [ 276 ] {5b381610-b0d6-4b24-bf28-1754b6287c9f} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.970165 [ 276 ] {5b381610-b0d6-4b24-bf28-1754b6287c9f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:41:12.970209 [ 276 ] {5b381610-b0d6-4b24-bf28-1754b6287c9f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.970438 [ 276 ] {5b381610-b0d6-4b24-bf28-1754b6287c9f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:41:12.970495 [ 276 ] {5b381610-b0d6-4b24-bf28-1754b6287c9f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:41:12.970597 [ 276 ] {5b381610-b0d6-4b24-bf28-1754b6287c9f} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.02.01 14:41:12.970626 [ 276 ] {5b381610-b0d6-4b24-bf28-1754b6287c9f} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.02.01 14:41:12.970645 [ 276 ] {5b381610-b0d6-4b24-bf28-1754b6287c9f} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:41:12.970659 [ 276 ] {5b381610-b0d6-4b24-bf28-1754b6287c9f} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:41:12.970692 [ 276 ] {5b381610-b0d6-4b24-bf28-1754b6287c9f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.970711 [ 276 ] {5b381610-b0d6-4b24-bf28-1754b6287c9f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 2026.02.01 14:41:12.971323 [ 276 ] {5b381610-b0d6-4b24-bf28-1754b6287c9f} executeQuery: Read 42 rows, 1.69 KiB in 0.001507 sec., 27869.9402786994 rows/sec., 1.10 MiB/sec. 2026.02.01 14:41:12.971418 [ 276 ] {5b381610-b0d6-4b24-bf28-1754b6287c9f} TCPHandler: Processed in 0.001747614 sec. 2026.02.01 14:41:12.971654 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:12.971794 [ 276 ] {274f1c73-c6ce-435a-9552-99fbe938d6bf} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.972015 [ 276 ] {274f1c73-c6ce-435a-9552-99fbe938d6bf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:41:12.972057 [ 276 ] {274f1c73-c6ce-435a-9552-99fbe938d6bf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.972266 [ 276 ] {274f1c73-c6ce-435a-9552-99fbe938d6bf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:41:12.972317 [ 276 ] {274f1c73-c6ce-435a-9552-99fbe938d6bf} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:41:12.972419 [ 276 ] {274f1c73-c6ce-435a-9552-99fbe938d6bf} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.02.01 14:41:12.972447 [ 276 ] {274f1c73-c6ce-435a-9552-99fbe938d6bf} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.02.01 14:41:12.972465 [ 276 ] {274f1c73-c6ce-435a-9552-99fbe938d6bf} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:41:12.972479 [ 276 ] {274f1c73-c6ce-435a-9552-99fbe938d6bf} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:41:12.972512 [ 276 ] {274f1c73-c6ce-435a-9552-99fbe938d6bf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.972530 [ 276 ] {274f1c73-c6ce-435a-9552-99fbe938d6bf} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 2026.02.01 14:41:12.973048 [ 276 ] {274f1c73-c6ce-435a-9552-99fbe938d6bf} executeQuery: Read 42 rows, 1.69 KiB in 0.001315 sec., 31939.16349809886 rows/sec., 1.26 MiB/sec. 2026.02.01 14:41:12.973112 [ 276 ] {274f1c73-c6ce-435a-9552-99fbe938d6bf} TCPHandler: Processed in 0.001506326 sec. 2026.02.01 14:41:12.973331 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:12.973465 [ 276 ] {aa19baec-8831-4555-86e2-dfc4b8f5906b} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.973678 [ 276 ] {aa19baec-8831-4555-86e2-dfc4b8f5906b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:41:12.973715 [ 276 ] {aa19baec-8831-4555-86e2-dfc4b8f5906b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.973932 [ 276 ] {aa19baec-8831-4555-86e2-dfc4b8f5906b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:41:12.973986 [ 276 ] {aa19baec-8831-4555-86e2-dfc4b8f5906b} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:41:12.974083 [ 276 ] {aa19baec-8831-4555-86e2-dfc4b8f5906b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.02.01 14:41:12.974111 [ 276 ] {aa19baec-8831-4555-86e2-dfc4b8f5906b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.02.01 14:41:12.974129 [ 276 ] {aa19baec-8831-4555-86e2-dfc4b8f5906b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:41:12.974143 [ 276 ] {aa19baec-8831-4555-86e2-dfc4b8f5906b} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:41:12.974176 [ 276 ] {aa19baec-8831-4555-86e2-dfc4b8f5906b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.974193 [ 276 ] {aa19baec-8831-4555-86e2-dfc4b8f5906b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 2026.02.01 14:41:12.974639 [ 276 ] {aa19baec-8831-4555-86e2-dfc4b8f5906b} executeQuery: Read 42 rows, 1.69 KiB in 0.001232 sec., 34090.90909090909 rows/sec., 1.34 MiB/sec. 2026.02.01 14:41:12.974701 [ 276 ] {aa19baec-8831-4555-86e2-dfc4b8f5906b} TCPHandler: Processed in 0.001418154 sec. 2026.02.01 14:41:12.974918 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:12.975055 [ 276 ] {66a54b6e-cb64-47c0-b7d0-851f591ea48f} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.975273 [ 276 ] {66a54b6e-cb64-47c0-b7d0-851f591ea48f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:41:12.975312 [ 276 ] {66a54b6e-cb64-47c0-b7d0-851f591ea48f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.975522 [ 276 ] {66a54b6e-cb64-47c0-b7d0-851f591ea48f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:41:12.975574 [ 276 ] {66a54b6e-cb64-47c0-b7d0-851f591ea48f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:41:12.975669 [ 276 ] {66a54b6e-cb64-47c0-b7d0-851f591ea48f} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.02.01 14:41:12.975696 [ 276 ] {66a54b6e-cb64-47c0-b7d0-851f591ea48f} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.02.01 14:41:12.975714 [ 276 ] {66a54b6e-cb64-47c0-b7d0-851f591ea48f} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:41:12.975728 [ 276 ] {66a54b6e-cb64-47c0-b7d0-851f591ea48f} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:41:12.975760 [ 276 ] {66a54b6e-cb64-47c0-b7d0-851f591ea48f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.975778 [ 276 ] {66a54b6e-cb64-47c0-b7d0-851f591ea48f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 2026.02.01 14:41:12.976161 [ 276 ] {66a54b6e-cb64-47c0-b7d0-851f591ea48f} executeQuery: Read 42 rows, 1.69 KiB in 0.001165 sec., 36051.50214592274 rows/sec., 1.42 MiB/sec. 2026.02.01 14:41:12.976219 [ 276 ] {66a54b6e-cb64-47c0-b7d0-851f591ea48f} TCPHandler: Processed in 0.001348182 sec. 2026.02.01 14:41:12.976443 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:12.976576 [ 276 ] {88d0c56b-252a-49b1-8d5b-97a72b6a64bc} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.976809 [ 276 ] {88d0c56b-252a-49b1-8d5b-97a72b6a64bc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:41:12.976846 [ 276 ] {88d0c56b-252a-49b1-8d5b-97a72b6a64bc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.977054 [ 276 ] {88d0c56b-252a-49b1-8d5b-97a72b6a64bc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:41:12.977105 [ 276 ] {88d0c56b-252a-49b1-8d5b-97a72b6a64bc} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:41:12.977198 [ 276 ] {88d0c56b-252a-49b1-8d5b-97a72b6a64bc} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.02.01 14:41:12.977225 [ 276 ] {88d0c56b-252a-49b1-8d5b-97a72b6a64bc} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.02.01 14:41:12.977243 [ 276 ] {88d0c56b-252a-49b1-8d5b-97a72b6a64bc} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:41:12.977257 [ 276 ] {88d0c56b-252a-49b1-8d5b-97a72b6a64bc} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:41:12.977289 [ 276 ] {88d0c56b-252a-49b1-8d5b-97a72b6a64bc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.02.01 14:41:12.977307 [ 276 ] {88d0c56b-252a-49b1-8d5b-97a72b6a64bc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 2026.02.01 14:41:12.977845 [ 276 ] {88d0c56b-252a-49b1-8d5b-97a72b6a64bc} executeQuery: Read 42 rows, 1.69 KiB in 0.001326 sec., 31674.208144796383 rows/sec., 1.24 MiB/sec. 2026.02.01 14:41:12.977932 [ 276 ] {88d0c56b-252a-49b1-8d5b-97a72b6a64bc} TCPHandler: Processed in 0.001536898 sec. 2026.02.01 14:41:13.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 285.79 MiB, peak 293.29 MiB, free memory in arenas 0.00 B, will set to 290.74 MiB (RSS), difference: 4.95 MiB 2026.02.01 14:41:13.121051 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2026.02.01 14:41:13.136425 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.136474 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.141719 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 14:41:13.142418 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.145055 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.02.01 14:41:13.243519 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:13.243754 [ 276 ] {304814ea-3e1e-4cfb-9cc2-a7ae584c6504} executeQuery: (from [fd00:1122:3344:101::d]:44723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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.02.01 14:41:13.244155 [ 276 ] {304814ea-3e1e-4cfb-9cc2-a7ae584c6504} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.01 14:41:13.244199 [ 276 ] {304814ea-3e1e-4cfb-9cc2-a7ae584c6504} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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.02.01 14:41:13.244482 [ 276 ] {304814ea-3e1e-4cfb-9cc2-a7ae584c6504} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:41:13.244555 [ 276 ] {304814ea-3e1e-4cfb-9cc2-a7ae584c6504} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:41:13.244701 [ 276 ] {304814ea-3e1e-4cfb-9cc2-a7ae584c6504} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.02.01 14:41:13.244738 [ 276 ] {304814ea-3e1e-4cfb-9cc2-a7ae584c6504} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.02.01 14:41:13.244759 [ 276 ] {304814ea-3e1e-4cfb-9cc2-a7ae584c6504} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (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.02.01 14:41:13.244774 [ 276 ] {304814ea-3e1e-4cfb-9cc2-a7ae584c6504} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.01 14:41:13.244818 [ 276 ] {304814ea-3e1e-4cfb-9cc2-a7ae584c6504} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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.02.01 14:41:13.244841 [ 276 ] {304814ea-3e1e-4cfb-9cc2-a7ae584c6504} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 2026.02.01 14:41:13.245557 [ 276 ] {304814ea-3e1e-4cfb-9cc2-a7ae584c6504} executeQuery: Read 42 rows, 1.69 KiB in 0.00191 sec., 21989.52879581152 rows/sec., 885.04 KiB/sec. 2026.02.01 14:41:13.245638 [ 276 ] {304814ea-3e1e-4cfb-9cc2-a7ae584c6504} TCPHandler: Processed in 0.00225307 sec. 2026.02.01 14:41:13.246168 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:13.246282 [ 276 ] {29f28049-030e-467b-8155-3b55155f18ee} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.01 14:41:13.246327 [ 276 ] {29f28049-030e-467b-8155-3b55155f18ee} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.01 14:41:13.246838 [ 276 ] {29f28049-030e-467b-8155-3b55155f18ee} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.246883 [ 276 ] {29f28049-030e-467b-8155-3b55155f18ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.247300 [ 276 ] {29f28049-030e-467b-8155-3b55155f18ee} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.01 14:41:13.247511 [ 276 ] {29f28049-030e-467b-8155-3b55155f18ee} oximeter.timeseries_schema (7cbce659-1385-49aa-b832-cc12c108af15): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.247667 [ 276 ] {29f28049-030e-467b-8155-3b55155f18ee} executeQuery: Read 7 rows, 1.42 KiB in 0.001418 sec., 4936.5303244005645 rows/sec., 1004.11 KiB/sec. 2026.02.01 14:41:13.247708 [ 276 ] {29f28049-030e-467b-8155-3b55155f18ee} TCPHandler: Processed in 0.001592079 sec. 2026.02.01 14:41:13.247819 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:13.247926 [ 276 ] {6d63e6df-8f65-4343-a924-ff4c78f6492c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:41:13.247971 [ 276 ] {6d63e6df-8f65-4343-a924-ff4c78f6492c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:41:13.248508 [ 276 ] {6d63e6df-8f65-4343-a924-ff4c78f6492c} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.248546 [ 276 ] {6d63e6df-8f65-4343-a924-ff4c78f6492c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.248864 [ 276 ] {6d63e6df-8f65-4343-a924-ff4c78f6492c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:41:13.249075 [ 276 ] {6d63e6df-8f65-4343-a924-ff4c78f6492c} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.249207 [ 276 ] {6d63e6df-8f65-4343-a924-ff4c78f6492c} executeQuery: Read 266 rows, 17.30 KiB in 0.001307 sec., 203519.5103289977 rows/sec., 12.93 MiB/sec. 2026.02.01 14:41:13.249245 [ 276 ] {6d63e6df-8f65-4343-a924-ff4c78f6492c} TCPHandler: Processed in 0.001480116 sec. 2026.02.01 14:41:13.249369 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:13.249466 [ 276 ] {16609ecc-d114-4936-94c8-df48c8c6148c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:41:13.249508 [ 276 ] {16609ecc-d114-4936-94c8-df48c8c6148c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:41:13.249901 [ 276 ] {16609ecc-d114-4936-94c8-df48c8c6148c} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.249937 [ 276 ] {16609ecc-d114-4936-94c8-df48c8c6148c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.250220 [ 276 ] {16609ecc-d114-4936-94c8-df48c8c6148c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.01 14:41:13.250433 [ 276 ] {16609ecc-d114-4936-94c8-df48c8c6148c} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.250565 [ 276 ] {16609ecc-d114-4936-94c8-df48c8c6148c} executeQuery: Read 2 rows, 167.00 B in 0.001118 sec., 1788.9087656529516 rows/sec., 145.87 KiB/sec. 2026.02.01 14:41:13.250602 [ 276 ] {16609ecc-d114-4936-94c8-df48c8c6148c} TCPHandler: Processed in 0.00128303 sec. 2026.02.01 14:41:13.250715 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:13.250809 [ 276 ] {ba692c74-20c9-451e-8e8e-532d6ff09a7f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:41:13.250849 [ 276 ] {ba692c74-20c9-451e-8e8e-532d6ff09a7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:41:13.252350 [ 276 ] {ba692c74-20c9-451e-8e8e-532d6ff09a7f} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.252414 [ 276 ] {ba692c74-20c9-451e-8e8e-532d6ff09a7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.252853 [ 276 ] {ba692c74-20c9-451e-8e8e-532d6ff09a7f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 14:41:13.253080 [ 276 ] {ba692c74-20c9-451e-8e8e-532d6ff09a7f} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.253216 [ 276 ] {ba692c74-20c9-451e-8e8e-532d6ff09a7f} executeQuery: Read 1894 rows, 157.27 KiB in 0.002424 sec., 781353.1353135314 rows/sec., 63.36 MiB/sec. 2026.02.01 14:41:13.253253 [ 276 ] {ba692c74-20c9-451e-8e8e-532d6ff09a7f} TCPHandler: Processed in 0.002586941 sec. 2026.02.01 14:41:13.253378 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:13.253473 [ 276 ] {6ad314b8-4396-4f79-a45e-7b84496c7e6d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:41:13.253514 [ 276 ] {6ad314b8-4396-4f79-a45e-7b84496c7e6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:41:13.253960 [ 276 ] {6ad314b8-4396-4f79-a45e-7b84496c7e6d} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.254050 [ 276 ] {6ad314b8-4396-4f79-a45e-7b84496c7e6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.254359 [ 276 ] {6ad314b8-4396-4f79-a45e-7b84496c7e6d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 14:41:13.254571 [ 276 ] {6ad314b8-4396-4f79-a45e-7b84496c7e6d} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.254703 [ 276 ] {6ad314b8-4396-4f79-a45e-7b84496c7e6d} executeQuery: Read 135 rows, 8.14 KiB in 0.001248 sec., 108173.07692307692 rows/sec., 6.37 MiB/sec. 2026.02.01 14:41:13.254706 [ 96 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 14:41:13.254742 [ 276 ] {6ad314b8-4396-4f79-a45e-7b84496c7e6d} TCPHandler: Processed in 0.001414974 sec. 2026.02.01 14:41:13.254785 [ 96 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.254816 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.254874 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:13.254908 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:41:13.254974 [ 276 ] {cd867714-f879-4668-b1c9-5e3eb887691c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:41:13.254995 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:13.255015 [ 276 ] {cd867714-f879-4668-b1c9-5e3eb887691c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:41:13.255025 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 203 rows starting from the beginning of the part 2026.02.01 14:41:13.255081 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 133 rows starting from the beginning of the part 2026.02.01 14:41:13.255126 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part 2026.02.01 14:41:13.255166 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 133 rows starting from the beginning of the part 2026.02.01 14:41:13.255204 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part 2026.02.01 14:41:13.255243 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 135 rows starting from the beginning of the part 2026.02.01 14:41:13.255557 [ 276 ] {cd867714-f879-4668-b1c9-5e3eb887691c} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.255592 [ 276 ] {cd867714-f879-4668-b1c9-5e3eb887691c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.255926 [ 276 ] {cd867714-f879-4668-b1c9-5e3eb887691c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:41:13.256011 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 5 columns (5 merged, 0 gathered) in 0.001139195 sec., 607446.4863346486 rows/sec., 39.99 MiB/sec. 2026.02.01 14:41:13.256140 [ 276 ] {cd867714-f879-4668-b1c9-5e3eb887691c} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.256225 [ 189 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 14:41:13.256257 [ 96 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.02.01 14:41:13.256282 [ 276 ] {cd867714-f879-4668-b1c9-5e3eb887691c} executeQuery: Read 368 rows, 25.07 KiB in 0.001326 sec., 277526.395173454 rows/sec., 18.47 MiB/sec. 2026.02.01 14:41:13.256290 [ 96 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.256323 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.256327 [ 276 ] {cd867714-f879-4668-b1c9-5e3eb887691c} TCPHandler: Processed in 0.001501556 sec. 2026.02.01 14:41:13.256394 [ 190 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2026.02.01 14:41:13.256453 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:13.256475 [ 190 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:13.256498 [ 190 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 165 rows starting from the beginning of the part 2026.02.01 14:41:13.256543 [ 190 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 140 rows starting from the beginning of the part 2026.02.01 14:41:13.256549 [ 276 ] {9b257d77-1090-4758-a10e-7622b06e5cf9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:41:13.256577 [ 190 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2026.02.01 14:41:13.256593 [ 276 ] {9b257d77-1090-4758-a10e-7622b06e5cf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:41:13.256612 [ 190 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 140 rows starting from the beginning of the part 2026.02.01 14:41:13.256633 [ 189 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_41_8} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.256643 [ 190 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 140 rows starting from the beginning of the part 2026.02.01 14:41:13.256692 [ 190 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 368 rows starting from the beginning of the part 2026.02.01 14:41:13.256727 [ 189 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_41_8} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 14:41:13.256875 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.01 14:41:13.257029 [ 276 ] {9b257d77-1090-4758-a10e-7622b06e5cf9} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.257071 [ 276 ] {9b257d77-1090-4758-a10e-7622b06e5cf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.257383 [ 276 ] {9b257d77-1090-4758-a10e-7622b06e5cf9} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:41:13.257597 [ 276 ] {9b257d77-1090-4758-a10e-7622b06e5cf9} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.257700 [ 189 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 954 rows, containing 5 columns (5 merged, 0 gathered) in 0.001331292 sec., 716597.110175679 rows/sec., 49.91 MiB/sec. 2026.02.01 14:41:13.257724 [ 276 ] {9b257d77-1090-4758-a10e-7622b06e5cf9} executeQuery: Read 139 rows, 8.10 KiB in 0.001193 sec., 116512.99245599328 rows/sec., 6.63 MiB/sec. 2026.02.01 14:41:13.257770 [ 276 ] {9b257d77-1090-4758-a10e-7622b06e5cf9} TCPHandler: Processed in 0.001366643 sec. 2026.02.01 14:41:13.257866 [ 189 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.02.01 14:41:13.257884 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:13.257984 [ 276 ] {aa8d81dc-9b54-4739-9399-fa44ec7deff2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:41:13.258026 [ 276 ] {aa8d81dc-9b54-4739-9399-fa44ec7deff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:41:13.258141 [ 189 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_20_4} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.258220 [ 189 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_20_4} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.02.01 14:41:13.258301 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.02.01 14:41:13.258758 [ 276 ] {aa8d81dc-9b54-4739-9399-fa44ec7deff2} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.258800 [ 276 ] {aa8d81dc-9b54-4739-9399-fa44ec7deff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.259156 [ 276 ] {aa8d81dc-9b54-4739-9399-fa44ec7deff2} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 14:41:13.259372 [ 276 ] {aa8d81dc-9b54-4739-9399-fa44ec7deff2} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.259504 [ 276 ] {aa8d81dc-9b54-4739-9399-fa44ec7deff2} executeQuery: Read 921 rows, 67.73 KiB in 0.001538 sec., 598829.6488946683 rows/sec., 43.01 MiB/sec. 2026.02.01 14:41:13.259542 [ 276 ] {aa8d81dc-9b54-4739-9399-fa44ec7deff2} TCPHandler: Processed in 0.001707563 sec. 2026.02.01 14:41:13.259645 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:13.259738 [ 276 ] {4b509594-8815-45b1-b5da-e86ec44c4897} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:41:13.259780 [ 276 ] {4b509594-8815-45b1-b5da-e86ec44c4897} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:41:13.260114 [ 276 ] {4b509594-8815-45b1-b5da-e86ec44c4897} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.260151 [ 276 ] {4b509594-8815-45b1-b5da-e86ec44c4897} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.260442 [ 276 ] {4b509594-8815-45b1-b5da-e86ec44c4897} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:41:13.260649 [ 276 ] {4b509594-8815-45b1-b5da-e86ec44c4897} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.260779 [ 276 ] {4b509594-8815-45b1-b5da-e86ec44c4897} executeQuery: Read 6 rows, 321.00 B in 0.001058 sec., 5671.0775047258985 rows/sec., 296.29 KiB/sec. 2026.02.01 14:41:13.260816 [ 276 ] {4b509594-8815-45b1-b5da-e86ec44c4897} TCPHandler: Processed in 0.001220608 sec. 2026.02.01 14:41:13.260917 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:13.261011 [ 276 ] {da35eda6-f143-482a-a9c0-0b1b9c90722c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:13.261054 [ 276 ] {da35eda6-f143-482a-a9c0-0b1b9c90722c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:41:13.263578 [ 276 ] {da35eda6-f143-482a-a9c0-0b1b9c90722c} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.263620 [ 276 ] {da35eda6-f143-482a-a9c0-0b1b9c90722c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.264353 [ 276 ] {da35eda6-f143-482a-a9c0-0b1b9c90722c} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 14:41:13.264586 [ 276 ] {da35eda6-f143-482a-a9c0-0b1b9c90722c} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.264722 [ 276 ] {da35eda6-f143-482a-a9c0-0b1b9c90722c} executeQuery: Read 7200 rows, 491.77 KiB in 0.003729 sec., 1930812.5502815768 rows/sec., 128.79 MiB/sec. 2026.02.01 14:41:13.264762 [ 276 ] {da35eda6-f143-482a-a9c0-0b1b9c90722c} MemoryTracker: Peak memory usage (for query): 4.02 MiB. 2026.02.01 14:41:13.264777 [ 276 ] {da35eda6-f143-482a-a9c0-0b1b9c90722c} TCPHandler: Processed in 0.003908661 sec. 2026.02.01 14:41:13.264897 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:13.264993 [ 276 ] {b925062b-0f6e-4e38-b434-894c3afbad32} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:41:13.265037 [ 276 ] {b925062b-0f6e-4e38-b434-894c3afbad32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:41:13.265369 [ 276 ] {b925062b-0f6e-4e38-b434-894c3afbad32} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.265406 [ 276 ] {b925062b-0f6e-4e38-b434-894c3afbad32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.265706 [ 276 ] {b925062b-0f6e-4e38-b434-894c3afbad32} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:41:13.265914 [ 276 ] {b925062b-0f6e-4e38-b434-894c3afbad32} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.266052 [ 276 ] {b925062b-0f6e-4e38-b434-894c3afbad32} executeQuery: Read 1 rows, 69.00 B in 0.001078 sec., 927.643784786642 rows/sec., 62.51 KiB/sec. 2026.02.01 14:41:13.266089 [ 276 ] {b925062b-0f6e-4e38-b434-894c3afbad32} TCPHandler: Processed in 0.001243788 sec. 2026.02.01 14:41:13.266210 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:13.266330 [ 276 ] {a48b3a3a-f961-4fe3-bb03-7b36e96f36da} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:41:13.266380 [ 276 ] {a48b3a3a-f961-4fe3-bb03-7b36e96f36da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:41:13.266777 [ 276 ] {a48b3a3a-f961-4fe3-bb03-7b36e96f36da} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.266821 [ 276 ] {a48b3a3a-f961-4fe3-bb03-7b36e96f36da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.267191 [ 276 ] {a48b3a3a-f961-4fe3-bb03-7b36e96f36da} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 14:41:13.267427 [ 276 ] {a48b3a3a-f961-4fe3-bb03-7b36e96f36da} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.267535 [ 96 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 14:41:13.267559 [ 276 ] {a48b3a3a-f961-4fe3-bb03-7b36e96f36da} executeQuery: Read 40 rows, 2.35 KiB in 0.001253 sec., 31923.38387869114 rows/sec., 1.83 MiB/sec. 2026.02.01 14:41:13.267571 [ 96 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:13.267600 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:13.267603 [ 276 ] {a48b3a3a-f961-4fe3-bb03-7b36e96f36da} TCPHandler: Processed in 0.001455695 sec. 2026.02.01 14:41:13.267697 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:41:13.267815 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:13.267848 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2106 rows starting from the beginning of the part 2026.02.01 14:41:13.267908 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 88 rows starting from the beginning of the part 2026.02.01 14:41:13.267955 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:41:13.267997 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 88 rows starting from the beginning of the part 2026.02.01 14:41:13.268040 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:41:13.268082 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part 2026.02.01 14:41:13.269172 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2442 rows, containing 4 columns (4 merged, 0 gathered) in 0.001510697 sec., 1616472.3965163098 rows/sec., 105.05 MiB/sec. 2026.02.01 14:41:13.269425 [ 197 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 14:41:13.269701 [ 197 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_46_9} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:13.269766 [ 197 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_46_9} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 14:41:13.269860 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.02.01 14:41:14.000215 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 292.41 MiB, peak 296.06 MiB, free memory in arenas 0.00 B, will set to 291.26 MiB (RSS), difference: -1.15 MiB 2026.02.01 14:41:14.760349 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 952 2026.02.01 14:41:14.763447 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:14.763490 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:14.764736 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 14:41:14.765005 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:14.765267 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 952 2026.02.01 14:41:17.211978 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:17.212192 [ 276 ] {f4dbed86-da8d-400d-8d48-5cd798d61892} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:41:17.212268 [ 276 ] {f4dbed86-da8d-400d-8d48-5cd798d61892} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:41:17.213004 [ 276 ] {f4dbed86-da8d-400d-8d48-5cd798d61892} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:17.213057 [ 276 ] {f4dbed86-da8d-400d-8d48-5cd798d61892} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:17.213503 [ 276 ] {f4dbed86-da8d-400d-8d48-5cd798d61892} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 14:41:17.213778 [ 276 ] {f4dbed86-da8d-400d-8d48-5cd798d61892} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:17.213959 [ 276 ] {f4dbed86-da8d-400d-8d48-5cd798d61892} executeQuery: Read 56 rows, 4.41 KiB in 0.001831 sec., 30584.380120152924 rows/sec., 2.35 MiB/sec. 2026.02.01 14:41:17.214016 [ 276 ] {f4dbed86-da8d-400d-8d48-5cd798d61892} TCPHandler: Processed in 0.002181718 sec. 2026.02.01 14:41:17.214150 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:17.214260 [ 276 ] {5c299938-ae16-4c58-b241-bc4f7f07f96e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:41:17.214306 [ 276 ] {5c299938-ae16-4c58-b241-bc4f7f07f96e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:41:17.214751 [ 276 ] {5c299938-ae16-4c58-b241-bc4f7f07f96e} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:17.214791 [ 276 ] {5c299938-ae16-4c58-b241-bc4f7f07f96e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:17.215114 [ 276 ] {5c299938-ae16-4c58-b241-bc4f7f07f96e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 14:41:17.215359 [ 276 ] {5c299938-ae16-4c58-b241-bc4f7f07f96e} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:17.215501 [ 276 ] {5c299938-ae16-4c58-b241-bc4f7f07f96e} executeQuery: Read 64 rows, 5.12 KiB in 0.001268 sec., 50473.18611987382 rows/sec., 3.94 MiB/sec. 2026.02.01 14:41:17.215541 [ 276 ] {5c299938-ae16-4c58-b241-bc4f7f07f96e} TCPHandler: Processed in 0.001444315 sec. 2026.02.01 14:41:17.215656 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:17.215760 [ 276 ] {1e448eeb-e0fb-4cb5-8545-e449bd04288f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:17.215814 [ 276 ] {1e448eeb-e0fb-4cb5-8545-e449bd04288f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:41:17.216256 [ 276 ] {1e448eeb-e0fb-4cb5-8545-e449bd04288f} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:17.216293 [ 276 ] {1e448eeb-e0fb-4cb5-8545-e449bd04288f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:17.216627 [ 276 ] {1e448eeb-e0fb-4cb5-8545-e449bd04288f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 14:41:17.216837 [ 276 ] {1e448eeb-e0fb-4cb5-8545-e449bd04288f} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:17.216973 [ 276 ] {1e448eeb-e0fb-4cb5-8545-e449bd04288f} executeQuery: Read 128 rows, 9.13 KiB in 0.001238 sec., 103392.56865912763 rows/sec., 7.20 MiB/sec. 2026.02.01 14:41:17.217011 [ 276 ] {1e448eeb-e0fb-4cb5-8545-e449bd04288f} TCPHandler: Processed in 0.001406714 sec. 2026.02.01 14:41:17.217131 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:17.217229 [ 276 ] {69800cbe-6d43-453c-bba1-de83c6846f8a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:41:17.217272 [ 276 ] {69800cbe-6d43-453c-bba1-de83c6846f8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:41:17.217612 [ 276 ] {69800cbe-6d43-453c-bba1-de83c6846f8a} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:17.217650 [ 276 ] {69800cbe-6d43-453c-bba1-de83c6846f8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:17.217956 [ 276 ] {69800cbe-6d43-453c-bba1-de83c6846f8a} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 14:41:17.218173 [ 276 ] {69800cbe-6d43-453c-bba1-de83c6846f8a} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:17.218306 [ 276 ] {69800cbe-6d43-453c-bba1-de83c6846f8a} executeQuery: Read 48 rows, 3.31 KiB in 0.001098 sec., 43715.84699453552 rows/sec., 2.95 MiB/sec. 2026.02.01 14:41:17.218343 [ 276 ] {69800cbe-6d43-453c-bba1-de83c6846f8a} TCPHandler: Processed in 0.001262529 sec. 2026.02.01 14:41:19.573614 [ 127 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:41:19.573679 [ 127 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:41:19.716028 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18265 2026.02.01 14:41:19.716595 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:19.716653 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:19.717142 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 14:41:19.717379 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:19.717525 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18265 2026.02.01 14:41:20.645162 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.02.01 14:41:20.662093 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:20.662159 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:20.668119 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 14:41:20.668869 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:20.672059 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.02.01 14:41:22.216642 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:22.216828 [ 276 ] {63f997c7-1b3d-4a14-84c5-3362ac9fed47} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:41:22.216897 [ 276 ] {63f997c7-1b3d-4a14-84c5-3362ac9fed47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:41:22.217631 [ 276 ] {63f997c7-1b3d-4a14-84c5-3362ac9fed47} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:22.217681 [ 276 ] {63f997c7-1b3d-4a14-84c5-3362ac9fed47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:22.218085 [ 276 ] {63f997c7-1b3d-4a14-84c5-3362ac9fed47} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 14:41:22.218330 [ 276 ] {63f997c7-1b3d-4a14-84c5-3362ac9fed47} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:22.218476 [ 123 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 14:41:22.218498 [ 276 ] {63f997c7-1b3d-4a14-84c5-3362ac9fed47} executeQuery: Read 136 rows, 12.08 KiB in 0.00172 sec., 79069.76744186047 rows/sec., 6.86 MiB/sec. 2026.02.01 14:41:22.218545 [ 123 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:22.218564 [ 276 ] {63f997c7-1b3d-4a14-84c5-3362ac9fed47} TCPHandler: Processed in 0.002068364 sec. 2026.02.01 14:41:22.218571 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:22.218690 [ 199 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:41:22.218695 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:22.218821 [ 276 ] {5fc71473-9e6c-4501-bc30-21e74379ca59} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:41:22.218827 [ 199 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:22.218867 [ 276 ] {5fc71473-9e6c-4501-bc30-21e74379ca59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:41:22.218876 [ 199 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 963 rows starting from the beginning of the part 2026.02.01 14:41:22.218961 [ 199 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 752 rows starting from the beginning of the part 2026.02.01 14:41:22.219011 [ 199 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 136 rows starting from the beginning of the part 2026.02.01 14:41:22.219055 [ 199 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1894 rows starting from the beginning of the part 2026.02.01 14:41:22.219101 [ 199 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part 2026.02.01 14:41:22.219143 [ 199 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 136 rows starting from the beginning of the part 2026.02.01 14:41:22.219307 [ 276 ] {5fc71473-9e6c-4501-bc30-21e74379ca59} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:22.219351 [ 276 ] {5fc71473-9e6c-4501-bc30-21e74379ca59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:22.219830 [ 276 ] {5fc71473-9e6c-4501-bc30-21e74379ca59} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 14:41:22.220079 [ 276 ] {5fc71473-9e6c-4501-bc30-21e74379ca59} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:22.220221 [ 276 ] {5fc71473-9e6c-4501-bc30-21e74379ca59} executeQuery: Read 40 rows, 3.01 KiB in 0.001417 sec., 28228.65208186309 rows/sec., 2.07 MiB/sec. 2026.02.01 14:41:22.220261 [ 276 ] {5fc71473-9e6c-4501-bc30-21e74379ca59} TCPHandler: Processed in 0.001616521 sec. 2026.02.01 14:41:22.220379 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:22.220474 [ 276 ] {f7cdab5c-9520-4935-8d8f-cd8153699e69} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:41:22.220514 [ 276 ] {f7cdab5c-9520-4935-8d8f-cd8153699e69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:41:22.220624 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3937 rows, containing 5 columns (5 merged, 0 gathered) in 0.001975911 sec., 1992498.6499898022 rows/sec., 169.18 MiB/sec. 2026.02.01 14:41:22.220914 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 14:41:22.220954 [ 276 ] {f7cdab5c-9520-4935-8d8f-cd8153699e69} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:22.220998 [ 276 ] {f7cdab5c-9520-4935-8d8f-cd8153699e69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:22.221238 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_51_10} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:22.221352 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_51_10} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 14:41:22.221369 [ 276 ] {f7cdab5c-9520-4935-8d8f-cd8153699e69} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 14:41:22.221434 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2026.02.01 14:41:22.221597 [ 276 ] {f7cdab5c-9520-4935-8d8f-cd8153699e69} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:22.221710 [ 122 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 14:41:22.221736 [ 276 ] {f7cdab5c-9520-4935-8d8f-cd8153699e69} executeQuery: Read 104 rows, 8.32 KiB in 0.001281 sec., 81186.57298985167 rows/sec., 6.34 MiB/sec. 2026.02.01 14:41:22.221755 [ 122 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:22.221774 [ 276 ] {f7cdab5c-9520-4935-8d8f-cd8153699e69} TCPHandler: Processed in 0.001447185 sec. 2026.02.01 14:41:22.221779 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:22.221862 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:41:22.221896 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:22.221950 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:22.221980 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 575 rows starting from the beginning of the part 2026.02.01 14:41:22.221992 [ 276 ] {c2607d5b-3235-4215-8092-01e9cf66c0a5} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:22.222035 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 463 rows starting from the beginning of the part 2026.02.01 14:41:22.222038 [ 276 ] {c2607d5b-3235-4215-8092-01e9cf66c0a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:41:22.222077 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 104 rows starting from the beginning of the part 2026.02.01 14:41:22.222116 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 921 rows starting from the beginning of the part 2026.02.01 14:41:22.222151 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part 2026.02.01 14:41:22.222188 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:41:22.222453 [ 276 ] {c2607d5b-3235-4215-8092-01e9cf66c0a5} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:22.222488 [ 276 ] {c2607d5b-3235-4215-8092-01e9cf66c0a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:22.222848 [ 276 ] {c2607d5b-3235-4215-8092-01e9cf66c0a5} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 14:41:22.223059 [ 276 ] {c2607d5b-3235-4215-8092-01e9cf66c0a5} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:22.223192 [ 276 ] {c2607d5b-3235-4215-8092-01e9cf66c0a5} executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. 2026.02.01 14:41:22.223236 [ 276 ] {c2607d5b-3235-4215-8092-01e9cf66c0a5} TCPHandler: Processed in 0.001384493 sec. 2026.02.01 14:41:22.223277 [ 191 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2231 rows, containing 5 columns (5 merged, 0 gathered) in 0.001448485 sec., 1540229.9644110915 rows/sec., 117.40 MiB/sec. 2026.02.01 14:41:22.223354 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:22.223453 [ 276 ] {dc0c8fae-d3ee-4bb2-820d-0b23ca063513} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:22.223502 [ 197 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 14:41:22.223511 [ 276 ] {dc0c8fae-d3ee-4bb2-820d-0b23ca063513} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:41:22.223809 [ 197 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_51_10} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:22.223903 [ 197 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_51_10} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 14:41:22.224023 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.02.01 14:41:22.224349 [ 276 ] {dc0c8fae-d3ee-4bb2-820d-0b23ca063513} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:22.224390 [ 276 ] {dc0c8fae-d3ee-4bb2-820d-0b23ca063513} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:22.224950 [ 276 ] {dc0c8fae-d3ee-4bb2-820d-0b23ca063513} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:41:22.225180 [ 276 ] {dc0c8fae-d3ee-4bb2-820d-0b23ca063513} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:22.225321 [ 276 ] {dc0c8fae-d3ee-4bb2-820d-0b23ca063513} executeQuery: Read 40 rows, 73.40 KiB in 0.001886 sec., 21208.907741251325 rows/sec., 38.01 MiB/sec. 2026.02.01 14:41:22.225380 [ 276 ] {dc0c8fae-d3ee-4bb2-820d-0b23ca063513} TCPHandler: Processed in 0.002074564 sec. 2026.02.01 14:41:22.225498 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:22.225594 [ 276 ] {afabbc62-4dd5-4829-96e1-88ce2228317b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:41:22.225637 [ 276 ] {afabbc62-4dd5-4829-96e1-88ce2228317b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:41:22.225978 [ 276 ] {afabbc62-4dd5-4829-96e1-88ce2228317b} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:22.226014 [ 276 ] {afabbc62-4dd5-4829-96e1-88ce2228317b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:22.226339 [ 276 ] {afabbc62-4dd5-4829-96e1-88ce2228317b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 14:41:22.226550 [ 276 ] {afabbc62-4dd5-4829-96e1-88ce2228317b} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:22.226679 [ 276 ] {afabbc62-4dd5-4829-96e1-88ce2228317b} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.02.01 14:41:22.226715 [ 276 ] {afabbc62-4dd5-4829-96e1-88ce2228317b} TCPHandler: Processed in 0.001266339 sec. 2026.02.01 14:41:24.121649 [ 118 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2026.02.01 14:41:24.121723 [ 118 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:24.121744 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:24.121864 [ 191 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2026.02.01 14:41:24.122026 [ 191 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:24.122067 [ 191 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 290 rows starting from the beginning of the part 2026.02.01 14:41:24.122145 [ 191 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 266 rows starting from the beginning of the part 2026.02.01 14:41:24.122198 [ 191 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 266 rows starting from the beginning of the part 2026.02.01 14:41:24.122246 [ 191 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 266 rows starting from the beginning of the part 2026.02.01 14:41:24.122294 [ 191 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 266 rows starting from the beginning of the part 2026.02.01 14:41:24.123335 [ 197 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 1354 rows, containing 5 columns (5 merged, 0 gathered) in 0.001526447 sec., 887027.1945242776 rows/sec., 60.04 MiB/sec. 2026.02.01 14:41:24.123560 [ 192 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.02.01 14:41:24.123889 [ 192 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_19_4} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:24.123962 [ 192 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_19_4} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2026.02.01 14:41:24.124057 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.01 14:41:24.288006 [ 118 ] {} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 2026.02.01 14:41:24.288052 [ 118 ] {} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:24.288073 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:24.288160 [ 191 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_15_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full 2026.02.01 14:41:24.288272 [ 191 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:24.288300 [ 191 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part 2026.02.01 14:41:24.288356 [ 191 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.02.01 14:41:24.288394 [ 191 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2026.02.01 14:41:24.288428 [ 191 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.02.01 14:41:24.288462 [ 191 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2026.02.01 14:41:24.289200 [ 197 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001077233 sec., 83547.38482760926 rows/sec., 4.26 MiB/sec. 2026.02.01 14:41:24.289371 [ 193 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.02.01 14:41:24.289670 [ 193 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_15_3} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:24.289748 [ 193 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_15_3} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 2026.02.01 14:41:24.289838 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 14:41:24.635420 [ 118 ] {} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.02.01 14:41:24.635474 [ 118 ] {} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:24.635494 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:24.635602 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::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.02.01 14:41:24.635738 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:24.635771 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2026.02.01 14:41:24.635842 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2026.02.01 14:41:24.635892 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part 2026.02.01 14:41:24.635938 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.02.01 14:41:24.635982 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part 2026.02.01 14:41:24.636779 [ 193 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001224458 sec., 29400.763439823986 rows/sec., 2.45 MiB/sec. 2026.02.01 14:41:24.636913 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.02.01 14:41:24.637168 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_13_3} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:24.637239 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_13_3} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.02.01 14:41:24.637307 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 14:41:24.765613 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 972 2026.02.01 14:41:24.767676 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:24.767719 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:24.768842 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 14:41:24.769096 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:24.769343 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 972 2026.02.01 14:41:25.662357 [ 113 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2026.02.01 14:41:25.662429 [ 113 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:25.662454 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:25.662589 [ 194 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2026.02.01 14:41:25.662754 [ 194 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:25.662794 [ 194 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 151 rows starting from the beginning of the part 2026.02.01 14:41:25.662868 [ 194 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 139 rows starting from the beginning of the part 2026.02.01 14:41:25.662912 [ 194 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 139 rows starting from the beginning of the part 2026.02.01 14:41:25.662953 [ 194 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 139 rows starting from the beginning of the part 2026.02.01 14:41:25.662992 [ 194 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 139 rows starting from the beginning of the part 2026.02.01 14:41:25.663841 [ 191 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 707 rows, containing 5 columns (5 merged, 0 gathered) in 0.00131063 sec., 539435.2334373546 rows/sec., 32.92 MiB/sec. 2026.02.01 14:41:25.664040 [ 193 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.02.01 14:41:25.664332 [ 193 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_19_4} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:25.664407 [ 193 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_19_4} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2026.02.01 14:41:25.664496 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.01 14:41:27.218530 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18777 2026.02.01 14:41:27.219048 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:27.219086 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:27.219552 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 14:41:27.219774 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:27.219900 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18777 2026.02.01 14:41:27.220307 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:27.220499 [ 276 ] {5f7ed70f-cf73-4edc-99f6-bcaca8f97924} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:41:27.220570 [ 276 ] {5f7ed70f-cf73-4edc-99f6-bcaca8f97924} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:41:27.221374 [ 276 ] {5f7ed70f-cf73-4edc-99f6-bcaca8f97924} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:27.221424 [ 276 ] {5f7ed70f-cf73-4edc-99f6-bcaca8f97924} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:27.221836 [ 276 ] {5f7ed70f-cf73-4edc-99f6-bcaca8f97924} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:41:27.222060 [ 276 ] {5f7ed70f-cf73-4edc-99f6-bcaca8f97924} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:27.222227 [ 276 ] {5f7ed70f-cf73-4edc-99f6-bcaca8f97924} executeQuery: Read 266 rows, 17.30 KiB in 0.001781 sec., 149354.2953396968 rows/sec., 9.49 MiB/sec. 2026.02.01 14:41:27.222281 [ 276 ] {5f7ed70f-cf73-4edc-99f6-bcaca8f97924} TCPHandler: Processed in 0.002114556 sec. 2026.02.01 14:41:27.222416 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:27.222522 [ 276 ] {e9d7ed6b-2dcb-4a10-9f92-6e373f794102} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:41:27.222567 [ 276 ] {e9d7ed6b-2dcb-4a10-9f92-6e373f794102} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:41:27.223362 [ 276 ] {e9d7ed6b-2dcb-4a10-9f92-6e373f794102} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:27.223402 [ 276 ] {e9d7ed6b-2dcb-4a10-9f92-6e373f794102} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:27.223769 [ 276 ] {e9d7ed6b-2dcb-4a10-9f92-6e373f794102} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 14:41:27.223981 [ 276 ] {e9d7ed6b-2dcb-4a10-9f92-6e373f794102} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:27.224123 [ 276 ] {e9d7ed6b-2dcb-4a10-9f92-6e373f794102} executeQuery: Read 752 rows, 60.56 KiB in 0.001625 sec., 462769.2307692308 rows/sec., 36.40 MiB/sec. 2026.02.01 14:41:27.224164 [ 276 ] {e9d7ed6b-2dcb-4a10-9f92-6e373f794102} TCPHandler: Processed in 0.001801295 sec. 2026.02.01 14:41:27.224291 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:27.224391 [ 276 ] {c8fed5dd-2e84-4b2c-bebe-a9e48bd2e174} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:41:27.224433 [ 276 ] {c8fed5dd-2e84-4b2c-bebe-a9e48bd2e174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:41:27.224888 [ 276 ] {c8fed5dd-2e84-4b2c-bebe-a9e48bd2e174} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:27.224926 [ 276 ] {c8fed5dd-2e84-4b2c-bebe-a9e48bd2e174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:27.225227 [ 276 ] {c8fed5dd-2e84-4b2c-bebe-a9e48bd2e174} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 14:41:27.225436 [ 276 ] {c8fed5dd-2e84-4b2c-bebe-a9e48bd2e174} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:27.225573 [ 276 ] {c8fed5dd-2e84-4b2c-bebe-a9e48bd2e174} executeQuery: Read 133 rows, 8.00 KiB in 0.001202 sec., 110648.91846921797 rows/sec., 6.50 MiB/sec. 2026.02.01 14:41:27.225611 [ 276 ] {c8fed5dd-2e84-4b2c-bebe-a9e48bd2e174} TCPHandler: Processed in 0.001371812 sec. 2026.02.01 14:41:27.225730 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:27.225826 [ 276 ] {3df0430c-7707-439e-8109-18f64ac9947b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:41:27.225865 [ 276 ] {3df0430c-7707-439e-8109-18f64ac9947b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:41:27.226320 [ 276 ] {3df0430c-7707-439e-8109-18f64ac9947b} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:27.226355 [ 276 ] {3df0430c-7707-439e-8109-18f64ac9947b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:27.226649 [ 276 ] {3df0430c-7707-439e-8109-18f64ac9947b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:41:27.226873 [ 276 ] {3df0430c-7707-439e-8109-18f64ac9947b} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:27.227005 [ 276 ] {3df0430c-7707-439e-8109-18f64ac9947b} executeQuery: Read 140 rows, 9.27 KiB in 0.001197 sec., 116959.0643274854 rows/sec., 7.56 MiB/sec. 2026.02.01 14:41:27.227046 [ 276 ] {3df0430c-7707-439e-8109-18f64ac9947b} TCPHandler: Processed in 0.001365573 sec. 2026.02.01 14:41:27.227170 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:27.227265 [ 276 ] {e8a03643-fd8d-4b46-a037-1b9c10789bc7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:41:27.227304 [ 276 ] {e8a03643-fd8d-4b46-a037-1b9c10789bc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:41:27.227753 [ 276 ] {e8a03643-fd8d-4b46-a037-1b9c10789bc7} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:27.227796 [ 276 ] {e8a03643-fd8d-4b46-a037-1b9c10789bc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:27.228117 [ 276 ] {e8a03643-fd8d-4b46-a037-1b9c10789bc7} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:41:27.228325 [ 276 ] {e8a03643-fd8d-4b46-a037-1b9c10789bc7} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:27.228457 [ 276 ] {e8a03643-fd8d-4b46-a037-1b9c10789bc7} executeQuery: Read 139 rows, 8.10 KiB in 0.001211 sec., 114781.1725846408 rows/sec., 6.53 MiB/sec. 2026.02.01 14:41:27.228495 [ 276 ] {e8a03643-fd8d-4b46-a037-1b9c10789bc7} TCPHandler: Processed in 0.001375152 sec. 2026.02.01 14:41:27.228619 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:27.228713 [ 276 ] {c44cf7bc-b1a5-45e9-87a8-c47abc3f1941} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:41:27.228753 [ 276 ] {c44cf7bc-b1a5-45e9-87a8-c47abc3f1941} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:41:27.229345 [ 276 ] {c44cf7bc-b1a5-45e9-87a8-c47abc3f1941} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:27.229382 [ 276 ] {c44cf7bc-b1a5-45e9-87a8-c47abc3f1941} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:27.229711 [ 276 ] {c44cf7bc-b1a5-45e9-87a8-c47abc3f1941} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 14:41:27.229919 [ 276 ] {c44cf7bc-b1a5-45e9-87a8-c47abc3f1941} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:27.230055 [ 276 ] {c44cf7bc-b1a5-45e9-87a8-c47abc3f1941} executeQuery: Read 463 rows, 33.28 KiB in 0.001359 sec., 340691.685062546 rows/sec., 23.91 MiB/sec. 2026.02.01 14:41:27.230092 [ 276 ] {c44cf7bc-b1a5-45e9-87a8-c47abc3f1941} TCPHandler: Processed in 0.001522627 sec. 2026.02.01 14:41:27.230212 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:27.230316 [ 276 ] {8d105ec1-26d0-4845-93dc-e1dd6b6d1da0} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:41:27.230358 [ 276 ] {8d105ec1-26d0-4845-93dc-e1dd6b6d1da0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:41:27.230704 [ 276 ] {8d105ec1-26d0-4845-93dc-e1dd6b6d1da0} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:27.230740 [ 276 ] {8d105ec1-26d0-4845-93dc-e1dd6b6d1da0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:27.231045 [ 276 ] {8d105ec1-26d0-4845-93dc-e1dd6b6d1da0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:41:27.231272 [ 276 ] {8d105ec1-26d0-4845-93dc-e1dd6b6d1da0} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:27.231406 [ 276 ] {8d105ec1-26d0-4845-93dc-e1dd6b6d1da0} executeQuery: Read 6 rows, 321.00 B in 0.001109 sec., 5410.279531109108 rows/sec., 282.67 KiB/sec. 2026.02.01 14:41:27.231444 [ 276 ] {8d105ec1-26d0-4845-93dc-e1dd6b6d1da0} TCPHandler: Processed in 0.00128212 sec. 2026.02.01 14:41:27.231563 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:27.231657 [ 276 ] {310bb24d-752f-41ab-85ff-172d25ae1eac} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:27.231700 [ 276 ] {310bb24d-752f-41ab-85ff-172d25ae1eac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:41:27.232121 [ 276 ] {310bb24d-752f-41ab-85ff-172d25ae1eac} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:27.232159 [ 276 ] {310bb24d-752f-41ab-85ff-172d25ae1eac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:27.232492 [ 276 ] {310bb24d-752f-41ab-85ff-172d25ae1eac} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 14:41:27.232708 [ 276 ] {310bb24d-752f-41ab-85ff-172d25ae1eac} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:27.232844 [ 276 ] {310bb24d-752f-41ab-85ff-172d25ae1eac} executeQuery: Read 258 rows, 17.59 KiB in 0.001205 sec., 214107.8838174274 rows/sec., 14.26 MiB/sec. 2026.02.01 14:41:27.232882 [ 276 ] {310bb24d-752f-41ab-85ff-172d25ae1eac} TCPHandler: Processed in 0.001368533 sec. 2026.02.01 14:41:27.233001 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:27.233096 [ 276 ] {654513d7-ee36-4f2f-966b-3f0601a46173} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:41:27.233141 [ 276 ] {654513d7-ee36-4f2f-966b-3f0601a46173} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:41:27.233463 [ 276 ] {654513d7-ee36-4f2f-966b-3f0601a46173} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:27.233501 [ 276 ] {654513d7-ee36-4f2f-966b-3f0601a46173} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:27.233801 [ 276 ] {654513d7-ee36-4f2f-966b-3f0601a46173} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:41:27.234017 [ 276 ] {654513d7-ee36-4f2f-966b-3f0601a46173} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:27.234151 [ 276 ] {654513d7-ee36-4f2f-966b-3f0601a46173} executeQuery: Read 1 rows, 69.00 B in 0.001072 sec., 932.8358208955224 rows/sec., 62.86 KiB/sec. 2026.02.01 14:41:27.234188 [ 276 ] {654513d7-ee36-4f2f-966b-3f0601a46173} TCPHandler: Processed in 0.001236868 sec. 2026.02.01 14:41:27.234300 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:27.234393 [ 276 ] {3f116dae-6a87-421c-8b10-35dd697bbd01} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:41:27.234434 [ 276 ] {3f116dae-6a87-421c-8b10-35dd697bbd01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:41:27.234764 [ 276 ] {3f116dae-6a87-421c-8b10-35dd697bbd01} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:27.234800 [ 276 ] {3f116dae-6a87-421c-8b10-35dd697bbd01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:27.235104 [ 276 ] {3f116dae-6a87-421c-8b10-35dd697bbd01} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 14:41:27.235319 [ 276 ] {3f116dae-6a87-421c-8b10-35dd697bbd01} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:27.235450 [ 276 ] {3f116dae-6a87-421c-8b10-35dd697bbd01} executeQuery: Read 88 rows, 5.66 KiB in 0.001074 sec., 81936.68528864058 rows/sec., 5.14 MiB/sec. 2026.02.01 14:41:27.235486 [ 276 ] {3f116dae-6a87-421c-8b10-35dd697bbd01} TCPHandler: Processed in 0.001235548 sec. 2026.02.01 14:41:28.173055 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.02.01 14:41:28.190678 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:28.190744 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2026.02.01 14:41:28.196845 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 14:41:28.197581 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:28.200830 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.02.01 14:41:32.216014 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:32.216221 [ 276 ] {f2a2783d-9160-4d5c-afca-569785de4263} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:41:32.216300 [ 276 ] {f2a2783d-9160-4d5c-afca-569785de4263} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:41:32.216996 [ 276 ] {f2a2783d-9160-4d5c-afca-569785de4263} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:32.217049 [ 276 ] {f2a2783d-9160-4d5c-afca-569785de4263} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:32.217461 [ 276 ] {f2a2783d-9160-4d5c-afca-569785de4263} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.01 14:41:32.217694 [ 276 ] {f2a2783d-9160-4d5c-afca-569785de4263} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:32.217865 [ 276 ] {f2a2783d-9160-4d5c-afca-569785de4263} executeQuery: Read 4 rows, 334.00 B in 0.001702 sec., 2350.1762632197415 rows/sec., 191.64 KiB/sec. 2026.02.01 14:41:32.217915 [ 276 ] {f2a2783d-9160-4d5c-afca-569785de4263} TCPHandler: Processed in 0.002038533 sec. 2026.02.01 14:41:32.218036 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:32.218140 [ 276 ] {f8c02304-cdf0-4cbc-95e1-fb538c18166a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:41:32.218183 [ 276 ] {f8c02304-cdf0-4cbc-95e1-fb538c18166a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:41:32.218674 [ 276 ] {f8c02304-cdf0-4cbc-95e1-fb538c18166a} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:32.218711 [ 276 ] {f8c02304-cdf0-4cbc-95e1-fb538c18166a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:32.219035 [ 276 ] {f8c02304-cdf0-4cbc-95e1-fb538c18166a} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 14:41:32.219246 [ 276 ] {f8c02304-cdf0-4cbc-95e1-fb538c18166a} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:32.219385 [ 276 ] {f8c02304-cdf0-4cbc-95e1-fb538c18166a} executeQuery: Read 138 rows, 12.22 KiB in 0.00127 sec., 108661.41732283463 rows/sec., 9.40 MiB/sec. 2026.02.01 14:41:32.219425 [ 276 ] {f8c02304-cdf0-4cbc-95e1-fb538c18166a} TCPHandler: Processed in 0.001442335 sec. 2026.02.01 14:41:32.219530 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:32.219625 [ 276 ] {3e13a609-2417-4f54-8914-9f17020577e3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:41:32.219667 [ 276 ] {3e13a609-2417-4f54-8914-9f17020577e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:41:32.220079 [ 276 ] {3e13a609-2417-4f54-8914-9f17020577e3} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:32.220116 [ 276 ] {3e13a609-2417-4f54-8914-9f17020577e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:32.220419 [ 276 ] {3e13a609-2417-4f54-8914-9f17020577e3} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 14:41:32.220635 [ 276 ] {3e13a609-2417-4f54-8914-9f17020577e3} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:32.220771 [ 276 ] {3e13a609-2417-4f54-8914-9f17020577e3} executeQuery: Read 44 rows, 3.29 KiB in 0.001165 sec., 37768.240343347636 rows/sec., 2.76 MiB/sec. 2026.02.01 14:41:32.220811 [ 276 ] {3e13a609-2417-4f54-8914-9f17020577e3} TCPHandler: Processed in 0.001330471 sec. 2026.02.01 14:41:32.220915 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:32.221009 [ 276 ] {1ee3f6e5-1f06-4592-b1dc-c30ce77aa097} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:41:32.221052 [ 276 ] {1ee3f6e5-1f06-4592-b1dc-c30ce77aa097} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:41:32.221484 [ 276 ] {1ee3f6e5-1f06-4592-b1dc-c30ce77aa097} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:32.221521 [ 276 ] {1ee3f6e5-1f06-4592-b1dc-c30ce77aa097} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:32.221847 [ 276 ] {1ee3f6e5-1f06-4592-b1dc-c30ce77aa097} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 14:41:32.222059 [ 276 ] {1ee3f6e5-1f06-4592-b1dc-c30ce77aa097} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:32.222196 [ 276 ] {1ee3f6e5-1f06-4592-b1dc-c30ce77aa097} executeQuery: Read 108 rows, 8.64 KiB in 0.001205 sec., 89626.55601659752 rows/sec., 7.01 MiB/sec. 2026.02.01 14:41:32.222234 [ 276 ] {1ee3f6e5-1f06-4592-b1dc-c30ce77aa097} TCPHandler: Processed in 0.001369362 sec. 2026.02.01 14:41:32.222350 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:32.222445 [ 276 ] {668bb056-a46c-4904-a28a-2e23e5d90724} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:32.222490 [ 276 ] {668bb056-a46c-4904-a28a-2e23e5d90724} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:41:32.222888 [ 276 ] {668bb056-a46c-4904-a28a-2e23e5d90724} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:32.222924 [ 276 ] {668bb056-a46c-4904-a28a-2e23e5d90724} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:32.223259 [ 276 ] {668bb056-a46c-4904-a28a-2e23e5d90724} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 14:41:32.223468 [ 276 ] {668bb056-a46c-4904-a28a-2e23e5d90724} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:32.223586 [ 105 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 14:41:32.223604 [ 276 ] {668bb056-a46c-4904-a28a-2e23e5d90724} executeQuery: Read 162 rows, 11.55 KiB in 0.001178 sec., 137521.22241086588 rows/sec., 9.58 MiB/sec. 2026.02.01 14:41:32.223655 [ 105 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:32.223665 [ 276 ] {668bb056-a46c-4904-a28a-2e23e5d90724} TCPHandler: Processed in 0.001364562 sec. 2026.02.01 14:41:32.223685 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:32.223791 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:32.223811 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:41:32.223890 [ 276 ] {d1941cad-65d0-4d7d-aa17-9379f8eb0219} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:32.223951 [ 276 ] {d1941cad-65d0-4d7d-aa17-9379f8eb0219} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:41:32.223960 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:32.224005 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7654 rows starting from the beginning of the part 2026.02.01 14:41:32.224073 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7200 rows starting from the beginning of the part 2026.02.01 14:41:32.224120 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 128 rows starting from the beginning of the part 2026.02.01 14:41:32.224165 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2026.02.01 14:41:32.224204 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 258 rows starting from the beginning of the part 2026.02.01 14:41:32.224245 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 162 rows starting from the beginning of the part 2026.02.01 14:41:32.224816 [ 276 ] {d1941cad-65d0-4d7d-aa17-9379f8eb0219} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:32.224857 [ 276 ] {d1941cad-65d0-4d7d-aa17-9379f8eb0219} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:32.225623 [ 276 ] {d1941cad-65d0-4d7d-aa17-9379f8eb0219} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 14:41:32.225876 [ 276 ] {d1941cad-65d0-4d7d-aa17-9379f8eb0219} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:32.226029 [ 276 ] {d1941cad-65d0-4d7d-aa17-9379f8eb0219} executeQuery: Read 40 rows, 73.40 KiB in 0.002156 sec., 18552.87569573284 rows/sec., 33.25 MiB/sec. 2026.02.01 14:41:32.226099 [ 276 ] {d1941cad-65d0-4d7d-aa17-9379f8eb0219} TCPHandler: Processed in 0.002357293 sec. 2026.02.01 14:41:32.226212 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:32.226306 [ 276 ] {47dab448-3c56-496f-bea7-c5dfc8552cea} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:41:32.226350 [ 276 ] {47dab448-3c56-496f-bea7-c5dfc8552cea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:41:32.226706 [ 276 ] {47dab448-3c56-496f-bea7-c5dfc8552cea} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:32.226750 [ 276 ] {47dab448-3c56-496f-bea7-c5dfc8552cea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:32.227087 [ 276 ] {47dab448-3c56-496f-bea7-c5dfc8552cea} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 14:41:32.227309 [ 276 ] {47dab448-3c56-496f-bea7-c5dfc8552cea} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:32.227449 [ 276 ] {47dab448-3c56-496f-bea7-c5dfc8552cea} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2026.02.01 14:41:32.227487 [ 276 ] {47dab448-3c56-496f-bea7-c5dfc8552cea} TCPHandler: Processed in 0.001326441 sec. 2026.02.01 14:41:32.228796 [ 193 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 15562 rows, containing 5 columns (5 merged, 0 gathered) in 0.005036116 sec., 3090079.7360505597 rows/sec., 209.84 MiB/sec. 2026.02.01 14:41:32.229377 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 14:41:32.229658 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_51_10} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:32.229735 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_51_10} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 14:41:32.229821 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.55 MiB. 2026.02.01 14:41:34.573945 [ 102 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:41:34.574026 [ 102 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:41:34.720027 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19225 2026.02.01 14:41:34.720850 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:34.720928 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:34.721762 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 14:41:34.722000 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:34.722148 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19225 2026.02.01 14:41:34.769512 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1006 2026.02.01 14:41:34.772284 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:34.772326 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:34.773495 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 14:41:34.773746 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:34.774002 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1006 2026.02.01 14:41:35.700939 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.02.01 14:41:35.718658 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:35.718708 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:35.724998 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 14:41:35.725671 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:35.728809 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.02.01 14:41:37.220372 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:37.220583 [ 276 ] {325c26a9-f478-4f3a-bb7e-d708f1757bbd} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:41:37.220658 [ 276 ] {325c26a9-f478-4f3a-bb7e-d708f1757bbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:41:37.221486 [ 276 ] {325c26a9-f478-4f3a-bb7e-d708f1757bbd} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:37.221536 [ 276 ] {325c26a9-f478-4f3a-bb7e-d708f1757bbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:37.221941 [ 276 ] {325c26a9-f478-4f3a-bb7e-d708f1757bbd} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:41:37.222175 [ 276 ] {325c26a9-f478-4f3a-bb7e-d708f1757bbd} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:37.222337 [ 276 ] {325c26a9-f478-4f3a-bb7e-d708f1757bbd} executeQuery: Read 266 rows, 17.30 KiB in 0.001809 sec., 147042.5649530127 rows/sec., 9.34 MiB/sec. 2026.02.01 14:41:37.222386 [ 276 ] {325c26a9-f478-4f3a-bb7e-d708f1757bbd} TCPHandler: Processed in 0.002207558 sec. 2026.02.01 14:41:37.222512 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:37.222609 [ 276 ] {e1e4c2fb-0653-4fe3-998f-e27e08285ff8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:41:37.222652 [ 276 ] {e1e4c2fb-0653-4fe3-998f-e27e08285ff8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:41:37.223415 [ 276 ] {e1e4c2fb-0653-4fe3-998f-e27e08285ff8} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:37.223452 [ 276 ] {e1e4c2fb-0653-4fe3-998f-e27e08285ff8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:37.223803 [ 276 ] {e1e4c2fb-0653-4fe3-998f-e27e08285ff8} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 14:41:37.224012 [ 276 ] {e1e4c2fb-0653-4fe3-998f-e27e08285ff8} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:37.224146 [ 276 ] {e1e4c2fb-0653-4fe3-998f-e27e08285ff8} executeQuery: Read 752 rows, 60.56 KiB in 0.001556 sec., 483290.4884318766 rows/sec., 38.01 MiB/sec. 2026.02.01 14:41:37.224186 [ 276 ] {e1e4c2fb-0653-4fe3-998f-e27e08285ff8} TCPHandler: Processed in 0.001726334 sec. 2026.02.01 14:41:37.224299 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:37.224395 [ 276 ] {0b1ec34d-1e25-4d49-80f8-c2cfaa47e09a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:41:37.224435 [ 276 ] {0b1ec34d-1e25-4d49-80f8-c2cfaa47e09a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:41:37.224875 [ 276 ] {0b1ec34d-1e25-4d49-80f8-c2cfaa47e09a} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:37.224911 [ 276 ] {0b1ec34d-1e25-4d49-80f8-c2cfaa47e09a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:37.225211 [ 276 ] {0b1ec34d-1e25-4d49-80f8-c2cfaa47e09a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 14:41:37.225428 [ 276 ] {0b1ec34d-1e25-4d49-80f8-c2cfaa47e09a} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:37.225559 [ 276 ] {0b1ec34d-1e25-4d49-80f8-c2cfaa47e09a} executeQuery: Read 133 rows, 8.00 KiB in 0.001183 sec., 112426.03550295858 rows/sec., 6.61 MiB/sec. 2026.02.01 14:41:37.225597 [ 276 ] {0b1ec34d-1e25-4d49-80f8-c2cfaa47e09a} TCPHandler: Processed in 0.001348691 sec. 2026.02.01 14:41:37.225711 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:37.225805 [ 276 ] {8e2e1e37-c352-4eb1-9881-c8b053df2448} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:41:37.225843 [ 276 ] {8e2e1e37-c352-4eb1-9881-c8b053df2448} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:41:37.226275 [ 276 ] {8e2e1e37-c352-4eb1-9881-c8b053df2448} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:37.226312 [ 276 ] {8e2e1e37-c352-4eb1-9881-c8b053df2448} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:37.226599 [ 276 ] {8e2e1e37-c352-4eb1-9881-c8b053df2448} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:41:37.226802 [ 276 ] {8e2e1e37-c352-4eb1-9881-c8b053df2448} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:37.226927 [ 276 ] {8e2e1e37-c352-4eb1-9881-c8b053df2448} executeQuery: Read 140 rows, 9.27 KiB in 0.001139 sec., 122914.83757682177 rows/sec., 7.94 MiB/sec. 2026.02.01 14:41:37.226964 [ 276 ] {8e2e1e37-c352-4eb1-9881-c8b053df2448} TCPHandler: Processed in 0.001301831 sec. 2026.02.01 14:41:37.227078 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:37.227171 [ 276 ] {3c251839-8e8a-43ef-8882-f34eda302c4e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:41:37.227210 [ 276 ] {3c251839-8e8a-43ef-8882-f34eda302c4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:41:37.227657 [ 276 ] {3c251839-8e8a-43ef-8882-f34eda302c4e} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:37.227692 [ 276 ] {3c251839-8e8a-43ef-8882-f34eda302c4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:37.227999 [ 276 ] {3c251839-8e8a-43ef-8882-f34eda302c4e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:41:37.228200 [ 276 ] {3c251839-8e8a-43ef-8882-f34eda302c4e} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:37.228325 [ 276 ] {3c251839-8e8a-43ef-8882-f34eda302c4e} executeQuery: Read 139 rows, 8.10 KiB in 0.001172 sec., 118600.68259385665 rows/sec., 6.75 MiB/sec. 2026.02.01 14:41:37.228363 [ 276 ] {3c251839-8e8a-43ef-8882-f34eda302c4e} TCPHandler: Processed in 0.001335251 sec. 2026.02.01 14:41:37.228481 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:37.228574 [ 276 ] {a0d346fc-2f66-4eb9-b0fc-4540502f7ce1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:41:37.228613 [ 276 ] {a0d346fc-2f66-4eb9-b0fc-4540502f7ce1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:41:37.229161 [ 276 ] {a0d346fc-2f66-4eb9-b0fc-4540502f7ce1} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:37.229197 [ 276 ] {a0d346fc-2f66-4eb9-b0fc-4540502f7ce1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:37.229514 [ 276 ] {a0d346fc-2f66-4eb9-b0fc-4540502f7ce1} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 14:41:37.229724 [ 276 ] {a0d346fc-2f66-4eb9-b0fc-4540502f7ce1} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:37.229852 [ 276 ] {a0d346fc-2f66-4eb9-b0fc-4540502f7ce1} executeQuery: Read 463 rows, 33.28 KiB in 0.001295 sec., 357528.9575289576 rows/sec., 25.10 MiB/sec. 2026.02.01 14:41:37.229890 [ 276 ] {a0d346fc-2f66-4eb9-b0fc-4540502f7ce1} TCPHandler: Processed in 0.001458045 sec. 2026.02.01 14:41:37.230004 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:37.230101 [ 276 ] {01fa6de0-6952-47ee-bb47-321184ec0da7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:41:37.230141 [ 276 ] {01fa6de0-6952-47ee-bb47-321184ec0da7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:41:37.230475 [ 276 ] {01fa6de0-6952-47ee-bb47-321184ec0da7} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:37.230510 [ 276 ] {01fa6de0-6952-47ee-bb47-321184ec0da7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:37.230803 [ 276 ] {01fa6de0-6952-47ee-bb47-321184ec0da7} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:41:37.231005 [ 276 ] {01fa6de0-6952-47ee-bb47-321184ec0da7} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:37.231131 [ 276 ] {01fa6de0-6952-47ee-bb47-321184ec0da7} executeQuery: Read 6 rows, 321.00 B in 0.001048 sec., 5725.190839694656 rows/sec., 299.12 KiB/sec. 2026.02.01 14:41:37.231168 [ 276 ] {01fa6de0-6952-47ee-bb47-321184ec0da7} TCPHandler: Processed in 0.001214437 sec. 2026.02.01 14:41:37.231279 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:37.231372 [ 276 ] {a87f0ed2-b940-49eb-9018-49bedc2f135d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:37.231414 [ 276 ] {a87f0ed2-b940-49eb-9018-49bedc2f135d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:41:37.231815 [ 276 ] {a87f0ed2-b940-49eb-9018-49bedc2f135d} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:37.231851 [ 276 ] {a87f0ed2-b940-49eb-9018-49bedc2f135d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:37.232172 [ 276 ] {a87f0ed2-b940-49eb-9018-49bedc2f135d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 14:41:37.232376 [ 276 ] {a87f0ed2-b940-49eb-9018-49bedc2f135d} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:37.232506 [ 276 ] {a87f0ed2-b940-49eb-9018-49bedc2f135d} executeQuery: Read 258 rows, 17.59 KiB in 0.001152 sec., 223958.3333333333 rows/sec., 14.91 MiB/sec. 2026.02.01 14:41:37.232543 [ 276 ] {a87f0ed2-b940-49eb-9018-49bedc2f135d} TCPHandler: Processed in 0.001312811 sec. 2026.02.01 14:41:37.232655 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:37.232748 [ 276 ] {23162cde-a177-4382-92a6-353e82b36e51} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:41:37.232789 [ 276 ] {23162cde-a177-4382-92a6-353e82b36e51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:41:37.233097 [ 276 ] {23162cde-a177-4382-92a6-353e82b36e51} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:37.233132 [ 276 ] {23162cde-a177-4382-92a6-353e82b36e51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:37.233417 [ 276 ] {23162cde-a177-4382-92a6-353e82b36e51} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:41:37.233623 [ 276 ] {23162cde-a177-4382-92a6-353e82b36e51} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:37.233747 [ 276 ] {23162cde-a177-4382-92a6-353e82b36e51} executeQuery: Read 1 rows, 69.00 B in 0.001017 sec., 983.2841691248772 rows/sec., 66.26 KiB/sec. 2026.02.01 14:41:37.233783 [ 276 ] {23162cde-a177-4382-92a6-353e82b36e51} TCPHandler: Processed in 0.001178296 sec. 2026.02.01 14:41:37.233883 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:37.233975 [ 276 ] {6731a1fc-39cb-43b9-a837-01bf59d8a86a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:41:37.234016 [ 276 ] {6731a1fc-39cb-43b9-a837-01bf59d8a86a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:41:37.234338 [ 276 ] {6731a1fc-39cb-43b9-a837-01bf59d8a86a} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:37.234373 [ 276 ] {6731a1fc-39cb-43b9-a837-01bf59d8a86a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:37.234674 [ 276 ] {6731a1fc-39cb-43b9-a837-01bf59d8a86a} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 14:41:37.234878 [ 276 ] {6731a1fc-39cb-43b9-a837-01bf59d8a86a} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:37.235001 [ 276 ] {6731a1fc-39cb-43b9-a837-01bf59d8a86a} executeQuery: Read 88 rows, 5.66 KiB in 0.001043 sec., 84372.00383509108 rows/sec., 5.30 MiB/sec. 2026.02.01 14:41:37.235001 [ 100 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 14:41:37.235038 [ 276 ] {6731a1fc-39cb-43b9-a837-01bf59d8a86a} TCPHandler: Processed in 0.001203497 sec. 2026.02.01 14:41:37.235078 [ 100 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:37.235102 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:37.235229 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:41:37.235379 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:37.235414 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2442 rows starting from the beginning of the part 2026.02.01 14:41:37.235478 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 48 rows starting from the beginning of the part 2026.02.01 14:41:37.235520 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:41:37.235559 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 88 rows starting from the beginning of the part 2026.02.01 14:41:37.235594 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:41:37.235633 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 88 rows starting from the beginning of the part 2026.02.01 14:41:37.236789 [ 193 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2786 rows, containing 4 columns (4 merged, 0 gathered) in 0.00161571 sec., 1724319.3394854274 rows/sec., 112.07 MiB/sec. 2026.02.01 14:41:37.237135 [ 196 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 14:41:37.237475 [ 196 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_51_10} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:37.237562 [ 196 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_51_10} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 14:41:37.237659 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.02.01 14:41:42.215694 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:42.215920 [ 276 ] {1eba5002-0812-4963-a3e5-8a8db55a45a1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:41:42.216002 [ 276 ] {1eba5002-0812-4963-a3e5-8a8db55a45a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:41:42.216808 [ 276 ] {1eba5002-0812-4963-a3e5-8a8db55a45a1} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:42.216860 [ 276 ] {1eba5002-0812-4963-a3e5-8a8db55a45a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:42.217303 [ 276 ] {1eba5002-0812-4963-a3e5-8a8db55a45a1} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 14:41:42.217535 [ 276 ] {1eba5002-0812-4963-a3e5-8a8db55a45a1} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:42.217707 [ 276 ] {1eba5002-0812-4963-a3e5-8a8db55a45a1} executeQuery: Read 136 rows, 12.08 KiB in 0.001845 sec., 73712.73712737128 rows/sec., 6.39 MiB/sec. 2026.02.01 14:41:42.217760 [ 276 ] {1eba5002-0812-4963-a3e5-8a8db55a45a1} TCPHandler: Processed in 0.002212989 sec. 2026.02.01 14:41:42.217887 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:42.217991 [ 276 ] {52d57b3e-9400-41dd-bf27-7f2dc1515cba} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:41:42.218036 [ 276 ] {52d57b3e-9400-41dd-bf27-7f2dc1515cba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:41:42.218484 [ 276 ] {52d57b3e-9400-41dd-bf27-7f2dc1515cba} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:42.218522 [ 276 ] {52d57b3e-9400-41dd-bf27-7f2dc1515cba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:42.218846 [ 276 ] {52d57b3e-9400-41dd-bf27-7f2dc1515cba} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 14:41:42.219063 [ 276 ] {52d57b3e-9400-41dd-bf27-7f2dc1515cba} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:42.219181 [ 89 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 14:41:42.219202 [ 276 ] {52d57b3e-9400-41dd-bf27-7f2dc1515cba} executeQuery: Read 40 rows, 3.01 KiB in 0.001235 sec., 32388.663967611337 rows/sec., 2.38 MiB/sec. 2026.02.01 14:41:42.219253 [ 89 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:42.219263 [ 276 ] {52d57b3e-9400-41dd-bf27-7f2dc1515cba} TCPHandler: Processed in 0.001429114 sec. 2026.02.01 14:41:42.219284 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:42.219391 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:42.219396 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:41:42.219494 [ 276 ] {3670935c-a3dd-433a-b290-eb8d06d8bd31} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:41:42.219541 [ 276 ] {3670935c-a3dd-433a-b290-eb8d06d8bd31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:41:42.219543 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:42.219591 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 205 rows starting from the beginning of the part 2026.02.01 14:41:42.219667 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part 2026.02.01 14:41:42.219720 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 133 rows starting from the beginning of the part 2026.02.01 14:41:42.219768 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 44 rows starting from the beginning of the part 2026.02.01 14:41:42.219814 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 133 rows starting from the beginning of the part 2026.02.01 14:41:42.219861 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part 2026.02.01 14:41:42.219990 [ 276 ] {3670935c-a3dd-433a-b290-eb8d06d8bd31} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:42.220033 [ 276 ] {3670935c-a3dd-433a-b290-eb8d06d8bd31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:42.220385 [ 276 ] {3670935c-a3dd-433a-b290-eb8d06d8bd31} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 14:41:42.220623 [ 276 ] {3670935c-a3dd-433a-b290-eb8d06d8bd31} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:42.220762 [ 276 ] {3670935c-a3dd-433a-b290-eb8d06d8bd31} executeQuery: Read 104 rows, 8.32 KiB in 0.001288 sec., 80745.34161490682 rows/sec., 6.31 MiB/sec. 2026.02.01 14:41:42.220800 [ 276 ] {3670935c-a3dd-433a-b290-eb8d06d8bd31} TCPHandler: Processed in 0.001460215 sec. 2026.02.01 14:41:42.220856 [ 196 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 595 rows, containing 5 columns (5 merged, 0 gathered) in 0.001503996 sec., 395612.7542892401 rows/sec., 26.62 MiB/sec. 2026.02.01 14:41:42.220914 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:42.221015 [ 276 ] {f66fcab8-deeb-4f0a-becc-1907db858164} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:42.221021 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 14:41:42.221063 [ 276 ] {f66fcab8-deeb-4f0a-becc-1907db858164} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:41:42.221286 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_46_9} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:42.221362 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_46_9} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 14:41:42.221441 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.01 14:41:42.221527 [ 276 ] {f66fcab8-deeb-4f0a-becc-1907db858164} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:42.221569 [ 276 ] {f66fcab8-deeb-4f0a-becc-1907db858164} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:42.221913 [ 276 ] {f66fcab8-deeb-4f0a-becc-1907db858164} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 14:41:42.222124 [ 276 ] {f66fcab8-deeb-4f0a-becc-1907db858164} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:42.222286 [ 276 ] {f66fcab8-deeb-4f0a-becc-1907db858164} executeQuery: Read 160 rows, 11.41 KiB in 0.00129 sec., 124031.007751938 rows/sec., 8.64 MiB/sec. 2026.02.01 14:41:42.222326 [ 276 ] {f66fcab8-deeb-4f0a-becc-1907db858164} TCPHandler: Processed in 0.001461565 sec. 2026.02.01 14:41:42.222443 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:42.222538 [ 276 ] {9d6095dd-ffa0-4be0-ad5f-49d6a04d3213} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:42.222595 [ 276 ] {9d6095dd-ffa0-4be0-ad5f-49d6a04d3213} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:41:42.223104 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19737 2026.02.01 14:41:42.223497 [ 276 ] {9d6095dd-ffa0-4be0-ad5f-49d6a04d3213} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:42.223539 [ 276 ] {9d6095dd-ffa0-4be0-ad5f-49d6a04d3213} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:42.223603 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:42.223644 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:42.224165 [ 276 ] {9d6095dd-ffa0-4be0-ad5f-49d6a04d3213} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 14:41:42.224412 [ 276 ] {9d6095dd-ffa0-4be0-ad5f-49d6a04d3213} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:42.224451 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 14:41:42.224571 [ 276 ] {9d6095dd-ffa0-4be0-ad5f-49d6a04d3213} executeQuery: Read 40 rows, 73.40 KiB in 0.002051 sec., 19502.681618722574 rows/sec., 34.95 MiB/sec. 2026.02.01 14:41:42.224644 [ 276 ] {9d6095dd-ffa0-4be0-ad5f-49d6a04d3213} TCPHandler: Processed in 0.00225055 sec. 2026.02.01 14:41:42.224721 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:42.224766 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:42.224870 [ 276 ] {4a76cc38-490e-47e2-babb-d867d358e4cd} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:41:42.224878 [ 88 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 14:41:42.224897 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19737 2026.02.01 14:41:42.224913 [ 276 ] {4a76cc38-490e-47e2-babb-d867d358e4cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:41:42.224942 [ 88 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:42.224971 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:42.225063 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:41:42.225178 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:42.225214 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_41_8} MergeTreeSequentialSource: Reading 4 marks from part all_1_36_7, total 17305 rows starting from the beginning of the part 2026.02.01 14:41:42.225277 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:41:42.225304 [ 276 ] {4a76cc38-490e-47e2-babb-d867d358e4cd} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:42.225321 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:41:42.225349 [ 276 ] {4a76cc38-490e-47e2-babb-d867d358e4cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:42.225374 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:41:42.225416 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:41:42.225457 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:41:42.225711 [ 276 ] {4a76cc38-490e-47e2-babb-d867d358e4cd} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 14:41:42.225937 [ 276 ] {4a76cc38-490e-47e2-babb-d867d358e4cd} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:42.226075 [ 276 ] {4a76cc38-490e-47e2-babb-d867d358e4cd} executeQuery: Read 60 rows, 4.14 KiB in 0.001223 sec., 49059.68928863451 rows/sec., 3.31 MiB/sec. 2026.02.01 14:41:42.226113 [ 276 ] {4a76cc38-490e-47e2-babb-d867d358e4cd} TCPHandler: Processed in 0.001397093 sec. 2026.02.01 14:41:42.227607 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19737 rows, containing 4 columns (4 merged, 0 gathered) in 0.002585291 sec., 7634343.677365527 rows/sec., 109.21 MiB/sec. 2026.02.01 14:41:42.227845 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 14:41:42.228114 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_41_8} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:42.228190 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_41_8} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 14:41:42.228260 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.62 MiB. 2026.02.01 14:41:43.229755 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.02.01 14:41:43.247223 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:43.247272 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:43.253568 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 14:41:43.254273 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:43.254568 [ 87 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 14:41:43.254615 [ 87 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:43.254643 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:43.254774 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:41:43.257264 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.02.01 14:41:43.258583 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:43.260087 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 271 rows starting from the beginning of the part 2026.02.01 14:41:43.264768 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part 2026.02.01 14:41:43.269320 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:41:43.274071 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:41:43.278888 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:41:43.282753 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:41:43.335689 [ 202 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.080969989 sec., 3816.2287511240734 rows/sec., 19.73 MiB/sec. 2026.02.01 14:41:43.338692 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 14:41:43.340674 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_41_8} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:43.340754 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_41_8} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 14:41:43.343263 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.02.01 14:41:44.000262 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 294.61 MiB, peak 308.03 MiB, free memory in arenas 0.00 B, will set to 296.96 MiB (RSS), difference: 2.35 MiB 2026.02.01 14:41:44.689784 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49074 2026.02.01 14:41:44.689905 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.689934 [ 287 ] {} TCP-Session: 6044cdf8-0dbd-4e1c-b34a-621186ef5ff8 Authenticating user 'default' from [fd00:1122:3344:101::e]:49074 2026.02.01 14:41:44.689959 [ 287 ] {} TCP-Session: 6044cdf8-0dbd-4e1c-b34a-621186ef5ff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.689979 [ 287 ] {} TCP-Session: 6044cdf8-0dbd-4e1c-b34a-621186ef5ff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.690285 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56127 2026.02.01 14:41:44.690319 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41424 2026.02.01 14:41:44.690342 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48729 2026.02.01 14:41:44.690354 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61620 2026.02.01 14:41:44.690370 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60859 2026.02.01 14:41:44.690368 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64190 2026.02.01 14:41:44.690442 [ 287 ] {} TCP-Session: 6044cdf8-0dbd-4e1c-b34a-621186ef5ff8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:44.690331 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55905 2026.02.01 14:41:44.690293 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37856 2026.02.01 14:41:44.690683 [ 287 ] {5bf70b5b-8082-46ba-870b-5638f74f88a7} executeQuery: (from [fd00:1122:3344:101::e]:49074) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:41:44.690958 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.690998 [ 355 ] {} TCP-Session: 802de447-bd72-4391-bb9f-96e4731e1dd3 Authenticating user 'default' from [fd00:1122:3344:101::e]:60859 2026.02.01 14:41:44.691022 [ 355 ] {} TCP-Session: 802de447-bd72-4391-bb9f-96e4731e1dd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.691036 [ 287 ] {5bf70b5b-8082-46ba-870b-5638f74f88a7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:41:44.691039 [ 355 ] {} TCP-Session: 802de447-bd72-4391-bb9f-96e4731e1dd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.691082 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.691110 [ 287 ] {5bf70b5b-8082-46ba-870b-5638f74f88a7} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:41:44.691120 [ 290 ] {} TCP-Session: a3f43682-4483-4fb2-8cb4-5ffece67ab9c Authenticating user 'default' from [fd00:1122:3344:101::e]:37856 2026.02.01 14:41:44.691159 [ 290 ] {} TCP-Session: a3f43682-4483-4fb2-8cb4-5ffece67ab9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.691173 [ 290 ] {} TCP-Session: a3f43682-4483-4fb2-8cb4-5ffece67ab9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.691325 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.691363 [ 352 ] {} TCP-Session: edaea119-bb65-404e-aa3a-478b44ef1942 Authenticating user 'default' from [fd00:1122:3344:101::e]:48729 2026.02.01 14:41:44.691381 [ 352 ] {} TCP-Session: edaea119-bb65-404e-aa3a-478b44ef1942 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.691393 [ 352 ] {} TCP-Session: edaea119-bb65-404e-aa3a-478b44ef1942 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.691438 [ 287 ] {5bf70b5b-8082-46ba-870b-5638f74f88a7} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:41:44.691480 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.691547 [ 354 ] {} TCP-Session: 5473fad0-94ce-45af-9b21-eb75a46c08f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:64190 2026.02.01 14:41:44.691580 [ 354 ] {} TCP-Session: 5473fad0-94ce-45af-9b21-eb75a46c08f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.691601 [ 354 ] {} TCP-Session: 5473fad0-94ce-45af-9b21-eb75a46c08f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.691728 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.691768 [ 289 ] {} TCP-Session: 4c9a1f81-7da4-40f8-bad3-05e3ebf2a1b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:56127 2026.02.01 14:41:44.691785 [ 289 ] {} TCP-Session: 4c9a1f81-7da4-40f8-bad3-05e3ebf2a1b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.691803 [ 289 ] {} TCP-Session: 4c9a1f81-7da4-40f8-bad3-05e3ebf2a1b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.691845 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.691880 [ 351 ] {} TCP-Session: 6478dce9-c897-46cd-9c7e-9abfbc8e6af8 Authenticating user 'default' from [fd00:1122:3344:101::e]:55905 2026.02.01 14:41:44.691897 [ 351 ] {} TCP-Session: 6478dce9-c897-46cd-9c7e-9abfbc8e6af8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.691909 [ 351 ] {} TCP-Session: 6478dce9-c897-46cd-9c7e-9abfbc8e6af8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.691979 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.692017 [ 291 ] {} TCP-Session: bcfa7ff8-df58-4898-bcf1-460fda5e162f Authenticating user 'default' from [fd00:1122:3344:101::e]:41424 2026.02.01 14:41:44.692036 [ 291 ] {} TCP-Session: bcfa7ff8-df58-4898-bcf1-460fda5e162f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.692052 [ 291 ] {} TCP-Session: bcfa7ff8-df58-4898-bcf1-460fda5e162f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.692171 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.692210 [ 353 ] {} TCP-Session: d7d03ea7-f793-43a3-b613-c662c9f60b61 Authenticating user 'default' from [fd00:1122:3344:101::e]:61620 2026.02.01 14:41:44.692235 [ 353 ] {} TCP-Session: d7d03ea7-f793-43a3-b613-c662c9f60b61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.692253 [ 353 ] {} TCP-Session: d7d03ea7-f793-43a3-b613-c662c9f60b61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.692751 [ 309 ] {5bf70b5b-8082-46ba-870b-5638f74f88a7} AggregatingTransform: Aggregating 2026.02.01 14:41:44.692806 [ 309 ] {5bf70b5b-8082-46ba-870b-5638f74f88a7} Aggregator: Aggregation method: without_key 2026.02.01 14:41:44.692852 [ 309 ] {5bf70b5b-8082-46ba-870b-5638f74f88a7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00129511 sec. (772.135 rows/sec., 30.16 KiB/sec.) 2026.02.01 14:41:44.692875 [ 309 ] {5bf70b5b-8082-46ba-870b-5638f74f88a7} Aggregator: Merging aggregated data 2026.02.01 14:41:44.693995 [ 287 ] {5bf70b5b-8082-46ba-870b-5638f74f88a7} executeQuery: Read 1 rows, 40.00 B in 0.003381 sec., 295.77048210588583 rows/sec., 11.55 KiB/sec. 2026.02.01 14:41:44.694142 [ 287 ] {5bf70b5b-8082-46ba-870b-5638f74f88a7} TCPHandler: Processed in 0.003883321 sec. 2026.02.01 14:41:44.694281 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.694311 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.694325 [ 287 ] {} TCP-Session: 6044cdf8-0dbd-4e1c-b34a-621186ef5ff8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.694334 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.694355 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.694374 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.694391 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.694438 [ 353 ] {} TCP-Session: d7d03ea7-f793-43a3-b613-c662c9f60b61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.694446 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.694470 [ 351 ] {} TCP-Session: 6478dce9-c897-46cd-9c7e-9abfbc8e6af8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.694427 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.694505 [ 354 ] {} TCP-Session: 5473fad0-94ce-45af-9b21-eb75a46c08f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.694420 [ 289 ] {} TCP-Session: 4c9a1f81-7da4-40f8-bad3-05e3ebf2a1b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.694538 [ 352 ] {} TCP-Session: edaea119-bb65-404e-aa3a-478b44ef1942 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.694389 [ 291 ] {} TCP-Session: bcfa7ff8-df58-4898-bcf1-460fda5e162f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.694359 [ 355 ] {} TCP-Session: 802de447-bd72-4391-bb9f-96e4731e1dd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.694416 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.694650 [ 290 ] {} TCP-Session: a3f43682-4483-4fb2-8cb4-5ffece67ab9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.775071 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1040 2026.02.01 14:41:44.777720 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:44.777784 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:44.779261 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 14:41:44.779574 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:44.779758 [ 85 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 14:41:44.779821 [ 85 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:44.779842 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:44.779940 [ 196 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:41:44.780026 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1040 2026.02.01 14:41:44.780425 [ 196 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:44.780573 [ 196 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 848 rows starting from the beginning of the part 2026.02.01 14:41:44.781016 [ 196 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part 2026.02.01 14:41:44.781415 [ 196 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 70 rows starting from the beginning of the part 2026.02.01 14:41:44.781458 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62380 2026.02.01 14:41:44.781595 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.781640 [ 287 ] {} TCP-Session: 2a276575-f108-4d0a-816d-d9c811f1f2a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:62380 2026.02.01 14:41:44.781664 [ 287 ] {} TCP-Session: 2a276575-f108-4d0a-816d-d9c811f1f2a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.781678 [ 287 ] {} TCP-Session: 2a276575-f108-4d0a-816d-d9c811f1f2a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.781805 [ 196 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part 2026.02.01 14:41:44.781941 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39000 2026.02.01 14:41:44.781953 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56176 2026.02.01 14:41:44.781982 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47711 2026.02.01 14:41:44.782001 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55494 2026.02.01 14:41:44.782038 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.782018 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43184 2026.02.01 14:41:44.782066 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.782086 [ 289 ] {} TCP-Session: 0f33b361-a697-43e8-81af-d52d20043a30 Authenticating user 'default' from [fd00:1122:3344:101::e]:39000 2026.02.01 14:41:44.782108 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.782120 [ 291 ] {} TCP-Session: 4417658c-a1ea-45df-bb1c-00ca1935caec Authenticating user 'default' from [fd00:1122:3344:101::e]:56176 2026.02.01 14:41:44.782126 [ 287 ] {} TCP-Session: 2a276575-f108-4d0a-816d-d9c811f1f2a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:44.782160 [ 291 ] {} TCP-Session: 4417658c-a1ea-45df-bb1c-00ca1935caec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.782160 [ 354 ] {} TCP-Session: 6d1d8842-1152-4612-be80-27de2380f4b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:55494 2026.02.01 14:41:44.782178 [ 291 ] {} TCP-Session: 4417658c-a1ea-45df-bb1c-00ca1935caec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.782208 [ 354 ] {} TCP-Session: 6d1d8842-1152-4612-be80-27de2380f4b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.782144 [ 289 ] {} TCP-Session: 0f33b361-a697-43e8-81af-d52d20043a30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.782238 [ 354 ] {} TCP-Session: 6d1d8842-1152-4612-be80-27de2380f4b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.782286 [ 289 ] {} TCP-Session: 0f33b361-a697-43e8-81af-d52d20043a30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.782298 [ 196 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part 2026.02.01 14:41:44.782134 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.782332 [ 287 ] {4348de90-c123-4627-8855-cfc53ca8db48} executeQuery: (from [fd00:1122:3344:101::e]:62380) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:41:44.782354 [ 355 ] {} TCP-Session: 62fbdc6a-0ff9-43b8-8a90-b95f87f6c4ba Authenticating user 'default' from [fd00:1122:3344:101::e]:43184 2026.02.01 14:41:44.782088 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.782393 [ 355 ] {} TCP-Session: 62fbdc6a-0ff9-43b8-8a90-b95f87f6c4ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.782406 [ 352 ] {} TCP-Session: 78e5d128-b0cf-4765-99a5-d8bc1ded9835 Authenticating user 'default' from [fd00:1122:3344:101::e]:47711 2026.02.01 14:41:44.782414 [ 355 ] {} TCP-Session: 62fbdc6a-0ff9-43b8-8a90-b95f87f6c4ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.782425 [ 352 ] {} TCP-Session: 78e5d128-b0cf-4765-99a5-d8bc1ded9835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.781962 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38507 2026.02.01 14:41:44.782448 [ 352 ] {} TCP-Session: 78e5d128-b0cf-4765-99a5-d8bc1ded9835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.781993 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61042 2026.02.01 14:41:44.781974 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62371 2026.02.01 14:41:44.782560 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.782583 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.782586 [ 290 ] {} TCP-Session: 4c4c0969-1cca-42cf-8d43-c1c77fe78b74 Authenticating user 'default' from [fd00:1122:3344:101::e]:38507 2026.02.01 14:41:44.782615 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.782616 [ 353 ] {} TCP-Session: 4ff1bf3a-4e65-4bed-af50-fd7fdb792bfe Authenticating user 'default' from [fd00:1122:3344:101::e]:61042 2026.02.01 14:41:44.782631 [ 290 ] {} TCP-Session: 4c4c0969-1cca-42cf-8d43-c1c77fe78b74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.782647 [ 351 ] {} TCP-Session: fc66a0c4-5dde-45cd-9129-d8ba4dce4662 Authenticating user 'default' from [fd00:1122:3344:101::e]:62371 2026.02.01 14:41:44.782665 [ 353 ] {} TCP-Session: 4ff1bf3a-4e65-4bed-af50-fd7fdb792bfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.782668 [ 290 ] {} TCP-Session: 4c4c0969-1cca-42cf-8d43-c1c77fe78b74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.782680 [ 351 ] {} TCP-Session: fc66a0c4-5dde-45cd-9129-d8ba4dce4662 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.782692 [ 196 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part 2026.02.01 14:41:44.782699 [ 353 ] {} TCP-Session: 4ff1bf3a-4e65-4bed-af50-fd7fdb792bfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.782737 [ 287 ] {4348de90-c123-4627-8855-cfc53ca8db48} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:41:44.782710 [ 351 ] {} TCP-Session: fc66a0c4-5dde-45cd-9129-d8ba4dce4662 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.782803 [ 287 ] {4348de90-c123-4627-8855-cfc53ca8db48} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:41:44.783107 [ 287 ] {4348de90-c123-4627-8855-cfc53ca8db48} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:41:44.784170 [ 334 ] {4348de90-c123-4627-8855-cfc53ca8db48} AggregatingTransform: Aggregating 2026.02.01 14:41:44.784211 [ 334 ] {4348de90-c123-4627-8855-cfc53ca8db48} Aggregator: Aggregation method: without_key 2026.02.01 14:41:44.784249 [ 334 ] {4348de90-c123-4627-8855-cfc53ca8db48} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001042502 sec. (959.231 rows/sec., 37.47 KiB/sec.) 2026.02.01 14:41:44.784270 [ 334 ] {4348de90-c123-4627-8855-cfc53ca8db48} Aggregator: Merging aggregated data 2026.02.01 14:41:44.785439 [ 287 ] {4348de90-c123-4627-8855-cfc53ca8db48} executeQuery: Read 1 rows, 40.00 B in 0.00318 sec., 314.4654088050314 rows/sec., 12.28 KiB/sec. 2026.02.01 14:41:44.785570 [ 287 ] {4348de90-c123-4627-8855-cfc53ca8db48} TCPHandler: Processed in 0.00357576 sec. 2026.02.01 14:41:44.785686 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.785715 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.785721 [ 291 ] {} TCP-Session: 4417658c-a1ea-45df-bb1c-00ca1935caec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.785738 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.785764 [ 290 ] {} TCP-Session: 4c4c0969-1cca-42cf-8d43-c1c77fe78b74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.785776 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.785799 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.785822 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.785827 [ 352 ] {} TCP-Session: 78e5d128-b0cf-4765-99a5-d8bc1ded9835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.785851 [ 289 ] {} TCP-Session: 0f33b361-a697-43e8-81af-d52d20043a30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.785860 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.785868 [ 355 ] {} TCP-Session: 62fbdc6a-0ff9-43b8-8a90-b95f87f6c4ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.785899 [ 287 ] {} TCP-Session: 2a276575-f108-4d0a-816d-d9c811f1f2a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.785838 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.785794 [ 354 ] {} TCP-Session: 6d1d8842-1152-4612-be80-27de2380f4b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.785954 [ 353 ] {} TCP-Session: 4ff1bf3a-4e65-4bed-af50-fd7fdb792bfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.785754 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.786013 [ 351 ] {} TCP-Session: fc66a0c4-5dde-45cd-9129-d8ba4dce4662 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.791030 [ 189 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1040 rows, containing 72 columns (72 merged, 0 gathered) in 0.011130835 sec., 93434.14038569434 rows/sec., 78.44 MiB/sec. 2026.02.01 14:41:44.792660 [ 198 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 14:41:44.793357 [ 198 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_31_6} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:44.793464 [ 198 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_31_6} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 14:41:44.793849 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. 2026.02.01 14:41:44.808710 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45696 2026.02.01 14:41:44.808801 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.808826 [ 287 ] {} TCP-Session: 0f72ad28-2462-48bd-b8ac-82d1569c8700 Authenticating user 'default' from [fd00:1122:3344:101::e]:45696 2026.02.01 14:41:44.808867 [ 287 ] {} TCP-Session: 0f72ad28-2462-48bd-b8ac-82d1569c8700 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.808898 [ 287 ] {} TCP-Session: 0f72ad28-2462-48bd-b8ac-82d1569c8700 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809111 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47153 2026.02.01 14:41:44.809138 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58551 2026.02.01 14:41:44.809153 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53603 2026.02.01 14:41:44.809176 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34268 2026.02.01 14:41:44.809195 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41636 2026.02.01 14:41:44.809219 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.809230 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54775 2026.02.01 14:41:44.809249 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.809267 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.809292 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.809309 [ 351 ] {} TCP-Session: 19763cbc-9a56-44c2-bd25-1b75af144932 Authenticating user 'default' from [fd00:1122:3344:101::e]:53603 2026.02.01 14:41:44.809315 [ 353 ] {} TCP-Session: aabf01ef-fbab-4440-a677-2256f729b5f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:34268 2026.02.01 14:41:44.809332 [ 287 ] {} TCP-Session: 0f72ad28-2462-48bd-b8ac-82d1569c8700 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:44.809355 [ 353 ] {} TCP-Session: aabf01ef-fbab-4440-a677-2256f729b5f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809351 [ 351 ] {} TCP-Session: 19763cbc-9a56-44c2-bd25-1b75af144932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809378 [ 353 ] {} TCP-Session: aabf01ef-fbab-4440-a677-2256f729b5f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809398 [ 351 ] {} TCP-Session: 19763cbc-9a56-44c2-bd25-1b75af144932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809332 [ 354 ] {} TCP-Session: 5a7486fb-ca79-47ab-ba64-e9cd91f4a308 Authenticating user 'default' from [fd00:1122:3344:101::e]:41636 2026.02.01 14:41:44.809321 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.809460 [ 354 ] {} TCP-Session: 5a7486fb-ca79-47ab-ba64-e9cd91f4a308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809265 [ 289 ] {} TCP-Session: a7119fdb-25fd-4768-865f-45321c5830ce Authenticating user 'default' from [fd00:1122:3344:101::e]:47153 2026.02.01 14:41:44.809495 [ 355 ] {} TCP-Session: c1567303-6fc6-4140-b3fc-f00c9c9b22b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:54775 2026.02.01 14:41:44.809524 [ 287 ] {830ed8c6-b04f-4f47-84d5-41ad08e03cd4} executeQuery: (from [fd00:1122:3344:101::e]:45696) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:41:44.809542 [ 355 ] {} TCP-Session: c1567303-6fc6-4140-b3fc-f00c9c9b22b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809535 [ 289 ] {} TCP-Session: a7119fdb-25fd-4768-865f-45321c5830ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809582 [ 355 ] {} TCP-Session: c1567303-6fc6-4140-b3fc-f00c9c9b22b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809596 [ 289 ] {} TCP-Session: a7119fdb-25fd-4768-865f-45321c5830ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809495 [ 354 ] {} TCP-Session: 5a7486fb-ca79-47ab-ba64-e9cd91f4a308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809236 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.809162 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44458 2026.02.01 14:41:44.809681 [ 290 ] {} TCP-Session: c1973bfc-b936-44a4-8625-89494c13feef Authenticating user 'default' from [fd00:1122:3344:101::e]:58551 2026.02.01 14:41:44.809143 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35493 2026.02.01 14:41:44.809723 [ 290 ] {} TCP-Session: c1973bfc-b936-44a4-8625-89494c13feef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809752 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.809756 [ 290 ] {} TCP-Session: c1973bfc-b936-44a4-8625-89494c13feef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809782 [ 352 ] {} TCP-Session: 4d2d4c84-761f-4bc3-91bb-da344b58746f Authenticating user 'default' from [fd00:1122:3344:101::e]:44458 2026.02.01 14:41:44.809791 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:41:44.809811 [ 352 ] {} TCP-Session: 4d2d4c84-761f-4bc3-91bb-da344b58746f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809822 [ 291 ] {} TCP-Session: bcd2a1af-ac21-4ca7-8bc6-3e3ba1045c35 Authenticating user 'default' from [fd00:1122:3344:101::e]:35493 2026.02.01 14:41:44.809833 [ 352 ] {} TCP-Session: 4d2d4c84-761f-4bc3-91bb-da344b58746f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809850 [ 291 ] {} TCP-Session: bcd2a1af-ac21-4ca7-8bc6-3e3ba1045c35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809871 [ 291 ] {} TCP-Session: bcd2a1af-ac21-4ca7-8bc6-3e3ba1045c35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.809890 [ 287 ] {830ed8c6-b04f-4f47-84d5-41ad08e03cd4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:41:44.809951 [ 287 ] {830ed8c6-b04f-4f47-84d5-41ad08e03cd4} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:41:44.810280 [ 287 ] {830ed8c6-b04f-4f47-84d5-41ad08e03cd4} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:41:44.811348 [ 296 ] {830ed8c6-b04f-4f47-84d5-41ad08e03cd4} AggregatingTransform: Aggregating 2026.02.01 14:41:44.811388 [ 296 ] {830ed8c6-b04f-4f47-84d5-41ad08e03cd4} Aggregator: Aggregation method: without_key 2026.02.01 14:41:44.811424 [ 296 ] {830ed8c6-b04f-4f47-84d5-41ad08e03cd4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001038182 sec. (963.222 rows/sec., 37.63 KiB/sec.) 2026.02.01 14:41:44.811443 [ 296 ] {830ed8c6-b04f-4f47-84d5-41ad08e03cd4} Aggregator: Merging aggregated data 2026.02.01 14:41:44.812880 [ 287 ] {830ed8c6-b04f-4f47-84d5-41ad08e03cd4} executeQuery: Read 1 rows, 40.00 B in 0.003418 sec., 292.5687536571094 rows/sec., 11.43 KiB/sec. 2026.02.01 14:41:44.813028 [ 287 ] {830ed8c6-b04f-4f47-84d5-41ad08e03cd4} TCPHandler: Processed in 0.003831569 sec. 2026.02.01 14:41:44.813150 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.813180 [ 287 ] {} TCP-Session: 0f72ad28-2462-48bd-b8ac-82d1569c8700 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.813190 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.813224 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.813235 [ 289 ] {} TCP-Session: a7119fdb-25fd-4768-865f-45321c5830ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.813247 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.813260 [ 355 ] {} TCP-Session: c1567303-6fc6-4140-b3fc-f00c9c9b22b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.813266 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.813283 [ 352 ] {} TCP-Session: 4d2d4c84-761f-4bc3-91bb-da344b58746f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.813294 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.813311 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.813317 [ 291 ] {} TCP-Session: bcd2a1af-ac21-4ca7-8bc6-3e3ba1045c35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.813334 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.813345 [ 290 ] {} TCP-Session: c1973bfc-b936-44a4-8625-89494c13feef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.813361 [ 353 ] {} TCP-Session: aabf01ef-fbab-4440-a677-2256f729b5f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.813386 [ 351 ] {} TCP-Session: 19763cbc-9a56-44c2-bd25-1b75af144932 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:44.813356 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:41:44.813457 [ 354 ] {} TCP-Session: 5a7486fb-ca79-47ab-ba64-e9cd91f4a308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:41:46.568293 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:46.568480 [ 276 ] {a29dca28-30a6-4eb6-94da-2c4030d31f4d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:41:46.568551 [ 276 ] {a29dca28-30a6-4eb6-94da-2c4030d31f4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:41:46.569396 [ 276 ] {a29dca28-30a6-4eb6-94da-2c4030d31f4d} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:46.569448 [ 276 ] {a29dca28-30a6-4eb6-94da-2c4030d31f4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:46.569885 [ 276 ] {a29dca28-30a6-4eb6-94da-2c4030d31f4d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:41:46.570167 [ 276 ] {a29dca28-30a6-4eb6-94da-2c4030d31f4d} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:46.570336 [ 276 ] {a29dca28-30a6-4eb6-94da-2c4030d31f4d} executeQuery: Read 266 rows, 17.30 KiB in 0.001908 sec., 139412.99790356396 rows/sec., 8.86 MiB/sec. 2026.02.01 14:41:46.570388 [ 276 ] {a29dca28-30a6-4eb6-94da-2c4030d31f4d} TCPHandler: Processed in 0.002234879 sec. 2026.02.01 14:41:46.570518 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:46.570625 [ 276 ] {71d5e930-ae7d-48f0-8a5c-dc8b3a317cad} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:41:46.570671 [ 276 ] {71d5e930-ae7d-48f0-8a5c-dc8b3a317cad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:41:46.571087 [ 276 ] {71d5e930-ae7d-48f0-8a5c-dc8b3a317cad} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:46.571125 [ 276 ] {71d5e930-ae7d-48f0-8a5c-dc8b3a317cad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:46.571442 [ 276 ] {71d5e930-ae7d-48f0-8a5c-dc8b3a317cad} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.01 14:41:46.571663 [ 276 ] {71d5e930-ae7d-48f0-8a5c-dc8b3a317cad} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:46.571801 [ 276 ] {71d5e930-ae7d-48f0-8a5c-dc8b3a317cad} executeQuery: Read 4 rows, 334.00 B in 0.001202 sec., 3327.787021630616 rows/sec., 271.36 KiB/sec. 2026.02.01 14:41:46.571839 [ 276 ] {71d5e930-ae7d-48f0-8a5c-dc8b3a317cad} TCPHandler: Processed in 0.001372243 sec. 2026.02.01 14:41:46.571953 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:46.572051 [ 276 ] {307ceab7-384a-4701-a5a7-08486ee70178} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:41:46.572091 [ 276 ] {307ceab7-384a-4701-a5a7-08486ee70178} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:41:46.573738 [ 276 ] {307ceab7-384a-4701-a5a7-08486ee70178} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:46.573776 [ 276 ] {307ceab7-384a-4701-a5a7-08486ee70178} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:46.574218 [ 276 ] {307ceab7-384a-4701-a5a7-08486ee70178} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 14:41:46.574442 [ 276 ] {307ceab7-384a-4701-a5a7-08486ee70178} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:46.574575 [ 276 ] {307ceab7-384a-4701-a5a7-08486ee70178} executeQuery: Read 1894 rows, 157.27 KiB in 0.002544 sec., 744496.855345912 rows/sec., 60.37 MiB/sec. 2026.02.01 14:41:46.574581 [ 83 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 14:41:46.574612 [ 276 ] {307ceab7-384a-4701-a5a7-08486ee70178} TCPHandler: Processed in 0.002709094 sec. 2026.02.01 14:41:46.574661 [ 83 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:46.574688 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:46.574754 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:46.574786 [ 190 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:41:46.574855 [ 276 ] {f8bd8c1c-73a7-4187-bc5a-f2e67aa38688} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:41:46.574896 [ 276 ] {f8bd8c1c-73a7-4187-bc5a-f2e67aa38688} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:41:46.574902 [ 190 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:46.574939 [ 190 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2105 rows starting from the beginning of the part 2026.02.01 14:41:46.575006 [ 190 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 752 rows starting from the beginning of the part 2026.02.01 14:41:46.575061 [ 190 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 138 rows starting from the beginning of the part 2026.02.01 14:41:46.575114 [ 190 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 752 rows starting from the beginning of the part 2026.02.01 14:41:46.575161 [ 190 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 136 rows starting from the beginning of the part 2026.02.01 14:41:46.575209 [ 190 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1894 rows starting from the beginning of the part 2026.02.01 14:41:46.575356 [ 276 ] {f8bd8c1c-73a7-4187-bc5a-f2e67aa38688} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:46.575393 [ 276 ] {f8bd8c1c-73a7-4187-bc5a-f2e67aa38688} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:46.575717 [ 276 ] {f8bd8c1c-73a7-4187-bc5a-f2e67aa38688} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 14:41:46.575935 [ 276 ] {f8bd8c1c-73a7-4187-bc5a-f2e67aa38688} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:46.576071 [ 276 ] {f8bd8c1c-73a7-4187-bc5a-f2e67aa38688} executeQuery: Read 137 rows, 8.28 KiB in 0.001236 sec., 110841.42394822008 rows/sec., 6.54 MiB/sec. 2026.02.01 14:41:46.576108 [ 276 ] {f8bd8c1c-73a7-4187-bc5a-f2e67aa38688} TCPHandler: Processed in 0.001403823 sec. 2026.02.01 14:41:46.576220 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:46.576314 [ 276 ] {eb001d6c-a235-40bd-b723-1b818aa4a5b1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:41:46.576355 [ 276 ] {eb001d6c-a235-40bd-b723-1b818aa4a5b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:41:46.576924 [ 276 ] {eb001d6c-a235-40bd-b723-1b818aa4a5b1} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:46.576960 [ 276 ] {eb001d6c-a235-40bd-b723-1b818aa4a5b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:46.577290 [ 276 ] {eb001d6c-a235-40bd-b723-1b818aa4a5b1} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:41:46.577302 [ 189 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 5777 rows, containing 5 columns (5 merged, 0 gathered) in 0.00255492 sec., 2261127.5499819955 rows/sec., 192.08 MiB/sec. 2026.02.01 14:41:46.577524 [ 276 ] {eb001d6c-a235-40bd-b723-1b818aa4a5b1} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:46.577630 [ 196 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 14:41:46.577670 [ 276 ] {eb001d6c-a235-40bd-b723-1b818aa4a5b1} executeQuery: Read 368 rows, 25.07 KiB in 0.001374 sec., 267831.1499272198 rows/sec., 17.82 MiB/sec. 2026.02.01 14:41:46.577713 [ 276 ] {eb001d6c-a235-40bd-b723-1b818aa4a5b1} TCPHandler: Processed in 0.001542908 sec. 2026.02.01 14:41:46.577815 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:46.577911 [ 276 ] {8146892e-e107-4756-975d-a091e2613cbb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:41:46.577959 [ 276 ] {8146892e-e107-4756-975d-a091e2613cbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:41:46.577973 [ 196 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_56_11} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:46.578066 [ 196 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_56_11} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 14:41:46.578176 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2026.02.01 14:41:46.578407 [ 276 ] {8146892e-e107-4756-975d-a091e2613cbb} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:46.578448 [ 276 ] {8146892e-e107-4756-975d-a091e2613cbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:46.578759 [ 276 ] {8146892e-e107-4756-975d-a091e2613cbb} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:41:46.578973 [ 276 ] {8146892e-e107-4756-975d-a091e2613cbb} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:46.579103 [ 276 ] {8146892e-e107-4756-975d-a091e2613cbb} executeQuery: Read 139 rows, 8.10 KiB in 0.00121 sec., 114876.03305785125 rows/sec., 6.54 MiB/sec. 2026.02.01 14:41:46.579140 [ 276 ] {8146892e-e107-4756-975d-a091e2613cbb} TCPHandler: Processed in 0.001373743 sec. 2026.02.01 14:41:46.579252 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:46.579346 [ 276 ] {0674a3bf-1ea8-49d0-b673-7261347a5836} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:41:46.579386 [ 276 ] {0674a3bf-1ea8-49d0-b673-7261347a5836} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:41:46.580222 [ 276 ] {0674a3bf-1ea8-49d0-b673-7261347a5836} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:46.580260 [ 276 ] {0674a3bf-1ea8-49d0-b673-7261347a5836} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:46.580610 [ 276 ] {0674a3bf-1ea8-49d0-b673-7261347a5836} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 14:41:46.580833 [ 276 ] {0674a3bf-1ea8-49d0-b673-7261347a5836} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:46.580953 [ 83 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 14:41:46.580967 [ 276 ] {0674a3bf-1ea8-49d0-b673-7261347a5836} executeQuery: Read 923 rows, 67.90 KiB in 0.001639 sec., 563148.2611348383 rows/sec., 40.45 MiB/sec. 2026.02.01 14:41:46.581011 [ 83 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:46.581027 [ 276 ] {0674a3bf-1ea8-49d0-b673-7261347a5836} TCPHandler: Processed in 0.001823926 sec. 2026.02.01 14:41:46.581045 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:46.581147 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:41:46.581149 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:46.581251 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:46.581273 [ 276 ] {e74a39fb-b663-4d92-837c-d7bb550bf61e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:41:46.581280 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1033 rows starting from the beginning of the part 2026.02.01 14:41:46.581316 [ 276 ] {e74a39fb-b663-4d92-837c-d7bb550bf61e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:41:46.581338 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 463 rows starting from the beginning of the part 2026.02.01 14:41:46.581381 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 108 rows starting from the beginning of the part 2026.02.01 14:41:46.581419 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 463 rows starting from the beginning of the part 2026.02.01 14:41:46.581457 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 104 rows starting from the beginning of the part 2026.02.01 14:41:46.581493 [ 198 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 923 rows starting from the beginning of the part 2026.02.01 14:41:46.581656 [ 276 ] {e74a39fb-b663-4d92-837c-d7bb550bf61e} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:46.581691 [ 276 ] {e74a39fb-b663-4d92-837c-d7bb550bf61e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:46.582000 [ 276 ] {e74a39fb-b663-4d92-837c-d7bb550bf61e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:41:46.582212 [ 276 ] {e74a39fb-b663-4d92-837c-d7bb550bf61e} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:46.582345 [ 276 ] {e74a39fb-b663-4d92-837c-d7bb550bf61e} executeQuery: Read 6 rows, 321.00 B in 0.00109 sec., 5504.587155963302 rows/sec., 287.59 KiB/sec. 2026.02.01 14:41:46.582382 [ 276 ] {e74a39fb-b663-4d92-837c-d7bb550bf61e} TCPHandler: Processed in 0.001281859 sec. 2026.02.01 14:41:46.582492 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:46.582597 [ 276 ] {1d304b2d-db1d-40da-9bdd-462f0b8ee03e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:46.582642 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3094 rows, containing 5 columns (5 merged, 0 gathered) in 0.001532178 sec., 2019347.6214904536 rows/sec., 153.36 MiB/sec. 2026.02.01 14:41:46.582643 [ 276 ] {1d304b2d-db1d-40da-9bdd-462f0b8ee03e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:41:46.582888 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 14:41:46.583260 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_56_11} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:46.583361 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_56_11} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 14:41:46.583383 [ 276 ] {1d304b2d-db1d-40da-9bdd-462f0b8ee03e} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:46.583425 [ 276 ] {1d304b2d-db1d-40da-9bdd-462f0b8ee03e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:46.583474 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.02.01 14:41:46.583841 [ 276 ] {1d304b2d-db1d-40da-9bdd-462f0b8ee03e} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 14:41:46.584066 [ 276 ] {1d304b2d-db1d-40da-9bdd-462f0b8ee03e} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:46.584209 [ 276 ] {1d304b2d-db1d-40da-9bdd-462f0b8ee03e} executeQuery: Read 924 rows, 63.07 KiB in 0.001633 sec., 565829.7611757502 rows/sec., 37.72 MiB/sec. 2026.02.01 14:41:46.584250 [ 276 ] {1d304b2d-db1d-40da-9bdd-462f0b8ee03e} TCPHandler: Processed in 0.001810116 sec. 2026.02.01 14:41:46.584356 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:46.584453 [ 276 ] {5eebaaf0-fc98-4a52-8d88-d3be84f23646} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:41:46.584498 [ 276 ] {5eebaaf0-fc98-4a52-8d88-d3be84f23646} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:41:46.584824 [ 276 ] {5eebaaf0-fc98-4a52-8d88-d3be84f23646} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:46.584861 [ 276 ] {5eebaaf0-fc98-4a52-8d88-d3be84f23646} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:46.585173 [ 276 ] {5eebaaf0-fc98-4a52-8d88-d3be84f23646} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:41:46.585384 [ 276 ] {5eebaaf0-fc98-4a52-8d88-d3be84f23646} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:46.585520 [ 276 ] {5eebaaf0-fc98-4a52-8d88-d3be84f23646} executeQuery: Read 1 rows, 69.00 B in 0.001086 sec., 920.8103130755065 rows/sec., 62.05 KiB/sec. 2026.02.01 14:41:46.585557 [ 276 ] {5eebaaf0-fc98-4a52-8d88-d3be84f23646} TCPHandler: Processed in 0.001252269 sec. 2026.02.01 14:41:46.585672 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:46.585784 [ 276 ] {b17f5075-0561-4b1b-9aa8-9d53adda8ff7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:41:46.585833 [ 276 ] {b17f5075-0561-4b1b-9aa8-9d53adda8ff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:41:46.586225 [ 276 ] {b17f5075-0561-4b1b-9aa8-9d53adda8ff7} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:46.586266 [ 276 ] {b17f5075-0561-4b1b-9aa8-9d53adda8ff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:46.586634 [ 276 ] {b17f5075-0561-4b1b-9aa8-9d53adda8ff7} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 14:41:46.586843 [ 276 ] {b17f5075-0561-4b1b-9aa8-9d53adda8ff7} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:46.586969 [ 276 ] {b17f5075-0561-4b1b-9aa8-9d53adda8ff7} executeQuery: Read 82 rows, 5.24 KiB in 0.001209 sec., 67824.64846980976 rows/sec., 4.23 MiB/sec. 2026.02.01 14:41:46.587004 [ 276 ] {b17f5075-0561-4b1b-9aa8-9d53adda8ff7} TCPHandler: Processed in 0.001390993 sec. 2026.02.01 14:41:47.205736 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:47.205929 [ 276 ] {4d300df8-d890-424f-b4a4-674f997c7567} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:41:47.206000 [ 276 ] {4d300df8-d890-424f-b4a4-674f997c7567} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:41:47.206656 [ 276 ] {4d300df8-d890-424f-b4a4-674f997c7567} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:47.206709 [ 276 ] {4d300df8-d890-424f-b4a4-674f997c7567} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:47.207116 [ 276 ] {4d300df8-d890-424f-b4a4-674f997c7567} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 14:41:47.207348 [ 276 ] {4d300df8-d890-424f-b4a4-674f997c7567} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:47.207513 [ 276 ] {4d300df8-d890-424f-b4a4-674f997c7567} executeQuery: Read 26 rows, 2.01 KiB in 0.001641 sec., 15843.997562461913 rows/sec., 1.19 MiB/sec. 2026.02.01 14:41:47.207567 [ 276 ] {4d300df8-d890-424f-b4a4-674f997c7567} TCPHandler: Processed in 0.001971781 sec. 2026.02.01 14:41:47.207702 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:47.207805 [ 276 ] {c707a398-d402-47f0-aca5-94a6a8981e5d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:41:47.207848 [ 276 ] {c707a398-d402-47f0-aca5-94a6a8981e5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:41:47.208287 [ 276 ] {c707a398-d402-47f0-aca5-94a6a8981e5d} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:47.208322 [ 276 ] {c707a398-d402-47f0-aca5-94a6a8981e5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:47.208625 [ 276 ] {c707a398-d402-47f0-aca5-94a6a8981e5d} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 14:41:47.208839 [ 276 ] {c707a398-d402-47f0-aca5-94a6a8981e5d} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:47.208975 [ 276 ] {c707a398-d402-47f0-aca5-94a6a8981e5d} executeQuery: Read 28 rows, 2.24 KiB in 0.001194 sec., 23450.586264656617 rows/sec., 1.83 MiB/sec. 2026.02.01 14:41:47.209014 [ 276 ] {c707a398-d402-47f0-aca5-94a6a8981e5d} TCPHandler: Processed in 0.001364712 sec. 2026.02.01 14:41:47.209130 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:47.209229 [ 276 ] {4ed28717-dcb7-4f6c-af39-5b350e041e41} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:47.209275 [ 276 ] {4ed28717-dcb7-4f6c-af39-5b350e041e41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:41:47.209648 [ 276 ] {4ed28717-dcb7-4f6c-af39-5b350e041e41} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:47.209684 [ 276 ] {4ed28717-dcb7-4f6c-af39-5b350e041e41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:47.210023 [ 276 ] {4ed28717-dcb7-4f6c-af39-5b350e041e41} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 14:41:47.210234 [ 276 ] {4ed28717-dcb7-4f6c-af39-5b350e041e41} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:47.210365 [ 276 ] {4ed28717-dcb7-4f6c-af39-5b350e041e41} executeQuery: Read 20 rows, 1.42 KiB in 0.001157 sec., 17286.084701815038 rows/sec., 1.20 MiB/sec. 2026.02.01 14:41:47.210401 [ 276 ] {4ed28717-dcb7-4f6c-af39-5b350e041e41} TCPHandler: Processed in 0.001320711 sec. 2026.02.01 14:41:47.210506 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:47.210603 [ 276 ] {551ec067-75c4-4cfb-9246-92d5733096b3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:41:47.210646 [ 276 ] {551ec067-75c4-4cfb-9246-92d5733096b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:41:47.210988 [ 276 ] {551ec067-75c4-4cfb-9246-92d5733096b3} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:47.211025 [ 276 ] {551ec067-75c4-4cfb-9246-92d5733096b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.02.01 14:41:47.211324 [ 276 ] {551ec067-75c4-4cfb-9246-92d5733096b3} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 14:41:47.211531 [ 276 ] {551ec067-75c4-4cfb-9246-92d5733096b3} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:47.211659 [ 276 ] {551ec067-75c4-4cfb-9246-92d5733096b3} executeQuery: Read 6 rows, 431.00 B in 0.001075 sec., 5581.395348837209 rows/sec., 391.53 KiB/sec. 2026.02.01 14:41:47.211694 [ 276 ] {551ec067-75c4-4cfb-9246-92d5733096b3} TCPHandler: Processed in 0.001236718 sec. 2026.02.01 14:41:49.574289 [ 79 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:41:49.574393 [ 79 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:41:49.725014 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20185 2026.02.01 14:41:49.725567 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:49.725613 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:49.726133 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 14:41:49.726365 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:49.726492 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20185 2026.02.01 14:41:50.757386 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.02.01 14:41:50.772560 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:50.772612 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:50.778697 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 14:41:50.779365 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:50.781999 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.02.01 14:41:52.216564 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:52.216770 [ 276 ] {1c37a26a-6fbc-421e-bedf-d07f5dbc5a05} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:41:52.216845 [ 276 ] {1c37a26a-6fbc-421e-bedf-d07f5dbc5a05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:41:52.217683 [ 276 ] {1c37a26a-6fbc-421e-bedf-d07f5dbc5a05} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:52.217739 [ 276 ] {1c37a26a-6fbc-421e-bedf-d07f5dbc5a05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:52.218182 [ 276 ] {1c37a26a-6fbc-421e-bedf-d07f5dbc5a05} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 14:41:52.218410 [ 276 ] {1c37a26a-6fbc-421e-bedf-d07f5dbc5a05} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:52.218584 [ 276 ] {1c37a26a-6fbc-421e-bedf-d07f5dbc5a05} executeQuery: Read 137 rows, 12.17 KiB in 0.00187 sec., 73262.0320855615 rows/sec., 6.36 MiB/sec. 2026.02.01 14:41:52.218629 [ 276 ] {1c37a26a-6fbc-421e-bedf-d07f5dbc5a05} TCPHandler: Processed in 0.002209219 sec. 2026.02.01 14:41:52.218757 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:52.218856 [ 276 ] {a32cbe58-fb64-468d-b79e-9a107c0a471d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:41:52.218898 [ 276 ] {a32cbe58-fb64-468d-b79e-9a107c0a471d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:41:52.219453 [ 276 ] {a32cbe58-fb64-468d-b79e-9a107c0a471d} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:52.219515 [ 276 ] {a32cbe58-fb64-468d-b79e-9a107c0a471d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:52.219985 [ 276 ] {a32cbe58-fb64-468d-b79e-9a107c0a471d} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 14:41:52.220220 [ 276 ] {a32cbe58-fb64-468d-b79e-9a107c0a471d} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:52.220365 [ 276 ] {a32cbe58-fb64-468d-b79e-9a107c0a471d} executeQuery: Read 40 rows, 3.01 KiB in 0.001529 sec., 26160.88947024199 rows/sec., 1.92 MiB/sec. 2026.02.01 14:41:52.220406 [ 276 ] {a32cbe58-fb64-468d-b79e-9a107c0a471d} TCPHandler: Processed in 0.001700263 sec. 2026.02.01 14:41:52.220522 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:52.220619 [ 276 ] {2a9a42b6-c2fe-4657-baa5-bb0225c3a2fc} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:41:52.220659 [ 276 ] {2a9a42b6-c2fe-4657-baa5-bb0225c3a2fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:41:52.221055 [ 276 ] {2a9a42b6-c2fe-4657-baa5-bb0225c3a2fc} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:52.221093 [ 276 ] {2a9a42b6-c2fe-4657-baa5-bb0225c3a2fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:52.221389 [ 276 ] {2a9a42b6-c2fe-4657-baa5-bb0225c3a2fc} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:41:52.221600 [ 276 ] {2a9a42b6-c2fe-4657-baa5-bb0225c3a2fc} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:52.221731 [ 276 ] {2a9a42b6-c2fe-4657-baa5-bb0225c3a2fc} executeQuery: Read 1 rows, 68.00 B in 0.001132 sec., 883.3922261484099 rows/sec., 58.66 KiB/sec. 2026.02.01 14:41:52.221768 [ 276 ] {2a9a42b6-c2fe-4657-baa5-bb0225c3a2fc} TCPHandler: Processed in 0.00129799 sec. 2026.02.01 14:41:52.221883 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:52.221978 [ 276 ] {d631e56c-a54c-4250-9fd7-35a74e5c3944} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:41:52.222019 [ 276 ] {d631e56c-a54c-4250-9fd7-35a74e5c3944} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:41:52.222448 [ 276 ] {d631e56c-a54c-4250-9fd7-35a74e5c3944} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:52.222485 [ 276 ] {d631e56c-a54c-4250-9fd7-35a74e5c3944} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:52.222799 [ 276 ] {d631e56c-a54c-4250-9fd7-35a74e5c3944} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 14:41:52.223019 [ 276 ] {d631e56c-a54c-4250-9fd7-35a74e5c3944} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:52.223153 [ 276 ] {d631e56c-a54c-4250-9fd7-35a74e5c3944} executeQuery: Read 104 rows, 8.32 KiB in 0.001193 sec., 87175.18860016765 rows/sec., 6.81 MiB/sec. 2026.02.01 14:41:52.223192 [ 276 ] {d631e56c-a54c-4250-9fd7-35a74e5c3944} TCPHandler: Processed in 0.001358252 sec. 2026.02.01 14:41:52.223315 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:52.223415 [ 276 ] {dfbc4265-65c1-4a81-84b3-d90c110c74b5} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:52.223460 [ 276 ] {dfbc4265-65c1-4a81-84b3-d90c110c74b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:41:52.223877 [ 276 ] {dfbc4265-65c1-4a81-84b3-d90c110c74b5} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:52.223913 [ 276 ] {dfbc4265-65c1-4a81-84b3-d90c110c74b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:52.224266 [ 276 ] {dfbc4265-65c1-4a81-84b3-d90c110c74b5} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 14:41:52.224495 [ 276 ] {dfbc4265-65c1-4a81-84b3-d90c110c74b5} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:52.224590 [ 74 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 14:41:52.224628 [ 74 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:52.224630 [ 276 ] {dfbc4265-65c1-4a81-84b3-d90c110c74b5} executeQuery: Read 160 rows, 11.41 KiB in 0.001234 sec., 129659.64343598054 rows/sec., 9.03 MiB/sec. 2026.02.01 14:41:52.224647 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:52.224674 [ 276 ] {dfbc4265-65c1-4a81-84b3-d90c110c74b5} TCPHandler: Processed in 0.001411564 sec. 2026.02.01 14:41:52.224741 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:41:52.224790 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:52.224846 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:52.224883 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15562 rows starting from the beginning of the part 2026.02.01 14:41:52.224885 [ 276 ] {6bdcc04c-e9f9-4ac8-9822-3782c7303f79} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:41:52.224935 [ 276 ] {6bdcc04c-e9f9-4ac8-9822-3782c7303f79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:41:52.224945 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 258 rows starting from the beginning of the part 2026.02.01 14:41:52.224993 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2026.02.01 14:41:52.225034 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 924 rows starting from the beginning of the part 2026.02.01 14:41:52.225072 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 20 rows starting from the beginning of the part 2026.02.01 14:41:52.225109 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2026.02.01 14:41:52.225271 [ 276 ] {6bdcc04c-e9f9-4ac8-9822-3782c7303f79} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:52.225304 [ 276 ] {6bdcc04c-e9f9-4ac8-9822-3782c7303f79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:52.225627 [ 276 ] {6bdcc04c-e9f9-4ac8-9822-3782c7303f79} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:41:52.225844 [ 276 ] {6bdcc04c-e9f9-4ac8-9822-3782c7303f79} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:52.225944 [ 74 ] {} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.01 14:41:52.225973 [ 276 ] {6bdcc04c-e9f9-4ac8-9822-3782c7303f79} executeQuery: Read 2 rows, 130.00 B in 0.001107 sec., 1806.684733514002 rows/sec., 114.68 KiB/sec. 2026.02.01 14:41:52.225974 [ 74 ] {} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:52.226006 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:52.226012 [ 276 ] {6bdcc04c-e9f9-4ac8-9822-3782c7303f79} TCPHandler: Processed in 0.001270889 sec. 2026.02.01 14:41:52.226127 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:52.226144 [ 199 ] {43677d4b-b02f-4083-8477-4816cd433705::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.02.01 14:41:52.226220 [ 276 ] {26eaabea-8261-4275-8a6d-f551da360493} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:52.226281 [ 276 ] {26eaabea-8261-4275-8a6d-f551da360493} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:41:52.226289 [ 199 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:52.226329 [ 199 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part 2026.02.01 14:41:52.226392 [ 199 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2026.02.01 14:41:52.226434 [ 199 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2026.02.01 14:41:52.226472 [ 199 ] {43677d4b-b02f-4083-8477-4816cd433705::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.02.01 14:41:52.226509 [ 199 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2026.02.01 14:41:52.226547 [ 199 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part 2026.02.01 14:41:52.227182 [ 276 ] {26eaabea-8261-4275-8a6d-f551da360493} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:52.227223 [ 276 ] {26eaabea-8261-4275-8a6d-f551da360493} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:52.227401 [ 192 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.00129942 sec., 16930.63058903203 rows/sec., 1.10 MiB/sec. 2026.02.01 14:41:52.227560 [ 199 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.01 14:41:52.227839 [ 199 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_21_4} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:52.227900 [ 276 ] {26eaabea-8261-4275-8a6d-f551da360493} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 14:41:52.227919 [ 199 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_21_4} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.01 14:41:52.228002 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 14:41:52.228144 [ 276 ] {26eaabea-8261-4275-8a6d-f551da360493} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:52.228297 [ 276 ] {26eaabea-8261-4275-8a6d-f551da360493} executeQuery: Read 40 rows, 73.40 KiB in 0.002095 sec., 19093.07875894988 rows/sec., 34.21 MiB/sec. 2026.02.01 14:41:52.228351 [ 276 ] {26eaabea-8261-4275-8a6d-f551da360493} TCPHandler: Processed in 0.002272651 sec. 2026.02.01 14:41:52.228468 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:52.228563 [ 276 ] {0070b5d9-12b8-4b33-ac39-0d774602e013} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:41:52.228604 [ 276 ] {0070b5d9-12b8-4b33-ac39-0d774602e013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:41:52.228951 [ 276 ] {0070b5d9-12b8-4b33-ac39-0d774602e013} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:52.228987 [ 276 ] {0070b5d9-12b8-4b33-ac39-0d774602e013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:52.229292 [ 276 ] {0070b5d9-12b8-4b33-ac39-0d774602e013} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 14:41:52.229499 [ 276 ] {0070b5d9-12b8-4b33-ac39-0d774602e013} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:52.229626 [ 276 ] {0070b5d9-12b8-4b33-ac39-0d774602e013} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2026.02.01 14:41:52.229661 [ 276 ] {0070b5d9-12b8-4b33-ac39-0d774602e013} TCPHandler: Processed in 0.001242448 sec. 2026.02.01 14:41:52.231161 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 17084 rows, containing 5 columns (5 merged, 0 gathered) in 0.006462931 sec., 2643382.700511579 rows/sec., 179.36 MiB/sec. 2026.02.01 14:41:52.231363 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 14:41:52.231635 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_56_11} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:52.231699 [ 194 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_56_11} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 14:41:52.231762 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2026.02.01 14:41:53.000231 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 299.09 MiB, peak 311.59 MiB, free memory in arenas 0.00 B, will set to 301.78 MiB (RSS), difference: 2.69 MiB 2026.02.01 14:41:54.780224 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1090 2026.02.01 14:41:54.782892 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:54.782929 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:54.784102 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 14:41:54.784353 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:54.784595 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1090 2026.02.01 14:41:57.219963 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:57.220221 [ 276 ] {d27beecb-1d56-42dc-aa89-f09d9ea4511f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:41:57.220289 [ 276 ] {d27beecb-1d56-42dc-aa89-f09d9ea4511f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:41:57.221087 [ 276 ] {d27beecb-1d56-42dc-aa89-f09d9ea4511f} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:57.221136 [ 276 ] {d27beecb-1d56-42dc-aa89-f09d9ea4511f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:57.221555 [ 276 ] {d27beecb-1d56-42dc-aa89-f09d9ea4511f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:41:57.221811 [ 276 ] {d27beecb-1d56-42dc-aa89-f09d9ea4511f} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:57.221978 [ 276 ] {d27beecb-1d56-42dc-aa89-f09d9ea4511f} executeQuery: Read 266 rows, 17.30 KiB in 0.001809 sec., 147042.5649530127 rows/sec., 9.34 MiB/sec. 2026.02.01 14:41:57.222028 [ 276 ] {d27beecb-1d56-42dc-aa89-f09d9ea4511f} TCPHandler: Processed in 0.00225898 sec. 2026.02.01 14:41:57.222161 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:57.222262 [ 276 ] {f49567a8-3123-47ce-85fe-90a5ee21e562} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:41:57.222307 [ 276 ] {f49567a8-3123-47ce-85fe-90a5ee21e562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:41:57.223085 [ 276 ] {f49567a8-3123-47ce-85fe-90a5ee21e562} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:57.223124 [ 276 ] {f49567a8-3123-47ce-85fe-90a5ee21e562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:57.223484 [ 276 ] {f49567a8-3123-47ce-85fe-90a5ee21e562} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 14:41:57.223697 [ 276 ] {f49567a8-3123-47ce-85fe-90a5ee21e562} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:57.223831 [ 276 ] {f49567a8-3123-47ce-85fe-90a5ee21e562} executeQuery: Read 752 rows, 60.56 KiB in 0.001592 sec., 472361.8090452261 rows/sec., 37.15 MiB/sec. 2026.02.01 14:41:57.223871 [ 276 ] {f49567a8-3123-47ce-85fe-90a5ee21e562} TCPHandler: Processed in 0.001762224 sec. 2026.02.01 14:41:57.223989 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:57.224084 [ 276 ] {ead72284-816a-41c6-b7aa-5d2926632d03} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:41:57.224126 [ 276 ] {ead72284-816a-41c6-b7aa-5d2926632d03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:41:57.224566 [ 276 ] {ead72284-816a-41c6-b7aa-5d2926632d03} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:57.224605 [ 276 ] {ead72284-816a-41c6-b7aa-5d2926632d03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:57.224913 [ 276 ] {ead72284-816a-41c6-b7aa-5d2926632d03} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 14:41:57.225128 [ 276 ] {ead72284-816a-41c6-b7aa-5d2926632d03} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:57.225258 [ 276 ] {ead72284-816a-41c6-b7aa-5d2926632d03} executeQuery: Read 133 rows, 8.00 KiB in 0.001193 sec., 111483.65465213747 rows/sec., 6.55 MiB/sec. 2026.02.01 14:41:57.225296 [ 276 ] {ead72284-816a-41c6-b7aa-5d2926632d03} TCPHandler: Processed in 0.001357682 sec. 2026.02.01 14:41:57.225410 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:57.225503 [ 276 ] {d94e0567-2fa9-4bd4-858a-dcc1b8532b69} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:41:57.225544 [ 276 ] {d94e0567-2fa9-4bd4-858a-dcc1b8532b69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:41:57.225972 [ 276 ] {d94e0567-2fa9-4bd4-858a-dcc1b8532b69} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:57.226009 [ 276 ] {d94e0567-2fa9-4bd4-858a-dcc1b8532b69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:57.226317 [ 276 ] {d94e0567-2fa9-4bd4-858a-dcc1b8532b69} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:41:57.226541 [ 276 ] {d94e0567-2fa9-4bd4-858a-dcc1b8532b69} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:57.226659 [ 69 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.02.01 14:41:57.226682 [ 276 ] {d94e0567-2fa9-4bd4-858a-dcc1b8532b69} executeQuery: Read 140 rows, 9.27 KiB in 0.001196 sec., 117056.85618729096 rows/sec., 7.57 MiB/sec. 2026.02.01 14:41:57.226727 [ 69 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:57.226735 [ 276 ] {d94e0567-2fa9-4bd4-858a-dcc1b8532b69} TCPHandler: Processed in 0.001375193 sec. 2026.02.01 14:41:57.226757 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:57.226863 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:57.226885 [ 192 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.02.01 14:41:57.226961 [ 276 ] {6178dcd2-5639-428e-b86a-12ab11292deb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:41:57.227010 [ 276 ] {6178dcd2-5639-428e-b86a-12ab11292deb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:41:57.227042 [ 192 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:57.227086 [ 192 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 394 rows starting from the beginning of the part 2026.02.01 14:41:57.227162 [ 192 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 140 rows starting from the beginning of the part 2026.02.01 14:41:57.227219 [ 192 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 140 rows starting from the beginning of the part 2026.02.01 14:41:57.227271 [ 192 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 368 rows starting from the beginning of the part 2026.02.01 14:41:57.227318 [ 192 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2026.02.01 14:41:57.227368 [ 192 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 140 rows starting from the beginning of the part 2026.02.01 14:41:57.227452 [ 276 ] {6178dcd2-5639-428e-b86a-12ab11292deb} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:57.227493 [ 276 ] {6178dcd2-5639-428e-b86a-12ab11292deb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:57.227530 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20697 2026.02.01 14:41:57.227831 [ 276 ] {6178dcd2-5639-428e-b86a-12ab11292deb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:41:57.228023 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:57.228062 [ 276 ] {6178dcd2-5639-428e-b86a-12ab11292deb} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:57.228065 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:57.228207 [ 276 ] {6178dcd2-5639-428e-b86a-12ab11292deb} executeQuery: Read 139 rows, 8.10 KiB in 0.001263 sec., 110055.42359461599 rows/sec., 6.26 MiB/sec. 2026.02.01 14:41:57.228251 [ 276 ] {6178dcd2-5639-428e-b86a-12ab11292deb} TCPHandler: Processed in 0.001437605 sec. 2026.02.01 14:41:57.228365 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:57.228460 [ 276 ] {f1bab0cb-bfb8-4e20-af27-b6f3cdace54f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:41:57.228500 [ 276 ] {f1bab0cb-bfb8-4e20-af27-b6f3cdace54f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:41:57.228523 [ 194 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 1183 rows, containing 5 columns (5 merged, 0 gathered) in 0.001699693 sec., 696008.0438055579 rows/sec., 48.72 MiB/sec. 2026.02.01 14:41:57.228618 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 14:41:57.228694 [ 186 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.02.01 14:41:57.228923 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:57.229045 [ 186 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_25_5} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:57.229072 [ 276 ] {f1bab0cb-bfb8-4e20-af27-b6f3cdace54f} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:57.229094 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20697 2026.02.01 14:41:57.229109 [ 276 ] {f1bab0cb-bfb8-4e20-af27-b6f3cdace54f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:57.229125 [ 186 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_25_5} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.02.01 14:41:57.229210 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.01 14:41:57.229459 [ 276 ] {f1bab0cb-bfb8-4e20-af27-b6f3cdace54f} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 14:41:57.229674 [ 276 ] {f1bab0cb-bfb8-4e20-af27-b6f3cdace54f} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:57.229804 [ 276 ] {f1bab0cb-bfb8-4e20-af27-b6f3cdace54f} executeQuery: Read 463 rows, 33.28 KiB in 0.001362 sec., 339941.26284875185 rows/sec., 23.86 MiB/sec. 2026.02.01 14:41:57.229844 [ 276 ] {f1bab0cb-bfb8-4e20-af27-b6f3cdace54f} TCPHandler: Processed in 0.001527727 sec. 2026.02.01 14:41:57.229957 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:57.230059 [ 276 ] {b1134d74-0b97-496d-8010-bca60925c7a2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:41:57.230101 [ 276 ] {b1134d74-0b97-496d-8010-bca60925c7a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:41:57.230436 [ 276 ] {b1134d74-0b97-496d-8010-bca60925c7a2} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:57.230472 [ 276 ] {b1134d74-0b97-496d-8010-bca60925c7a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:57.230778 [ 276 ] {b1134d74-0b97-496d-8010-bca60925c7a2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:41:57.230988 [ 276 ] {b1134d74-0b97-496d-8010-bca60925c7a2} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:57.231120 [ 276 ] {b1134d74-0b97-496d-8010-bca60925c7a2} executeQuery: Read 6 rows, 321.00 B in 0.001083 sec., 5540.16620498615 rows/sec., 289.45 KiB/sec. 2026.02.01 14:41:57.231157 [ 276 ] {b1134d74-0b97-496d-8010-bca60925c7a2} TCPHandler: Processed in 0.001249949 sec. 2026.02.01 14:41:57.231269 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:57.231363 [ 276 ] {b35b9bac-a83a-4a6a-aa3b-9d647cded10b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:41:57.231406 [ 276 ] {b35b9bac-a83a-4a6a-aa3b-9d647cded10b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:41:57.231814 [ 276 ] {b35b9bac-a83a-4a6a-aa3b-9d647cded10b} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:57.231848 [ 276 ] {b35b9bac-a83a-4a6a-aa3b-9d647cded10b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:57.232209 [ 276 ] {b35b9bac-a83a-4a6a-aa3b-9d647cded10b} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 14:41:57.232438 [ 276 ] {b35b9bac-a83a-4a6a-aa3b-9d647cded10b} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:57.232570 [ 276 ] {b35b9bac-a83a-4a6a-aa3b-9d647cded10b} executeQuery: Read 258 rows, 17.59 KiB in 0.001226 sec., 210440.45676998366 rows/sec., 14.01 MiB/sec. 2026.02.01 14:41:57.232607 [ 276 ] {b35b9bac-a83a-4a6a-aa3b-9d647cded10b} TCPHandler: Processed in 0.001386413 sec. 2026.02.01 14:41:57.232720 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:57.232814 [ 276 ] {90afdab3-66ba-4ae1-b5f5-9853038200ec} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:41:57.232857 [ 276 ] {90afdab3-66ba-4ae1-b5f5-9853038200ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:41:57.233170 [ 276 ] {90afdab3-66ba-4ae1-b5f5-9853038200ec} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:57.233206 [ 276 ] {90afdab3-66ba-4ae1-b5f5-9853038200ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:57.233513 [ 276 ] {90afdab3-66ba-4ae1-b5f5-9853038200ec} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:41:57.233720 [ 276 ] {90afdab3-66ba-4ae1-b5f5-9853038200ec} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:57.233847 [ 276 ] {90afdab3-66ba-4ae1-b5f5-9853038200ec} executeQuery: Read 1 rows, 69.00 B in 0.001052 sec., 950.5703422053232 rows/sec., 64.05 KiB/sec. 2026.02.01 14:41:57.233884 [ 276 ] {90afdab3-66ba-4ae1-b5f5-9853038200ec} TCPHandler: Processed in 0.001212347 sec. 2026.02.01 14:41:57.233986 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:41:57.234079 [ 276 ] {a76a159b-eb10-4d35-b1d1-778bb0e9255f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:41:57.234120 [ 276 ] {a76a159b-eb10-4d35-b1d1-778bb0e9255f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:41:57.234441 [ 276 ] {a76a159b-eb10-4d35-b1d1-778bb0e9255f} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:57.234475 [ 276 ] {a76a159b-eb10-4d35-b1d1-778bb0e9255f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:57.234783 [ 276 ] {a76a159b-eb10-4d35-b1d1-778bb0e9255f} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 14:41:57.234997 [ 276 ] {a76a159b-eb10-4d35-b1d1-778bb0e9255f} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:57.235101 [ 66 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 14:41:57.235126 [ 276 ] {a76a159b-eb10-4d35-b1d1-778bb0e9255f} executeQuery: Read 88 rows, 5.66 KiB in 0.001066 sec., 82551.59474671668 rows/sec., 5.18 MiB/sec. 2026.02.01 14:41:57.235139 [ 66 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:57.235162 [ 276 ] {a76a159b-eb10-4d35-b1d1-778bb0e9255f} TCPHandler: Processed in 0.001224588 sec. 2026.02.01 14:41:57.235162 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:57.235261 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:41:57.235404 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:41:57.235439 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2786 rows starting from the beginning of the part 2026.02.01 14:41:57.235492 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:41:57.235537 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part 2026.02.01 14:41:57.235580 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part 2026.02.01 14:41:57.235621 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:41:57.235663 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 88 rows starting from the beginning of the part 2026.02.01 14:41:57.236740 [ 194 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3082 rows, containing 4 columns (4 merged, 0 gathered) in 0.001523588 sec., 2022856.572774267 rows/sec., 131.40 MiB/sec. 2026.02.01 14:41:57.237060 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 14:41:57.237383 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_56_11} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:57.237560 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_56_11} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 14:41:57.237658 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.02.01 14:41:58.283025 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.02.01 14:41:58.299812 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:41:58.299878 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:41:58.305953 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 14:41:58.306737 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:41:58.310589 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.02.01 14:42:02.215196 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:02.215512 [ 276 ] {3f739c34-32c1-41b9-86f9-cfd8dbaf7cea} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:42:02.215621 [ 276 ] {3f739c34-32c1-41b9-86f9-cfd8dbaf7cea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:42:02.216478 [ 276 ] {3f739c34-32c1-41b9-86f9-cfd8dbaf7cea} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:02.216524 [ 276 ] {3f739c34-32c1-41b9-86f9-cfd8dbaf7cea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:42:02.216921 [ 276 ] {3f739c34-32c1-41b9-86f9-cfd8dbaf7cea} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.01 14:42:02.217160 [ 276 ] {3f739c34-32c1-41b9-86f9-cfd8dbaf7cea} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:02.217319 [ 276 ] {3f739c34-32c1-41b9-86f9-cfd8dbaf7cea} executeQuery: Read 8 rows, 668.00 B in 0.001884 sec., 4246.284501061571 rows/sec., 346.25 KiB/sec. 2026.02.01 14:42:02.217372 [ 276 ] {3f739c34-32c1-41b9-86f9-cfd8dbaf7cea} TCPHandler: Processed in 0.002320612 sec. 2026.02.01 14:42:02.217492 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:02.217595 [ 276 ] {5c3dd1a9-5fb9-4bb5-bfce-d4682de178fa} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:42:02.217638 [ 276 ] {5c3dd1a9-5fb9-4bb5-bfce-d4682de178fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:42:02.218119 [ 276 ] {5c3dd1a9-5fb9-4bb5-bfce-d4682de178fa} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:02.218157 [ 276 ] {5c3dd1a9-5fb9-4bb5-bfce-d4682de178fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:42:02.218475 [ 276 ] {5c3dd1a9-5fb9-4bb5-bfce-d4682de178fa} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 14:42:02.218694 [ 276 ] {5c3dd1a9-5fb9-4bb5-bfce-d4682de178fa} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:02.218829 [ 276 ] {5c3dd1a9-5fb9-4bb5-bfce-d4682de178fa} executeQuery: Read 140 rows, 12.37 KiB in 0.001258 sec., 111287.75834658188 rows/sec., 9.60 MiB/sec. 2026.02.01 14:42:02.218868 [ 276 ] {5c3dd1a9-5fb9-4bb5-bfce-d4682de178fa} TCPHandler: Processed in 0.001428134 sec. 2026.02.01 14:42:02.218985 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:02.219080 [ 276 ] {083afc47-9382-455d-bf5a-c4e283dd0f1c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:42:02.219121 [ 276 ] {083afc47-9382-455d-bf5a-c4e283dd0f1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:42:02.219535 [ 276 ] {083afc47-9382-455d-bf5a-c4e283dd0f1c} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:02.219572 [ 276 ] {083afc47-9382-455d-bf5a-c4e283dd0f1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:42:02.219889 [ 276 ] {083afc47-9382-455d-bf5a-c4e283dd0f1c} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 14:42:02.221020 [ 276 ] {083afc47-9382-455d-bf5a-c4e283dd0f1c} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:02.221195 [ 276 ] {083afc47-9382-455d-bf5a-c4e283dd0f1c} executeQuery: Read 48 rows, 3.57 KiB in 0.002133 sec., 22503.51617440225 rows/sec., 1.63 MiB/sec. 2026.02.01 14:42:02.221243 [ 276 ] {083afc47-9382-455d-bf5a-c4e283dd0f1c} TCPHandler: Processed in 0.002307911 sec. 2026.02.01 14:42:02.222181 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:02.222286 [ 276 ] {7cab3713-005c-4d67-b90f-5ce693888317} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:42:02.222330 [ 276 ] {7cab3713-005c-4d67-b90f-5ce693888317} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:42:02.222803 [ 276 ] {7cab3713-005c-4d67-b90f-5ce693888317} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:02.222842 [ 276 ] {7cab3713-005c-4d67-b90f-5ce693888317} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:42:02.223210 [ 276 ] {7cab3713-005c-4d67-b90f-5ce693888317} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 14:42:02.223436 [ 276 ] {7cab3713-005c-4d67-b90f-5ce693888317} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:02.223578 [ 276 ] {7cab3713-005c-4d67-b90f-5ce693888317} executeQuery: Read 112 rows, 8.97 KiB in 0.001312 sec., 85365.85365853658 rows/sec., 6.68 MiB/sec. 2026.02.01 14:42:02.223617 [ 276 ] {7cab3713-005c-4d67-b90f-5ce693888317} TCPHandler: Processed in 0.001489826 sec. 2026.02.01 14:42:02.223740 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:02.223838 [ 276 ] {911d8586-d742-461b-b5ec-3a4ea11d2159} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:02.223882 [ 276 ] {911d8586-d742-461b-b5ec-3a4ea11d2159} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:42:02.224335 [ 276 ] {911d8586-d742-461b-b5ec-3a4ea11d2159} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:02.224373 [ 276 ] {911d8586-d742-461b-b5ec-3a4ea11d2159} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:42:02.224724 [ 276 ] {911d8586-d742-461b-b5ec-3a4ea11d2159} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 14:42:02.224945 [ 276 ] {911d8586-d742-461b-b5ec-3a4ea11d2159} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:02.225088 [ 276 ] {911d8586-d742-461b-b5ec-3a4ea11d2159} executeQuery: Read 164 rows, 11.69 KiB in 0.001271 sec., 129032.25806451614 rows/sec., 8.98 MiB/sec. 2026.02.01 14:42:02.225126 [ 276 ] {911d8586-d742-461b-b5ec-3a4ea11d2159} TCPHandler: Processed in 0.001436445 sec. 2026.02.01 14:42:02.225238 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:02.225336 [ 276 ] {73c0163e-b72a-4910-855e-d56eacbe3a7b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:02.225392 [ 276 ] {73c0163e-b72a-4910-855e-d56eacbe3a7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:42:02.226226 [ 276 ] {73c0163e-b72a-4910-855e-d56eacbe3a7b} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:02.226262 [ 276 ] {73c0163e-b72a-4910-855e-d56eacbe3a7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:42:02.226851 [ 276 ] {73c0163e-b72a-4910-855e-d56eacbe3a7b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 14:42:02.227099 [ 276 ] {73c0163e-b72a-4910-855e-d56eacbe3a7b} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:02.227217 [ 57 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.01 14:42:02.227248 [ 276 ] {73c0163e-b72a-4910-855e-d56eacbe3a7b} executeQuery: Read 40 rows, 73.40 KiB in 0.00193 sec., 20725.38860103627 rows/sec., 37.14 MiB/sec. 2026.02.01 14:42:02.227302 [ 57 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:02.227328 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:42:02.227343 [ 276 ] {73c0163e-b72a-4910-855e-d56eacbe3a7b} TCPHandler: Processed in 0.002154317 sec. 2026.02.01 14:42:02.227466 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:02.227477 [ 192 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:42:02.227563 [ 276 ] {229be64e-a59d-47cd-8748-c134c25a8394} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:42:02.227611 [ 276 ] {229be64e-a59d-47cd-8748-c134c25a8394} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:42:02.227764 [ 192 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:02.227837 [ 192 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:42:02.227946 [ 276 ] {229be64e-a59d-47cd-8748-c134c25a8394} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:02.227981 [ 192 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part 2026.02.01 14:42:02.227987 [ 276 ] {229be64e-a59d-47cd-8748-c134c25a8394} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.02.01 14:42:02.228108 [ 192 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part 2026.02.01 14:42:02.228221 [ 192 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part 2026.02.01 14:42:02.228322 [ 192 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part 2026.02.01 14:42:02.228341 [ 276 ] {229be64e-a59d-47cd-8748-c134c25a8394} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 14:42:02.228414 [ 192 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part 2026.02.01 14:42:02.228572 [ 276 ] {229be64e-a59d-47cd-8748-c134c25a8394} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:02.228710 [ 276 ] {229be64e-a59d-47cd-8748-c134c25a8394} executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. 2026.02.01 14:42:02.228748 [ 276 ] {229be64e-a59d-47cd-8748-c134c25a8394} TCPHandler: Processed in 0.001332481 sec. 2026.02.01 14:42:02.235729 [ 191 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1142 rows, containing 19 columns (19 merged, 0 gathered) in 0.008317798 sec., 137295.9526066875 rows/sec., 246.03 MiB/sec. 2026.02.01 14:42:02.236954 [ 192 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.01 14:42:02.237284 [ 192 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_31_6} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:02.237367 [ 192 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_31_6} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.01 14:42:02.237467 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.64 MiB. 2026.02.01 14:42:03.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 302.56 MiB, peak 311.59 MiB, free memory in arenas 0.00 B, will set to 306.38 MiB (RSS), difference: 3.81 MiB 2026.02.01 14:42:04.574466 [ 50 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:42:04.574541 [ 50 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:42:04.730171 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21145 2026.02.01 14:42:04.730723 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:04.730761 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:04.731246 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 14:42:04.731474 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:04.731598 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21145 2026.02.01 14:42:04.785827 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1124 2026.02.01 14:42:04.788149 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:04.788196 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:04.789363 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 14:42:04.789617 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:04.789885 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1124 2026.02.01 14:42:05.811631 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.02.01 14:42:05.827921 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:05.827975 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:05.834344 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 14:42:05.835056 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:05.838120 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.02.01 14:42:07.220234 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:07.220423 [ 276 ] {62e29965-bf4b-467a-8cc6-f8546f547ecd} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:42:07.220492 [ 276 ] {62e29965-bf4b-467a-8cc6-f8546f547ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:42:07.221285 [ 276 ] {62e29965-bf4b-467a-8cc6-f8546f547ecd} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.221335 [ 276 ] {62e29965-bf4b-467a-8cc6-f8546f547ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.221776 [ 276 ] {62e29965-bf4b-467a-8cc6-f8546f547ecd} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:42:07.222006 [ 276 ] {62e29965-bf4b-467a-8cc6-f8546f547ecd} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.222161 [ 44 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 2026.02.01 14:42:07.222172 [ 276 ] {62e29965-bf4b-467a-8cc6-f8546f547ecd} executeQuery: Read 266 rows, 17.30 KiB in 0.001802 sec., 147613.76248612654 rows/sec., 9.38 MiB/sec. 2026.02.01 14:42:07.222237 [ 44 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.222263 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.222266 [ 276 ] {62e29965-bf4b-467a-8cc6-f8546f547ecd} TCPHandler: Processed in 0.002168887 sec. 2026.02.01 14:42:07.222428 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:07.222426 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_24_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full 2026.02.01 14:42:07.222540 [ 276 ] {07ca0621-48e5-41d2-865b-0332043216de} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:42:07.222591 [ 276 ] {07ca0621-48e5-41d2-865b-0332043216de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:42:07.222591 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:07.222638 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 290 rows starting from the beginning of the part 2026.02.01 14:42:07.222703 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 266 rows starting from the beginning of the part 2026.02.01 14:42:07.222746 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 266 rows starting from the beginning of the part 2026.02.01 14:42:07.222788 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 266 rows starting from the beginning of the part 2026.02.01 14:42:07.222829 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 266 rows starting from the beginning of the part 2026.02.01 14:42:07.222868 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 266 rows starting from the beginning of the part 2026.02.01 14:42:07.223578 [ 276 ] {07ca0621-48e5-41d2-865b-0332043216de} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.223621 [ 276 ] {07ca0621-48e5-41d2-865b-0332043216de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.223867 [ 191 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 1620 rows, containing 5 columns (5 merged, 0 gathered) in 0.001501286 sec., 1079074.873142093 rows/sec., 72.98 MiB/sec. 2026.02.01 14:42:07.224012 [ 276 ] {07ca0621-48e5-41d2-865b-0332043216de} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 14:42:07.224095 [ 195 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2026.02.01 14:42:07.224275 [ 276 ] {07ca0621-48e5-41d2-865b-0332043216de} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.224422 [ 44 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 14:42:07.224434 [ 276 ] {07ca0621-48e5-41d2-865b-0332043216de} executeQuery: Read 752 rows, 60.56 KiB in 0.001924 sec., 390852.39085239085 rows/sec., 30.74 MiB/sec. 2026.02.01 14:42:07.224462 [ 195 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_24_5} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.224470 [ 44 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.224490 [ 276 ] {07ca0621-48e5-41d2-865b-0332043216de} TCPHandler: Processed in 0.002126656 sec. 2026.02.01 14:42:07.224510 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.224567 [ 195 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_24_5} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 2026.02.01 14:42:07.224631 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:07.224635 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:42:07.224694 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.02.01 14:42:07.224736 [ 276 ] {06a1f7bd-be94-47cb-b97a-17c28960cff4} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:42:07.224774 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:07.224784 [ 276 ] {06a1f7bd-be94-47cb-b97a-17c28960cff4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:42:07.224820 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2105 rows starting from the beginning of the part 2026.02.01 14:42:07.224898 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 26 rows starting from the beginning of the part 2026.02.01 14:42:07.224955 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 137 rows starting from the beginning of the part 2026.02.01 14:42:07.225028 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 752 rows starting from the beginning of the part 2026.02.01 14:42:07.225079 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 140 rows starting from the beginning of the part 2026.02.01 14:42:07.225129 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 752 rows starting from the beginning of the part 2026.02.01 14:42:07.225279 [ 276 ] {06a1f7bd-be94-47cb-b97a-17c28960cff4} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.225323 [ 276 ] {06a1f7bd-be94-47cb-b97a-17c28960cff4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.225685 [ 276 ] {06a1f7bd-be94-47cb-b97a-17c28960cff4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 14:42:07.225918 [ 276 ] {06a1f7bd-be94-47cb-b97a-17c28960cff4} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.226040 [ 44 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 14:42:07.226060 [ 276 ] {06a1f7bd-be94-47cb-b97a-17c28960cff4} executeQuery: Read 133 rows, 8.00 KiB in 0.001345 sec., 98884.75836431226 rows/sec., 5.81 MiB/sec. 2026.02.01 14:42:07.226075 [ 44 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.226102 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.226105 [ 276 ] {06a1f7bd-be94-47cb-b97a-17c28960cff4} TCPHandler: Processed in 0.001526467 sec. 2026.02.01 14:42:07.226205 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:42:07.226287 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:07.226313 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:07.226351 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 205 rows starting from the beginning of the part 2026.02.01 14:42:07.226405 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 137 rows starting from the beginning of the part 2026.02.01 14:42:07.226428 [ 276 ] {e8a4416b-d443-4eaf-836c-dfbe581ab418} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:42:07.226449 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part 2026.02.01 14:42:07.226497 [ 276 ] {e8a4416b-d443-4eaf-836c-dfbe581ab418} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:42:07.226502 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 133 rows starting from the beginning of the part 2026.02.01 14:42:07.226565 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part 2026.02.01 14:42:07.226625 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 133 rows starting from the beginning of the part 2026.02.01 14:42:07.226783 [ 195 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3912 rows, containing 5 columns (5 merged, 0 gathered) in 0.002199728 sec., 1778401.6933002623 rows/sec., 151.03 MiB/sec. 2026.02.01 14:42:07.226998 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 14:42:07.227165 [ 276 ] {e8a4416b-d443-4eaf-836c-dfbe581ab418} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.227224 [ 276 ] {e8a4416b-d443-4eaf-836c-dfbe581ab418} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.227255 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_61_12} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.227340 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_61_12} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 14:42:07.227411 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2026.02.01 14:42:07.227513 [ 202 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 696 rows, containing 5 columns (5 merged, 0 gathered) in 0.001347741 sec., 516419.69784995785 rows/sec., 34.02 MiB/sec. 2026.02.01 14:42:07.227590 [ 276 ] {e8a4416b-d443-4eaf-836c-dfbe581ab418} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:42:07.227660 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 14:42:07.227861 [ 276 ] {e8a4416b-d443-4eaf-836c-dfbe581ab418} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.227959 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_51_10} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.228016 [ 276 ] {e8a4416b-d443-4eaf-836c-dfbe581ab418} executeQuery: Read 140 rows, 9.27 KiB in 0.001615 sec., 86687.306501548 rows/sec., 5.60 MiB/sec. 2026.02.01 14:42:07.228057 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_51_10} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 14:42:07.228062 [ 276 ] {e8a4416b-d443-4eaf-836c-dfbe581ab418} TCPHandler: Processed in 0.001842268 sec. 2026.02.01 14:42:07.228138 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.01 14:42:07.228208 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:07.228310 [ 276 ] {a3c3d3ac-3fa2-4f67-9653-f6dfdef65523} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:42:07.228351 [ 276 ] {a3c3d3ac-3fa2-4f67-9653-f6dfdef65523} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:42:07.228850 [ 276 ] {a3c3d3ac-3fa2-4f67-9653-f6dfdef65523} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.228887 [ 276 ] {a3c3d3ac-3fa2-4f67-9653-f6dfdef65523} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.229233 [ 276 ] {a3c3d3ac-3fa2-4f67-9653-f6dfdef65523} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:42:07.229457 [ 276 ] {a3c3d3ac-3fa2-4f67-9653-f6dfdef65523} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.229565 [ 44 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 2026.02.01 14:42:07.229585 [ 276 ] {a3c3d3ac-3fa2-4f67-9653-f6dfdef65523} executeQuery: Read 139 rows, 8.10 KiB in 0.001294 sec., 107418.85625965997 rows/sec., 6.11 MiB/sec. 2026.02.01 14:42:07.229603 [ 44 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.229627 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.229628 [ 276 ] {a3c3d3ac-3fa2-4f67-9653-f6dfdef65523} TCPHandler: Processed in 0.001470985 sec. 2026.02.01 14:42:07.229707 [ 191 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_24_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full 2026.02.01 14:42:07.229765 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:07.229793 [ 191 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:07.229823 [ 191 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 151 rows starting from the beginning of the part 2026.02.01 14:42:07.229866 [ 276 ] {a755b7eb-9820-4ae9-b551-167faf2073b5} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:42:07.229874 [ 191 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 139 rows starting from the beginning of the part 2026.02.01 14:42:07.229921 [ 276 ] {a755b7eb-9820-4ae9-b551-167faf2073b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:42:07.229932 [ 191 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 139 rows starting from the beginning of the part 2026.02.01 14:42:07.230011 [ 191 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 139 rows starting from the beginning of the part 2026.02.01 14:42:07.230065 [ 191 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 139 rows starting from the beginning of the part 2026.02.01 14:42:07.230104 [ 191 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 139 rows starting from the beginning of the part 2026.02.01 14:42:07.230777 [ 276 ] {a755b7eb-9820-4ae9-b551-167faf2073b5} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.230823 [ 276 ] {a755b7eb-9820-4ae9-b551-167faf2073b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.230918 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 846 rows, containing 5 columns (5 merged, 0 gathered) in 0.001237858 sec., 683438.6496674092 rows/sec., 41.68 MiB/sec. 2026.02.01 14:42:07.231044 [ 187 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2026.02.01 14:42:07.231232 [ 276 ] {a755b7eb-9820-4ae9-b551-167faf2073b5} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 14:42:07.231312 [ 187 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_24_5} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.231399 [ 187 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_24_5} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 2026.02.01 14:42:07.231463 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.01 14:42:07.231497 [ 276 ] {a755b7eb-9820-4ae9-b551-167faf2073b5} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.231627 [ 44 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 14:42:07.231650 [ 276 ] {a755b7eb-9820-4ae9-b551-167faf2073b5} executeQuery: Read 463 rows, 33.28 KiB in 0.001801 sec., 257079.40033314825 rows/sec., 18.05 MiB/sec. 2026.02.01 14:42:07.231660 [ 44 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.231690 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.231710 [ 276 ] {a755b7eb-9820-4ae9-b551-167faf2073b5} TCPHandler: Processed in 0.001994832 sec. 2026.02.01 14:42:07.231775 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:42:07.231836 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:07.231876 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:07.231907 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1033 rows starting from the beginning of the part 2026.02.01 14:42:07.231932 [ 276 ] {1dbdc791-6067-40be-b96e-893d502bcdbc} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:42:07.231967 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part 2026.02.01 14:42:07.231977 [ 276 ] {1dbdc791-6067-40be-b96e-893d502bcdbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:42:07.232011 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:42:07.232053 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 463 rows starting from the beginning of the part 2026.02.01 14:42:07.232092 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 112 rows starting from the beginning of the part 2026.02.01 14:42:07.232133 [ 190 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 463 rows starting from the beginning of the part 2026.02.01 14:42:07.232338 [ 276 ] {1dbdc791-6067-40be-b96e-893d502bcdbc} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.232375 [ 276 ] {1dbdc791-6067-40be-b96e-893d502bcdbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.232741 [ 276 ] {1dbdc791-6067-40be-b96e-893d502bcdbc} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:42:07.232957 [ 276 ] {1dbdc791-6067-40be-b96e-893d502bcdbc} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.233071 [ 44 ] {} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.02.01 14:42:07.233088 [ 276 ] {1dbdc791-6067-40be-b96e-893d502bcdbc} executeQuery: Read 6 rows, 321.00 B in 0.001175 sec., 5106.382978723404 rows/sec., 266.79 KiB/sec. 2026.02.01 14:42:07.233106 [ 44 ] {} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.233129 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.233131 [ 276 ] {1dbdc791-6067-40be-b96e-893d502bcdbc} TCPHandler: Processed in 0.001347482 sec. 2026.02.01 14:42:07.233207 [ 190 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2026.02.01 14:42:07.233264 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:07.233304 [ 190 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:07.233332 [ 190 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part 2026.02.01 14:42:07.233356 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2203 rows, containing 5 columns (5 merged, 0 gathered) in 0.00161581 sec., 1363402.8753380657 rows/sec., 103.83 MiB/sec. 2026.02.01 14:42:07.233378 [ 190 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2026.02.01 14:42:07.233359 [ 276 ] {5adcbbfb-d2bb-4cc3-9b18-53ff63ddc18b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:07.233431 [ 190 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2026.02.01 14:42:07.233447 [ 276 ] {5adcbbfb-d2bb-4cc3-9b18-53ff63ddc18b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:42:07.233476 [ 190 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2026.02.01 14:42:07.233522 [ 190 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2026.02.01 14:42:07.233563 [ 190 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2026.02.01 14:42:07.233582 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 14:42:07.233915 [ 276 ] {5adcbbfb-d2bb-4cc3-9b18-53ff63ddc18b} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.233931 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_61_12} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.233961 [ 276 ] {5adcbbfb-d2bb-4cc3-9b18-53ff63ddc18b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.234026 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_61_12} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 14:42:07.234131 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.02.01 14:42:07.234328 [ 196 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.001149226 sec., 104418.10401087342 rows/sec., 5.33 MiB/sec. 2026.02.01 14:42:07.234374 [ 276 ] {5adcbbfb-d2bb-4cc3-9b18-53ff63ddc18b} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 14:42:07.234503 [ 189 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.02.01 14:42:07.234637 [ 276 ] {5adcbbfb-d2bb-4cc3-9b18-53ff63ddc18b} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.234798 [ 276 ] {5adcbbfb-d2bb-4cc3-9b18-53ff63ddc18b} executeQuery: Read 258 rows, 17.59 KiB in 0.001457 sec., 177076.18393960193 rows/sec., 11.79 MiB/sec. 2026.02.01 14:42:07.234820 [ 189 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_20_4} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.234838 [ 276 ] {5adcbbfb-d2bb-4cc3-9b18-53ff63ddc18b} TCPHandler: Processed in 0.001623471 sec. 2026.02.01 14:42:07.234906 [ 189 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_20_4} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.02.01 14:42:07.234971 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:07.234999 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.02.01 14:42:07.235073 [ 276 ] {762151fe-1a51-4196-94af-d07f0c6c26ca} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:42:07.235123 [ 276 ] {762151fe-1a51-4196-94af-d07f0c6c26ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:42:07.235456 [ 276 ] {762151fe-1a51-4196-94af-d07f0c6c26ca} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.235495 [ 276 ] {762151fe-1a51-4196-94af-d07f0c6c26ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.235823 [ 276 ] {762151fe-1a51-4196-94af-d07f0c6c26ca} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:42:07.236038 [ 276 ] {762151fe-1a51-4196-94af-d07f0c6c26ca} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.236170 [ 276 ] {762151fe-1a51-4196-94af-d07f0c6c26ca} executeQuery: Read 1 rows, 69.00 B in 0.001116 sec., 896.0573476702509 rows/sec., 60.38 KiB/sec. 2026.02.01 14:42:07.236207 [ 276 ] {762151fe-1a51-4196-94af-d07f0c6c26ca} TCPHandler: Processed in 0.00128677 sec. 2026.02.01 14:42:07.236322 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:07.236418 [ 276 ] {d3b8b65c-1373-40da-8c59-19fdd486ac00} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:42:07.236460 [ 276 ] {d3b8b65c-1373-40da-8c59-19fdd486ac00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:42:07.236801 [ 276 ] {d3b8b65c-1373-40da-8c59-19fdd486ac00} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:07.236838 [ 276 ] {d3b8b65c-1373-40da-8c59-19fdd486ac00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:07.237166 [ 276 ] {d3b8b65c-1373-40da-8c59-19fdd486ac00} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 14:42:07.237382 [ 276 ] {d3b8b65c-1373-40da-8c59-19fdd486ac00} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:07.237515 [ 276 ] {d3b8b65c-1373-40da-8c59-19fdd486ac00} executeQuery: Read 88 rows, 5.66 KiB in 0.001115 sec., 78923.76681614348 rows/sec., 4.96 MiB/sec. 2026.02.01 14:42:07.237551 [ 276 ] {d3b8b65c-1373-40da-8c59-19fdd486ac00} TCPHandler: Processed in 0.00127771 sec. 2026.02.01 14:42:12.215601 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:12.215794 [ 276 ] {68226b26-b29a-425e-a325-7dd4098557c6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:42:12.215861 [ 276 ] {68226b26-b29a-425e-a325-7dd4098557c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:42:12.216571 [ 276 ] {68226b26-b29a-425e-a325-7dd4098557c6} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:12.216615 [ 276 ] {68226b26-b29a-425e-a325-7dd4098557c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:12.217024 [ 276 ] {68226b26-b29a-425e-a325-7dd4098557c6} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 14:42:12.217245 [ 276 ] {68226b26-b29a-425e-a325-7dd4098557c6} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:12.217400 [ 276 ] {68226b26-b29a-425e-a325-7dd4098557c6} executeQuery: Read 136 rows, 12.08 KiB in 0.001656 sec., 82125.60386473431 rows/sec., 7.12 MiB/sec. 2026.02.01 14:42:12.217443 [ 276 ] {68226b26-b29a-425e-a325-7dd4098557c6} TCPHandler: Processed in 0.001979642 sec. 2026.02.01 14:42:12.217565 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:12.217661 [ 276 ] {7994336b-9480-4500-b0e2-1b50f5ead625} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:42:12.217701 [ 276 ] {7994336b-9480-4500-b0e2-1b50f5ead625} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:42:12.218113 [ 276 ] {7994336b-9480-4500-b0e2-1b50f5ead625} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:12.218150 [ 276 ] {7994336b-9480-4500-b0e2-1b50f5ead625} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:12.218469 [ 276 ] {7994336b-9480-4500-b0e2-1b50f5ead625} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 14:42:12.218687 [ 276 ] {7994336b-9480-4500-b0e2-1b50f5ead625} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:12.218815 [ 276 ] {7994336b-9480-4500-b0e2-1b50f5ead625} executeQuery: Read 40 rows, 3.01 KiB in 0.001172 sec., 34129.6928327645 rows/sec., 2.51 MiB/sec. 2026.02.01 14:42:12.218853 [ 276 ] {7994336b-9480-4500-b0e2-1b50f5ead625} TCPHandler: Processed in 0.001338961 sec. 2026.02.01 14:42:12.218968 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:12.219063 [ 276 ] {eb6592b8-83dc-49e8-8527-3fc47cdb4917} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:42:12.219103 [ 276 ] {eb6592b8-83dc-49e8-8527-3fc47cdb4917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:42:12.219513 [ 276 ] {eb6592b8-83dc-49e8-8527-3fc47cdb4917} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:12.219551 [ 276 ] {eb6592b8-83dc-49e8-8527-3fc47cdb4917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:12.219875 [ 276 ] {eb6592b8-83dc-49e8-8527-3fc47cdb4917} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 14:42:12.220089 [ 276 ] {eb6592b8-83dc-49e8-8527-3fc47cdb4917} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:12.220213 [ 276 ] {eb6592b8-83dc-49e8-8527-3fc47cdb4917} executeQuery: Read 104 rows, 8.32 KiB in 0.001167 sec., 89117.39502999143 rows/sec., 6.96 MiB/sec. 2026.02.01 14:42:12.220250 [ 276 ] {eb6592b8-83dc-49e8-8527-3fc47cdb4917} TCPHandler: Processed in 0.001336162 sec. 2026.02.01 14:42:12.220363 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:12.220457 [ 276 ] {71289cc2-95d0-4f17-a00e-c60bb1dd7a6e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:12.220501 [ 276 ] {71289cc2-95d0-4f17-a00e-c60bb1dd7a6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:42:12.220896 [ 276 ] {71289cc2-95d0-4f17-a00e-c60bb1dd7a6e} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:12.220933 [ 276 ] {71289cc2-95d0-4f17-a00e-c60bb1dd7a6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:12.221268 [ 276 ] {71289cc2-95d0-4f17-a00e-c60bb1dd7a6e} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 14:42:12.221472 [ 276 ] {71289cc2-95d0-4f17-a00e-c60bb1dd7a6e} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:12.221607 [ 276 ] {71289cc2-95d0-4f17-a00e-c60bb1dd7a6e} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2026.02.01 14:42:12.221644 [ 276 ] {71289cc2-95d0-4f17-a00e-c60bb1dd7a6e} TCPHandler: Processed in 0.001330271 sec. 2026.02.01 14:42:12.221759 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:12.221854 [ 276 ] {91110e30-5692-419e-81b3-8ead469ea1ae} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:12.221909 [ 276 ] {91110e30-5692-419e-81b3-8ead469ea1ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:42:12.222763 [ 276 ] {91110e30-5692-419e-81b3-8ead469ea1ae} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:12.222799 [ 276 ] {91110e30-5692-419e-81b3-8ead469ea1ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:12.223385 [ 276 ] {91110e30-5692-419e-81b3-8ead469ea1ae} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 14:42:12.223616 [ 276 ] {91110e30-5692-419e-81b3-8ead469ea1ae} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:12.223764 [ 276 ] {91110e30-5692-419e-81b3-8ead469ea1ae} executeQuery: Read 40 rows, 73.40 KiB in 0.001927 sec., 20757.65438505449 rows/sec., 37.20 MiB/sec. 2026.02.01 14:42:12.223817 [ 276 ] {91110e30-5692-419e-81b3-8ead469ea1ae} TCPHandler: Processed in 0.002107295 sec. 2026.02.01 14:42:12.223953 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:12.224049 [ 276 ] {9cff0a13-8732-4c31-af81-9078839ea00c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:42:12.224091 [ 276 ] {9cff0a13-8732-4c31-af81-9078839ea00c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:42:12.224447 [ 276 ] {9cff0a13-8732-4c31-af81-9078839ea00c} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:12.224482 [ 276 ] {9cff0a13-8732-4c31-af81-9078839ea00c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:12.224798 [ 276 ] {9cff0a13-8732-4c31-af81-9078839ea00c} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 14:42:12.225002 [ 276 ] {9cff0a13-8732-4c31-af81-9078839ea00c} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:12.225128 [ 276 ] {9cff0a13-8732-4c31-af81-9078839ea00c} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.02.01 14:42:12.225164 [ 276 ] {9cff0a13-8732-4c31-af81-9078839ea00c} TCPHandler: Processed in 0.001261159 sec. 2026.02.01 14:42:12.231683 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21657 2026.02.01 14:42:12.232252 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:12.232294 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:12.232824 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 14:42:12.233046 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:12.233185 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21657 2026.02.01 14:42:13.338169 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.02.01 14:42:13.356473 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:13.356548 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:13.362859 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 14:42:13.363616 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:13.368972 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.02.01 14:42:14.790100 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1156 2026.02.01 14:42:14.792477 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:14.792512 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:14.793686 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 14:42:14.793959 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:14.794209 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1156 2026.02.01 14:42:16.567111 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:16.567319 [ 276 ] {348be0c1-389c-4402-b2cb-f82bbe75bba6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:42:16.567397 [ 276 ] {348be0c1-389c-4402-b2cb-f82bbe75bba6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:42:16.568172 [ 276 ] {348be0c1-389c-4402-b2cb-f82bbe75bba6} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:16.568225 [ 276 ] {348be0c1-389c-4402-b2cb-f82bbe75bba6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:16.568640 [ 276 ] {348be0c1-389c-4402-b2cb-f82bbe75bba6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:42:16.568870 [ 276 ] {348be0c1-389c-4402-b2cb-f82bbe75bba6} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:16.569027 [ 276 ] {348be0c1-389c-4402-b2cb-f82bbe75bba6} executeQuery: Read 266 rows, 17.30 KiB in 0.001766 sec., 150622.8765571914 rows/sec., 9.57 MiB/sec. 2026.02.01 14:42:16.569073 [ 276 ] {348be0c1-389c-4402-b2cb-f82bbe75bba6} TCPHandler: Processed in 0.002108566 sec. 2026.02.01 14:42:16.569201 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:16.569297 [ 276 ] {33781900-38b2-49b9-a8fc-500310a2fdea} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:42:16.569340 [ 276 ] {33781900-38b2-49b9-a8fc-500310a2fdea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:42:16.569746 [ 276 ] {33781900-38b2-49b9-a8fc-500310a2fdea} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:16.569785 [ 276 ] {33781900-38b2-49b9-a8fc-500310a2fdea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:16.570087 [ 276 ] {33781900-38b2-49b9-a8fc-500310a2fdea} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.01 14:42:16.570306 [ 276 ] {33781900-38b2-49b9-a8fc-500310a2fdea} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:16.570438 [ 276 ] {33781900-38b2-49b9-a8fc-500310a2fdea} executeQuery: Read 2 rows, 167.00 B in 0.00116 sec., 1724.1379310344828 rows/sec., 140.59 KiB/sec. 2026.02.01 14:42:16.570476 [ 276 ] {33781900-38b2-49b9-a8fc-500310a2fdea} TCPHandler: Processed in 0.001325931 sec. 2026.02.01 14:42:16.570592 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:16.570687 [ 276 ] {d0cb5ee1-e0f9-4578-9418-a10af21d5b38} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:42:16.570728 [ 276 ] {d0cb5ee1-e0f9-4578-9418-a10af21d5b38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:42:16.571785 [ 276 ] {d0cb5ee1-e0f9-4578-9418-a10af21d5b38} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:16.571824 [ 276 ] {d0cb5ee1-e0f9-4578-9418-a10af21d5b38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:16.572246 [ 276 ] {d0cb5ee1-e0f9-4578-9418-a10af21d5b38} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.01 14:42:16.572481 [ 276 ] {d0cb5ee1-e0f9-4578-9418-a10af21d5b38} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:16.572612 [ 276 ] {d0cb5ee1-e0f9-4578-9418-a10af21d5b38} executeQuery: Read 1893 rows, 157.20 KiB in 0.001944 sec., 973765.4320987654 rows/sec., 78.97 MiB/sec. 2026.02.01 14:42:16.572651 [ 276 ] {d0cb5ee1-e0f9-4578-9418-a10af21d5b38} TCPHandler: Processed in 0.002109225 sec. 2026.02.01 14:42:16.572771 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:16.572867 [ 276 ] {b7ce09f1-a850-4f14-972c-8fc750fe4ab3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:42:16.572910 [ 276 ] {b7ce09f1-a850-4f14-972c-8fc750fe4ab3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:42:16.573343 [ 276 ] {b7ce09f1-a850-4f14-972c-8fc750fe4ab3} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:16.573381 [ 276 ] {b7ce09f1-a850-4f14-972c-8fc750fe4ab3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:16.573689 [ 276 ] {b7ce09f1-a850-4f14-972c-8fc750fe4ab3} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 14:42:16.573912 [ 276 ] {b7ce09f1-a850-4f14-972c-8fc750fe4ab3} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:16.574040 [ 276 ] {b7ce09f1-a850-4f14-972c-8fc750fe4ab3} executeQuery: Read 135 rows, 8.14 KiB in 0.001191 sec., 113350.12594458439 rows/sec., 6.68 MiB/sec. 2026.02.01 14:42:16.574078 [ 276 ] {b7ce09f1-a850-4f14-972c-8fc750fe4ab3} TCPHandler: Processed in 0.001356512 sec. 2026.02.01 14:42:16.574194 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:16.574290 [ 276 ] {e701ee14-a07b-4e64-a791-515e4b66cfbb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:42:16.574332 [ 276 ] {e701ee14-a07b-4e64-a791-515e4b66cfbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:42:16.574843 [ 276 ] {e701ee14-a07b-4e64-a791-515e4b66cfbb} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:16.574882 [ 276 ] {e701ee14-a07b-4e64-a791-515e4b66cfbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:16.575205 [ 276 ] {e701ee14-a07b-4e64-a791-515e4b66cfbb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:42:16.575417 [ 276 ] {e701ee14-a07b-4e64-a791-515e4b66cfbb} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:16.575550 [ 276 ] {e701ee14-a07b-4e64-a791-515e4b66cfbb} executeQuery: Read 368 rows, 25.07 KiB in 0.001278 sec., 287949.92175273865 rows/sec., 19.16 MiB/sec. 2026.02.01 14:42:16.575590 [ 276 ] {e701ee14-a07b-4e64-a791-515e4b66cfbb} TCPHandler: Processed in 0.001445415 sec. 2026.02.01 14:42:16.575705 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:16.575799 [ 276 ] {aa800690-6e8b-4a05-8569-b978114aaf0e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:42:16.575841 [ 276 ] {aa800690-6e8b-4a05-8569-b978114aaf0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:42:16.576268 [ 276 ] {aa800690-6e8b-4a05-8569-b978114aaf0e} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:16.576305 [ 276 ] {aa800690-6e8b-4a05-8569-b978114aaf0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:16.576631 [ 276 ] {aa800690-6e8b-4a05-8569-b978114aaf0e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:42:16.576847 [ 276 ] {aa800690-6e8b-4a05-8569-b978114aaf0e} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:16.576974 [ 276 ] {aa800690-6e8b-4a05-8569-b978114aaf0e} executeQuery: Read 139 rows, 8.10 KiB in 0.001193 sec., 116512.99245599328 rows/sec., 6.63 MiB/sec. 2026.02.01 14:42:16.577013 [ 276 ] {aa800690-6e8b-4a05-8569-b978114aaf0e} TCPHandler: Processed in 0.001357672 sec. 2026.02.01 14:42:16.577131 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:16.577225 [ 276 ] {9a7fd7c8-877c-44a7-b783-7b4a4a9168b5} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:42:16.577268 [ 276 ] {9a7fd7c8-877c-44a7-b783-7b4a4a9168b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:42:16.577955 [ 276 ] {9a7fd7c8-877c-44a7-b783-7b4a4a9168b5} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:16.577993 [ 276 ] {9a7fd7c8-877c-44a7-b783-7b4a4a9168b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:16.578354 [ 276 ] {9a7fd7c8-877c-44a7-b783-7b4a4a9168b5} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.01 14:42:16.578575 [ 276 ] {9a7fd7c8-877c-44a7-b783-7b4a4a9168b5} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:16.578707 [ 276 ] {9a7fd7c8-877c-44a7-b783-7b4a4a9168b5} executeQuery: Read 921 rows, 67.73 KiB in 0.0015 sec., 614000 rows/sec., 44.10 MiB/sec. 2026.02.01 14:42:16.578745 [ 276 ] {9a7fd7c8-877c-44a7-b783-7b4a4a9168b5} TCPHandler: Processed in 0.001663432 sec. 2026.02.01 14:42:16.578860 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:16.578955 [ 276 ] {218ba73b-a266-4fed-866f-97e83f52dbce} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:42:16.578997 [ 276 ] {218ba73b-a266-4fed-866f-97e83f52dbce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:42:16.579340 [ 276 ] {218ba73b-a266-4fed-866f-97e83f52dbce} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:16.579379 [ 276 ] {218ba73b-a266-4fed-866f-97e83f52dbce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:16.579720 [ 276 ] {218ba73b-a266-4fed-866f-97e83f52dbce} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:42:16.579931 [ 276 ] {218ba73b-a266-4fed-866f-97e83f52dbce} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:16.580062 [ 276 ] {218ba73b-a266-4fed-866f-97e83f52dbce} executeQuery: Read 6 rows, 321.00 B in 0.001126 sec., 5328.596802841918 rows/sec., 278.40 KiB/sec. 2026.02.01 14:42:16.580099 [ 276 ] {218ba73b-a266-4fed-866f-97e83f52dbce} TCPHandler: Processed in 0.00128881 sec. 2026.02.01 14:42:16.580211 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:16.580305 [ 276 ] {03bb0ced-ad44-4042-9588-d68ce43d2fff} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:16.580349 [ 276 ] {03bb0ced-ad44-4042-9588-d68ce43d2fff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:42:16.580895 [ 276 ] {03bb0ced-ad44-4042-9588-d68ce43d2fff} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:16.580932 [ 276 ] {03bb0ced-ad44-4042-9588-d68ce43d2fff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:16.581301 [ 276 ] {03bb0ced-ad44-4042-9588-d68ce43d2fff} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 14:42:16.581516 [ 276 ] {03bb0ced-ad44-4042-9588-d68ce43d2fff} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:16.581628 [ 37 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 14:42:16.581646 [ 276 ] {03bb0ced-ad44-4042-9588-d68ce43d2fff} executeQuery: Read 923 rows, 63.00 KiB in 0.001358 sec., 679675.9941089838 rows/sec., 45.30 MiB/sec. 2026.02.01 14:42:16.581697 [ 37 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:16.581705 [ 276 ] {03bb0ced-ad44-4042-9588-d68ce43d2fff} TCPHandler: Processed in 0.001542848 sec. 2026.02.01 14:42:16.581726 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:16.581828 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:42:16.581831 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:16.581956 [ 276 ] {a89b701b-cc84-494d-b812-15d4cfaaa6cc} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:42:16.581973 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:16.581999 [ 276 ] {a89b701b-cc84-494d-b812-15d4cfaaa6cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:42:16.582012 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17084 rows starting from the beginning of the part 2026.02.01 14:42:16.582082 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 258 rows starting from the beginning of the part 2026.02.01 14:42:16.582133 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 164 rows starting from the beginning of the part 2026.02.01 14:42:16.582181 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 258 rows starting from the beginning of the part 2026.02.01 14:42:16.582229 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part 2026.02.01 14:42:16.582285 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 923 rows starting from the beginning of the part 2026.02.01 14:42:16.582322 [ 276 ] {a89b701b-cc84-494d-b812-15d4cfaaa6cc} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:16.582359 [ 276 ] {a89b701b-cc84-494d-b812-15d4cfaaa6cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:16.582687 [ 276 ] {a89b701b-cc84-494d-b812-15d4cfaaa6cc} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:42:16.582914 [ 276 ] {a89b701b-cc84-494d-b812-15d4cfaaa6cc} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:16.583047 [ 276 ] {a89b701b-cc84-494d-b812-15d4cfaaa6cc} executeQuery: Read 1 rows, 69.00 B in 0.001109 sec., 901.7132551848513 rows/sec., 60.76 KiB/sec. 2026.02.01 14:42:16.583087 [ 276 ] {a89b701b-cc84-494d-b812-15d4cfaaa6cc} TCPHandler: Processed in 0.00130531 sec. 2026.02.01 14:42:16.583203 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:16.583298 [ 276 ] {900daf0c-36e6-4cc0-8c4d-8c87d2f308ec} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:42:16.583343 [ 276 ] {900daf0c-36e6-4cc0-8c4d-8c87d2f308ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:42:16.583661 [ 276 ] {900daf0c-36e6-4cc0-8c4d-8c87d2f308ec} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:16.583699 [ 276 ] {900daf0c-36e6-4cc0-8c4d-8c87d2f308ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:16.584031 [ 276 ] {900daf0c-36e6-4cc0-8c4d-8c87d2f308ec} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 14:42:16.584258 [ 276 ] {900daf0c-36e6-4cc0-8c4d-8c87d2f308ec} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:16.584390 [ 276 ] {900daf0c-36e6-4cc0-8c4d-8c87d2f308ec} executeQuery: Read 82 rows, 5.24 KiB in 0.00111 sec., 73873.87387387386 rows/sec., 4.61 MiB/sec. 2026.02.01 14:42:16.584428 [ 276 ] {900daf0c-36e6-4cc0-8c4d-8c87d2f308ec} TCPHandler: Processed in 0.00127484 sec. 2026.02.01 14:42:16.586932 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 18847 rows, containing 5 columns (5 merged, 0 gathered) in 0.00514093 sec., 3666068.2016677917 rows/sec., 248.53 MiB/sec. 2026.02.01 14:42:16.587267 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 14:42:16.587598 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_61_12} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:16.587684 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_61_12} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 14:42:16.587802 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.20 MiB. 2026.02.01 14:42:17.206307 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:17.206493 [ 276 ] {e698066e-3280-4e92-be14-fc9f6b53644a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:42:17.206572 [ 276 ] {e698066e-3280-4e92-be14-fc9f6b53644a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:42:17.207216 [ 276 ] {e698066e-3280-4e92-be14-fc9f6b53644a} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:17.207264 [ 276 ] {e698066e-3280-4e92-be14-fc9f6b53644a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:17.207648 [ 276 ] {e698066e-3280-4e92-be14-fc9f6b53644a} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.01 14:42:17.207879 [ 276 ] {e698066e-3280-4e92-be14-fc9f6b53644a} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:17.208038 [ 276 ] {e698066e-3280-4e92-be14-fc9f6b53644a} executeQuery: Read 26 rows, 2.01 KiB in 0.001597 sec., 16280.525986224171 rows/sec., 1.23 MiB/sec. 2026.02.01 14:42:17.208082 [ 276 ] {e698066e-3280-4e92-be14-fc9f6b53644a} TCPHandler: Processed in 0.001909329 sec. 2026.02.01 14:42:17.208202 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:17.208298 [ 276 ] {62d296e5-513e-490e-83d4-a648e2958050} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:42:17.208340 [ 276 ] {62d296e5-513e-490e-83d4-a648e2958050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:42:17.208749 [ 276 ] {62d296e5-513e-490e-83d4-a648e2958050} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:17.208786 [ 276 ] {62d296e5-513e-490e-83d4-a648e2958050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:17.209092 [ 276 ] {62d296e5-513e-490e-83d4-a648e2958050} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.01 14:42:17.209302 [ 276 ] {62d296e5-513e-490e-83d4-a648e2958050} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:17.209432 [ 276 ] {62d296e5-513e-490e-83d4-a648e2958050} executeQuery: Read 28 rows, 2.24 KiB in 0.001154 sec., 24263.431542461003 rows/sec., 1.89 MiB/sec. 2026.02.01 14:42:17.209470 [ 276 ] {62d296e5-513e-490e-83d4-a648e2958050} TCPHandler: Processed in 0.001318511 sec. 2026.02.01 14:42:17.209577 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:17.209671 [ 276 ] {764ed288-feca-4c0b-bfc4-c4d085c2899e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:17.209714 [ 276 ] {764ed288-feca-4c0b-bfc4-c4d085c2899e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:42:17.210073 [ 276 ] {764ed288-feca-4c0b-bfc4-c4d085c2899e} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:17.210120 [ 276 ] {764ed288-feca-4c0b-bfc4-c4d085c2899e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:17.210432 [ 276 ] {764ed288-feca-4c0b-bfc4-c4d085c2899e} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 14:42:17.210647 [ 276 ] {764ed288-feca-4c0b-bfc4-c4d085c2899e} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:17.210777 [ 276 ] {764ed288-feca-4c0b-bfc4-c4d085c2899e} executeQuery: Read 20 rows, 1.42 KiB in 0.001124 sec., 17793.59430604982 rows/sec., 1.23 MiB/sec. 2026.02.01 14:42:17.210814 [ 276 ] {764ed288-feca-4c0b-bfc4-c4d085c2899e} TCPHandler: Processed in 0.00128577 sec. 2026.02.01 14:42:17.210918 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:17.211012 [ 276 ] {f1c18eb7-6e0e-4660-a676-2604ec0bec84} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:42:17.211053 [ 276 ] {f1c18eb7-6e0e-4660-a676-2604ec0bec84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:42:17.211370 [ 276 ] {f1c18eb7-6e0e-4660-a676-2604ec0bec84} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:17.211406 [ 276 ] {f1c18eb7-6e0e-4660-a676-2604ec0bec84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:17.211696 [ 276 ] {f1c18eb7-6e0e-4660-a676-2604ec0bec84} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 14:42:17.211911 [ 276 ] {f1c18eb7-6e0e-4660-a676-2604ec0bec84} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:17.212023 [ 33 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 14:42:17.212038 [ 276 ] {f1c18eb7-6e0e-4660-a676-2604ec0bec84} executeQuery: Read 6 rows, 431.00 B in 0.001045 sec., 5741.626794258374 rows/sec., 402.77 KiB/sec. 2026.02.01 14:42:17.212093 [ 33 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:17.212100 [ 276 ] {f1c18eb7-6e0e-4660-a676-2604ec0bec84} TCPHandler: Processed in 0.001230398 sec. 2026.02.01 14:42:17.212126 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:17.212249 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:42:17.212405 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:17.212444 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3082 rows starting from the beginning of the part 2026.02.01 14:42:17.212516 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:42:17.212566 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 88 rows starting from the beginning of the part 2026.02.01 14:42:17.212609 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:42:17.212651 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part 2026.02.01 14:42:17.212693 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part 2026.02.01 14:42:17.213854 [ 197 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3378 rows, containing 4 columns (4 merged, 0 gathered) in 0.001662591 sec., 2031768.4866572719 rows/sec., 131.93 MiB/sec. 2026.02.01 14:42:17.214130 [ 198 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 14:42:17.214395 [ 198 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_61_12} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:17.214466 [ 198 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_61_12} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 14:42:17.214545 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.02.01 14:42:19.574812 [ 30 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:42:19.574885 [ 30 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:42:19.734188 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22105 2026.02.01 14:42:19.734691 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:19.734742 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:19.735238 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 14:42:19.735482 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:19.735631 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22105 2026.02.01 14:42:19.735647 [ 30 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 14:42:19.735720 [ 30 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:19.735745 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:19.735853 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:42:19.735991 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:19.736035 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19737 rows starting from the beginning of the part 2026.02.01 14:42:19.736106 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:42:19.736155 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:42:19.736201 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:42:19.736243 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:42:19.736286 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:42:19.738427 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22105 rows, containing 4 columns (4 merged, 0 gathered) in 0.002618171 sec., 8442916.830107735 rows/sec., 120.78 MiB/sec. 2026.02.01 14:42:19.738918 [ 192 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 14:42:19.739233 [ 192 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_46_9} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:19.739308 [ 192 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_46_9} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 14:42:19.739413 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. 2026.02.01 14:42:20.870004 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.02.01 14:42:20.887117 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:20.887177 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:20.893333 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 14:42:20.894026 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:20.894351 [ 77 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 14:42:20.894445 [ 77 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:20.894478 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:20.894636 [ 194 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:42:20.897072 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.02.01 14:42:20.898098 [ 194 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:20.899637 [ 194 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:42:20.904543 [ 194 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:42:20.909304 [ 194 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:42:20.914012 [ 194 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:42:20.918650 [ 194 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:42:20.922765 [ 194 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:42:20.973026 [ 200 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.078452722 sec., 4423.04602254591 rows/sec., 22.87 MiB/sec. 2026.02.01 14:42:20.975871 [ 195 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 14:42:20.977822 [ 195 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_46_9} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:20.977899 [ 195 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_46_9} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 14:42:20.980428 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.02.01 14:42:22.214924 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:22.215110 [ 276 ] {b3e1fe75-27cc-4ee8-bc44-6cea72524458} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:42:22.215187 [ 276 ] {b3e1fe75-27cc-4ee8-bc44-6cea72524458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:42:22.216014 [ 276 ] {b3e1fe75-27cc-4ee8-bc44-6cea72524458} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:22.216070 [ 276 ] {b3e1fe75-27cc-4ee8-bc44-6cea72524458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:22.216475 [ 276 ] {b3e1fe75-27cc-4ee8-bc44-6cea72524458} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.01 14:42:22.216700 [ 276 ] {b3e1fe75-27cc-4ee8-bc44-6cea72524458} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:22.216857 [ 276 ] {b3e1fe75-27cc-4ee8-bc44-6cea72524458} executeQuery: Read 136 rows, 12.08 KiB in 0.001803 sec., 75429.83915696063 rows/sec., 6.54 MiB/sec. 2026.02.01 14:42:22.216901 [ 276 ] {b3e1fe75-27cc-4ee8-bc44-6cea72524458} TCPHandler: Processed in 0.002114236 sec. 2026.02.01 14:42:22.217025 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:22.217122 [ 276 ] {1507bfd8-f3fc-4700-a918-67ed63e02bae} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:42:22.217165 [ 276 ] {1507bfd8-f3fc-4700-a918-67ed63e02bae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:42:22.217577 [ 276 ] {1507bfd8-f3fc-4700-a918-67ed63e02bae} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:22.217613 [ 276 ] {1507bfd8-f3fc-4700-a918-67ed63e02bae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:22.217910 [ 276 ] {1507bfd8-f3fc-4700-a918-67ed63e02bae} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 14:42:22.218121 [ 276 ] {1507bfd8-f3fc-4700-a918-67ed63e02bae} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:22.218250 [ 276 ] {1507bfd8-f3fc-4700-a918-67ed63e02bae} executeQuery: Read 40 rows, 3.01 KiB in 0.001147 sec., 34873.58326068003 rows/sec., 2.56 MiB/sec. 2026.02.01 14:42:22.218289 [ 276 ] {1507bfd8-f3fc-4700-a918-67ed63e02bae} TCPHandler: Processed in 0.001313531 sec. 2026.02.01 14:42:22.218398 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:22.218491 [ 276 ] {de5adc35-f928-40f8-b8cd-9550b8577677} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:42:22.218531 [ 276 ] {de5adc35-f928-40f8-b8cd-9550b8577677} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:42:22.218964 [ 276 ] {de5adc35-f928-40f8-b8cd-9550b8577677} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:22.219001 [ 276 ] {de5adc35-f928-40f8-b8cd-9550b8577677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:22.219307 [ 276 ] {de5adc35-f928-40f8-b8cd-9550b8577677} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.01 14:42:22.219523 [ 276 ] {de5adc35-f928-40f8-b8cd-9550b8577677} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:22.219653 [ 276 ] {de5adc35-f928-40f8-b8cd-9550b8577677} executeQuery: Read 104 rows, 8.32 KiB in 0.001179 sec., 88210.34775233248 rows/sec., 6.89 MiB/sec. 2026.02.01 14:42:22.219690 [ 276 ] {de5adc35-f928-40f8-b8cd-9550b8577677} TCPHandler: Processed in 0.001340182 sec. 2026.02.01 14:42:22.219802 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:22.219894 [ 276 ] {6bce3ff5-c704-4645-bb25-e49ab711b106} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:22.219938 [ 276 ] {6bce3ff5-c704-4645-bb25-e49ab711b106} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:42:22.220372 [ 276 ] {6bce3ff5-c704-4645-bb25-e49ab711b106} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:22.220409 [ 276 ] {6bce3ff5-c704-4645-bb25-e49ab711b106} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:22.220736 [ 276 ] {6bce3ff5-c704-4645-bb25-e49ab711b106} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.01 14:42:22.220943 [ 276 ] {6bce3ff5-c704-4645-bb25-e49ab711b106} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:22.221073 [ 276 ] {6bce3ff5-c704-4645-bb25-e49ab711b106} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.02.01 14:42:22.221111 [ 276 ] {6bce3ff5-c704-4645-bb25-e49ab711b106} TCPHandler: Processed in 0.001357092 sec. 2026.02.01 14:42:22.221236 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:22.221363 [ 276 ] {fa26e10e-5201-4c41-b36a-527005411353} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:22.221431 [ 276 ] {fa26e10e-5201-4c41-b36a-527005411353} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:42:22.222420 [ 276 ] {fa26e10e-5201-4c41-b36a-527005411353} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:22.222457 [ 276 ] {fa26e10e-5201-4c41-b36a-527005411353} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:22.223040 [ 276 ] {fa26e10e-5201-4c41-b36a-527005411353} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 14:42:22.223267 [ 276 ] {fa26e10e-5201-4c41-b36a-527005411353} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:22.223413 [ 276 ] {fa26e10e-5201-4c41-b36a-527005411353} executeQuery: Read 40 rows, 73.40 KiB in 0.002076 sec., 19267.822736030826 rows/sec., 34.53 MiB/sec. 2026.02.01 14:42:22.223480 [ 276 ] {fa26e10e-5201-4c41-b36a-527005411353} TCPHandler: Processed in 0.002308161 sec. 2026.02.01 14:42:22.223594 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:22.223691 [ 276 ] {85a7f5d1-6709-44bc-b3f3-df2837e2a31b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:42:22.223734 [ 276 ] {85a7f5d1-6709-44bc-b3f3-df2837e2a31b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:42:22.224089 [ 276 ] {85a7f5d1-6709-44bc-b3f3-df2837e2a31b} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:22.224125 [ 276 ] {85a7f5d1-6709-44bc-b3f3-df2837e2a31b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.02.01 14:42:22.224447 [ 276 ] {85a7f5d1-6709-44bc-b3f3-df2837e2a31b} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 14:42:22.224656 [ 276 ] {85a7f5d1-6709-44bc-b3f3-df2837e2a31b} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:22.224788 [ 276 ] {85a7f5d1-6709-44bc-b3f3-df2837e2a31b} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2026.02.01 14:42:22.224825 [ 276 ] {85a7f5d1-6709-44bc-b3f3-df2837e2a31b} TCPHandler: Processed in 0.00128251 sec. 2026.02.01 14:42:24.795342 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1198 2026.02.01 14:42:24.797940 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:24.797997 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:24.799252 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 14:42:24.799530 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:24.799901 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1198 2026.02.01 14:42:27.220451 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:27.220652 [ 276 ] {866f223c-c277-4d98-8aea-29af96650ba8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:42:27.220725 [ 276 ] {866f223c-c277-4d98-8aea-29af96650ba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:42:27.221561 [ 276 ] {866f223c-c277-4d98-8aea-29af96650ba8} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:27.221605 [ 276 ] {866f223c-c277-4d98-8aea-29af96650ba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:27.221998 [ 276 ] {866f223c-c277-4d98-8aea-29af96650ba8} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:42:27.222216 [ 276 ] {866f223c-c277-4d98-8aea-29af96650ba8} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:27.222368 [ 276 ] {866f223c-c277-4d98-8aea-29af96650ba8} executeQuery: Read 266 rows, 17.30 KiB in 0.001773 sec., 150028.20078962212 rows/sec., 9.53 MiB/sec. 2026.02.01 14:42:27.222410 [ 276 ] {866f223c-c277-4d98-8aea-29af96650ba8} TCPHandler: Processed in 0.002097365 sec. 2026.02.01 14:42:27.222537 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:27.222632 [ 276 ] {e64485ef-83e4-4ff3-9974-953c5ed79b9e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:42:27.222673 [ 276 ] {e64485ef-83e4-4ff3-9974-953c5ed79b9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:42:27.223432 [ 276 ] {e64485ef-83e4-4ff3-9974-953c5ed79b9e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:27.223470 [ 276 ] {e64485ef-83e4-4ff3-9974-953c5ed79b9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:27.223828 [ 276 ] {e64485ef-83e4-4ff3-9974-953c5ed79b9e} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.01 14:42:27.224043 [ 276 ] {e64485ef-83e4-4ff3-9974-953c5ed79b9e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:27.224146 [ 131 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.01 14:42:27.224168 [ 276 ] {e64485ef-83e4-4ff3-9974-953c5ed79b9e} executeQuery: Read 752 rows, 60.56 KiB in 0.001555 sec., 483601.2861736335 rows/sec., 38.03 MiB/sec. 2026.02.01 14:42:27.224216 [ 131 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:27.224226 [ 276 ] {e64485ef-83e4-4ff3-9974-953c5ed79b9e} TCPHandler: Processed in 0.001738214 sec. 2026.02.01 14:42:27.224245 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:27.224353 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:27.224392 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:42:27.224452 [ 276 ] {004861e9-a8b9-45b0-8fa8-3da451a99832} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:42:27.224497 [ 276 ] {004861e9-a8b9-45b0-8fa8-3da451a99832} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:42:27.224577 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:27.224623 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2105 rows starting from the beginning of the part 2026.02.01 14:42:27.224702 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 136 rows starting from the beginning of the part 2026.02.01 14:42:27.224756 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1893 rows starting from the beginning of the part 2026.02.01 14:42:27.224803 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 26 rows starting from the beginning of the part 2026.02.01 14:42:27.224851 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 136 rows starting from the beginning of the part 2026.02.01 14:42:27.224898 [ 188 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 752 rows starting from the beginning of the part 2026.02.01 14:42:27.224946 [ 276 ] {004861e9-a8b9-45b0-8fa8-3da451a99832} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:27.224989 [ 276 ] {004861e9-a8b9-45b0-8fa8-3da451a99832} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:27.225354 [ 276 ] {004861e9-a8b9-45b0-8fa8-3da451a99832} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 14:42:27.225574 [ 276 ] {004861e9-a8b9-45b0-8fa8-3da451a99832} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:27.225706 [ 276 ] {004861e9-a8b9-45b0-8fa8-3da451a99832} executeQuery: Read 133 rows, 8.00 KiB in 0.001273 sec., 104477.6119402985 rows/sec., 6.14 MiB/sec. 2026.02.01 14:42:27.225743 [ 276 ] {004861e9-a8b9-45b0-8fa8-3da451a99832} TCPHandler: Processed in 0.001438205 sec. 2026.02.01 14:42:27.225859 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:27.225954 [ 276 ] {3a6d59e5-7fcc-4f28-a705-1514ff38a09c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:42:27.225993 [ 276 ] {3a6d59e5-7fcc-4f28-a705-1514ff38a09c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:42:27.226436 [ 276 ] {3a6d59e5-7fcc-4f28-a705-1514ff38a09c} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:27.226471 [ 276 ] {3a6d59e5-7fcc-4f28-a705-1514ff38a09c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:27.226789 [ 276 ] {3a6d59e5-7fcc-4f28-a705-1514ff38a09c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 14:42:27.226990 [ 187 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 5048 rows, containing 5 columns (5 merged, 0 gathered) in 0.002666893 sec., 1892839.345260571 rows/sec., 161.45 MiB/sec. 2026.02.01 14:42:27.226991 [ 276 ] {3a6d59e5-7fcc-4f28-a705-1514ff38a09c} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:27.227144 [ 276 ] {3a6d59e5-7fcc-4f28-a705-1514ff38a09c} executeQuery: Read 140 rows, 9.27 KiB in 0.001208 sec., 115894.03973509933 rows/sec., 7.49 MiB/sec. 2026.02.01 14:42:27.227180 [ 276 ] {3a6d59e5-7fcc-4f28-a705-1514ff38a09c} TCPHandler: Processed in 0.001368592 sec. 2026.02.01 14:42:27.227295 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:27.227327 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.01 14:42:27.227386 [ 276 ] {59cb9cb4-683e-42d2-9da0-e4b1ea47162f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:42:27.227449 [ 276 ] {59cb9cb4-683e-42d2-9da0-e4b1ea47162f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:42:27.227582 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_66_13} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:27.227648 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_66_13} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.01 14:42:27.227738 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.02.01 14:42:27.227880 [ 276 ] {59cb9cb4-683e-42d2-9da0-e4b1ea47162f} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:27.227915 [ 276 ] {59cb9cb4-683e-42d2-9da0-e4b1ea47162f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:27.228207 [ 276 ] {59cb9cb4-683e-42d2-9da0-e4b1ea47162f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:42:27.228409 [ 276 ] {59cb9cb4-683e-42d2-9da0-e4b1ea47162f} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:27.228532 [ 276 ] {59cb9cb4-683e-42d2-9da0-e4b1ea47162f} executeQuery: Read 139 rows, 8.10 KiB in 0.001164 sec., 119415.80756013744 rows/sec., 6.79 MiB/sec. 2026.02.01 14:42:27.228569 [ 276 ] {59cb9cb4-683e-42d2-9da0-e4b1ea47162f} TCPHandler: Processed in 0.001320852 sec. 2026.02.01 14:42:27.228682 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:27.228773 [ 276 ] {1104ed62-6345-4c3e-a555-4d0f1a04d430} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:42:27.228811 [ 276 ] {1104ed62-6345-4c3e-a555-4d0f1a04d430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:42:27.229357 [ 276 ] {1104ed62-6345-4c3e-a555-4d0f1a04d430} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:27.229392 [ 276 ] {1104ed62-6345-4c3e-a555-4d0f1a04d430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:27.229706 [ 276 ] {1104ed62-6345-4c3e-a555-4d0f1a04d430} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.01 14:42:27.229926 [ 276 ] {1104ed62-6345-4c3e-a555-4d0f1a04d430} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:27.230038 [ 131 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.01 14:42:27.230049 [ 276 ] {1104ed62-6345-4c3e-a555-4d0f1a04d430} executeQuery: Read 463 rows, 33.28 KiB in 0.001293 sec., 358081.97989172465 rows/sec., 25.14 MiB/sec. 2026.02.01 14:42:27.230079 [ 131 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:27.230101 [ 276 ] {1104ed62-6345-4c3e-a555-4d0f1a04d430} TCPHandler: Processed in 0.001466656 sec. 2026.02.01 14:42:27.230103 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:27.230224 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:27.230223 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:42:27.230323 [ 276 ] {77ede71c-5897-4a94-9b81-83c47b68dbf0} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:42:27.230358 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:27.230367 [ 276 ] {77ede71c-5897-4a94-9b81-83c47b68dbf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:42:27.230394 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1033 rows starting from the beginning of the part 2026.02.01 14:42:27.230455 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 104 rows starting from the beginning of the part 2026.02.01 14:42:27.230501 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 921 rows starting from the beginning of the part 2026.02.01 14:42:27.230544 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 28 rows starting from the beginning of the part 2026.02.01 14:42:27.230589 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:42:27.230631 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 463 rows starting from the beginning of the part 2026.02.01 14:42:27.230715 [ 276 ] {77ede71c-5897-4a94-9b81-83c47b68dbf0} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:27.230755 [ 276 ] {77ede71c-5897-4a94-9b81-83c47b68dbf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:27.231071 [ 276 ] {77ede71c-5897-4a94-9b81-83c47b68dbf0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:42:27.231287 [ 276 ] {77ede71c-5897-4a94-9b81-83c47b68dbf0} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:27.231415 [ 276 ] {77ede71c-5897-4a94-9b81-83c47b68dbf0} executeQuery: Read 6 rows, 321.00 B in 0.00111 sec., 5405.405405405405 rows/sec., 282.41 KiB/sec. 2026.02.01 14:42:27.231451 [ 276 ] {77ede71c-5897-4a94-9b81-83c47b68dbf0} TCPHandler: Processed in 0.00127423 sec. 2026.02.01 14:42:27.231560 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:27.231651 [ 276 ] {4b39ccdc-22fd-47cf-afb2-cb4a3bf23839} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:27.231691 [ 276 ] {4b39ccdc-22fd-47cf-afb2-cb4a3bf23839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:42:27.231827 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2653 rows, containing 5 columns (5 merged, 0 gathered) in 0.001646131 sec., 1611657.8814201301 rows/sec., 123.01 MiB/sec. 2026.02.01 14:42:27.232061 [ 187 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.01 14:42:27.232104 [ 276 ] {4b39ccdc-22fd-47cf-afb2-cb4a3bf23839} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:27.232145 [ 276 ] {4b39ccdc-22fd-47cf-afb2-cb4a3bf23839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:27.232395 [ 187 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_66_13} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:27.232481 [ 187 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_66_13} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.01 14:42:27.232507 [ 276 ] {4b39ccdc-22fd-47cf-afb2-cb4a3bf23839} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.01 14:42:27.232587 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.02.01 14:42:27.232726 [ 276 ] {4b39ccdc-22fd-47cf-afb2-cb4a3bf23839} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:27.232859 [ 276 ] {4b39ccdc-22fd-47cf-afb2-cb4a3bf23839} executeQuery: Read 258 rows, 17.59 KiB in 0.001226 sec., 210440.45676998366 rows/sec., 14.01 MiB/sec. 2026.02.01 14:42:27.232895 [ 276 ] {4b39ccdc-22fd-47cf-afb2-cb4a3bf23839} TCPHandler: Processed in 0.001382162 sec. 2026.02.01 14:42:27.233012 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:27.233103 [ 276 ] {727a3895-6317-4e70-b0d3-1905868d60c2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:42:27.233144 [ 276 ] {727a3895-6317-4e70-b0d3-1905868d60c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:42:27.233453 [ 276 ] {727a3895-6317-4e70-b0d3-1905868d60c2} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:27.233487 [ 276 ] {727a3895-6317-4e70-b0d3-1905868d60c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:27.233770 [ 276 ] {727a3895-6317-4e70-b0d3-1905868d60c2} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:42:27.233975 [ 276 ] {727a3895-6317-4e70-b0d3-1905868d60c2} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:27.234102 [ 276 ] {727a3895-6317-4e70-b0d3-1905868d60c2} executeQuery: Read 1 rows, 69.00 B in 0.001017 sec., 983.2841691248772 rows/sec., 66.26 KiB/sec. 2026.02.01 14:42:27.234137 [ 276 ] {727a3895-6317-4e70-b0d3-1905868d60c2} TCPHandler: Processed in 0.001172916 sec. 2026.02.01 14:42:27.234244 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:27.234335 [ 276 ] {71b739d7-44ad-43ab-83d4-adcd4af6bc93} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:42:27.234374 [ 276 ] {71b739d7-44ad-43ab-83d4-adcd4af6bc93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:42:27.234695 [ 276 ] {71b739d7-44ad-43ab-83d4-adcd4af6bc93} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:27.234730 [ 276 ] {71b739d7-44ad-43ab-83d4-adcd4af6bc93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:27.235023 [ 276 ] {71b739d7-44ad-43ab-83d4-adcd4af6bc93} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.01 14:42:27.235221 [ 276 ] {71b739d7-44ad-43ab-83d4-adcd4af6bc93} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:27.235341 [ 276 ] {71b739d7-44ad-43ab-83d4-adcd4af6bc93} executeQuery: Read 88 rows, 5.66 KiB in 0.001023 sec., 86021.50537634408 rows/sec., 5.40 MiB/sec. 2026.02.01 14:42:27.235376 [ 276 ] {71b739d7-44ad-43ab-83d4-adcd4af6bc93} TCPHandler: Processed in 0.001178146 sec. 2026.02.01 14:42:27.235711 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22617 2026.02.01 14:42:27.236278 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:27.236318 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:27.236808 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 14:42:27.237034 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:27.237158 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22617 2026.02.01 14:42:28.397155 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.02.01 14:42:28.412469 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:28.412514 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:28.418518 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 14:42:28.419178 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:28.421953 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.02.01 14:42:28.790717 [ 130 ] {} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.02.01 14:42:28.790782 [ 130 ] {} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:28.790805 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:28.790919 [ 202 ] {b2dca89b-f642-48a6-be82-454690f13152::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.02.01 14:42:28.791042 [ 202 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:28.791079 [ 202 ] {b2dca89b-f642-48a6-be82-454690f13152::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.02.01 14:42:28.791153 [ 202 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part 2026.02.01 14:42:28.791203 [ 202 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part 2026.02.01 14:42:28.791252 [ 202 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.02.01 14:42:28.791297 [ 202 ] {b2dca89b-f642-48a6-be82-454690f13152::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.02.01 14:42:28.792053 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001178706 sec., 32238.743164113865 rows/sec., 2.69 MiB/sec. 2026.02.01 14:42:28.792264 [ 193 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.02.01 14:42:28.792640 [ 193 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_17_4} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:28.792746 [ 193 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_17_4} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.02.01 14:42:28.792854 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 14:42:32.221376 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:32.221592 [ 276 ] {26d39087-338e-4dd7-84cb-44c0a5cfd954} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:42:32.221668 [ 276 ] {26d39087-338e-4dd7-84cb-44c0a5cfd954} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:42:32.222431 [ 276 ] {26d39087-338e-4dd7-84cb-44c0a5cfd954} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:32.222484 [ 276 ] {26d39087-338e-4dd7-84cb-44c0a5cfd954} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:32.222875 [ 276 ] {26d39087-338e-4dd7-84cb-44c0a5cfd954} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:42:32.223104 [ 276 ] {26d39087-338e-4dd7-84cb-44c0a5cfd954} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:32.223273 [ 276 ] {26d39087-338e-4dd7-84cb-44c0a5cfd954} executeQuery: Read 24 rows, 2.04 KiB in 0.001738 sec., 13808.97583429229 rows/sec., 1.15 MiB/sec. 2026.02.01 14:42:32.223317 [ 276 ] {26d39087-338e-4dd7-84cb-44c0a5cfd954} TCPHandler: Processed in 0.002079675 sec. 2026.02.01 14:42:32.223440 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:32.223540 [ 276 ] {cf02f1b4-02c5-401c-95f1-5c8e7348ac0f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:42:32.223582 [ 276 ] {cf02f1b4-02c5-401c-95f1-5c8e7348ac0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:42:32.223987 [ 276 ] {cf02f1b4-02c5-401c-95f1-5c8e7348ac0f} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:32.224024 [ 276 ] {cf02f1b4-02c5-401c-95f1-5c8e7348ac0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:32.224324 [ 276 ] {cf02f1b4-02c5-401c-95f1-5c8e7348ac0f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.01 14:42:32.224637 [ 276 ] {cf02f1b4-02c5-401c-95f1-5c8e7348ac0f} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:32.224790 [ 276 ] {cf02f1b4-02c5-401c-95f1-5c8e7348ac0f} executeQuery: Read 4 rows, 334.00 B in 0.001271 sec., 3147.128245476003 rows/sec., 256.63 KiB/sec. 2026.02.01 14:42:32.224829 [ 276 ] {cf02f1b4-02c5-401c-95f1-5c8e7348ac0f} TCPHandler: Processed in 0.001441585 sec. 2026.02.01 14:42:32.224953 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:32.225050 [ 276 ] {c5da44f7-6ba9-4d72-aa0e-f5df3a92cfb2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:42:32.225091 [ 276 ] {c5da44f7-6ba9-4d72-aa0e-f5df3a92cfb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:42:32.225676 [ 276 ] {c5da44f7-6ba9-4d72-aa0e-f5df3a92cfb2} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:32.225714 [ 276 ] {c5da44f7-6ba9-4d72-aa0e-f5df3a92cfb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:32.226045 [ 276 ] {c5da44f7-6ba9-4d72-aa0e-f5df3a92cfb2} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.01 14:42:32.226254 [ 276 ] {c5da44f7-6ba9-4d72-aa0e-f5df3a92cfb2} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:32.226388 [ 276 ] {c5da44f7-6ba9-4d72-aa0e-f5df3a92cfb2} executeQuery: Read 258 rows, 23.68 KiB in 0.001356 sec., 190265.4867256637 rows/sec., 17.06 MiB/sec. 2026.02.01 14:42:32.226426 [ 276 ] {c5da44f7-6ba9-4d72-aa0e-f5df3a92cfb2} TCPHandler: Processed in 0.001524197 sec. 2026.02.01 14:42:32.226545 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:32.226640 [ 276 ] {b39f0443-10dd-4f17-9eb6-def6059d1ba3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:42:32.226682 [ 276 ] {b39f0443-10dd-4f17-9eb6-def6059d1ba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:42:32.227142 [ 276 ] {b39f0443-10dd-4f17-9eb6-def6059d1ba3} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:32.227179 [ 276 ] {b39f0443-10dd-4f17-9eb6-def6059d1ba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:32.227480 [ 276 ] {b39f0443-10dd-4f17-9eb6-def6059d1ba3} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 14:42:32.227690 [ 276 ] {b39f0443-10dd-4f17-9eb6-def6059d1ba3} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:32.227813 [ 148 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 14:42:32.227825 [ 276 ] {b39f0443-10dd-4f17-9eb6-def6059d1ba3} executeQuery: Read 56 rows, 4.25 KiB in 0.001203 sec., 46550.290939318365 rows/sec., 3.45 MiB/sec. 2026.02.01 14:42:32.227900 [ 148 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:32.227912 [ 276 ] {b39f0443-10dd-4f17-9eb6-def6059d1ba3} TCPHandler: Processed in 0.001417073 sec. 2026.02.01 14:42:32.227933 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:32.228036 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:32.228065 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:42:32.228137 [ 276 ] {32d4ac20-5888-41c6-ab0b-4b214b98d91d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:42:32.228183 [ 276 ] {32d4ac20-5888-41c6-ab0b-4b214b98d91d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:42:32.228218 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:32.228260 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 205 rows starting from the beginning of the part 2026.02.01 14:42:32.228334 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part 2026.02.01 14:42:32.228383 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 135 rows starting from the beginning of the part 2026.02.01 14:42:32.228427 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 40 rows starting from the beginning of the part 2026.02.01 14:42:32.228468 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 133 rows starting from the beginning of the part 2026.02.01 14:42:32.228524 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part 2026.02.01 14:42:32.228610 [ 276 ] {32d4ac20-5888-41c6-ab0b-4b214b98d91d} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:32.228652 [ 276 ] {32d4ac20-5888-41c6-ab0b-4b214b98d91d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:32.229007 [ 276 ] {32d4ac20-5888-41c6-ab0b-4b214b98d91d} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 14:42:32.229234 [ 276 ] {32d4ac20-5888-41c6-ab0b-4b214b98d91d} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:32.229376 [ 276 ] {32d4ac20-5888-41c6-ab0b-4b214b98d91d} executeQuery: Read 24 rows, 2.04 KiB in 0.001258 sec., 19077.90143084261 rows/sec., 1.58 MiB/sec. 2026.02.01 14:42:32.229415 [ 276 ] {32d4ac20-5888-41c6-ab0b-4b214b98d91d} TCPHandler: Processed in 0.001429054 sec. 2026.02.01 14:42:32.229526 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:32.229539 [ 191 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 609 rows, containing 5 columns (5 merged, 0 gathered) in 0.001531677 sec., 397603.41116305854 rows/sec., 26.88 MiB/sec. 2026.02.01 14:42:32.229621 [ 276 ] {a64f7aa6-8768-41e8-9400-4c527595520d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:42:32.229669 [ 276 ] {a64f7aa6-8768-41e8-9400-4c527595520d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:42:32.229721 [ 189 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 14:42:32.230013 [ 189 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_56_11} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:32.230078 [ 276 ] {a64f7aa6-8768-41e8-9400-4c527595520d} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:32.230089 [ 189 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_56_11} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 14:42:32.230124 [ 276 ] {a64f7aa6-8768-41e8-9400-4c527595520d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:32.230190 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.01 14:42:32.230438 [ 276 ] {a64f7aa6-8768-41e8-9400-4c527595520d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:42:32.230648 [ 276 ] {a64f7aa6-8768-41e8-9400-4c527595520d} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:32.230781 [ 276 ] {a64f7aa6-8768-41e8-9400-4c527595520d} executeQuery: Read 12 rows, 960.00 B in 0.001178 sec., 10186.757215619695 rows/sec., 795.84 KiB/sec. 2026.02.01 14:42:32.230818 [ 276 ] {a64f7aa6-8768-41e8-9400-4c527595520d} TCPHandler: Processed in 0.001343222 sec. 2026.02.01 14:42:32.230931 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:32.231027 [ 276 ] {5c69f40e-5fd7-4537-a085-63bb47713910} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:42:32.231068 [ 276 ] {5c69f40e-5fd7-4537-a085-63bb47713910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:42:32.231547 [ 276 ] {5c69f40e-5fd7-4537-a085-63bb47713910} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:32.231583 [ 276 ] {5c69f40e-5fd7-4537-a085-63bb47713910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:32.231898 [ 276 ] {5c69f40e-5fd7-4537-a085-63bb47713910} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.01 14:42:32.232099 [ 276 ] {5c69f40e-5fd7-4537-a085-63bb47713910} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:32.232234 [ 276 ] {5c69f40e-5fd7-4537-a085-63bb47713910} executeQuery: Read 144 rows, 11.90 KiB in 0.001225 sec., 117551.02040816327 rows/sec., 9.49 MiB/sec. 2026.02.01 14:42:32.232272 [ 276 ] {5c69f40e-5fd7-4537-a085-63bb47713910} TCPHandler: Processed in 0.001395284 sec. 2026.02.01 14:42:32.232382 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:32.232478 [ 276 ] {43891173-3285-462c-8a0f-7a5cf378539a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:32.232521 [ 276 ] {43891173-3285-462c-8a0f-7a5cf378539a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:42:32.232977 [ 276 ] {43891173-3285-462c-8a0f-7a5cf378539a} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:32.233013 [ 276 ] {43891173-3285-462c-8a0f-7a5cf378539a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:32.233350 [ 276 ] {43891173-3285-462c-8a0f-7a5cf378539a} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.01 14:42:32.233555 [ 276 ] {43891173-3285-462c-8a0f-7a5cf378539a} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:32.233697 [ 276 ] {43891173-3285-462c-8a0f-7a5cf378539a} executeQuery: Read 306 rows, 23.50 KiB in 0.001237 sec., 247372.67582861762 rows/sec., 18.56 MiB/sec. 2026.02.01 14:42:32.233736 [ 276 ] {43891173-3285-462c-8a0f-7a5cf378539a} TCPHandler: Processed in 0.001404134 sec. 2026.02.01 14:42:32.233843 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:32.233939 [ 276 ] {f13ee8c4-2ab3-4db2-83db-1fa98b3095bc} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:32.233994 [ 276 ] {f13ee8c4-2ab3-4db2-83db-1fa98b3095bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:42:32.234882 [ 276 ] {f13ee8c4-2ab3-4db2-83db-1fa98b3095bc} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:32.234925 [ 276 ] {f13ee8c4-2ab3-4db2-83db-1fa98b3095bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:32.235545 [ 276 ] {f13ee8c4-2ab3-4db2-83db-1fa98b3095bc} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 14:42:32.235763 [ 276 ] {f13ee8c4-2ab3-4db2-83db-1fa98b3095bc} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:32.235908 [ 276 ] {f13ee8c4-2ab3-4db2-83db-1fa98b3095bc} executeQuery: Read 40 rows, 73.40 KiB in 0.001987 sec., 20130.850528434825 rows/sec., 36.07 MiB/sec. 2026.02.01 14:42:32.235963 [ 276 ] {f13ee8c4-2ab3-4db2-83db-1fa98b3095bc} TCPHandler: Processed in 0.002168687 sec. 2026.02.01 14:42:32.236079 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:32.236175 [ 276 ] {39c82cf7-ca94-46b4-8a53-ebbbf8801bc9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:42:32.236218 [ 276 ] {39c82cf7-ca94-46b4-8a53-ebbbf8801bc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:42:32.236561 [ 276 ] {39c82cf7-ca94-46b4-8a53-ebbbf8801bc9} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:32.236597 [ 276 ] {39c82cf7-ca94-46b4-8a53-ebbbf8801bc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:32.237023 [ 276 ] {39c82cf7-ca94-46b4-8a53-ebbbf8801bc9} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.01 14:42:32.237360 [ 276 ] {39c82cf7-ca94-46b4-8a53-ebbbf8801bc9} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:32.237502 [ 276 ] {39c82cf7-ca94-46b4-8a53-ebbbf8801bc9} executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. 2026.02.01 14:42:32.237542 [ 276 ] {39c82cf7-ca94-46b4-8a53-ebbbf8801bc9} TCPHandler: Processed in 0.001513877 sec. 2026.02.01 14:42:34.574925 [ 146 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:42:34.574994 [ 146 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:42:34.738156 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23065 2026.02.01 14:42:34.738654 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:34.738703 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:34.739206 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 14:42:34.739445 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:34.739587 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23065 2026.02.01 14:42:34.801013 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1238 2026.02.01 14:42:34.803553 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:34.803610 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:34.804851 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 14:42:34.805143 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:34.805304 [ 146 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 14:42:34.805372 [ 146 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:34.805394 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:34.805505 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:42:34.805522 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1238 2026.02.01 14:42:34.806168 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:34.806331 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1040 rows starting from the beginning of the part 2026.02.01 14:42:34.806713 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 50 rows starting from the beginning of the part 2026.02.01 14:42:34.807091 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part 2026.02.01 14:42:34.807465 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:42:34.807826 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part 2026.02.01 14:42:34.808160 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part 2026.02.01 14:42:34.815500 [ 191 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1238 rows, containing 72 columns (72 merged, 0 gathered) in 0.010043721 sec., 123261.09018759083 rows/sec., 100.91 MiB/sec. 2026.02.01 14:42:34.816986 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 14:42:34.817619 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_36_7} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:34.817706 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_36_7} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 14:42:34.818035 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. 2026.02.01 14:42:35.001225 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000861317 sec. 2026.02.01 14:42:35.922907 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.02.01 14:42:35.939072 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:35.939128 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:35.945548 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 14:42:35.946233 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:35.949226 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.02.01 14:42:37.212923 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:37.213110 [ 276 ] {8c9028a4-bb72-4f21-a056-ed51f7b32d51} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:42:37.213181 [ 276 ] {8c9028a4-bb72-4f21-a056-ed51f7b32d51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:42:37.213885 [ 276 ] {8c9028a4-bb72-4f21-a056-ed51f7b32d51} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:37.213938 [ 276 ] {8c9028a4-bb72-4f21-a056-ed51f7b32d51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:37.214354 [ 276 ] {8c9028a4-bb72-4f21-a056-ed51f7b32d51} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.01 14:42:37.214586 [ 276 ] {8c9028a4-bb72-4f21-a056-ed51f7b32d51} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:37.214752 [ 276 ] {8c9028a4-bb72-4f21-a056-ed51f7b32d51} executeQuery: Read 56 rows, 4.41 KiB in 0.001696 sec., 33018.8679245283 rows/sec., 2.54 MiB/sec. 2026.02.01 14:42:37.214806 [ 276 ] {8c9028a4-bb72-4f21-a056-ed51f7b32d51} TCPHandler: Processed in 0.002022943 sec. 2026.02.01 14:42:37.214933 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:37.215038 [ 276 ] {b9c3fdb2-85b9-4369-b201-b38363b08ce5} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:42:37.215083 [ 276 ] {b9c3fdb2-85b9-4369-b201-b38363b08ce5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:42:37.215532 [ 276 ] {b9c3fdb2-85b9-4369-b201-b38363b08ce5} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:37.215569 [ 276 ] {b9c3fdb2-85b9-4369-b201-b38363b08ce5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:37.215883 [ 276 ] {b9c3fdb2-85b9-4369-b201-b38363b08ce5} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.01 14:42:37.216091 [ 276 ] {b9c3fdb2-85b9-4369-b201-b38363b08ce5} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:37.216226 [ 276 ] {b9c3fdb2-85b9-4369-b201-b38363b08ce5} executeQuery: Read 64 rows, 5.12 KiB in 0.001212 sec., 52805.280528052805 rows/sec., 4.12 MiB/sec. 2026.02.01 14:42:37.216264 [ 276 ] {b9c3fdb2-85b9-4369-b201-b38363b08ce5} TCPHandler: Processed in 0.001383823 sec. 2026.02.01 14:42:37.216379 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:37.216477 [ 276 ] {21bc156b-8127-4aa5-b6bb-f580e8555510} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:37.216523 [ 276 ] {21bc156b-8127-4aa5-b6bb-f580e8555510} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:42:37.216944 [ 276 ] {21bc156b-8127-4aa5-b6bb-f580e8555510} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:37.216980 [ 276 ] {21bc156b-8127-4aa5-b6bb-f580e8555510} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:37.217307 [ 276 ] {21bc156b-8127-4aa5-b6bb-f580e8555510} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.01 14:42:37.217516 [ 276 ] {21bc156b-8127-4aa5-b6bb-f580e8555510} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:37.217625 [ 142 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.01 14:42:37.217647 [ 276 ] {21bc156b-8127-4aa5-b6bb-f580e8555510} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2026.02.01 14:42:37.217669 [ 142 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:37.217686 [ 276 ] {21bc156b-8127-4aa5-b6bb-f580e8555510} TCPHandler: Processed in 0.001356972 sec. 2026.02.01 14:42:37.217692 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:37.217793 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:42:37.217802 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:37.217906 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:37.217912 [ 276 ] {aeb3a3ae-9dbb-4e45-a9df-9412bf11650c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:42:37.217943 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18847 rows starting from the beginning of the part 2026.02.01 14:42:37.217962 [ 276 ] {aeb3a3ae-9dbb-4e45-a9df-9412bf11650c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:42:37.218011 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 20 rows starting from the beginning of the part 2026.02.01 14:42:37.218063 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part 2026.02.01 14:42:37.218110 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 258 rows starting from the beginning of the part 2026.02.01 14:42:37.218153 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 306 rows starting from the beginning of the part 2026.02.01 14:42:37.218196 [ 198 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:42:37.218314 [ 276 ] {aeb3a3ae-9dbb-4e45-a9df-9412bf11650c} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:37.218349 [ 276 ] {aeb3a3ae-9dbb-4e45-a9df-9412bf11650c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:37.218693 [ 276 ] {aeb3a3ae-9dbb-4e45-a9df-9412bf11650c} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.01 14:42:37.218906 [ 276 ] {aeb3a3ae-9dbb-4e45-a9df-9412bf11650c} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:37.219042 [ 276 ] {aeb3a3ae-9dbb-4e45-a9df-9412bf11650c} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2026.02.01 14:42:37.219079 [ 276 ] {aeb3a3ae-9dbb-4e45-a9df-9412bf11650c} TCPHandler: Processed in 0.001327402 sec. 2026.02.01 14:42:37.224070 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 19751 rows, containing 5 columns (5 merged, 0 gathered) in 0.006315596 sec., 3127337.4674377525 rows/sec., 212.40 MiB/sec. 2026.02.01 14:42:37.224406 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.01 14:42:37.224688 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_66_13} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:37.224755 [ 190 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_66_13} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.01 14:42:37.224823 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2026.02.01 14:42:38.000240 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 312.16 MiB, peak 322.60 MiB, free memory in arenas 0.00 B, will set to 314.52 MiB (RSS), difference: 2.35 MiB 2026.02.01 14:42:39.751796 [ 135 ] {} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705) (MergerMutator): Selected 5 parts from all_1_21_4 to all_25_25_0 2026.02.01 14:42:39.751880 [ 135 ] {} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:39.751904 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:39.752051 [ 197 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_25_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_4 to all_25_25_0 into Compact with storage Full 2026.02.01 14:42:39.752197 [ 197 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:39.752237 [ 197 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 22 rows starting from the beginning of the part 2026.02.01 14:42:39.752308 [ 197 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2026.02.01 14:42:39.752356 [ 197 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2026.02.01 14:42:39.752399 [ 197 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2026.02.01 14:42:39.752439 [ 197 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2026.02.01 14:42:39.753208 [ 186 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.001213888 sec., 21418.779986291982 rows/sec., 1.40 MiB/sec. 2026.02.01 14:42:39.753439 [ 196 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.02.01 14:42:39.753791 [ 196 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_25_5} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:39.753876 [ 196 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_25_5} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705) (MergerMutator): Merged 5 parts: [all_1_21_4, all_25_25_0] -> all_1_25_5 2026.02.01 14:42:39.753978 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.02.01 14:42:42.215081 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:42.215288 [ 276 ] {595e5f23-fa12-42f5-af3a-50d92dba6230} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:42:42.215393 [ 276 ] {595e5f23-fa12-42f5-af3a-50d92dba6230} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:42:42.216222 [ 276 ] {595e5f23-fa12-42f5-af3a-50d92dba6230} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:42.216272 [ 276 ] {595e5f23-fa12-42f5-af3a-50d92dba6230} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:42.216726 [ 276 ] {595e5f23-fa12-42f5-af3a-50d92dba6230} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.01 14:42:42.216951 [ 276 ] {595e5f23-fa12-42f5-af3a-50d92dba6230} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:42.217146 [ 276 ] {595e5f23-fa12-42f5-af3a-50d92dba6230} executeQuery: Read 136 rows, 12.08 KiB in 0.001916 sec., 70981.2108559499 rows/sec., 6.16 MiB/sec. 2026.02.01 14:42:42.217213 [ 276 ] {595e5f23-fa12-42f5-af3a-50d92dba6230} TCPHandler: Processed in 0.002279451 sec. 2026.02.01 14:42:42.217347 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:42.217452 [ 276 ] {de91efec-4182-470c-9a68-4d733fcaf753} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:42:42.217498 [ 276 ] {de91efec-4182-470c-9a68-4d733fcaf753} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:42:42.217940 [ 276 ] {de91efec-4182-470c-9a68-4d733fcaf753} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:42.217979 [ 276 ] {de91efec-4182-470c-9a68-4d733fcaf753} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:42.218306 [ 276 ] {de91efec-4182-470c-9a68-4d733fcaf753} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 14:42:42.218518 [ 276 ] {de91efec-4182-470c-9a68-4d733fcaf753} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:42.218658 [ 276 ] {de91efec-4182-470c-9a68-4d733fcaf753} executeQuery: Read 40 rows, 3.01 KiB in 0.00123 sec., 32520.325203252032 rows/sec., 2.39 MiB/sec. 2026.02.01 14:42:42.218699 [ 276 ] {de91efec-4182-470c-9a68-4d733fcaf753} TCPHandler: Processed in 0.001404403 sec. 2026.02.01 14:42:42.218809 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:42.218907 [ 276 ] {04d75fc6-1d1c-40c9-96c7-a8b1baee1637} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:42:42.218950 [ 276 ] {04d75fc6-1d1c-40c9-96c7-a8b1baee1637} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:42:42.219385 [ 276 ] {04d75fc6-1d1c-40c9-96c7-a8b1baee1637} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:42.219423 [ 276 ] {04d75fc6-1d1c-40c9-96c7-a8b1baee1637} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:42.219745 [ 276 ] {04d75fc6-1d1c-40c9-96c7-a8b1baee1637} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.01 14:42:42.219964 [ 276 ] {04d75fc6-1d1c-40c9-96c7-a8b1baee1637} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:42.220099 [ 276 ] {04d75fc6-1d1c-40c9-96c7-a8b1baee1637} executeQuery: Read 104 rows, 8.32 KiB in 0.001214 sec., 85667.215815486 rows/sec., 6.69 MiB/sec. 2026.02.01 14:42:42.220144 [ 276 ] {04d75fc6-1d1c-40c9-96c7-a8b1baee1637} TCPHandler: Processed in 0.001384863 sec. 2026.02.01 14:42:42.220271 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:42.220368 [ 276 ] {9380b5d3-c561-407f-a289-8d2214d7f13d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:42.220413 [ 276 ] {9380b5d3-c561-407f-a289-8d2214d7f13d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:42:42.220857 [ 276 ] {9380b5d3-c561-407f-a289-8d2214d7f13d} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:42.220894 [ 276 ] {9380b5d3-c561-407f-a289-8d2214d7f13d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:42.221250 [ 276 ] {9380b5d3-c561-407f-a289-8d2214d7f13d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.01 14:42:42.221459 [ 276 ] {9380b5d3-c561-407f-a289-8d2214d7f13d} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:42.221591 [ 276 ] {9380b5d3-c561-407f-a289-8d2214d7f13d} executeQuery: Read 160 rows, 11.41 KiB in 0.001242 sec., 128824.4766505636 rows/sec., 8.97 MiB/sec. 2026.02.01 14:42:42.221629 [ 276 ] {9380b5d3-c561-407f-a289-8d2214d7f13d} TCPHandler: Processed in 0.001407084 sec. 2026.02.01 14:42:42.221741 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:42.221836 [ 276 ] {35357849-066f-4df4-b090-8f498f34fc28} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:42.221893 [ 276 ] {35357849-066f-4df4-b090-8f498f34fc28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:42:42.222770 [ 276 ] {35357849-066f-4df4-b090-8f498f34fc28} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:42.222807 [ 276 ] {35357849-066f-4df4-b090-8f498f34fc28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:42.223432 [ 276 ] {35357849-066f-4df4-b090-8f498f34fc28} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 14:42:42.223655 [ 276 ] {35357849-066f-4df4-b090-8f498f34fc28} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:42.223802 [ 276 ] {35357849-066f-4df4-b090-8f498f34fc28} executeQuery: Read 40 rows, 73.40 KiB in 0.001985 sec., 20151.133501259446 rows/sec., 36.11 MiB/sec. 2026.02.01 14:42:42.223866 [ 276 ] {35357849-066f-4df4-b090-8f498f34fc28} TCPHandler: Processed in 0.002174347 sec. 2026.02.01 14:42:42.224000 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:42.224095 [ 276 ] {8937d09d-90b0-439e-8fa6-12608aa62209} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:42:42.224138 [ 276 ] {8937d09d-90b0-439e-8fa6-12608aa62209} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:42:42.224521 [ 276 ] {8937d09d-90b0-439e-8fa6-12608aa62209} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:42.224559 [ 276 ] {8937d09d-90b0-439e-8fa6-12608aa62209} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:42.224894 [ 276 ] {8937d09d-90b0-439e-8fa6-12608aa62209} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.01 14:42:42.225103 [ 276 ] {8937d09d-90b0-439e-8fa6-12608aa62209} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:42.225221 [ 137 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.01 14:42:42.225237 [ 276 ] {8937d09d-90b0-439e-8fa6-12608aa62209} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2026.02.01 14:42:42.225292 [ 137 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:42.225301 [ 276 ] {8937d09d-90b0-439e-8fa6-12608aa62209} TCPHandler: Processed in 0.001351332 sec. 2026.02.01 14:42:42.225321 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:42.225431 [ 197 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:42:42.225565 [ 197 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:42.225604 [ 197 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3378 rows starting from the beginning of the part 2026.02.01 14:42:42.225677 [ 197 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:42:42.225726 [ 197 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 88 rows starting from the beginning of the part 2026.02.01 14:42:42.225770 [ 197 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:42:42.225812 [ 197 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2026.02.01 14:42:42.225855 [ 197 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:42:42.227021 [ 196 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3706 rows, containing 4 columns (4 merged, 0 gathered) in 0.001633451 sec., 2268816.1444695923 rows/sec., 147.57 MiB/sec. 2026.02.01 14:42:42.227370 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.01 14:42:42.227680 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_66_13} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:42.227765 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_66_13} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.01 14:42:42.227860 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.02.01 14:42:42.239666 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23577 2026.02.01 14:42:42.240151 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:42.240186 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:42.240648 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 14:42:42.240880 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:42.241004 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23577 2026.02.01 14:42:43.449328 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.02.01 14:42:43.468437 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:43.468494 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.02.01 14:42:43.476336 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 14:42:43.477463 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:43.485242 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.02.01 14:42:44.606456 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52990 2026.02.01 14:42:44.606581 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.606611 [ 287 ] {} TCP-Session: 8a57b28d-caa7-45c0-83e8-a3423f561b7b Authenticating user 'default' from [fd00:1122:3344:101::e]:52990 2026.02.01 14:42:44.606637 [ 287 ] {} TCP-Session: 8a57b28d-caa7-45c0-83e8-a3423f561b7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.606652 [ 287 ] {} TCP-Session: 8a57b28d-caa7-45c0-83e8-a3423f561b7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.606936 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33978 2026.02.01 14:42:44.606972 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42858 2026.02.01 14:42:44.606984 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57891 2026.02.01 14:42:44.607011 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38069 2026.02.01 14:42:44.607025 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39170 2026.02.01 14:42:44.607084 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.607080 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.607134 [ 291 ] {} TCP-Session: 72cfce03-1c1c-48c5-b56d-c8d842a82cc7 Authenticating user 'default' from [fd00:1122:3344:101::e]:42858 2026.02.01 14:42:44.607041 [ 287 ] {} TCP-Session: 8a57b28d-caa7-45c0-83e8-a3423f561b7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:44.607166 [ 291 ] {} TCP-Session: 72cfce03-1c1c-48c5-b56d-c8d842a82cc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.607160 [ 289 ] {} TCP-Session: a2b7a15b-bae0-4d85-a527-66139db6b2c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:33978 2026.02.01 14:42:44.607190 [ 291 ] {} TCP-Session: 72cfce03-1c1c-48c5-b56d-c8d842a82cc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.606997 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45894 2026.02.01 14:42:44.607219 [ 289 ] {} TCP-Session: a2b7a15b-bae0-4d85-a527-66139db6b2c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.606980 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33217 2026.02.01 14:42:44.607254 [ 289 ] {} TCP-Session: a2b7a15b-bae0-4d85-a527-66139db6b2c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.607029 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63947 2026.02.01 14:42:44.607367 [ 287 ] {20748a6c-8e67-4542-8711-3c10345de9d8} executeQuery: (from [fd00:1122:3344:101::e]:52990) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:42:44.607698 [ 287 ] {20748a6c-8e67-4542-8711-3c10345de9d8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:42:44.607699 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.607771 [ 354 ] {} TCP-Session: 5d193cf7-31fe-4db0-bd5f-2edc25a997a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:39170 2026.02.01 14:42:44.607777 [ 287 ] {20748a6c-8e67-4542-8711-3c10345de9d8} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:42:44.607808 [ 354 ] {} TCP-Session: 5d193cf7-31fe-4db0-bd5f-2edc25a997a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.607822 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.607835 [ 354 ] {} TCP-Session: 5d193cf7-31fe-4db0-bd5f-2edc25a997a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.607868 [ 290 ] {} TCP-Session: a02403b0-b00c-43e3-9dff-b067b84473eb Authenticating user 'default' from [fd00:1122:3344:101::e]:33217 2026.02.01 14:42:44.607900 [ 290 ] {} TCP-Session: a02403b0-b00c-43e3-9dff-b067b84473eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.607914 [ 290 ] {} TCP-Session: a02403b0-b00c-43e3-9dff-b067b84473eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.608140 [ 287 ] {20748a6c-8e67-4542-8711-3c10345de9d8} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:42:44.608154 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.608202 [ 353 ] {} TCP-Session: 4060657d-3dff-4456-b97c-b988ec50e860 Authenticating user 'default' from [fd00:1122:3344:101::e]:38069 2026.02.01 14:42:44.608234 [ 353 ] {} TCP-Session: 4060657d-3dff-4456-b97c-b988ec50e860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.608256 [ 353 ] {} TCP-Session: 4060657d-3dff-4456-b97c-b988ec50e860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.608403 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.608444 [ 352 ] {} TCP-Session: c51b67f2-edfd-48b2-b678-f4d99256add3 Authenticating user 'default' from [fd00:1122:3344:101::e]:45894 2026.02.01 14:42:44.608464 [ 352 ] {} TCP-Session: c51b67f2-edfd-48b2-b678-f4d99256add3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.608481 [ 352 ] {} TCP-Session: c51b67f2-edfd-48b2-b678-f4d99256add3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.608651 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.608688 [ 351 ] {} TCP-Session: 5ca8cfa3-633f-4adf-95c5-ce9edcfe5983 Authenticating user 'default' from [fd00:1122:3344:101::e]:57891 2026.02.01 14:42:44.608706 [ 351 ] {} TCP-Session: 5ca8cfa3-633f-4adf-95c5-ce9edcfe5983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.608718 [ 351 ] {} TCP-Session: 5ca8cfa3-633f-4adf-95c5-ce9edcfe5983 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.608771 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.608810 [ 355 ] {} TCP-Session: 01be726e-ed03-4164-a34d-eda7b5deb06f Authenticating user 'default' from [fd00:1122:3344:101::e]:63947 2026.02.01 14:42:44.608828 [ 355 ] {} TCP-Session: 01be726e-ed03-4164-a34d-eda7b5deb06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.608842 [ 355 ] {} TCP-Session: 01be726e-ed03-4164-a34d-eda7b5deb06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.609068 [ 322 ] {20748a6c-8e67-4542-8711-3c10345de9d8} AggregatingTransform: Aggregating 2026.02.01 14:42:44.609107 [ 322 ] {20748a6c-8e67-4542-8711-3c10345de9d8} Aggregator: Aggregation method: without_key 2026.02.01 14:42:44.609142 [ 322 ] {20748a6c-8e67-4542-8711-3c10345de9d8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000883407 sec. (1131.981 rows/sec., 44.22 KiB/sec.) 2026.02.01 14:42:44.609161 [ 322 ] {20748a6c-8e67-4542-8711-3c10345de9d8} Aggregator: Merging aggregated data 2026.02.01 14:42:44.610569 [ 287 ] {20748a6c-8e67-4542-8711-3c10345de9d8} executeQuery: Read 1 rows, 40.00 B in 0.003292 sec., 303.7667071688943 rows/sec., 11.87 KiB/sec. 2026.02.01 14:42:44.610717 [ 287 ] {20748a6c-8e67-4542-8711-3c10345de9d8} TCPHandler: Processed in 0.003798888 sec. 2026.02.01 14:42:44.610815 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.610849 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.610858 [ 287 ] {} TCP-Session: 8a57b28d-caa7-45c0-83e8-a3423f561b7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.610881 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.610897 [ 289 ] {} TCP-Session: a2b7a15b-bae0-4d85-a527-66139db6b2c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.610902 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.610925 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.610949 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.610968 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.611002 [ 352 ] {} TCP-Session: c51b67f2-edfd-48b2-b678-f4d99256add3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.611011 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.611028 [ 291 ] {} TCP-Session: 72cfce03-1c1c-48c5-b56d-c8d842a82cc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.611013 [ 290 ] {} TCP-Session: a02403b0-b00c-43e3-9dff-b067b84473eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.611086 [ 354 ] {} TCP-Session: 5d193cf7-31fe-4db0-bd5f-2edc25a997a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.610987 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.610964 [ 353 ] {} TCP-Session: 4060657d-3dff-4456-b97c-b988ec50e860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.611162 [ 351 ] {} TCP-Session: 5ca8cfa3-633f-4adf-95c5-ce9edcfe5983 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.610931 [ 355 ] {} TCP-Session: 01be726e-ed03-4164-a34d-eda7b5deb06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.647468 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37670 2026.02.01 14:42:44.647562 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.647590 [ 287 ] {} TCP-Session: 245b1cc9-34de-4f99-b902-c8dbe3ae845e Authenticating user 'default' from [fd00:1122:3344:101::e]:37670 2026.02.01 14:42:44.647613 [ 287 ] {} TCP-Session: 245b1cc9-34de-4f99-b902-c8dbe3ae845e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.647626 [ 287 ] {} TCP-Session: 245b1cc9-34de-4f99-b902-c8dbe3ae845e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648033 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41165 2026.02.01 14:42:44.648056 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33105 2026.02.01 14:42:44.648089 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33430 2026.02.01 14:42:44.648097 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34128 2026.02.01 14:42:44.648117 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61640 2026.02.01 14:42:44.648140 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57893 2026.02.01 14:42:44.648142 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36621 2026.02.01 14:42:44.648207 [ 287 ] {} TCP-Session: 245b1cc9-34de-4f99-b902-c8dbe3ae845e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:44.648209 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.648219 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.648184 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.648277 [ 355 ] {} TCP-Session: 98e06b92-d754-45f1-9889-7796d807db28 Authenticating user 'default' from [fd00:1122:3344:101::e]:57893 2026.02.01 14:42:44.648266 [ 353 ] {} TCP-Session: f1fd017d-b522-4946-b5c3-39805ff095a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:61640 2026.02.01 14:42:44.648305 [ 355 ] {} TCP-Session: 98e06b92-d754-45f1-9889-7796d807db28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648301 [ 352 ] {} TCP-Session: 0d30f327-8864-4b2a-96b3-ec3e1a057279 Authenticating user 'default' from [fd00:1122:3344:101::e]:34128 2026.02.01 14:42:44.648324 [ 353 ] {} TCP-Session: f1fd017d-b522-4946-b5c3-39805ff095a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648331 [ 355 ] {} TCP-Session: 98e06b92-d754-45f1-9889-7796d807db28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648342 [ 352 ] {} TCP-Session: 0d30f327-8864-4b2a-96b3-ec3e1a057279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648353 [ 353 ] {} TCP-Session: f1fd017d-b522-4946-b5c3-39805ff095a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648373 [ 352 ] {} TCP-Session: 0d30f327-8864-4b2a-96b3-ec3e1a057279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648382 [ 287 ] {a4961896-248a-4592-8d6b-7431653fd4ae} executeQuery: (from [fd00:1122:3344:101::e]:37670) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:42:44.648309 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.648163 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.648159 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.648492 [ 351 ] {} TCP-Session: 243af807-a018-4025-b390-dc02b14eb47b Authenticating user 'default' from [fd00:1122:3344:101::e]:33430 2026.02.01 14:42:44.648476 [ 354 ] {} TCP-Session: 9bc32093-b618-4445-9c83-5fa7255363b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:36621 2026.02.01 14:42:44.648516 [ 290 ] {} TCP-Session: 6573b914-857f-4dd1-aac2-b4fc5b3676cb Authenticating user 'default' from [fd00:1122:3344:101::e]:33105 2026.02.01 14:42:44.648548 [ 354 ] {} TCP-Session: 9bc32093-b618-4445-9c83-5fa7255363b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648567 [ 290 ] {} TCP-Session: 6573b914-857f-4dd1-aac2-b4fc5b3676cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648574 [ 354 ] {} TCP-Session: 9bc32093-b618-4445-9c83-5fa7255363b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648592 [ 290 ] {} TCP-Session: 6573b914-857f-4dd1-aac2-b4fc5b3676cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648140 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.648067 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64747 2026.02.01 14:42:44.648658 [ 289 ] {} TCP-Session: f46c5e99-cb15-41c2-af5c-e9ee766600c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:41165 2026.02.01 14:42:44.648664 [ 287 ] {a4961896-248a-4592-8d6b-7431653fd4ae} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:42:44.648687 [ 289 ] {} TCP-Session: f46c5e99-cb15-41c2-af5c-e9ee766600c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648522 [ 351 ] {} TCP-Session: 243af807-a018-4025-b390-dc02b14eb47b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648717 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.648736 [ 287 ] {a4961896-248a-4592-8d6b-7431653fd4ae} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:42:44.648745 [ 351 ] {} TCP-Session: 243af807-a018-4025-b390-dc02b14eb47b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648757 [ 291 ] {} TCP-Session: 1c97d4b7-4e4e-4f88-8d29-93a8668e7092 Authenticating user 'default' from [fd00:1122:3344:101::e]:64747 2026.02.01 14:42:44.648717 [ 289 ] {} TCP-Session: f46c5e99-cb15-41c2-af5c-e9ee766600c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648797 [ 291 ] {} TCP-Session: 1c97d4b7-4e4e-4f88-8d29-93a8668e7092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.648822 [ 291 ] {} TCP-Session: 1c97d4b7-4e4e-4f88-8d29-93a8668e7092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.649051 [ 287 ] {a4961896-248a-4592-8d6b-7431653fd4ae} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:42:44.650088 [ 334 ] {a4961896-248a-4592-8d6b-7431653fd4ae} AggregatingTransform: Aggregating 2026.02.01 14:42:44.650123 [ 334 ] {a4961896-248a-4592-8d6b-7431653fd4ae} Aggregator: Aggregation method: without_key 2026.02.01 14:42:44.650152 [ 334 ] {a4961896-248a-4592-8d6b-7431653fd4ae} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000996791 sec. (1003.219 rows/sec., 39.19 KiB/sec.) 2026.02.01 14:42:44.650171 [ 334 ] {a4961896-248a-4592-8d6b-7431653fd4ae} Aggregator: Merging aggregated data 2026.02.01 14:42:44.651873 [ 287 ] {a4961896-248a-4592-8d6b-7431653fd4ae} executeQuery: Read 1 rows, 40.00 B in 0.003548 sec., 281.8489289740699 rows/sec., 11.01 KiB/sec. 2026.02.01 14:42:44.652006 [ 287 ] {a4961896-248a-4592-8d6b-7431653fd4ae} TCPHandler: Processed in 0.003919521 sec. 2026.02.01 14:42:44.652166 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.652195 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.652215 [ 287 ] {} TCP-Session: 245b1cc9-34de-4f99-b902-c8dbe3ae845e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.652223 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.652243 [ 289 ] {} TCP-Session: f46c5e99-cb15-41c2-af5c-e9ee766600c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.652258 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.652278 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.652301 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.652322 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.652337 [ 353 ] {} TCP-Session: f1fd017d-b522-4946-b5c3-39805ff095a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.652350 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.652373 [ 352 ] {} TCP-Session: 0d30f327-8864-4b2a-96b3-ec3e1a057279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.652318 [ 351 ] {} TCP-Session: 243af807-a018-4025-b390-dc02b14eb47b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.652413 [ 354 ] {} TCP-Session: 9bc32093-b618-4445-9c83-5fa7255363b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.652282 [ 355 ] {} TCP-Session: 98e06b92-d754-45f1-9889-7796d807db28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.652239 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.652348 [ 291 ] {} TCP-Session: 1c97d4b7-4e4e-4f88-8d29-93a8668e7092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.652500 [ 290 ] {} TCP-Session: 6573b914-857f-4dd1-aac2-b4fc5b3676cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.781275 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57587 2026.02.01 14:42:44.781390 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.781424 [ 352 ] {} TCP-Session: 549277d8-b307-448a-82d9-4273d4d207d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:57587 2026.02.01 14:42:44.781453 [ 352 ] {} TCP-Session: 549277d8-b307-448a-82d9-4273d4d207d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.781471 [ 352 ] {} TCP-Session: 549277d8-b307-448a-82d9-4273d4d207d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.781695 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55361 2026.02.01 14:42:44.781715 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41987 2026.02.01 14:42:44.781737 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33005 2026.02.01 14:42:44.781761 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40123 2026.02.01 14:42:44.781771 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39777 2026.02.01 14:42:44.781809 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.781809 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.781852 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.781884 [ 352 ] {} TCP-Session: 549277d8-b307-448a-82d9-4273d4d207d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:44.781886 [ 353 ] {} TCP-Session: e39fadde-138d-4da9-80a9-d95edc87d547 Authenticating user 'default' from [fd00:1122:3344:101::e]:55361 2026.02.01 14:42:44.781914 [ 289 ] {} TCP-Session: f369ec21-1c94-4f9b-85ab-b7a4e90d3092 Authenticating user 'default' from [fd00:1122:3344:101::e]:33005 2026.02.01 14:42:44.781918 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.781940 [ 353 ] {} TCP-Session: e39fadde-138d-4da9-80a9-d95edc87d547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.781958 [ 289 ] {} TCP-Session: f369ec21-1c94-4f9b-85ab-b7a4e90d3092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.781976 [ 353 ] {} TCP-Session: e39fadde-138d-4da9-80a9-d95edc87d547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.781999 [ 289 ] {} TCP-Session: f369ec21-1c94-4f9b-85ab-b7a4e90d3092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.781872 [ 287 ] {} TCP-Session: 9d3080d4-2306-45ed-93b2-ca126339b364 Authenticating user 'default' from [fd00:1122:3344:101::e]:41987 2026.02.01 14:42:44.781771 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50412 2026.02.01 14:42:44.782055 [ 287 ] {} TCP-Session: 9d3080d4-2306-45ed-93b2-ca126339b364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.782085 [ 352 ] {39833960-3eaa-4ea3-9462-8c589ee3440e} executeQuery: (from [fd00:1122:3344:101::e]:57587) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:42:44.782103 [ 287 ] {} TCP-Session: 9d3080d4-2306-45ed-93b2-ca126339b364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.781706 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41023 2026.02.01 14:42:44.782138 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.781702 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51951 2026.02.01 14:42:44.782181 [ 351 ] {} TCP-Session: ac72b2f2-cd45-4622-b57b-82a84e0c4b8d Authenticating user 'default' from [fd00:1122:3344:101::e]:50412 2026.02.01 14:42:44.782203 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.781974 [ 290 ] {} TCP-Session: fafa9092-830c-4d13-8449-809425548772 Authenticating user 'default' from [fd00:1122:3344:101::e]:39777 2026.02.01 14:42:44.782233 [ 351 ] {} TCP-Session: ac72b2f2-cd45-4622-b57b-82a84e0c4b8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.782240 [ 355 ] {} TCP-Session: 4c4f0df9-e6de-4bfc-ab3c-40ca8be6a23b Authenticating user 'default' from [fd00:1122:3344:101::e]:41023 2026.02.01 14:42:44.782264 [ 351 ] {} TCP-Session: ac72b2f2-cd45-4622-b57b-82a84e0c4b8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.782278 [ 355 ] {} TCP-Session: 4c4f0df9-e6de-4bfc-ab3c-40ca8be6a23b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.782276 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.782304 [ 355 ] {} TCP-Session: 4c4f0df9-e6de-4bfc-ab3c-40ca8be6a23b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.782258 [ 290 ] {} TCP-Session: fafa9092-830c-4d13-8449-809425548772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.782329 [ 354 ] {} TCP-Session: 05a21a3b-9e4d-4168-bf00-620cc2957303 Authenticating user 'default' from [fd00:1122:3344:101::e]:51951 2026.02.01 14:42:44.782351 [ 290 ] {} TCP-Session: fafa9092-830c-4d13-8449-809425548772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.782372 [ 354 ] {} TCP-Session: 05a21a3b-9e4d-4168-bf00-620cc2957303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.781865 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:42:44.782395 [ 354 ] {} TCP-Session: 05a21a3b-9e4d-4168-bf00-620cc2957303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.782439 [ 291 ] {} TCP-Session: 733da5c3-4d3d-4eed-b3f6-e0b68163d84a Authenticating user 'default' from [fd00:1122:3344:101::e]:40123 2026.02.01 14:42:44.782468 [ 291 ] {} TCP-Session: 733da5c3-4d3d-4eed-b3f6-e0b68163d84a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.782485 [ 291 ] {} TCP-Session: 733da5c3-4d3d-4eed-b3f6-e0b68163d84a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.782505 [ 352 ] {39833960-3eaa-4ea3-9462-8c589ee3440e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:42:44.782592 [ 352 ] {39833960-3eaa-4ea3-9462-8c589ee3440e} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:42:44.782932 [ 352 ] {39833960-3eaa-4ea3-9462-8c589ee3440e} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:42:44.783941 [ 297 ] {39833960-3eaa-4ea3-9462-8c589ee3440e} AggregatingTransform: Aggregating 2026.02.01 14:42:44.783987 [ 297 ] {39833960-3eaa-4ea3-9462-8c589ee3440e} Aggregator: Aggregation method: without_key 2026.02.01 14:42:44.784023 [ 297 ] {39833960-3eaa-4ea3-9462-8c589ee3440e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00099132 sec. (1008.756 rows/sec., 39.40 KiB/sec.) 2026.02.01 14:42:44.784044 [ 297 ] {39833960-3eaa-4ea3-9462-8c589ee3440e} Aggregator: Merging aggregated data 2026.02.01 14:42:44.785313 [ 352 ] {39833960-3eaa-4ea3-9462-8c589ee3440e} executeQuery: Read 1 rows, 40.00 B in 0.0033 sec., 303.03030303030306 rows/sec., 11.84 KiB/sec. 2026.02.01 14:42:44.785430 [ 352 ] {39833960-3eaa-4ea3-9462-8c589ee3440e} TCPHandler: Processed in 0.003718835 sec. 2026.02.01 14:42:44.785526 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.785552 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.785554 [ 352 ] {} TCP-Session: 549277d8-b307-448a-82d9-4273d4d207d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.785577 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.785595 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.785616 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.785634 [ 289 ] {} TCP-Session: f369ec21-1c94-4f9b-85ab-b7a4e90d3092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.785652 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.785676 [ 353 ] {} TCP-Session: e39fadde-138d-4da9-80a9-d95edc87d547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.785703 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.785708 [ 355 ] {} TCP-Session: 4c4f0df9-e6de-4bfc-ab3c-40ca8be6a23b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.785680 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.785749 [ 291 ] {} TCP-Session: 733da5c3-4d3d-4eed-b3f6-e0b68163d84a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.785650 [ 351 ] {} TCP-Session: ac72b2f2-cd45-4622-b57b-82a84e0c4b8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.785792 [ 287 ] {} TCP-Session: 9d3080d4-2306-45ed-93b2-ca126339b364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.785634 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:42:44.785595 [ 290 ] {} TCP-Session: fafa9092-830c-4d13-8449-809425548772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.785898 [ 354 ] {} TCP-Session: 05a21a3b-9e4d-4168-bf00-620cc2957303 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:42:44.805736 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1264 2026.02.01 14:42:44.808027 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:44.808081 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:44.809347 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 14:42:44.809629 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:44.810011 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1264 2026.02.01 14:42:45.130247 [ 60 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Selected 5 parts from all_1_25_5 to all_29_29_0 2026.02.01 14:42:45.130313 [ 60 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:45.130335 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:45.130476 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_29_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_5 to all_29_29_0 into Compact with storage Full 2026.02.01 14:42:45.130660 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_29_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:45.130712 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 394 rows starting from the beginning of the part 2026.02.01 14:42:45.130789 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 140 rows starting from the beginning of the part 2026.02.01 14:42:45.130845 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 368 rows starting from the beginning of the part 2026.02.01 14:42:45.130897 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 140 rows starting from the beginning of the part 2026.02.01 14:42:45.130942 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part 2026.02.01 14:42:45.131915 [ 192 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_29_6} MergeTask::MergeProjectionsStage: Merge sorted 1066 rows, containing 5 columns (5 merged, 0 gathered) in 0.001504096 sec., 708731.357572921 rows/sec., 50.03 MiB/sec. 2026.02.01 14:42:45.132100 [ 196 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_29_6} MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) 2026.02.01 14:42:45.132402 [ 196 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_29_6} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:45.132481 [ 196 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_29_6} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Merged 5 parts: [all_1_25_5, all_29_29_0] -> all_1_29_6 2026.02.01 14:42:45.132574 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.02.01 14:42:47.242296 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:47.242498 [ 276 ] {7b55e529-ac71-4e6c-9701-c7b91e68836b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:42:47.242575 [ 276 ] {7b55e529-ac71-4e6c-9701-c7b91e68836b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:42:47.243250 [ 276 ] {7b55e529-ac71-4e6c-9701-c7b91e68836b} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:47.243300 [ 276 ] {7b55e529-ac71-4e6c-9701-c7b91e68836b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:47.243691 [ 276 ] {7b55e529-ac71-4e6c-9701-c7b91e68836b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.01 14:42:47.243915 [ 276 ] {7b55e529-ac71-4e6c-9701-c7b91e68836b} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:47.244073 [ 276 ] {7b55e529-ac71-4e6c-9701-c7b91e68836b} executeQuery: Read 4 rows, 334.00 B in 0.00163 sec., 2453.98773006135 rows/sec., 200.11 KiB/sec. 2026.02.01 14:42:47.244116 [ 276 ] {7b55e529-ac71-4e6c-9701-c7b91e68836b} TCPHandler: Processed in 0.001963861 sec. 2026.02.01 14:42:47.244240 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:47.244337 [ 276 ] {b5542327-a0c4-4ded-a5ed-3e58324ff57e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:42:47.244378 [ 276 ] {b5542327-a0c4-4ded-a5ed-3e58324ff57e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:42:47.245536 [ 276 ] {b5542327-a0c4-4ded-a5ed-3e58324ff57e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:47.245573 [ 276 ] {b5542327-a0c4-4ded-a5ed-3e58324ff57e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:47.245978 [ 276 ] {b5542327-a0c4-4ded-a5ed-3e58324ff57e} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.01 14:42:47.246199 [ 276 ] {b5542327-a0c4-4ded-a5ed-3e58324ff57e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:47.246335 [ 276 ] {b5542327-a0c4-4ded-a5ed-3e58324ff57e} executeQuery: Read 1198 rows, 101.11 KiB in 0.002017 sec., 593951.4129895885 rows/sec., 48.96 MiB/sec. 2026.02.01 14:42:47.246373 [ 276 ] {b5542327-a0c4-4ded-a5ed-3e58324ff57e} TCPHandler: Processed in 0.002184318 sec. 2026.02.01 14:42:47.246485 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:47.246580 [ 276 ] {0f720609-ffc4-4e6f-99fb-7333d064c4ee} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:42:47.246621 [ 276 ] {0f720609-ffc4-4e6f-99fb-7333d064c4ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:42:47.247010 [ 276 ] {0f720609-ffc4-4e6f-99fb-7333d064c4ee} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:47.247046 [ 276 ] {0f720609-ffc4-4e6f-99fb-7333d064c4ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:47.247337 [ 276 ] {0f720609-ffc4-4e6f-99fb-7333d064c4ee} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 14:42:47.247543 [ 276 ] {0f720609-ffc4-4e6f-99fb-7333d064c4ee} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:47.247684 [ 276 ] {0f720609-ffc4-4e6f-99fb-7333d064c4ee} executeQuery: Read 4 rows, 286.00 B in 0.001122 sec., 3565.0623885918003 rows/sec., 248.93 KiB/sec. 2026.02.01 14:42:47.247723 [ 276 ] {0f720609-ffc4-4e6f-99fb-7333d064c4ee} TCPHandler: Processed in 0.00128791 sec. 2026.02.01 14:42:47.247827 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:47.247921 [ 276 ] {aee596e6-5db2-4b0c-8712-7a6ff77d1d31} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:42:47.247962 [ 276 ] {aee596e6-5db2-4b0c-8712-7a6ff77d1d31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:42:47.248461 [ 276 ] {aee596e6-5db2-4b0c-8712-7a6ff77d1d31} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:47.248498 [ 276 ] {aee596e6-5db2-4b0c-8712-7a6ff77d1d31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:47.248800 [ 276 ] {aee596e6-5db2-4b0c-8712-7a6ff77d1d31} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 14:42:47.249016 [ 276 ] {aee596e6-5db2-4b0c-8712-7a6ff77d1d31} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:47.249148 [ 276 ] {aee596e6-5db2-4b0c-8712-7a6ff77d1d31} executeQuery: Read 228 rows, 15.81 KiB in 0.001244 sec., 183279.7427652733 rows/sec., 12.41 MiB/sec. 2026.02.01 14:42:47.249185 [ 276 ] {aee596e6-5db2-4b0c-8712-7a6ff77d1d31} TCPHandler: Processed in 0.001408373 sec. 2026.02.01 14:42:47.249302 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:47.249395 [ 276 ] {a1b1365e-1430-4c74-b786-d5fde6c48925} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:42:47.249436 [ 276 ] {a1b1365e-1430-4c74-b786-d5fde6c48925} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:42:47.250071 [ 276 ] {a1b1365e-1430-4c74-b786-d5fde6c48925} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:47.250109 [ 276 ] {a1b1365e-1430-4c74-b786-d5fde6c48925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:47.250436 [ 276 ] {a1b1365e-1430-4c74-b786-d5fde6c48925} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.01 14:42:47.250643 [ 276 ] {a1b1365e-1430-4c74-b786-d5fde6c48925} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:47.250772 [ 276 ] {a1b1365e-1430-4c74-b786-d5fde6c48925} executeQuery: Read 524 rows, 39.73 KiB in 0.001395 sec., 375627.2401433692 rows/sec., 27.81 MiB/sec. 2026.02.01 14:42:47.250810 [ 276 ] {a1b1365e-1430-4c74-b786-d5fde6c48925} TCPHandler: Processed in 0.001557329 sec. 2026.02.01 14:42:47.250924 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:47.251020 [ 276 ] {3da3f620-b227-4c8b-8cc2-db1ff3bbaa39} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:47.251064 [ 276 ] {3da3f620-b227-4c8b-8cc2-db1ff3bbaa39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:42:47.251704 [ 276 ] {3da3f620-b227-4c8b-8cc2-db1ff3bbaa39} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:47.251741 [ 276 ] {3da3f620-b227-4c8b-8cc2-db1ff3bbaa39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:47.252118 [ 276 ] {3da3f620-b227-4c8b-8cc2-db1ff3bbaa39} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.01 14:42:47.252325 [ 276 ] {3da3f620-b227-4c8b-8cc2-db1ff3bbaa39} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:47.252456 [ 276 ] {3da3f620-b227-4c8b-8cc2-db1ff3bbaa39} executeQuery: Read 846 rows, 58.31 KiB in 0.001455 sec., 581443.2989690722 rows/sec., 39.14 MiB/sec. 2026.02.01 14:42:47.252494 [ 276 ] {3da3f620-b227-4c8b-8cc2-db1ff3bbaa39} TCPHandler: Processed in 0.001618761 sec. 2026.02.01 14:42:47.252606 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:47.252699 [ 276 ] {71c3301b-f360-449c-809c-df54ee02dfc2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:42:47.252741 [ 276 ] {71c3301b-f360-449c-809c-df54ee02dfc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:42:47.253082 [ 276 ] {71c3301b-f360-449c-809c-df54ee02dfc2} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:47.253119 [ 276 ] {71c3301b-f360-449c-809c-df54ee02dfc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:47.253426 [ 276 ] {71c3301b-f360-449c-809c-df54ee02dfc2} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.01 14:42:47.253638 [ 276 ] {71c3301b-f360-449c-809c-df54ee02dfc2} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:47.253767 [ 276 ] {71c3301b-f360-449c-809c-df54ee02dfc2} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2026.02.01 14:42:47.253805 [ 276 ] {71c3301b-f360-449c-809c-df54ee02dfc2} TCPHandler: Processed in 0.001247488 sec. 2026.02.01 14:42:49.575048 [ 28 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:42:49.575126 [ 28 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:42:49.741082 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24025 2026.02.01 14:42:49.741583 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:49.741627 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:49.742155 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 14:42:49.742389 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:49.742533 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24025 2026.02.01 14:42:50.985313 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.02.01 14:42:51.003155 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:51.003210 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:51.009767 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 14:42:51.010512 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:51.013599 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.02.01 14:42:52.215146 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:52.215362 [ 276 ] {f599ee07-a5e6-442b-959c-045ab5a2605f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:42:52.215442 [ 276 ] {f599ee07-a5e6-442b-959c-045ab5a2605f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:42:52.216294 [ 276 ] {f599ee07-a5e6-442b-959c-045ab5a2605f} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:52.216346 [ 276 ] {f599ee07-a5e6-442b-959c-045ab5a2605f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:52.216761 [ 276 ] {f599ee07-a5e6-442b-959c-045ab5a2605f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.01 14:42:52.216997 [ 276 ] {f599ee07-a5e6-442b-959c-045ab5a2605f} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:52.217168 [ 25 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.01 14:42:52.217173 [ 276 ] {f599ee07-a5e6-442b-959c-045ab5a2605f} executeQuery: Read 136 rows, 12.08 KiB in 0.001868 sec., 72805.1391862955 rows/sec., 6.31 MiB/sec. 2026.02.01 14:42:52.217262 [ 25 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:52.217289 [ 276 ] {f599ee07-a5e6-442b-959c-045ab5a2605f} TCPHandler: Processed in 0.002289601 sec. 2026.02.01 14:42:52.217293 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:52.217427 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:52.217445 [ 192 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:42:52.217536 [ 276 ] {e9c59174-c23f-420d-b840-626c55c79b2c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:42:52.217587 [ 276 ] {e9c59174-c23f-420d-b840-626c55c79b2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:42:52.217603 [ 192 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:52.217650 [ 192 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2105 rows starting from the beginning of the part 2026.02.01 14:42:52.217732 [ 192 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 258 rows starting from the beginning of the part 2026.02.01 14:42:52.217789 [ 192 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:42:52.217841 [ 192 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 136 rows starting from the beginning of the part 2026.02.01 14:42:52.218002 [ 192 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1198 rows starting from the beginning of the part 2026.02.01 14:42:52.218053 [ 192 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 136 rows starting from the beginning of the part 2026.02.01 14:42:52.218060 [ 276 ] {e9c59174-c23f-420d-b840-626c55c79b2c} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:52.218113 [ 276 ] {e9c59174-c23f-420d-b840-626c55c79b2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:52.218499 [ 276 ] {e9c59174-c23f-420d-b840-626c55c79b2c} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 14:42:52.218747 [ 276 ] {e9c59174-c23f-420d-b840-626c55c79b2c} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:52.218900 [ 276 ] {e9c59174-c23f-420d-b840-626c55c79b2c} executeQuery: Read 40 rows, 3.01 KiB in 0.001389 sec., 28797.696184305256 rows/sec., 2.11 MiB/sec. 2026.02.01 14:42:52.218942 [ 276 ] {e9c59174-c23f-420d-b840-626c55c79b2c} TCPHandler: Processed in 0.001566648 sec. 2026.02.01 14:42:52.219124 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:52.219223 [ 276 ] {4478bad9-0157-4d69-81b2-2a91419a2e8a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:42:52.219267 [ 276 ] {4478bad9-0157-4d69-81b2-2a91419a2e8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:42:52.219668 [ 196 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3889 rows, containing 5 columns (5 merged, 0 gathered) in 0.002282131 sec., 1704109.0103942323 rows/sec., 147.97 MiB/sec. 2026.02.01 14:42:52.219736 [ 276 ] {4478bad9-0157-4d69-81b2-2a91419a2e8a} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:52.219778 [ 276 ] {4478bad9-0157-4d69-81b2-2a91419a2e8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:52.219990 [ 194 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.01 14:42:52.220118 [ 276 ] {4478bad9-0157-4d69-81b2-2a91419a2e8a} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.01 14:42:52.220273 [ 194 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_71_14} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:52.220352 [ 194 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_71_14} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.01 14:42:52.220373 [ 276 ] {4478bad9-0157-4d69-81b2-2a91419a2e8a} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:52.220450 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. 2026.02.01 14:42:52.220497 [ 25 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.01 14:42:52.220510 [ 276 ] {4478bad9-0157-4d69-81b2-2a91419a2e8a} executeQuery: Read 104 rows, 8.32 KiB in 0.001309 sec., 79449.96180290298 rows/sec., 6.21 MiB/sec. 2026.02.01 14:42:52.220539 [ 25 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:52.220561 [ 276 ] {4478bad9-0157-4d69-81b2-2a91419a2e8a} TCPHandler: Processed in 0.001488936 sec. 2026.02.01 14:42:52.220564 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:52.220666 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:42:52.220701 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:52.220771 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:52.220803 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1033 rows starting from the beginning of the part 2026.02.01 14:42:52.220803 [ 276 ] {620e07b5-5a7c-46a3-8373-0f34fdedfc40} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:52.220858 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 144 rows starting from the beginning of the part 2026.02.01 14:42:52.220862 [ 276 ] {620e07b5-5a7c-46a3-8373-0f34fdedfc40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:42:52.220911 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:42:52.220958 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 104 rows starting from the beginning of the part 2026.02.01 14:42:52.221000 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 524 rows starting from the beginning of the part 2026.02.01 14:42:52.221038 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 104 rows starting from the beginning of the part 2026.02.01 14:42:52.221333 [ 276 ] {620e07b5-5a7c-46a3-8373-0f34fdedfc40} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:52.221374 [ 276 ] {620e07b5-5a7c-46a3-8373-0f34fdedfc40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:52.221736 [ 276 ] {620e07b5-5a7c-46a3-8373-0f34fdedfc40} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.01 14:42:52.221954 [ 276 ] {620e07b5-5a7c-46a3-8373-0f34fdedfc40} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:52.222089 [ 276 ] {620e07b5-5a7c-46a3-8373-0f34fdedfc40} executeQuery: Read 160 rows, 11.41 KiB in 0.001304 sec., 122699.38650306748 rows/sec., 8.55 MiB/sec. 2026.02.01 14:42:52.222104 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1973 rows, containing 5 columns (5 merged, 0 gathered) in 0.001474225 sec., 1338330.3091454832 rows/sec., 104.80 MiB/sec. 2026.02.01 14:42:52.222128 [ 276 ] {620e07b5-5a7c-46a3-8373-0f34fdedfc40} TCPHandler: Processed in 0.001478006 sec. 2026.02.01 14:42:52.222253 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:52.222289 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.01 14:42:52.222349 [ 276 ] {be1ba54a-b4bd-477e-84d3-cee763c1b785} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:52.222410 [ 276 ] {be1ba54a-b4bd-477e-84d3-cee763c1b785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:42:52.222555 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_71_14} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:52.222638 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_71_14} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.01 14:42:52.222714 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.02.01 14:42:52.223342 [ 276 ] {be1ba54a-b4bd-477e-84d3-cee763c1b785} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:52.223384 [ 276 ] {be1ba54a-b4bd-477e-84d3-cee763c1b785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:52.223994 [ 276 ] {be1ba54a-b4bd-477e-84d3-cee763c1b785} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 14:42:52.224217 [ 276 ] {be1ba54a-b4bd-477e-84d3-cee763c1b785} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:52.224346 [ 25 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.01 14:42:52.224364 [ 276 ] {be1ba54a-b4bd-477e-84d3-cee763c1b785} executeQuery: Read 40 rows, 73.40 KiB in 0.002033 sec., 19675.35661583866 rows/sec., 35.26 MiB/sec. 2026.02.01 14:42:52.224394 [ 25 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:52.224423 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:52.224451 [ 276 ] {be1ba54a-b4bd-477e-84d3-cee763c1b785} TCPHandler: Processed in 0.00224799 sec. 2026.02.01 14:42:52.224502 [ 196 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:42:52.224579 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:52.224687 [ 276 ] {af563b84-60e1-44d8-a2c3-8724ed9e1a3b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:42:52.224716 [ 196 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:52.224735 [ 276 ] {af563b84-60e1-44d8-a2c3-8724ed9e1a3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:42:52.224775 [ 196 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1142 rows starting from the beginning of the part 2026.02.01 14:42:52.224900 [ 196 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part 2026.02.01 14:42:52.225002 [ 196 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part 2026.02.01 14:42:52.225099 [ 196 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part 2026.02.01 14:42:52.225101 [ 276 ] {af563b84-60e1-44d8-a2c3-8724ed9e1a3b} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:52.225149 [ 276 ] {af563b84-60e1-44d8-a2c3-8724ed9e1a3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:52.225196 [ 196 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part 2026.02.01 14:42:52.225292 [ 196 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part 2026.02.01 14:42:52.225476 [ 276 ] {af563b84-60e1-44d8-a2c3-8724ed9e1a3b} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.01 14:42:52.225735 [ 276 ] {af563b84-60e1-44d8-a2c3-8724ed9e1a3b} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:52.225872 [ 276 ] {af563b84-60e1-44d8-a2c3-8724ed9e1a3b} executeQuery: Read 60 rows, 4.14 KiB in 0.001204 sec., 49833.88704318937 rows/sec., 3.36 MiB/sec. 2026.02.01 14:42:52.225910 [ 276 ] {af563b84-60e1-44d8-a2c3-8724ed9e1a3b} TCPHandler: Processed in 0.001381363 sec. 2026.02.01 14:42:52.231958 [ 200 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1342 rows, containing 19 columns (19 merged, 0 gathered) in 0.007488762 sec., 179201.849384451 rows/sec., 321.12 MiB/sec. 2026.02.01 14:42:52.233541 [ 202 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.01 14:42:52.233915 [ 202 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_36_7} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:52.233984 [ 202 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_36_7} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.01 14:42:52.234128 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.48 MiB. 2026.02.01 14:42:53.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 315.58 MiB, peak 327.02 MiB, free memory in arenas 0.00 B, will set to 318.66 MiB (RSS), difference: 3.07 MiB 2026.02.01 14:42:54.810147 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1290 2026.02.01 14:42:54.812427 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:54.812464 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:54.813630 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 14:42:54.813883 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:54.814142 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1290 2026.02.01 14:42:57.212278 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:57.212464 [ 276 ] {0878dbe3-1070-4b43-be22-b5765d7e4aa5} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:42:57.212535 [ 276 ] {0878dbe3-1070-4b43-be22-b5765d7e4aa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:42:57.213243 [ 276 ] {0878dbe3-1070-4b43-be22-b5765d7e4aa5} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:57.213306 [ 276 ] {0878dbe3-1070-4b43-be22-b5765d7e4aa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:57.213719 [ 276 ] {0878dbe3-1070-4b43-be22-b5765d7e4aa5} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.01 14:42:57.213955 [ 276 ] {0878dbe3-1070-4b43-be22-b5765d7e4aa5} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:57.214123 [ 276 ] {0878dbe3-1070-4b43-be22-b5765d7e4aa5} executeQuery: Read 56 rows, 4.41 KiB in 0.001711 sec., 32729.398012857975 rows/sec., 2.51 MiB/sec. 2026.02.01 14:42:57.214176 [ 276 ] {0878dbe3-1070-4b43-be22-b5765d7e4aa5} TCPHandler: Processed in 0.002034473 sec. 2026.02.01 14:42:57.214315 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:57.214418 [ 276 ] {05fadd78-758e-4d47-bd7c-5c85481e0cd8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:42:57.214462 [ 276 ] {05fadd78-758e-4d47-bd7c-5c85481e0cd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:42:57.214910 [ 276 ] {05fadd78-758e-4d47-bd7c-5c85481e0cd8} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:57.214950 [ 276 ] {05fadd78-758e-4d47-bd7c-5c85481e0cd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:57.215265 [ 276 ] {05fadd78-758e-4d47-bd7c-5c85481e0cd8} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.01 14:42:57.215484 [ 276 ] {05fadd78-758e-4d47-bd7c-5c85481e0cd8} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:57.215619 [ 276 ] {05fadd78-758e-4d47-bd7c-5c85481e0cd8} executeQuery: Read 64 rows, 5.12 KiB in 0.001224 sec., 52287.5816993464 rows/sec., 4.08 MiB/sec. 2026.02.01 14:42:57.215657 [ 276 ] {05fadd78-758e-4d47-bd7c-5c85481e0cd8} TCPHandler: Processed in 0.001399183 sec. 2026.02.01 14:42:57.215778 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:57.215875 [ 276 ] {9ef5e20f-1af7-4370-ba3c-0971ece30a80} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:42:57.215920 [ 276 ] {9ef5e20f-1af7-4370-ba3c-0971ece30a80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:42:57.216337 [ 276 ] {9ef5e20f-1af7-4370-ba3c-0971ece30a80} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:57.216374 [ 276 ] {9ef5e20f-1af7-4370-ba3c-0971ece30a80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:57.216701 [ 276 ] {9ef5e20f-1af7-4370-ba3c-0971ece30a80} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.01 14:42:57.216912 [ 276 ] {9ef5e20f-1af7-4370-ba3c-0971ece30a80} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:57.217046 [ 276 ] {9ef5e20f-1af7-4370-ba3c-0971ece30a80} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.02.01 14:42:57.217083 [ 276 ] {9ef5e20f-1af7-4370-ba3c-0971ece30a80} TCPHandler: Processed in 0.001355602 sec. 2026.02.01 14:42:57.217197 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:42:57.217291 [ 276 ] {9596443b-b47b-4c65-b93c-6dc10a22c38f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:42:57.217335 [ 276 ] {9596443b-b47b-4c65-b93c-6dc10a22c38f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:42:57.217677 [ 276 ] {9596443b-b47b-4c65-b93c-6dc10a22c38f} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:57.217713 [ 276 ] {9596443b-b47b-4c65-b93c-6dc10a22c38f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:57.218025 [ 276 ] {9596443b-b47b-4c65-b93c-6dc10a22c38f} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.01 14:42:57.218234 [ 276 ] {9596443b-b47b-4c65-b93c-6dc10a22c38f} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:57.218364 [ 276 ] {9596443b-b47b-4c65-b93c-6dc10a22c38f} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2026.02.01 14:42:57.218401 [ 276 ] {9596443b-b47b-4c65-b93c-6dc10a22c38f} TCPHandler: Processed in 0.001253909 sec. 2026.02.01 14:42:57.243585 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24537 2026.02.01 14:42:57.244114 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:57.244156 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:57.244647 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 14:42:57.244879 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:57.245019 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24537 2026.02.01 14:42:57.245016 [ 24 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 14:42:57.245094 [ 24 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:57.245115 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:57.245246 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:42:57.245400 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:57.245440 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22105 rows starting from the beginning of the part 2026.02.01 14:42:57.245510 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:42:57.245561 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:42:57.245606 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:42:57.245649 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:42:57.245692 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:42:57.247851 [ 200 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24537 rows, containing 4 columns (4 merged, 0 gathered) in 0.002662272 sec., 9216563.897302756 rows/sec., 131.84 MiB/sec. 2026.02.01 14:42:57.248117 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 14:42:57.248360 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_51_10} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:57.248435 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_51_10} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 14:42:57.248515 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2026.02.01 14:42:58.514582 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.02.01 14:42:58.532386 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:58.532460 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:58.538357 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.01 14:42:58.539152 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:58.539510 [ 18 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.01 14:42:58.539578 [ 18 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:42:58.539601 [ 18 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.02.01 14:42:58.539727 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:42:58.544075 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.02.01 14:42:58.544649 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:42:58.546040 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:42:58.550773 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:42:58.555370 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:42:58.560034 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:42:58.564645 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:42:58.568627 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:42:58.623610 [ 200 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.083938642 sec., 4574.770223230441 rows/sec., 23.66 MiB/sec. 2026.02.01 14:42:58.626780 [ 199 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.01 14:42:58.629085 [ 199 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_51_10} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:42:58.629201 [ 199 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_51_10} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.01 14:42:58.631841 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.02.01 14:43:02.216928 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:02.217148 [ 276 ] {01124984-2e62-470f-a381-7c92d5f7327b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:43:02.217227 [ 276 ] {01124984-2e62-470f-a381-7c92d5f7327b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:43:02.218029 [ 276 ] {01124984-2e62-470f-a381-7c92d5f7327b} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:02.218076 [ 276 ] {01124984-2e62-470f-a381-7c92d5f7327b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:02.218488 [ 276 ] {01124984-2e62-470f-a381-7c92d5f7327b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 14:43:02.218723 [ 276 ] {01124984-2e62-470f-a381-7c92d5f7327b} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:02.218890 [ 276 ] {01124984-2e62-470f-a381-7c92d5f7327b} executeQuery: Read 24 rows, 2.04 KiB in 0.001796 sec., 13363.028953229397 rows/sec., 1.11 MiB/sec. 2026.02.01 14:43:02.218943 [ 276 ] {01124984-2e62-470f-a381-7c92d5f7327b} TCPHandler: Processed in 0.002157027 sec. 2026.02.01 14:43:02.219067 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:02.219171 [ 276 ] {540976be-3867-43bb-8122-c0d7b3323b55} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:43:02.219216 [ 276 ] {540976be-3867-43bb-8122-c0d7b3323b55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:43:02.219669 [ 276 ] {540976be-3867-43bb-8122-c0d7b3323b55} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:02.219707 [ 276 ] {540976be-3867-43bb-8122-c0d7b3323b55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:02.220027 [ 276 ] {540976be-3867-43bb-8122-c0d7b3323b55} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.01 14:43:02.220244 [ 276 ] {540976be-3867-43bb-8122-c0d7b3323b55} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:02.220379 [ 276 ] {540976be-3867-43bb-8122-c0d7b3323b55} executeQuery: Read 8 rows, 668.00 B in 0.001233 sec., 6488.240064882401 rows/sec., 529.07 KiB/sec. 2026.02.01 14:43:02.220418 [ 276 ] {540976be-3867-43bb-8122-c0d7b3323b55} TCPHandler: Processed in 0.001403014 sec. 2026.02.01 14:43:02.220529 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:02.220624 [ 276 ] {e11921d0-e079-4399-a13d-6c88167c8957} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:43:02.220667 [ 276 ] {e11921d0-e079-4399-a13d-6c88167c8957} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:43:02.221231 [ 276 ] {e11921d0-e079-4399-a13d-6c88167c8957} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:02.221268 [ 276 ] {e11921d0-e079-4399-a13d-6c88167c8957} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:02.221613 [ 276 ] {e11921d0-e079-4399-a13d-6c88167c8957} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.01 14:43:02.221851 [ 276 ] {e11921d0-e079-4399-a13d-6c88167c8957} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:02.221986 [ 276 ] {e11921d0-e079-4399-a13d-6c88167c8957} executeQuery: Read 260 rows, 23.83 KiB in 0.00138 sec., 188405.79710144928 rows/sec., 16.86 MiB/sec. 2026.02.01 14:43:02.222023 [ 276 ] {e11921d0-e079-4399-a13d-6c88167c8957} TCPHandler: Processed in 0.001545008 sec. 2026.02.01 14:43:02.222131 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:02.222227 [ 276 ] {296e6193-c6f6-416a-98ee-d9843eccaf8b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:43:02.222273 [ 276 ] {296e6193-c6f6-416a-98ee-d9843eccaf8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:43:02.222705 [ 276 ] {296e6193-c6f6-416a-98ee-d9843eccaf8b} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:02.222742 [ 276 ] {296e6193-c6f6-416a-98ee-d9843eccaf8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:02.223050 [ 276 ] {296e6193-c6f6-416a-98ee-d9843eccaf8b} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 14:43:02.223267 [ 276 ] {296e6193-c6f6-416a-98ee-d9843eccaf8b} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:02.223401 [ 276 ] {296e6193-c6f6-416a-98ee-d9843eccaf8b} executeQuery: Read 60 rows, 4.53 KiB in 0.001193 sec., 50293.37803855826 rows/sec., 3.71 MiB/sec. 2026.02.01 14:43:02.223440 [ 276 ] {296e6193-c6f6-416a-98ee-d9843eccaf8b} TCPHandler: Processed in 0.001357642 sec. 2026.02.01 14:43:02.223549 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:02.223649 [ 276 ] {38a8ff10-0fef-499b-aa81-390002a0db31} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:43:02.223707 [ 276 ] {38a8ff10-0fef-499b-aa81-390002a0db31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:43:02.224122 [ 276 ] {38a8ff10-0fef-499b-aa81-390002a0db31} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:02.224158 [ 276 ] {38a8ff10-0fef-499b-aa81-390002a0db31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:02.224456 [ 276 ] {38a8ff10-0fef-499b-aa81-390002a0db31} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 14:43:02.224674 [ 276 ] {38a8ff10-0fef-499b-aa81-390002a0db31} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:02.224888 [ 276 ] {38a8ff10-0fef-499b-aa81-390002a0db31} executeQuery: Read 24 rows, 2.04 KiB in 0.001256 sec., 19108.28025477707 rows/sec., 1.59 MiB/sec. 2026.02.01 14:43:02.224942 [ 276 ] {38a8ff10-0fef-499b-aa81-390002a0db31} TCPHandler: Processed in 0.001443615 sec. 2026.02.01 14:43:02.225069 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:02.225162 [ 276 ] {73700b1b-fb1e-4895-91cd-299e1f115e02} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:43:02.225201 [ 276 ] {73700b1b-fb1e-4895-91cd-299e1f115e02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:43:02.225654 [ 276 ] {73700b1b-fb1e-4895-91cd-299e1f115e02} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:02.225692 [ 276 ] {73700b1b-fb1e-4895-91cd-299e1f115e02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:02.226001 [ 276 ] {73700b1b-fb1e-4895-91cd-299e1f115e02} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 14:43:02.226240 [ 276 ] {73700b1b-fb1e-4895-91cd-299e1f115e02} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:02.226373 [ 276 ] {73700b1b-fb1e-4895-91cd-299e1f115e02} executeQuery: Read 12 rows, 960.00 B in 0.001229 sec., 9764.035801464604 rows/sec., 762.82 KiB/sec. 2026.02.01 14:43:02.226413 [ 276 ] {73700b1b-fb1e-4895-91cd-299e1f115e02} TCPHandler: Processed in 0.001398843 sec. 2026.02.01 14:43:02.226523 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:02.226621 [ 276 ] {bb38a1aa-7375-41fb-a323-4620135f1113} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:43:02.226663 [ 276 ] {bb38a1aa-7375-41fb-a323-4620135f1113} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:43:02.227151 [ 276 ] {bb38a1aa-7375-41fb-a323-4620135f1113} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:02.227189 [ 276 ] {bb38a1aa-7375-41fb-a323-4620135f1113} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:02.227533 [ 276 ] {bb38a1aa-7375-41fb-a323-4620135f1113} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.01 14:43:02.227745 [ 276 ] {bb38a1aa-7375-41fb-a323-4620135f1113} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:02.227879 [ 276 ] {bb38a1aa-7375-41fb-a323-4620135f1113} executeQuery: Read 148 rows, 12.23 KiB in 0.001277 sec., 115896.6327329679 rows/sec., 9.35 MiB/sec. 2026.02.01 14:43:02.227919 [ 276 ] {bb38a1aa-7375-41fb-a323-4620135f1113} TCPHandler: Processed in 0.001444804 sec. 2026.02.01 14:43:02.228030 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:02.228129 [ 276 ] {42669520-210e-4ef0-bdf9-a3eb53d582f8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:02.228174 [ 276 ] {42669520-210e-4ef0-bdf9-a3eb53d582f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:43:02.228588 [ 276 ] {42669520-210e-4ef0-bdf9-a3eb53d582f8} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:02.228624 [ 276 ] {42669520-210e-4ef0-bdf9-a3eb53d582f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:02.228975 [ 276 ] {42669520-210e-4ef0-bdf9-a3eb53d582f8} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.01 14:43:02.229190 [ 276 ] {42669520-210e-4ef0-bdf9-a3eb53d582f8} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:02.229316 [ 31 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.01 14:43:02.229327 [ 276 ] {42669520-210e-4ef0-bdf9-a3eb53d582f8} executeQuery: Read 200 rows, 14.68 KiB in 0.001216 sec., 164473.68421052632 rows/sec., 11.79 MiB/sec. 2026.02.01 14:43:02.229393 [ 31 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:02.229417 [ 276 ] {42669520-210e-4ef0-bdf9-a3eb53d582f8} TCPHandler: Processed in 0.001436915 sec. 2026.02.01 14:43:02.229418 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:02.229545 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:02.229552 [ 193 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:43:02.229652 [ 276 ] {d0a9a78b-c72a-4f1f-b0c0-0b7ad1bcedb3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:02.229699 [ 193 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:02.229712 [ 276 ] {d0a9a78b-c72a-4f1f-b0c0-0b7ad1bcedb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:43:02.229738 [ 193 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19751 rows starting from the beginning of the part 2026.02.01 14:43:02.229811 [ 193 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part 2026.02.01 14:43:02.229855 [ 193 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 846 rows starting from the beginning of the part 2026.02.01 14:43:02.229902 [ 193 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:43:02.229946 [ 193 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part 2026.02.01 14:43:02.229993 [ 193 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 200 rows starting from the beginning of the part 2026.02.01 14:43:02.230606 [ 276 ] {d0a9a78b-c72a-4f1f-b0c0-0b7ad1bcedb3} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:02.230655 [ 276 ] {d0a9a78b-c72a-4f1f-b0c0-0b7ad1bcedb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:02.231340 [ 276 ] {d0a9a78b-c72a-4f1f-b0c0-0b7ad1bcedb3} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 14:43:02.231589 [ 276 ] {d0a9a78b-c72a-4f1f-b0c0-0b7ad1bcedb3} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:02.231735 [ 276 ] {d0a9a78b-c72a-4f1f-b0c0-0b7ad1bcedb3} executeQuery: Read 40 rows, 73.40 KiB in 0.002101 sec., 19038.55306996668 rows/sec., 34.12 MiB/sec. 2026.02.01 14:43:02.231801 [ 276 ] {d0a9a78b-c72a-4f1f-b0c0-0b7ad1bcedb3} TCPHandler: Processed in 0.002307191 sec. 2026.02.01 14:43:02.231912 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:02.232015 [ 276 ] {831c3732-cdd4-473b-a5b0-09db67b893e8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:43:02.232059 [ 276 ] {831c3732-cdd4-473b-a5b0-09db67b893e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:43:02.232396 [ 276 ] {831c3732-cdd4-473b-a5b0-09db67b893e8} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:02.232433 [ 276 ] {831c3732-cdd4-473b-a5b0-09db67b893e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:02.232778 [ 276 ] {831c3732-cdd4-473b-a5b0-09db67b893e8} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.01 14:43:02.232992 [ 276 ] {831c3732-cdd4-473b-a5b0-09db67b893e8} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:02.233121 [ 276 ] {831c3732-cdd4-473b-a5b0-09db67b893e8} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2026.02.01 14:43:02.233158 [ 276 ] {831c3732-cdd4-473b-a5b0-09db67b893e8} TCPHandler: Processed in 0.001296661 sec. 2026.02.01 14:43:02.236561 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 21277 rows, containing 5 columns (5 merged, 0 gathered) in 0.007061879 sec., 3012937.49156563 rows/sec., 204.79 MiB/sec. 2026.02.01 14:43:02.237274 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.01 14:43:02.237685 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_71_14} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:02.237771 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_71_14} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.01 14:43:02.237859 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2026.02.01 14:43:03.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 320.47 MiB, peak 333.24 MiB, free memory in arenas 0.00 B, will set to 322.04 MiB (RSS), difference: 1.56 MiB 2026.02.01 14:43:04.575544 [ 76 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:43:04.575616 [ 76 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:43:04.745150 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24985 2026.02.01 14:43:04.745706 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:04.745750 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:04.746265 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 14:43:04.746502 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:04.746649 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24985 2026.02.01 14:43:04.815225 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1318 2026.02.01 14:43:04.817443 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:04.817482 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:04.818688 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 14:43:04.818961 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:04.819221 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1318 2026.02.01 14:43:06.044140 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.02.01 14:43:06.059324 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:06.059370 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:06.064674 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.01 14:43:06.065359 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:06.068065 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.02.01 14:43:07.213606 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:07.213865 [ 276 ] {f3b2c706-91f7-41e0-85fa-99396dc7962e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:43:07.213929 [ 276 ] {f3b2c706-91f7-41e0-85fa-99396dc7962e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:43:07.214635 [ 276 ] {f3b2c706-91f7-41e0-85fa-99396dc7962e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:07.214676 [ 276 ] {f3b2c706-91f7-41e0-85fa-99396dc7962e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:07.215057 [ 276 ] {f3b2c706-91f7-41e0-85fa-99396dc7962e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.01 14:43:07.215279 [ 276 ] {f3b2c706-91f7-41e0-85fa-99396dc7962e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:07.215434 [ 276 ] {f3b2c706-91f7-41e0-85fa-99396dc7962e} executeQuery: Read 56 rows, 4.41 KiB in 0.001627 sec., 34419.17639827904 rows/sec., 2.64 MiB/sec. 2026.02.01 14:43:07.215475 [ 276 ] {f3b2c706-91f7-41e0-85fa-99396dc7962e} TCPHandler: Processed in 0.002047744 sec. 2026.02.01 14:43:07.215603 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:07.215697 [ 276 ] {1f8948bb-b1bf-40b6-9d05-c0a2c49e8395} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:43:07.215736 [ 276 ] {1f8948bb-b1bf-40b6-9d05-c0a2c49e8395} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:43:07.216175 [ 276 ] {1f8948bb-b1bf-40b6-9d05-c0a2c49e8395} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:07.216211 [ 276 ] {1f8948bb-b1bf-40b6-9d05-c0a2c49e8395} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:07.216504 [ 276 ] {1f8948bb-b1bf-40b6-9d05-c0a2c49e8395} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.01 14:43:07.216702 [ 276 ] {1f8948bb-b1bf-40b6-9d05-c0a2c49e8395} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:07.216826 [ 276 ] {1f8948bb-b1bf-40b6-9d05-c0a2c49e8395} executeQuery: Read 64 rows, 5.12 KiB in 0.001148 sec., 55749.12891986063 rows/sec., 4.35 MiB/sec. 2026.02.01 14:43:07.216863 [ 276 ] {1f8948bb-b1bf-40b6-9d05-c0a2c49e8395} TCPHandler: Processed in 0.001307611 sec. 2026.02.01 14:43:07.216984 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:07.217076 [ 276 ] {6cc2fe8c-cb1d-4dab-b4fc-1bade6ac853f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:07.217118 [ 276 ] {6cc2fe8c-cb1d-4dab-b4fc-1bade6ac853f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:43:07.217542 [ 276 ] {6cc2fe8c-cb1d-4dab-b4fc-1bade6ac853f} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:07.217578 [ 276 ] {6cc2fe8c-cb1d-4dab-b4fc-1bade6ac853f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:07.217902 [ 276 ] {6cc2fe8c-cb1d-4dab-b4fc-1bade6ac853f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.01 14:43:07.218100 [ 276 ] {6cc2fe8c-cb1d-4dab-b4fc-1bade6ac853f} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:07.218225 [ 276 ] {6cc2fe8c-cb1d-4dab-b4fc-1bade6ac853f} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2026.02.01 14:43:07.218261 [ 276 ] {6cc2fe8c-cb1d-4dab-b4fc-1bade6ac853f} TCPHandler: Processed in 0.001323731 sec. 2026.02.01 14:43:07.218376 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:07.218468 [ 276 ] {49f2e09e-bb60-45a5-a166-f369bd5ac599} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:43:07.218508 [ 276 ] {49f2e09e-bb60-45a5-a166-f369bd5ac599} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:43:07.218841 [ 276 ] {49f2e09e-bb60-45a5-a166-f369bd5ac599} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:07.218877 [ 276 ] {49f2e09e-bb60-45a5-a166-f369bd5ac599} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:07.219171 [ 276 ] {49f2e09e-bb60-45a5-a166-f369bd5ac599} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.01 14:43:07.219374 [ 276 ] {49f2e09e-bb60-45a5-a166-f369bd5ac599} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:07.219491 [ 29 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.01 14:43:07.219498 [ 276 ] {49f2e09e-bb60-45a5-a166-f369bd5ac599} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2026.02.01 14:43:07.219564 [ 29 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:07.219578 [ 276 ] {49f2e09e-bb60-45a5-a166-f369bd5ac599} TCPHandler: Processed in 0.001253929 sec. 2026.02.01 14:43:07.219591 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:07.219699 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:43:07.219795 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:07.219823 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3706 rows starting from the beginning of the part 2026.02.01 14:43:07.219878 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2026.02.01 14:43:07.219919 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2026.02.01 14:43:07.219956 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:43:07.219993 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2026.02.01 14:43:07.220030 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:43:07.221078 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4006 rows, containing 4 columns (4 merged, 0 gathered) in 0.001418984 sec., 2823146.7021474517 rows/sec., 184.12 MiB/sec. 2026.02.01 14:43:07.221332 [ 198 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.01 14:43:07.221582 [ 198 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_71_14} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:07.221650 [ 198 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_71_14} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.01 14:43:07.221710 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.02.01 14:43:12.214603 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:12.214911 [ 276 ] {386582c0-613d-4d4c-b2c1-3de08e31374d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:43:12.215007 [ 276 ] {386582c0-613d-4d4c-b2c1-3de08e31374d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:43:12.215846 [ 276 ] {386582c0-613d-4d4c-b2c1-3de08e31374d} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:12.215896 [ 276 ] {386582c0-613d-4d4c-b2c1-3de08e31374d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:12.216316 [ 276 ] {386582c0-613d-4d4c-b2c1-3de08e31374d} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.01 14:43:12.216555 [ 276 ] {386582c0-613d-4d4c-b2c1-3de08e31374d} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:12.216729 [ 276 ] {386582c0-613d-4d4c-b2c1-3de08e31374d} executeQuery: Read 136 rows, 12.08 KiB in 0.001894 sec., 71805.70221752903 rows/sec., 6.23 MiB/sec. 2026.02.01 14:43:12.216783 [ 276 ] {386582c0-613d-4d4c-b2c1-3de08e31374d} TCPHandler: Processed in 0.002373083 sec. 2026.02.01 14:43:12.216924 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:12.217029 [ 276 ] {99706984-7e2d-4d06-99ea-4953aa1b495c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:43:12.217073 [ 276 ] {99706984-7e2d-4d06-99ea-4953aa1b495c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:43:12.217593 [ 276 ] {99706984-7e2d-4d06-99ea-4953aa1b495c} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:12.217631 [ 276 ] {99706984-7e2d-4d06-99ea-4953aa1b495c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:12.217956 [ 276 ] {99706984-7e2d-4d06-99ea-4953aa1b495c} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 14:43:12.218174 [ 276 ] {99706984-7e2d-4d06-99ea-4953aa1b495c} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:12.218293 [ 9 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 14:43:12.218311 [ 276 ] {99706984-7e2d-4d06-99ea-4953aa1b495c} executeQuery: Read 40 rows, 3.01 KiB in 0.001306 sec., 30627.871362940274 rows/sec., 2.25 MiB/sec. 2026.02.01 14:43:12.218360 [ 9 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:12.218373 [ 276 ] {99706984-7e2d-4d06-99ea-4953aa1b495c} TCPHandler: Processed in 0.001502287 sec. 2026.02.01 14:43:12.218389 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:12.218528 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:43:12.218535 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:12.218675 [ 276 ] {cb2615a3-ed28-4365-a1de-4851f548290e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:43:12.218679 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:12.218725 [ 276 ] {cb2615a3-ed28-4365-a1de-4851f548290e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:43:12.218729 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 205 rows starting from the beginning of the part 2026.02.01 14:43:12.218812 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part 2026.02.01 14:43:12.218856 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 4 rows starting from the beginning of the part 2026.02.01 14:43:12.218898 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part 2026.02.01 14:43:12.218936 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2026.02.01 14:43:12.218974 [ 193 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part 2026.02.01 14:43:12.219185 [ 276 ] {cb2615a3-ed28-4365-a1de-4851f548290e} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:12.219228 [ 276 ] {cb2615a3-ed28-4365-a1de-4851f548290e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:12.219572 [ 276 ] {cb2615a3-ed28-4365-a1de-4851f548290e} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.01 14:43:12.219768 [ 198 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 389 rows, containing 5 columns (5 merged, 0 gathered) in 0.00130055 sec., 299104.2251355196 rows/sec., 21.56 MiB/sec. 2026.02.01 14:43:12.219805 [ 276 ] {cb2615a3-ed28-4365-a1de-4851f548290e} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:12.219931 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 14:43:12.219941 [ 276 ] {cb2615a3-ed28-4365-a1de-4851f548290e} executeQuery: Read 104 rows, 8.32 KiB in 0.001286 sec., 80870.91757387247 rows/sec., 6.32 MiB/sec. 2026.02.01 14:43:12.219984 [ 276 ] {cb2615a3-ed28-4365-a1de-4851f548290e} TCPHandler: Processed in 0.001499687 sec. 2026.02.01 14:43:12.220101 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:12.220196 [ 276 ] {fbadd78f-a23f-4d8f-9225-1ff1a46e0e03} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:12.220241 [ 276 ] {fbadd78f-a23f-4d8f-9225-1ff1a46e0e03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:43:12.220247 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_61_12} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:12.220333 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_61_12} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 14:43:12.220423 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.01 14:43:12.220681 [ 276 ] {fbadd78f-a23f-4d8f-9225-1ff1a46e0e03} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:12.220717 [ 276 ] {fbadd78f-a23f-4d8f-9225-1ff1a46e0e03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:12.221054 [ 276 ] {fbadd78f-a23f-4d8f-9225-1ff1a46e0e03} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.01 14:43:12.221265 [ 276 ] {fbadd78f-a23f-4d8f-9225-1ff1a46e0e03} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:12.221398 [ 276 ] {fbadd78f-a23f-4d8f-9225-1ff1a46e0e03} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2026.02.01 14:43:12.221436 [ 276 ] {fbadd78f-a23f-4d8f-9225-1ff1a46e0e03} TCPHandler: Processed in 0.001385143 sec. 2026.02.01 14:43:12.221549 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:12.221646 [ 276 ] {f7935698-229b-47ad-9534-55a6dfe8e4d4} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:12.221703 [ 276 ] {f7935698-229b-47ad-9534-55a6dfe8e4d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:43:12.222589 [ 276 ] {f7935698-229b-47ad-9534-55a6dfe8e4d4} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:12.222626 [ 276 ] {f7935698-229b-47ad-9534-55a6dfe8e4d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:12.223188 [ 276 ] {f7935698-229b-47ad-9534-55a6dfe8e4d4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 14:43:12.223419 [ 276 ] {f7935698-229b-47ad-9534-55a6dfe8e4d4} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:12.223567 [ 276 ] {f7935698-229b-47ad-9534-55a6dfe8e4d4} executeQuery: Read 40 rows, 73.40 KiB in 0.001939 sec., 20629.190304280557 rows/sec., 36.97 MiB/sec. 2026.02.01 14:43:12.223633 [ 276 ] {f7935698-229b-47ad-9534-55a6dfe8e4d4} TCPHandler: Processed in 0.002134266 sec. 2026.02.01 14:43:12.223754 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:12.223850 [ 276 ] {d33ecc14-9b5f-4ca3-912d-d84af88e4748} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:43:12.223894 [ 276 ] {d33ecc14-9b5f-4ca3-912d-d84af88e4748} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:43:12.224245 [ 276 ] {d33ecc14-9b5f-4ca3-912d-d84af88e4748} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:12.224281 [ 276 ] {d33ecc14-9b5f-4ca3-912d-d84af88e4748} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:12.224593 [ 276 ] {d33ecc14-9b5f-4ca3-912d-d84af88e4748} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.01 14:43:12.224807 [ 276 ] {d33ecc14-9b5f-4ca3-912d-d84af88e4748} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:12.224938 [ 276 ] {d33ecc14-9b5f-4ca3-912d-d84af88e4748} executeQuery: Read 60 rows, 4.14 KiB in 0.001108 sec., 54151.62454873646 rows/sec., 3.65 MiB/sec. 2026.02.01 14:43:12.224975 [ 276 ] {d33ecc14-9b5f-4ca3-912d-d84af88e4748} TCPHandler: Processed in 0.001270579 sec. 2026.02.01 14:43:12.247722 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25497 2026.02.01 14:43:12.248211 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:12.248247 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:12.248691 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 14:43:12.248918 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:12.249037 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25497 2026.02.01 14:43:13.569079 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2026.02.01 14:43:13.598191 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:13.598299 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:13.608209 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.01 14:43:13.610078 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:13.629488 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2026.02.01 14:43:14.328631 [ 71 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 2026.02.01 14:43:14.328714 [ 71 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:14.328737 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:14.328863 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_28_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full 2026.02.01 14:43:14.329022 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:14.329061 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 290 rows starting from the beginning of the part 2026.02.01 14:43:14.329132 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 266 rows starting from the beginning of the part 2026.02.01 14:43:14.329182 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 266 rows starting from the beginning of the part 2026.02.01 14:43:14.329234 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2026.02.01 14:43:14.329297 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2026.02.01 14:43:14.330262 [ 198 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 5 columns (5 merged, 0 gathered) in 0.001454485 sec., 598149.8606035814 rows/sec., 41.24 MiB/sec. 2026.02.01 14:43:14.330476 [ 198 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2026.02.01 14:43:14.330787 [ 198 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_28_6} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:14.330873 [ 198 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_28_6} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 2026.02.01 14:43:14.330970 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.02.01 14:43:14.500863 [ 71 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 2026.02.01 14:43:14.500944 [ 71 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:14.500982 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:14.501133 [ 197 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_28_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full 2026.02.01 14:43:14.501254 [ 197 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:14.501286 [ 197 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 151 rows starting from the beginning of the part 2026.02.01 14:43:14.501344 [ 197 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 139 rows starting from the beginning of the part 2026.02.01 14:43:14.501389 [ 197 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 139 rows starting from the beginning of the part 2026.02.01 14:43:14.501431 [ 197 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part 2026.02.01 14:43:14.501470 [ 197 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part 2026.02.01 14:43:14.502249 [ 186 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 453 rows, containing 5 columns (5 merged, 0 gathered) in 0.001179307 sec., 384123.89649175317 rows/sec., 23.91 MiB/sec. 2026.02.01 14:43:14.502463 [ 195 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2026.02.01 14:43:14.502806 [ 195 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_28_6} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:14.502899 [ 195 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_28_6} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 2026.02.01 14:43:14.503010 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.02.01 14:43:14.820343 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1338 2026.02.01 14:43:14.822511 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:14.822573 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:14.823809 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 14:43:14.824106 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:14.824509 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1338 2026.02.01 14:43:16.568231 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:16.568440 [ 276 ] {92038d8a-f343-4a3a-9a1b-5c7eaa390acd} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:43:16.568517 [ 276 ] {92038d8a-f343-4a3a-9a1b-5c7eaa390acd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:43:16.569380 [ 276 ] {92038d8a-f343-4a3a-9a1b-5c7eaa390acd} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:16.569434 [ 276 ] {92038d8a-f343-4a3a-9a1b-5c7eaa390acd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:16.569855 [ 276 ] {92038d8a-f343-4a3a-9a1b-5c7eaa390acd} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 14:43:16.570091 [ 276 ] {92038d8a-f343-4a3a-9a1b-5c7eaa390acd} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:16.570259 [ 276 ] {92038d8a-f343-4a3a-9a1b-5c7eaa390acd} executeQuery: Read 266 rows, 17.30 KiB in 0.001877 sec., 141715.50346297282 rows/sec., 9.00 MiB/sec. 2026.02.01 14:43:16.570314 [ 276 ] {92038d8a-f343-4a3a-9a1b-5c7eaa390acd} TCPHandler: Processed in 0.002226979 sec. 2026.02.01 14:43:16.570450 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:16.570556 [ 276 ] {9a6d110a-6494-4c89-8ab9-c1b4e8ffdc1b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:43:16.570602 [ 276 ] {9a6d110a-6494-4c89-8ab9-c1b4e8ffdc1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:43:16.571025 [ 276 ] {9a6d110a-6494-4c89-8ab9-c1b4e8ffdc1b} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:16.571065 [ 276 ] {9a6d110a-6494-4c89-8ab9-c1b4e8ffdc1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:16.571373 [ 276 ] {9a6d110a-6494-4c89-8ab9-c1b4e8ffdc1b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.01 14:43:16.571598 [ 276 ] {9a6d110a-6494-4c89-8ab9-c1b4e8ffdc1b} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:16.571731 [ 276 ] {9a6d110a-6494-4c89-8ab9-c1b4e8ffdc1b} executeQuery: Read 2 rows, 167.00 B in 0.0012 sec., 1666.6666666666667 rows/sec., 135.90 KiB/sec. 2026.02.01 14:43:16.571770 [ 276 ] {9a6d110a-6494-4c89-8ab9-c1b4e8ffdc1b} TCPHandler: Processed in 0.001374093 sec. 2026.02.01 14:43:16.571884 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:16.571981 [ 276 ] {811a7127-6acc-499f-bde2-575962a11ebf} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:43:16.572022 [ 276 ] {811a7127-6acc-499f-bde2-575962a11ebf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:43:16.573381 [ 276 ] {811a7127-6acc-499f-bde2-575962a11ebf} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:16.573418 [ 276 ] {811a7127-6acc-499f-bde2-575962a11ebf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:16.573847 [ 276 ] {811a7127-6acc-499f-bde2-575962a11ebf} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.01 14:43:16.574060 [ 276 ] {811a7127-6acc-499f-bde2-575962a11ebf} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:16.574194 [ 276 ] {811a7127-6acc-499f-bde2-575962a11ebf} executeQuery: Read 1893 rows, 157.20 KiB in 0.002232 sec., 848118.2795698924 rows/sec., 68.78 MiB/sec. 2026.02.01 14:43:16.574202 [ 68 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.01 14:43:16.574233 [ 276 ] {811a7127-6acc-499f-bde2-575962a11ebf} TCPHandler: Processed in 0.002398774 sec. 2026.02.01 14:43:16.574274 [ 68 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:16.574300 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:16.574369 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:16.574428 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:43:16.574470 [ 276 ] {cbf75b29-8cdd-4d92-82b5-65c0f7160c11} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:43:16.574518 [ 276 ] {cbf75b29-8cdd-4d92-82b5-65c0f7160c11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:43:16.574578 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:16.574620 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2105 rows starting from the beginning of the part 2026.02.01 14:43:16.574690 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:43:16.574736 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 260 rows starting from the beginning of the part 2026.02.01 14:43:16.574780 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part 2026.02.01 14:43:16.574820 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 136 rows starting from the beginning of the part 2026.02.01 14:43:16.574866 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1893 rows starting from the beginning of the part 2026.02.01 14:43:16.574986 [ 276 ] {cbf75b29-8cdd-4d92-82b5-65c0f7160c11} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:16.575028 [ 276 ] {cbf75b29-8cdd-4d92-82b5-65c0f7160c11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:16.575366 [ 276 ] {cbf75b29-8cdd-4d92-82b5-65c0f7160c11} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 14:43:16.575584 [ 276 ] {cbf75b29-8cdd-4d92-82b5-65c0f7160c11} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:16.575723 [ 276 ] {cbf75b29-8cdd-4d92-82b5-65c0f7160c11} executeQuery: Read 135 rows, 8.14 KiB in 0.001272 sec., 106132.07547169812 rows/sec., 6.25 MiB/sec. 2026.02.01 14:43:16.575767 [ 276 ] {cbf75b29-8cdd-4d92-82b5-65c0f7160c11} TCPHandler: Processed in 0.001453525 sec. 2026.02.01 14:43:16.575896 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:16.575992 [ 276 ] {0d0d33c0-5597-4040-a377-22477203aea9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:43:16.576032 [ 276 ] {0d0d33c0-5597-4040-a377-22477203aea9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:43:16.576581 [ 276 ] {0d0d33c0-5597-4040-a377-22477203aea9} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:16.576618 [ 276 ] {0d0d33c0-5597-4040-a377-22477203aea9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:16.576749 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4506 rows, containing 5 columns (5 merged, 0 gathered) in 0.002385174 sec., 1889170.3498361127 rows/sec., 162.45 MiB/sec. 2026.02.01 14:43:16.576943 [ 276 ] {0d0d33c0-5597-4040-a377-22477203aea9} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 14:43:16.576987 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.01 14:43:16.577175 [ 276 ] {0d0d33c0-5597-4040-a377-22477203aea9} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:16.577247 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_76_15} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:16.577313 [ 276 ] {0d0d33c0-5597-4040-a377-22477203aea9} executeQuery: Read 368 rows, 25.07 KiB in 0.00134 sec., 274626.8656716418 rows/sec., 18.27 MiB/sec. 2026.02.01 14:43:16.577315 [ 186 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_76_15} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.01 14:43:16.577352 [ 276 ] {0d0d33c0-5597-4040-a377-22477203aea9} TCPHandler: Processed in 0.001506387 sec. 2026.02.01 14:43:16.577410 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. 2026.02.01 14:43:16.577475 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:16.577570 [ 276 ] {95eca459-9efb-4312-bcdc-1661c30e4bf2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:43:16.577610 [ 276 ] {95eca459-9efb-4312-bcdc-1661c30e4bf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:43:16.578068 [ 276 ] {95eca459-9efb-4312-bcdc-1661c30e4bf2} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:16.578104 [ 276 ] {95eca459-9efb-4312-bcdc-1661c30e4bf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:16.578414 [ 276 ] {95eca459-9efb-4312-bcdc-1661c30e4bf2} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 14:43:16.578637 [ 276 ] {95eca459-9efb-4312-bcdc-1661c30e4bf2} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:16.578766 [ 276 ] {95eca459-9efb-4312-bcdc-1661c30e4bf2} executeQuery: Read 139 rows, 8.10 KiB in 0.001214 sec., 114497.52883031301 rows/sec., 6.51 MiB/sec. 2026.02.01 14:43:16.578805 [ 276 ] {95eca459-9efb-4312-bcdc-1661c30e4bf2} TCPHandler: Processed in 0.001386003 sec. 2026.02.01 14:43:16.578921 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:16.579015 [ 276 ] {e3c347d2-acc5-4bad-974d-9634271f001e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:43:16.579056 [ 276 ] {e3c347d2-acc5-4bad-974d-9634271f001e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:43:16.579850 [ 276 ] {e3c347d2-acc5-4bad-974d-9634271f001e} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:16.579889 [ 276 ] {e3c347d2-acc5-4bad-974d-9634271f001e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:16.580251 [ 276 ] {e3c347d2-acc5-4bad-974d-9634271f001e} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.01 14:43:16.580480 [ 276 ] {e3c347d2-acc5-4bad-974d-9634271f001e} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:16.580617 [ 68 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.01 14:43:16.580636 [ 276 ] {e3c347d2-acc5-4bad-974d-9634271f001e} executeQuery: Read 921 rows, 67.73 KiB in 0.001639 sec., 561928.004881025 rows/sec., 40.36 MiB/sec. 2026.02.01 14:43:16.580676 [ 68 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:16.580690 [ 276 ] {e3c347d2-acc5-4bad-974d-9634271f001e} TCPHandler: Processed in 0.001818976 sec. 2026.02.01 14:43:16.580715 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:16.580823 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:16.580832 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:43:16.580925 [ 276 ] {e2ec3c6a-603e-425a-9ae1-fa6edb147f7e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:43:16.580965 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:16.580972 [ 276 ] {e2ec3c6a-603e-425a-9ae1-fa6edb147f7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:43:16.581011 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1033 rows starting from the beginning of the part 2026.02.01 14:43:16.581089 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:43:16.581137 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 148 rows starting from the beginning of the part 2026.02.01 14:43:16.581180 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part 2026.02.01 14:43:16.581222 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 104 rows starting from the beginning of the part 2026.02.01 14:43:16.581262 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 921 rows starting from the beginning of the part 2026.02.01 14:43:16.581374 [ 276 ] {e2ec3c6a-603e-425a-9ae1-fa6edb147f7e} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:16.581424 [ 276 ] {e2ec3c6a-603e-425a-9ae1-fa6edb147f7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:16.581773 [ 276 ] {e2ec3c6a-603e-425a-9ae1-fa6edb147f7e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:43:16.582035 [ 276 ] {e2ec3c6a-603e-425a-9ae1-fa6edb147f7e} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:16.582187 [ 276 ] {e2ec3c6a-603e-425a-9ae1-fa6edb147f7e} executeQuery: Read 6 rows, 321.00 B in 0.00128 sec., 4687.5 rows/sec., 244.90 KiB/sec. 2026.02.01 14:43:16.582227 [ 276 ] {e2ec3c6a-603e-425a-9ae1-fa6edb147f7e} TCPHandler: Processed in 0.001455775 sec. 2026.02.01 14:43:16.582365 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:16.582462 [ 276 ] {494e8791-c6fe-4ce4-9179-824bdb63ddd6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:16.582509 [ 276 ] {494e8791-c6fe-4ce4-9179-824bdb63ddd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:43:16.582634 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2334 rows, containing 5 columns (5 merged, 0 gathered) in 0.001845687 sec., 1264569.7780826327 rows/sec., 97.74 MiB/sec. 2026.02.01 14:43:16.582804 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.01 14:43:16.583045 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_76_15} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:16.583118 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_76_15} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.01 14:43:16.583199 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.02.01 14:43:16.583217 [ 276 ] {494e8791-c6fe-4ce4-9179-824bdb63ddd6} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:16.583262 [ 276 ] {494e8791-c6fe-4ce4-9179-824bdb63ddd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:16.583663 [ 276 ] {494e8791-c6fe-4ce4-9179-824bdb63ddd6} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.01 14:43:16.583886 [ 276 ] {494e8791-c6fe-4ce4-9179-824bdb63ddd6} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:16.584024 [ 276 ] {494e8791-c6fe-4ce4-9179-824bdb63ddd6} executeQuery: Read 923 rows, 63.00 KiB in 0.00158 sec., 584177.2151898734 rows/sec., 38.94 MiB/sec. 2026.02.01 14:43:16.584063 [ 276 ] {494e8791-c6fe-4ce4-9179-824bdb63ddd6} TCPHandler: Processed in 0.001749094 sec. 2026.02.01 14:43:16.584187 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:16.584283 [ 276 ] {f28500b2-8e35-4422-9489-7dc48763b1c8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:43:16.584326 [ 276 ] {f28500b2-8e35-4422-9489-7dc48763b1c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:43:16.584656 [ 276 ] {f28500b2-8e35-4422-9489-7dc48763b1c8} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:16.584691 [ 276 ] {f28500b2-8e35-4422-9489-7dc48763b1c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:16.584998 [ 276 ] {f28500b2-8e35-4422-9489-7dc48763b1c8} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:43:16.585216 [ 276 ] {f28500b2-8e35-4422-9489-7dc48763b1c8} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:16.585349 [ 276 ] {f28500b2-8e35-4422-9489-7dc48763b1c8} executeQuery: Read 1 rows, 69.00 B in 0.001084 sec., 922.509225092251 rows/sec., 62.16 KiB/sec. 2026.02.01 14:43:16.585387 [ 276 ] {f28500b2-8e35-4422-9489-7dc48763b1c8} TCPHandler: Processed in 0.001250889 sec. 2026.02.01 14:43:16.585504 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:16.585598 [ 276 ] {0412045a-d06f-4995-95c2-aa7bf11bd9de} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:43:16.585640 [ 276 ] {0412045a-d06f-4995-95c2-aa7bf11bd9de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:43:16.585974 [ 276 ] {0412045a-d06f-4995-95c2-aa7bf11bd9de} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:16.586012 [ 276 ] {0412045a-d06f-4995-95c2-aa7bf11bd9de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:16.586381 [ 276 ] {0412045a-d06f-4995-95c2-aa7bf11bd9de} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.01 14:43:16.586590 [ 276 ] {0412045a-d06f-4995-95c2-aa7bf11bd9de} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:16.586716 [ 276 ] {0412045a-d06f-4995-95c2-aa7bf11bd9de} executeQuery: Read 82 rows, 5.24 KiB in 0.001136 sec., 72183.0985915493 rows/sec., 4.50 MiB/sec. 2026.02.01 14:43:16.586753 [ 276 ] {0412045a-d06f-4995-95c2-aa7bf11bd9de} TCPHandler: Processed in 0.00129819 sec. 2026.02.01 14:43:17.206663 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:17.206867 [ 276 ] {23838fe8-11ac-4fbb-8fce-6c6705ffd398} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:43:17.206945 [ 276 ] {23838fe8-11ac-4fbb-8fce-6c6705ffd398} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:43:17.207608 [ 276 ] {23838fe8-11ac-4fbb-8fce-6c6705ffd398} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:17.207658 [ 276 ] {23838fe8-11ac-4fbb-8fce-6c6705ffd398} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:17.208062 [ 276 ] {23838fe8-11ac-4fbb-8fce-6c6705ffd398} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.01 14:43:17.208293 [ 276 ] {23838fe8-11ac-4fbb-8fce-6c6705ffd398} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:17.208460 [ 276 ] {23838fe8-11ac-4fbb-8fce-6c6705ffd398} executeQuery: Read 26 rows, 2.01 KiB in 0.001649 sec., 15767.131594906003 rows/sec., 1.19 MiB/sec. 2026.02.01 14:43:17.208512 [ 276 ] {23838fe8-11ac-4fbb-8fce-6c6705ffd398} TCPHandler: Processed in 0.001995012 sec. 2026.02.01 14:43:17.208635 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:17.208740 [ 276 ] {e8fb91bb-3a4f-433c-a40a-c1f129bd1f0c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:43:17.208790 [ 276 ] {e8fb91bb-3a4f-433c-a40a-c1f129bd1f0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:43:17.209216 [ 276 ] {e8fb91bb-3a4f-433c-a40a-c1f129bd1f0c} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:17.209255 [ 276 ] {e8fb91bb-3a4f-433c-a40a-c1f129bd1f0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:17.209566 [ 276 ] {e8fb91bb-3a4f-433c-a40a-c1f129bd1f0c} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.01 14:43:17.209779 [ 276 ] {e8fb91bb-3a4f-433c-a40a-c1f129bd1f0c} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:17.209918 [ 276 ] {e8fb91bb-3a4f-433c-a40a-c1f129bd1f0c} executeQuery: Read 28 rows, 2.24 KiB in 0.001202 sec., 23294.50915141431 rows/sec., 1.82 MiB/sec. 2026.02.01 14:43:17.209957 [ 276 ] {e8fb91bb-3a4f-433c-a40a-c1f129bd1f0c} TCPHandler: Processed in 0.001374432 sec. 2026.02.01 14:43:17.210069 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:17.210173 [ 276 ] {d58408f2-dc90-4030-b6f0-4f9ce95f6504} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:17.210221 [ 276 ] {d58408f2-dc90-4030-b6f0-4f9ce95f6504} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:43:17.210584 [ 276 ] {d58408f2-dc90-4030-b6f0-4f9ce95f6504} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:17.210621 [ 276 ] {d58408f2-dc90-4030-b6f0-4f9ce95f6504} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:17.210939 [ 276 ] {d58408f2-dc90-4030-b6f0-4f9ce95f6504} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.01 14:43:17.211150 [ 276 ] {d58408f2-dc90-4030-b6f0-4f9ce95f6504} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:17.211286 [ 276 ] {d58408f2-dc90-4030-b6f0-4f9ce95f6504} executeQuery: Read 20 rows, 1.42 KiB in 0.001136 sec., 17605.6338028169 rows/sec., 1.22 MiB/sec. 2026.02.01 14:43:17.211324 [ 276 ] {d58408f2-dc90-4030-b6f0-4f9ce95f6504} TCPHandler: Processed in 0.001304601 sec. 2026.02.01 14:43:17.211441 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:17.211536 [ 276 ] {0050c4e5-33a5-4806-9064-b7f7b271d646} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:43:17.211579 [ 276 ] {0050c4e5-33a5-4806-9064-b7f7b271d646} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:43:17.211899 [ 276 ] {0050c4e5-33a5-4806-9064-b7f7b271d646} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:17.211936 [ 276 ] {0050c4e5-33a5-4806-9064-b7f7b271d646} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.02.01 14:43:17.212230 [ 276 ] {0050c4e5-33a5-4806-9064-b7f7b271d646} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.01 14:43:17.212446 [ 276 ] {0050c4e5-33a5-4806-9064-b7f7b271d646} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:17.212584 [ 276 ] {0050c4e5-33a5-4806-9064-b7f7b271d646} executeQuery: Read 6 rows, 431.00 B in 0.001066 sec., 5628.517823639774 rows/sec., 394.84 KiB/sec. 2026.02.01 14:43:17.212620 [ 276 ] {0050c4e5-33a5-4806-9064-b7f7b271d646} TCPHandler: Processed in 0.001228958 sec. 2026.02.01 14:43:19.575877 [ 98 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:43:19.575978 [ 98 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:43:19.749310 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25945 2026.02.01 14:43:19.749900 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:19.749949 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:19.750477 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 14:43:19.750699 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:19.750834 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25945 2026.02.01 14:43:21.129635 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2026.02.01 14:43:21.147012 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:21.147076 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:21.153264 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.01 14:43:21.153965 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:21.157251 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.02.01 14:43:22.216216 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:22.216397 [ 276 ] {1c7bc0e1-02cb-47e0-a23a-90dfb8bd7a6c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:43:22.216465 [ 276 ] {1c7bc0e1-02cb-47e0-a23a-90dfb8bd7a6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:43:22.217237 [ 276 ] {1c7bc0e1-02cb-47e0-a23a-90dfb8bd7a6c} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:22.217286 [ 276 ] {1c7bc0e1-02cb-47e0-a23a-90dfb8bd7a6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:22.217712 [ 276 ] {1c7bc0e1-02cb-47e0-a23a-90dfb8bd7a6c} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.01 14:43:22.217947 [ 276 ] {1c7bc0e1-02cb-47e0-a23a-90dfb8bd7a6c} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:22.218119 [ 276 ] {1c7bc0e1-02cb-47e0-a23a-90dfb8bd7a6c} executeQuery: Read 136 rows, 12.08 KiB in 0.001771 sec., 76792.77244494636 rows/sec., 6.66 MiB/sec. 2026.02.01 14:43:22.218179 [ 276 ] {1c7bc0e1-02cb-47e0-a23a-90dfb8bd7a6c} TCPHandler: Processed in 0.002098445 sec. 2026.02.01 14:43:22.218309 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:22.218416 [ 276 ] {608f0383-5680-4aa0-8317-3cd928f676a9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:43:22.218463 [ 276 ] {608f0383-5680-4aa0-8317-3cd928f676a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:43:22.218899 [ 276 ] {608f0383-5680-4aa0-8317-3cd928f676a9} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:22.218938 [ 276 ] {608f0383-5680-4aa0-8317-3cd928f676a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:22.219246 [ 276 ] {608f0383-5680-4aa0-8317-3cd928f676a9} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.01 14:43:22.219460 [ 276 ] {608f0383-5680-4aa0-8317-3cd928f676a9} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:22.219593 [ 276 ] {608f0383-5680-4aa0-8317-3cd928f676a9} executeQuery: Read 40 rows, 3.01 KiB in 0.001204 sec., 33222.591362126244 rows/sec., 2.44 MiB/sec. 2026.02.01 14:43:22.219633 [ 276 ] {608f0383-5680-4aa0-8317-3cd928f676a9} TCPHandler: Processed in 0.001380163 sec. 2026.02.01 14:43:22.219736 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:22.219835 [ 276 ] {6c491e77-5d06-4b68-83e2-2a4c4500eb12} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:43:22.219878 [ 276 ] {6c491e77-5d06-4b68-83e2-2a4c4500eb12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:43:22.220307 [ 276 ] {6c491e77-5d06-4b68-83e2-2a4c4500eb12} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:22.220344 [ 276 ] {6c491e77-5d06-4b68-83e2-2a4c4500eb12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:22.220652 [ 276 ] {6c491e77-5d06-4b68-83e2-2a4c4500eb12} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.01 14:43:22.220873 [ 276 ] {6c491e77-5d06-4b68-83e2-2a4c4500eb12} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:22.221010 [ 276 ] {6c491e77-5d06-4b68-83e2-2a4c4500eb12} executeQuery: Read 104 rows, 8.32 KiB in 0.001195 sec., 87029.28870292887 rows/sec., 6.80 MiB/sec. 2026.02.01 14:43:22.221049 [ 276 ] {6c491e77-5d06-4b68-83e2-2a4c4500eb12} TCPHandler: Processed in 0.001362562 sec. 2026.02.01 14:43:22.221159 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:22.221254 [ 276 ] {08f63e5e-07f4-49f9-9e96-69e56da95e5d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:22.221298 [ 276 ] {08f63e5e-07f4-49f9-9e96-69e56da95e5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:43:22.221715 [ 276 ] {08f63e5e-07f4-49f9-9e96-69e56da95e5d} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:22.221753 [ 276 ] {08f63e5e-07f4-49f9-9e96-69e56da95e5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:22.222146 [ 276 ] {08f63e5e-07f4-49f9-9e96-69e56da95e5d} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.01 14:43:22.222457 [ 276 ] {08f63e5e-07f4-49f9-9e96-69e56da95e5d} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:22.222620 [ 116 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.01 14:43:22.222632 [ 276 ] {08f63e5e-07f4-49f9-9e96-69e56da95e5d} executeQuery: Read 160 rows, 11.41 KiB in 0.001395 sec., 114695.34050179212 rows/sec., 7.99 MiB/sec. 2026.02.01 14:43:22.222700 [ 116 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:22.222744 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:22.222750 [ 276 ] {08f63e5e-07f4-49f9-9e96-69e56da95e5d} TCPHandler: Processed in 0.001640191 sec. 2026.02.01 14:43:22.222850 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:43:22.222886 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:22.222988 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:22.222988 [ 276 ] {2f0ba5c3-8352-4f79-825f-f40b1512c728} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:22.223033 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21277 rows starting from the beginning of the part 2026.02.01 14:43:22.223066 [ 276 ] {2f0ba5c3-8352-4f79-825f-f40b1512c728} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:43:22.223107 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:43:22.223160 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:43:22.223204 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 923 rows starting from the beginning of the part 2026.02.01 14:43:22.223247 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 20 rows starting from the beginning of the part 2026.02.01 14:43:22.223289 [ 188 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:43:22.223992 [ 276 ] {2f0ba5c3-8352-4f79-825f-f40b1512c728} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:22.224035 [ 276 ] {2f0ba5c3-8352-4f79-825f-f40b1512c728} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:22.224673 [ 276 ] {2f0ba5c3-8352-4f79-825f-f40b1512c728} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 14:43:22.224906 [ 276 ] {2f0ba5c3-8352-4f79-825f-f40b1512c728} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:22.225054 [ 276 ] {2f0ba5c3-8352-4f79-825f-f40b1512c728} executeQuery: Read 40 rows, 73.40 KiB in 0.002084 sec., 19193.857965451058 rows/sec., 34.39 MiB/sec. 2026.02.01 14:43:22.225123 [ 276 ] {2f0ba5c3-8352-4f79-825f-f40b1512c728} TCPHandler: Processed in 0.002292921 sec. 2026.02.01 14:43:22.225230 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:22.225326 [ 276 ] {a675d30d-0ec7-4461-aa86-e068da45bf01} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:43:22.225368 [ 276 ] {a675d30d-0ec7-4461-aa86-e068da45bf01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:43:22.225732 [ 276 ] {a675d30d-0ec7-4461-aa86-e068da45bf01} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:22.225770 [ 276 ] {a675d30d-0ec7-4461-aa86-e068da45bf01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:22.226088 [ 276 ] {a675d30d-0ec7-4461-aa86-e068da45bf01} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.01 14:43:22.226310 [ 276 ] {a675d30d-0ec7-4461-aa86-e068da45bf01} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:22.226444 [ 276 ] {a675d30d-0ec7-4461-aa86-e068da45bf01} executeQuery: Read 60 rows, 4.14 KiB in 0.001138 sec., 52724.07732864675 rows/sec., 3.55 MiB/sec. 2026.02.01 14:43:22.226480 [ 276 ] {a675d30d-0ec7-4461-aa86-e068da45bf01} TCPHandler: Processed in 0.0013006 sec. 2026.02.01 14:43:22.239973 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 22700 rows, containing 5 columns (5 merged, 0 gathered) in 0.017171042 sec., 1321993.1556861836 rows/sec., 89.83 MiB/sec. 2026.02.01 14:43:22.240485 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.01 14:43:22.240747 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_76_15} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:22.240814 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_76_15} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.01 14:43:22.240896 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.02.01 14:43:23.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 322.84 MiB, peak 333.24 MiB, free memory in arenas 0.00 B, will set to 325.05 MiB (RSS), difference: 2.21 MiB 2026.02.01 14:43:24.825629 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1380 2026.02.01 14:43:24.828304 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:24.828358 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:24.829638 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 14:43:24.829915 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:24.830086 [ 119 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 14:43:24.830157 [ 119 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:24.830183 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:24.830287 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1380 2026.02.01 14:43:24.830318 [ 202 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:43:24.830895 [ 202 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:24.831026 [ 202 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1238 rows starting from the beginning of the part 2026.02.01 14:43:24.831375 [ 202 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part 2026.02.01 14:43:24.831699 [ 202 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part 2026.02.01 14:43:24.832029 [ 202 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part 2026.02.01 14:43:24.832341 [ 202 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 20 rows starting from the beginning of the part 2026.02.01 14:43:24.832645 [ 202 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 42 rows starting from the beginning of the part 2026.02.01 14:43:24.838850 [ 187 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1380 rows, containing 72 columns (72 merged, 0 gathered) in 0.008592796 sec., 160599.64649457522 rows/sec., 129.73 MiB/sec. 2026.02.01 14:43:24.840703 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 14:43:24.841332 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_41_8} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:24.841419 [ 199 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_41_8} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 14:43:24.841795 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2026.02.01 14:43:27.219660 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:27.219895 [ 276 ] {f63daf5a-bf05-474d-a583-f73cf96c4778} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:43:27.219982 [ 276 ] {f63daf5a-bf05-474d-a583-f73cf96c4778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:43:27.220776 [ 276 ] {f63daf5a-bf05-474d-a583-f73cf96c4778} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:27.220826 [ 276 ] {f63daf5a-bf05-474d-a583-f73cf96c4778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:27.221238 [ 276 ] {f63daf5a-bf05-474d-a583-f73cf96c4778} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 14:43:27.221468 [ 276 ] {f63daf5a-bf05-474d-a583-f73cf96c4778} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:27.221633 [ 276 ] {f63daf5a-bf05-474d-a583-f73cf96c4778} executeQuery: Read 266 rows, 17.30 KiB in 0.001796 sec., 148106.90423162584 rows/sec., 9.41 MiB/sec. 2026.02.01 14:43:27.221685 [ 276 ] {f63daf5a-bf05-474d-a583-f73cf96c4778} TCPHandler: Processed in 0.002170197 sec. 2026.02.01 14:43:27.221812 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:27.221915 [ 276 ] {417180bf-8e25-40ab-99fc-bc6d10bf2fb3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:43:27.221962 [ 276 ] {417180bf-8e25-40ab-99fc-bc6d10bf2fb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:43:27.222629 [ 276 ] {417180bf-8e25-40ab-99fc-bc6d10bf2fb3} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:27.222666 [ 276 ] {417180bf-8e25-40ab-99fc-bc6d10bf2fb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:27.223009 [ 276 ] {417180bf-8e25-40ab-99fc-bc6d10bf2fb3} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.01 14:43:27.223220 [ 276 ] {417180bf-8e25-40ab-99fc-bc6d10bf2fb3} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:27.223354 [ 276 ] {417180bf-8e25-40ab-99fc-bc6d10bf2fb3} executeQuery: Read 752 rows, 60.56 KiB in 0.001464 sec., 513661.2021857923 rows/sec., 40.40 MiB/sec. 2026.02.01 14:43:27.223393 [ 276 ] {417180bf-8e25-40ab-99fc-bc6d10bf2fb3} TCPHandler: Processed in 0.00163366 sec. 2026.02.01 14:43:27.223516 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:27.223613 [ 276 ] {43abeb23-7e34-4e2a-96d4-1ce667699d5c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:43:27.223653 [ 276 ] {43abeb23-7e34-4e2a-96d4-1ce667699d5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:43:27.224087 [ 276 ] {43abeb23-7e34-4e2a-96d4-1ce667699d5c} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:27.224124 [ 276 ] {43abeb23-7e34-4e2a-96d4-1ce667699d5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:27.224441 [ 276 ] {43abeb23-7e34-4e2a-96d4-1ce667699d5c} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.01 14:43:27.224646 [ 276 ] {43abeb23-7e34-4e2a-96d4-1ce667699d5c} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:27.224779 [ 276 ] {43abeb23-7e34-4e2a-96d4-1ce667699d5c} executeQuery: Read 133 rows, 8.00 KiB in 0.001187 sec., 112047.17775905646 rows/sec., 6.58 MiB/sec. 2026.02.01 14:43:27.224816 [ 276 ] {43abeb23-7e34-4e2a-96d4-1ce667699d5c} TCPHandler: Processed in 0.001350782 sec. 2026.02.01 14:43:27.224932 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:27.225027 [ 276 ] {92903538-4f61-4f1a-a4dd-e95e5f800528} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:43:27.225066 [ 276 ] {92903538-4f61-4f1a-a4dd-e95e5f800528} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:43:27.225488 [ 276 ] {92903538-4f61-4f1a-a4dd-e95e5f800528} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:27.225522 [ 276 ] {92903538-4f61-4f1a-a4dd-e95e5f800528} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:27.225818 [ 276 ] {92903538-4f61-4f1a-a4dd-e95e5f800528} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 14:43:27.226014 [ 276 ] {92903538-4f61-4f1a-a4dd-e95e5f800528} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:27.226141 [ 276 ] {92903538-4f61-4f1a-a4dd-e95e5f800528} executeQuery: Read 140 rows, 9.27 KiB in 0.001133 sec., 123565.75463371581 rows/sec., 7.99 MiB/sec. 2026.02.01 14:43:27.226177 [ 276 ] {92903538-4f61-4f1a-a4dd-e95e5f800528} TCPHandler: Processed in 0.00129515 sec. 2026.02.01 14:43:27.226291 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:27.226383 [ 276 ] {a3aa9412-c7da-474e-a545-34b377acd962} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:43:27.226423 [ 276 ] {a3aa9412-c7da-474e-a545-34b377acd962} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:43:27.226847 [ 276 ] {a3aa9412-c7da-474e-a545-34b377acd962} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:27.226883 [ 276 ] {a3aa9412-c7da-474e-a545-34b377acd962} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:27.227178 [ 276 ] {a3aa9412-c7da-474e-a545-34b377acd962} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 14:43:27.227382 [ 276 ] {a3aa9412-c7da-474e-a545-34b377acd962} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:27.227510 [ 276 ] {a3aa9412-c7da-474e-a545-34b377acd962} executeQuery: Read 139 rows, 8.10 KiB in 0.001144 sec., 121503.4965034965 rows/sec., 6.91 MiB/sec. 2026.02.01 14:43:27.227547 [ 276 ] {a3aa9412-c7da-474e-a545-34b377acd962} TCPHandler: Processed in 0.00130579 sec. 2026.02.01 14:43:27.227662 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:27.227755 [ 276 ] {01e81e07-015a-4ab4-9609-2d00646291d1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:43:27.227795 [ 276 ] {01e81e07-015a-4ab4-9609-2d00646291d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:43:27.228343 [ 276 ] {01e81e07-015a-4ab4-9609-2d00646291d1} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:27.228379 [ 276 ] {01e81e07-015a-4ab4-9609-2d00646291d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:27.228703 [ 276 ] {01e81e07-015a-4ab4-9609-2d00646291d1} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.01 14:43:27.228916 [ 276 ] {01e81e07-015a-4ab4-9609-2d00646291d1} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:27.229046 [ 276 ] {01e81e07-015a-4ab4-9609-2d00646291d1} executeQuery: Read 463 rows, 33.28 KiB in 0.001309 sec., 353705.11841100076 rows/sec., 24.83 MiB/sec. 2026.02.01 14:43:27.229082 [ 276 ] {01e81e07-015a-4ab4-9609-2d00646291d1} TCPHandler: Processed in 0.001468976 sec. 2026.02.01 14:43:27.229195 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:27.229289 [ 276 ] {f894c350-c1c4-4669-a42e-fcd601ea5ebf} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:43:27.229331 [ 276 ] {f894c350-c1c4-4669-a42e-fcd601ea5ebf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:43:27.229703 [ 276 ] {f894c350-c1c4-4669-a42e-fcd601ea5ebf} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:27.229756 [ 276 ] {f894c350-c1c4-4669-a42e-fcd601ea5ebf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:27.230147 [ 276 ] {f894c350-c1c4-4669-a42e-fcd601ea5ebf} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:43:27.230393 [ 276 ] {f894c350-c1c4-4669-a42e-fcd601ea5ebf} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:27.230556 [ 276 ] {f894c350-c1c4-4669-a42e-fcd601ea5ebf} executeQuery: Read 6 rows, 321.00 B in 0.001282 sec., 4680.1872074882995 rows/sec., 244.52 KiB/sec. 2026.02.01 14:43:27.230594 [ 276 ] {f894c350-c1c4-4669-a42e-fcd601ea5ebf} TCPHandler: Processed in 0.001447275 sec. 2026.02.01 14:43:27.230714 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:27.230811 [ 276 ] {6638491b-398b-4d22-9997-10a8d1d72099} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:27.230854 [ 276 ] {6638491b-398b-4d22-9997-10a8d1d72099} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:43:27.231274 [ 276 ] {6638491b-398b-4d22-9997-10a8d1d72099} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:27.231309 [ 276 ] {6638491b-398b-4d22-9997-10a8d1d72099} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:27.231645 [ 276 ] {6638491b-398b-4d22-9997-10a8d1d72099} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.01 14:43:27.231870 [ 276 ] {6638491b-398b-4d22-9997-10a8d1d72099} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:27.232001 [ 276 ] {6638491b-398b-4d22-9997-10a8d1d72099} executeQuery: Read 258 rows, 17.59 KiB in 0.001209 sec., 213399.50372208437 rows/sec., 14.21 MiB/sec. 2026.02.01 14:43:27.232039 [ 276 ] {6638491b-398b-4d22-9997-10a8d1d72099} TCPHandler: Processed in 0.001376703 sec. 2026.02.01 14:43:27.232152 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:27.232249 [ 276 ] {7d354932-8254-41d9-9d91-1c0cd34f7e68} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:43:27.232292 [ 276 ] {7d354932-8254-41d9-9d91-1c0cd34f7e68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:43:27.232610 [ 276 ] {7d354932-8254-41d9-9d91-1c0cd34f7e68} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:27.232645 [ 276 ] {7d354932-8254-41d9-9d91-1c0cd34f7e68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:27.232946 [ 276 ] {7d354932-8254-41d9-9d91-1c0cd34f7e68} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:43:27.233153 [ 276 ] {7d354932-8254-41d9-9d91-1c0cd34f7e68} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:27.233280 [ 276 ] {7d354932-8254-41d9-9d91-1c0cd34f7e68} executeQuery: Read 1 rows, 69.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 64.17 KiB/sec. 2026.02.01 14:43:27.233317 [ 276 ] {7d354932-8254-41d9-9d91-1c0cd34f7e68} TCPHandler: Processed in 0.001214848 sec. 2026.02.01 14:43:27.233442 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:27.233567 [ 276 ] {b16d7ccb-adf9-45ed-8f01-60c30b8830b0} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:43:27.233623 [ 276 ] {b16d7ccb-adf9-45ed-8f01-60c30b8830b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:43:27.234054 [ 276 ] {b16d7ccb-adf9-45ed-8f01-60c30b8830b0} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:27.234096 [ 276 ] {b16d7ccb-adf9-45ed-8f01-60c30b8830b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:27.234484 [ 276 ] {b16d7ccb-adf9-45ed-8f01-60c30b8830b0} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.01 14:43:27.234707 [ 276 ] {b16d7ccb-adf9-45ed-8f01-60c30b8830b0} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:27.234807 [ 126 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.01 14:43:27.234837 [ 276 ] {b16d7ccb-adf9-45ed-8f01-60c30b8830b0} executeQuery: Read 88 rows, 5.66 KiB in 0.001295 sec., 67953.66795366796 rows/sec., 4.27 MiB/sec. 2026.02.01 14:43:27.234843 [ 126 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:27.234868 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:27.234875 [ 276 ] {b16d7ccb-adf9-45ed-8f01-60c30b8830b0} TCPHandler: Processed in 0.001496936 sec. 2026.02.01 14:43:27.234992 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:43:27.235156 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:27.235197 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4006 rows starting from the beginning of the part 2026.02.01 14:43:27.235268 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:43:27.235317 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part 2026.02.01 14:43:27.235361 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 6 rows starting from the beginning of the part 2026.02.01 14:43:27.235406 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:43:27.235447 [ 199 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 88 rows starting from the beginning of the part 2026.02.01 14:43:27.236769 [ 187 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4302 rows, containing 4 columns (4 merged, 0 gathered) in 0.001838157 sec., 2340387.681792143 rows/sec., 152.54 MiB/sec. 2026.02.01 14:43:27.237052 [ 187 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.01 14:43:27.237316 [ 187 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_76_15} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:27.237390 [ 187 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_76_15} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.01 14:43:27.237478 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2026.02.01 14:43:27.251844 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26457 2026.02.01 14:43:27.252347 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:27.252383 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:27.252872 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 14:43:27.253099 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:27.253228 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26457 2026.02.01 14:43:28.300995 [ 127 ] {} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.02.01 14:43:28.301065 [ 127 ] {} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:28.301089 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:28.301194 [ 199 ] {b2dca89b-f642-48a6-be82-454690f13152::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.02.01 14:43:28.301329 [ 199 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:28.301367 [ 199 ] {b2dca89b-f642-48a6-be82-454690f13152::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.02.01 14:43:28.301440 [ 199 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part 2026.02.01 14:43:28.301493 [ 199 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part 2026.02.01 14:43:28.301542 [ 199 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part 2026.02.01 14:43:28.301590 [ 199 ] {b2dca89b-f642-48a6-be82-454690f13152::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.02.01 14:43:28.302334 [ 200 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001179127 sec., 32227.232520330715 rows/sec., 2.69 MiB/sec. 2026.02.01 14:43:28.302534 [ 200 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.02.01 14:43:28.302869 [ 200 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_21_5} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:28.302957 [ 200 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_21_5} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.02.01 14:43:28.303059 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 14:43:28.658258 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2026.02.01 14:43:28.675854 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:28.675909 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:28.682522 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.01 14:43:28.683219 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:28.686339 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2026.02.01 14:43:32.214692 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:32.214883 [ 276 ] {dac50422-3408-4d33-953a-522ddf709829} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:43:32.214949 [ 276 ] {dac50422-3408-4d33-953a-522ddf709829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:43:32.215648 [ 276 ] {dac50422-3408-4d33-953a-522ddf709829} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:32.215687 [ 276 ] {dac50422-3408-4d33-953a-522ddf709829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:32.216065 [ 276 ] {dac50422-3408-4d33-953a-522ddf709829} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.01 14:43:32.216281 [ 276 ] {dac50422-3408-4d33-953a-522ddf709829} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:32.216435 [ 276 ] {dac50422-3408-4d33-953a-522ddf709829} executeQuery: Read 4 rows, 334.00 B in 0.001604 sec., 2493.7655860349128 rows/sec., 203.35 KiB/sec. 2026.02.01 14:43:32.216484 [ 276 ] {dac50422-3408-4d33-953a-522ddf709829} TCPHandler: Processed in 0.0019265 sec. 2026.02.01 14:43:32.216616 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:32.216715 [ 276 ] {e6cef352-c966-473c-85d6-742241adca74} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:43:32.216757 [ 276 ] {e6cef352-c966-473c-85d6-742241adca74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:43:32.217297 [ 276 ] {e6cef352-c966-473c-85d6-742241adca74} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:32.217333 [ 276 ] {e6cef352-c966-473c-85d6-742241adca74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:32.217657 [ 276 ] {e6cef352-c966-473c-85d6-742241adca74} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.01 14:43:32.217858 [ 276 ] {e6cef352-c966-473c-85d6-742241adca74} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:32.217992 [ 276 ] {e6cef352-c966-473c-85d6-742241adca74} executeQuery: Read 138 rows, 12.22 KiB in 0.0013 sec., 106153.84615384616 rows/sec., 9.18 MiB/sec. 2026.02.01 14:43:32.218029 [ 276 ] {e6cef352-c966-473c-85d6-742241adca74} TCPHandler: Processed in 0.001465505 sec. 2026.02.01 14:43:32.218142 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:32.218238 [ 276 ] {f48eeaa4-23a3-41e9-af7b-8d3516a61d52} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:43:32.218278 [ 276 ] {f48eeaa4-23a3-41e9-af7b-8d3516a61d52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:43:32.218727 [ 276 ] {f48eeaa4-23a3-41e9-af7b-8d3516a61d52} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:32.218761 [ 276 ] {f48eeaa4-23a3-41e9-af7b-8d3516a61d52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:32.219057 [ 276 ] {f48eeaa4-23a3-41e9-af7b-8d3516a61d52} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.01 14:43:32.219257 [ 276 ] {f48eeaa4-23a3-41e9-af7b-8d3516a61d52} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:32.219394 [ 276 ] {f48eeaa4-23a3-41e9-af7b-8d3516a61d52} executeQuery: Read 44 rows, 3.29 KiB in 0.001177 sec., 37383.17757009345 rows/sec., 2.73 MiB/sec. 2026.02.01 14:43:32.219432 [ 276 ] {f48eeaa4-23a3-41e9-af7b-8d3516a61d52} TCPHandler: Processed in 0.001338762 sec. 2026.02.01 14:43:32.219542 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:32.219634 [ 276 ] {f482cd71-858f-46bb-95e9-858b08e7bf46} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:43:32.219674 [ 276 ] {f482cd71-858f-46bb-95e9-858b08e7bf46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:43:32.220104 [ 276 ] {f482cd71-858f-46bb-95e9-858b08e7bf46} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:32.220140 [ 276 ] {f482cd71-858f-46bb-95e9-858b08e7bf46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:32.220449 [ 276 ] {f482cd71-858f-46bb-95e9-858b08e7bf46} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.01 14:43:32.220649 [ 276 ] {f482cd71-858f-46bb-95e9-858b08e7bf46} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:32.220777 [ 276 ] {f482cd71-858f-46bb-95e9-858b08e7bf46} executeQuery: Read 108 rows, 8.64 KiB in 0.001162 sec., 92943.20137693631 rows/sec., 7.26 MiB/sec. 2026.02.01 14:43:32.220815 [ 276 ] {f482cd71-858f-46bb-95e9-858b08e7bf46} TCPHandler: Processed in 0.001322031 sec. 2026.02.01 14:43:32.220930 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:32.221023 [ 276 ] {ffe6efae-8029-4aca-8583-f7a515c105c9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:32.221067 [ 276 ] {ffe6efae-8029-4aca-8583-f7a515c105c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:43:32.221490 [ 276 ] {ffe6efae-8029-4aca-8583-f7a515c105c9} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:32.221526 [ 276 ] {ffe6efae-8029-4aca-8583-f7a515c105c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:32.221859 [ 276 ] {ffe6efae-8029-4aca-8583-f7a515c105c9} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.01 14:43:32.222061 [ 276 ] {ffe6efae-8029-4aca-8583-f7a515c105c9} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:32.222202 [ 276 ] {ffe6efae-8029-4aca-8583-f7a515c105c9} executeQuery: Read 162 rows, 11.55 KiB in 0.001198 sec., 135225.3756260434 rows/sec., 9.42 MiB/sec. 2026.02.01 14:43:32.222239 [ 276 ] {ffe6efae-8029-4aca-8583-f7a515c105c9} TCPHandler: Processed in 0.001357742 sec. 2026.02.01 14:43:32.222354 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:32.222447 [ 276 ] {7846597a-ad62-42f9-87fc-50497a5c86dc} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:32.222502 [ 276 ] {7846597a-ad62-42f9-87fc-50497a5c86dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:43:32.223378 [ 276 ] {7846597a-ad62-42f9-87fc-50497a5c86dc} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:32.223414 [ 276 ] {7846597a-ad62-42f9-87fc-50497a5c86dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:32.223968 [ 276 ] {7846597a-ad62-42f9-87fc-50497a5c86dc} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 14:43:32.224184 [ 276 ] {7846597a-ad62-42f9-87fc-50497a5c86dc} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:32.224323 [ 276 ] {7846597a-ad62-42f9-87fc-50497a5c86dc} executeQuery: Read 40 rows, 73.40 KiB in 0.001895 sec., 21108.179419525066 rows/sec., 37.82 MiB/sec. 2026.02.01 14:43:32.224387 [ 276 ] {7846597a-ad62-42f9-87fc-50497a5c86dc} TCPHandler: Processed in 0.002080574 sec. 2026.02.01 14:43:32.224503 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:32.224597 [ 276 ] {00716c13-daf5-4ff6-b47e-26ad545916a1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:43:32.224638 [ 276 ] {00716c13-daf5-4ff6-b47e-26ad545916a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:43:32.224994 [ 276 ] {00716c13-daf5-4ff6-b47e-26ad545916a1} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:32.225029 [ 276 ] {00716c13-daf5-4ff6-b47e-26ad545916a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:32.225330 [ 276 ] {00716c13-daf5-4ff6-b47e-26ad545916a1} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.01 14:43:32.225528 [ 276 ] {00716c13-daf5-4ff6-b47e-26ad545916a1} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:32.225655 [ 276 ] {00716c13-daf5-4ff6-b47e-26ad545916a1} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.02.01 14:43:32.225690 [ 276 ] {00716c13-daf5-4ff6-b47e-26ad545916a1} TCPHandler: Processed in 0.001234798 sec. 2026.02.01 14:43:34.576249 [ 113 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:43:34.576351 [ 113 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:43:34.753451 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26905 2026.02.01 14:43:34.754127 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:34.754159 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:34.754643 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 14:43:34.754877 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:34.755000 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26905 2026.02.01 14:43:34.755011 [ 113 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 14:43:34.755055 [ 113 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:34.755077 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:34.755194 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:43:34.755289 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:34.755322 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24537 rows starting from the beginning of the part 2026.02.01 14:43:34.755390 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:43:34.755436 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:43:34.755480 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:43:34.755518 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:43:34.755559 [ 189 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:43:34.757833 [ 191 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26905 rows, containing 4 columns (4 merged, 0 gathered) in 0.002677703 sec., 10047790.961133478 rows/sec., 143.73 MiB/sec. 2026.02.01 14:43:34.758270 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 14:43:34.758778 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_56_11} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:34.758912 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_56_11} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 14:43:34.759049 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2026.02.01 14:43:34.830525 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1414 2026.02.01 14:43:34.833087 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:34.833143 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:34.834530 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 14:43:34.834821 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:34.835231 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1414 2026.02.01 14:43:36.186440 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2026.02.01 14:43:36.205155 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:36.205210 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:36.211612 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.01 14:43:36.212299 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:36.212578 [ 115 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.01 14:43:36.212621 [ 115 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:36.212643 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:36.212830 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:43:36.216180 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.02.01 14:43:36.216871 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:36.218328 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:43:36.222735 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:43:36.227300 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:43:36.231800 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:43:36.236529 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:43:36.240905 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:43:36.294303 [ 189 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.081564318 sec., 5173.831037243516 rows/sec., 26.75 MiB/sec. 2026.02.01 14:43:36.296829 [ 193 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.01 14:43:36.298828 [ 193 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_56_11} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:36.298933 [ 193 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_56_11} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.01 14:43:36.300778 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.02.01 14:43:37.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 327.02 MiB, peak 340.42 MiB, free memory in arenas 0.00 B, will set to 328.40 MiB (RSS), difference: 1.38 MiB 2026.02.01 14:43:37.220955 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:37.221162 [ 276 ] {748234c9-e85e-4c46-99ef-42735122c58c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:43:37.221238 [ 276 ] {748234c9-e85e-4c46-99ef-42735122c58c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:43:37.222113 [ 276 ] {748234c9-e85e-4c46-99ef-42735122c58c} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.222161 [ 276 ] {748234c9-e85e-4c46-99ef-42735122c58c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:37.222576 [ 276 ] {748234c9-e85e-4c46-99ef-42735122c58c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 14:43:37.222815 [ 276 ] {748234c9-e85e-4c46-99ef-42735122c58c} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.222985 [ 276 ] {748234c9-e85e-4c46-99ef-42735122c58c} executeQuery: Read 266 rows, 17.30 KiB in 0.001879 sec., 141564.66205428418 rows/sec., 8.99 MiB/sec. 2026.02.01 14:43:37.223028 [ 276 ] {748234c9-e85e-4c46-99ef-42735122c58c} TCPHandler: Processed in 0.002219028 sec. 2026.02.01 14:43:37.223165 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:37.223263 [ 276 ] {7a5d9c2e-8424-4cc1-bda7-442845ef7106} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:43:37.223305 [ 276 ] {7a5d9c2e-8424-4cc1-bda7-442845ef7106} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:43:37.224085 [ 276 ] {7a5d9c2e-8424-4cc1-bda7-442845ef7106} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.224121 [ 276 ] {7a5d9c2e-8424-4cc1-bda7-442845ef7106} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:37.224467 [ 276 ] {7a5d9c2e-8424-4cc1-bda7-442845ef7106} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.01 14:43:37.224670 [ 276 ] {7a5d9c2e-8424-4cc1-bda7-442845ef7106} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.224804 [ 276 ] {7a5d9c2e-8424-4cc1-bda7-442845ef7106} executeQuery: Read 752 rows, 60.56 KiB in 0.00156 sec., 482051.28205128206 rows/sec., 37.91 MiB/sec. 2026.02.01 14:43:37.224802 [ 109 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.01 14:43:37.224843 [ 276 ] {7a5d9c2e-8424-4cc1-bda7-442845ef7106} TCPHandler: Processed in 0.001731483 sec. 2026.02.01 14:43:37.224881 [ 109 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.224906 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:37.224977 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:37.225022 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:43:37.225082 [ 276 ] {7ea491da-efb8-4c23-9e95-75b5935aaf82} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:43:37.225129 [ 276 ] {7ea491da-efb8-4c23-9e95-75b5935aaf82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:43:37.225164 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:37.225207 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2105 rows starting from the beginning of the part 2026.02.01 14:43:37.225285 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 26 rows starting from the beginning of the part 2026.02.01 14:43:37.225342 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 136 rows starting from the beginning of the part 2026.02.01 14:43:37.225390 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 752 rows starting from the beginning of the part 2026.02.01 14:43:37.225436 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:43:37.225485 [ 191 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 752 rows starting from the beginning of the part 2026.02.01 14:43:37.225588 [ 276 ] {7ea491da-efb8-4c23-9e95-75b5935aaf82} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.225631 [ 276 ] {7ea491da-efb8-4c23-9e95-75b5935aaf82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:37.226309 [ 276 ] {7ea491da-efb8-4c23-9e95-75b5935aaf82} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.01 14:43:37.226540 [ 276 ] {7ea491da-efb8-4c23-9e95-75b5935aaf82} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.226677 [ 276 ] {7ea491da-efb8-4c23-9e95-75b5935aaf82} executeQuery: Read 133 rows, 8.00 KiB in 0.001613 sec., 82455.05269683819 rows/sec., 4.85 MiB/sec. 2026.02.01 14:43:37.226690 [ 110 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.01 14:43:37.226714 [ 276 ] {7ea491da-efb8-4c23-9e95-75b5935aaf82} TCPHandler: Processed in 0.001788546 sec. 2026.02.01 14:43:37.226733 [ 110 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.226757 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:37.226832 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:37.226840 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:43:37.226937 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:37.226938 [ 276 ] {dd5ffa90-58a2-4e73-82d8-f58e82ca54ad} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:43:37.226966 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 205 rows starting from the beginning of the part 2026.02.01 14:43:37.226986 [ 276 ] {dd5ffa90-58a2-4e73-82d8-f58e82ca54ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:43:37.227021 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 135 rows starting from the beginning of the part 2026.02.01 14:43:37.227065 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 40 rows starting from the beginning of the part 2026.02.01 14:43:37.227105 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 133 rows starting from the beginning of the part 2026.02.01 14:43:37.227143 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 44 rows starting from the beginning of the part 2026.02.01 14:43:37.227181 [ 190 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 133 rows starting from the beginning of the part 2026.02.01 14:43:37.227275 [ 195 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3909 rows, containing 5 columns (5 merged, 0 gathered) in 0.002307762 sec., 1693848.8457648577 rows/sec., 143.86 MiB/sec. 2026.02.01 14:43:37.227454 [ 276 ] {dd5ffa90-58a2-4e73-82d8-f58e82ca54ad} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.227495 [ 276 ] {dd5ffa90-58a2-4e73-82d8-f58e82ca54ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:37.227581 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.01 14:43:37.227919 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_81_16} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.227971 [ 194 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 690 rows, containing 5 columns (5 merged, 0 gathered) in 0.001163326 sec., 593126.9480781828 rows/sec., 39.04 MiB/sec. 2026.02.01 14:43:37.228007 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_81_16} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.01 14:43:37.228073 [ 276 ] {dd5ffa90-58a2-4e73-82d8-f58e82ca54ad} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 14:43:37.228109 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2026.02.01 14:43:37.228157 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.01 14:43:37.228351 [ 276 ] {dd5ffa90-58a2-4e73-82d8-f58e82ca54ad} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.228478 [ 110 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 2026.02.01 14:43:37.228485 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_66_13} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.228500 [ 276 ] {dd5ffa90-58a2-4e73-82d8-f58e82ca54ad} executeQuery: Read 140 rows, 9.27 KiB in 0.001591 sec., 87994.97171590195 rows/sec., 5.69 MiB/sec. 2026.02.01 14:43:37.228508 [ 110 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.228543 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:37.228550 [ 276 ] {dd5ffa90-58a2-4e73-82d8-f58e82ca54ad} TCPHandler: Processed in 0.001768404 sec. 2026.02.01 14:43:37.228584 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_66_13} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.01 14:43:37.228659 [ 196 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_34_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full 2026.02.01 14:43:37.228683 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:37.228698 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.01 14:43:37.228804 [ 276 ] {4bd50fd1-a63a-4fef-8230-d374be28e0c2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:43:37.228814 [ 196 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_34_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:37.228852 [ 276 ] {4bd50fd1-a63a-4fef-8230-d374be28e0c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:43:37.228860 [ 196 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 394 rows starting from the beginning of the part 2026.02.01 14:43:37.228941 [ 196 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 228 rows starting from the beginning of the part 2026.02.01 14:43:37.228993 [ 196 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2026.02.01 14:43:37.229038 [ 196 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 368 rows starting from the beginning of the part 2026.02.01 14:43:37.229078 [ 196 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 140 rows starting from the beginning of the part 2026.02.01 14:43:37.229118 [ 196 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 140 rows starting from the beginning of the part 2026.02.01 14:43:37.229324 [ 276 ] {4bd50fd1-a63a-4fef-8230-d374be28e0c2} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.229364 [ 276 ] {4bd50fd1-a63a-4fef-8230-d374be28e0c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:37.229687 [ 276 ] {4bd50fd1-a63a-4fef-8230-d374be28e0c2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 14:43:37.229911 [ 276 ] {4bd50fd1-a63a-4fef-8230-d374be28e0c2} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.230047 [ 276 ] {4bd50fd1-a63a-4fef-8230-d374be28e0c2} executeQuery: Read 139 rows, 8.10 KiB in 0.001265 sec., 109881.42292490118 rows/sec., 6.25 MiB/sec. 2026.02.01 14:43:37.230085 [ 276 ] {4bd50fd1-a63a-4fef-8230-d374be28e0c2} TCPHandler: Processed in 0.001453885 sec. 2026.02.01 14:43:37.230160 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_34_7} MergeTask::MergeProjectionsStage: Merge sorted 1294 rows, containing 5 columns (5 merged, 0 gathered) in 0.001564728 sec., 826980.7915497135 rows/sec., 58.51 MiB/sec. 2026.02.01 14:43:37.230203 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:37.230299 [ 196 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_34_7} MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) 2026.02.01 14:43:37.230302 [ 276 ] {82113d1f-e838-46d1-85af-659f112793a4} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:43:37.230361 [ 276 ] {82113d1f-e838-46d1-85af-659f112793a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:43:37.230558 [ 196 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_34_7} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.230634 [ 196 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_34_7} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 2026.02.01 14:43:37.230708 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.01 14:43:37.230949 [ 276 ] {82113d1f-e838-46d1-85af-659f112793a4} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.230989 [ 276 ] {82113d1f-e838-46d1-85af-659f112793a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:37.231326 [ 276 ] {82113d1f-e838-46d1-85af-659f112793a4} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.01 14:43:37.231532 [ 276 ] {82113d1f-e838-46d1-85af-659f112793a4} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.231635 [ 110 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.01 14:43:37.231661 [ 276 ] {82113d1f-e838-46d1-85af-659f112793a4} executeQuery: Read 463 rows, 33.28 KiB in 0.001377 sec., 336238.19898329704 rows/sec., 23.60 MiB/sec. 2026.02.01 14:43:37.231665 [ 110 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.231690 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:37.231698 [ 276 ] {82113d1f-e838-46d1-85af-659f112793a4} TCPHandler: Processed in 0.001545638 sec. 2026.02.01 14:43:37.231756 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:43:37.231816 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:37.231840 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:37.231868 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1033 rows starting from the beginning of the part 2026.02.01 14:43:37.231913 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 28 rows starting from the beginning of the part 2026.02.01 14:43:37.231917 [ 276 ] {fa8da560-3fd9-40e2-9aeb-77fe265de082} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:43:37.231955 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 104 rows starting from the beginning of the part 2026.02.01 14:43:37.231971 [ 276 ] {fa8da560-3fd9-40e2-9aeb-77fe265de082} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:43:37.232001 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 463 rows starting from the beginning of the part 2026.02.01 14:43:37.232040 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 108 rows starting from the beginning of the part 2026.02.01 14:43:37.232074 [ 196 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 463 rows starting from the beginning of the part 2026.02.01 14:43:37.232328 [ 276 ] {fa8da560-3fd9-40e2-9aeb-77fe265de082} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.232368 [ 276 ] {fa8da560-3fd9-40e2-9aeb-77fe265de082} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:37.232697 [ 276 ] {fa8da560-3fd9-40e2-9aeb-77fe265de082} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:43:37.232915 [ 276 ] {fa8da560-3fd9-40e2-9aeb-77fe265de082} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.233051 [ 276 ] {fa8da560-3fd9-40e2-9aeb-77fe265de082} executeQuery: Read 6 rows, 321.00 B in 0.001152 sec., 5208.333333333333 rows/sec., 272.12 KiB/sec. 2026.02.01 14:43:37.233055 [ 186 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2199 rows, containing 5 columns (5 merged, 0 gathered) in 0.001328361 sec., 1655423.4880427837 rows/sec., 126.05 MiB/sec. 2026.02.01 14:43:37.233089 [ 276 ] {fa8da560-3fd9-40e2-9aeb-77fe265de082} TCPHandler: Processed in 0.001323951 sec. 2026.02.01 14:43:37.233058 [ 109 ] {} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.02.01 14:43:37.233145 [ 109 ] {} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.233165 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:37.233207 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:37.233234 [ 195 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.02.01 14:43:37.233279 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.01 14:43:37.233307 [ 276 ] {71611151-44b7-4638-b253-d91f8c98b7fb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:37.233333 [ 195 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:37.233355 [ 276 ] {71611151-44b7-4638-b253-d91f8c98b7fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:43:37.233365 [ 195 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part 2026.02.01 14:43:37.233428 [ 195 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2026.02.01 14:43:37.233469 [ 195 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2026.02.01 14:43:37.233508 [ 195 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2026.02.01 14:43:37.233546 [ 195 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2026.02.01 14:43:37.233586 [ 195 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part 2026.02.01 14:43:37.233610 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_81_16} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.233700 [ 188 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_81_16} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.01 14:43:37.233785 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.02.01 14:43:37.233801 [ 276 ] {71611151-44b7-4638-b253-d91f8c98b7fb} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.233844 [ 276 ] {71611151-44b7-4638-b253-d91f8c98b7fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:37.234199 [ 276 ] {71611151-44b7-4638-b253-d91f8c98b7fb} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.01 14:43:37.234424 [ 276 ] {71611151-44b7-4638-b253-d91f8c98b7fb} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.234438 [ 192 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.001231139 sec., 121838.39517714897 rows/sec., 6.22 MiB/sec. 2026.02.01 14:43:37.234557 [ 276 ] {71611151-44b7-4638-b253-d91f8c98b7fb} executeQuery: Read 258 rows, 17.59 KiB in 0.001268 sec., 203470.0315457413 rows/sec., 13.55 MiB/sec. 2026.02.01 14:43:37.234582 [ 186 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.02.01 14:43:37.234598 [ 276 ] {71611151-44b7-4638-b253-d91f8c98b7fb} TCPHandler: Processed in 0.001441535 sec. 2026.02.01 14:43:37.234715 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:37.234815 [ 276 ] {3d6cd5fb-9805-4882-b151-f19ac835eef3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:43:37.234856 [ 186 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_25_5} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.234858 [ 276 ] {3d6cd5fb-9805-4882-b151-f19ac835eef3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:43:37.234922 [ 186 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_25_5} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.02.01 14:43:37.235000 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.02.01 14:43:37.235189 [ 276 ] {3d6cd5fb-9805-4882-b151-f19ac835eef3} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.235223 [ 276 ] {3d6cd5fb-9805-4882-b151-f19ac835eef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:37.235517 [ 276 ] {3d6cd5fb-9805-4882-b151-f19ac835eef3} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 14:43:37.235718 [ 276 ] {3d6cd5fb-9805-4882-b151-f19ac835eef3} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.235848 [ 276 ] {3d6cd5fb-9805-4882-b151-f19ac835eef3} executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. 2026.02.01 14:43:37.235884 [ 276 ] {3d6cd5fb-9805-4882-b151-f19ac835eef3} TCPHandler: Processed in 0.001218328 sec. 2026.02.01 14:43:37.235987 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:37.236080 [ 276 ] {60ba5590-c3db-4a6e-9488-03d34b27ab5b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:43:37.236121 [ 276 ] {60ba5590-c3db-4a6e-9488-03d34b27ab5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:43:37.236465 [ 276 ] {60ba5590-c3db-4a6e-9488-03d34b27ab5b} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:37.236499 [ 276 ] {60ba5590-c3db-4a6e-9488-03d34b27ab5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2026.02.01 14:43:37.236810 [ 276 ] {60ba5590-c3db-4a6e-9488-03d34b27ab5b} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.01 14:43:37.237011 [ 276 ] {60ba5590-c3db-4a6e-9488-03d34b27ab5b} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:37.237140 [ 276 ] {60ba5590-c3db-4a6e-9488-03d34b27ab5b} executeQuery: Read 88 rows, 5.66 KiB in 0.001078 sec., 81632.6530612245 rows/sec., 5.13 MiB/sec. 2026.02.01 14:43:37.237175 [ 276 ] {60ba5590-c3db-4a6e-9488-03d34b27ab5b} TCPHandler: Processed in 0.001237769 sec. 2026.02.01 14:43:42.215348 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:42.215551 [ 276 ] {fbd8fb20-b696-41f8-9298-5c187b326404} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:43:42.215621 [ 276 ] {fbd8fb20-b696-41f8-9298-5c187b326404} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:43:42.216406 [ 276 ] {fbd8fb20-b696-41f8-9298-5c187b326404} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:42.216457 [ 276 ] {fbd8fb20-b696-41f8-9298-5c187b326404} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:42.216876 [ 276 ] {fbd8fb20-b696-41f8-9298-5c187b326404} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.01 14:43:42.217106 [ 276 ] {fbd8fb20-b696-41f8-9298-5c187b326404} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:42.217272 [ 276 ] {fbd8fb20-b696-41f8-9298-5c187b326404} executeQuery: Read 136 rows, 12.08 KiB in 0.001773 sec., 76706.14777213761 rows/sec., 6.65 MiB/sec. 2026.02.01 14:43:42.217324 [ 276 ] {fbd8fb20-b696-41f8-9298-5c187b326404} TCPHandler: Processed in 0.002158077 sec. 2026.02.01 14:43:42.217449 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:42.217551 [ 276 ] {5b21a627-dd9a-4c25-b20c-cd8d429092b5} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:43:42.217595 [ 276 ] {5b21a627-dd9a-4c25-b20c-cd8d429092b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:43:42.218041 [ 276 ] {5b21a627-dd9a-4c25-b20c-cd8d429092b5} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:42.218076 [ 276 ] {5b21a627-dd9a-4c25-b20c-cd8d429092b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:42.218378 [ 276 ] {5b21a627-dd9a-4c25-b20c-cd8d429092b5} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.01 14:43:42.218582 [ 276 ] {5b21a627-dd9a-4c25-b20c-cd8d429092b5} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:42.218712 [ 276 ] {5b21a627-dd9a-4c25-b20c-cd8d429092b5} executeQuery: Read 40 rows, 3.01 KiB in 0.001185 sec., 33755.27426160337 rows/sec., 2.48 MiB/sec. 2026.02.01 14:43:42.218749 [ 276 ] {5b21a627-dd9a-4c25-b20c-cd8d429092b5} TCPHandler: Processed in 0.001349862 sec. 2026.02.01 14:43:42.218861 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:42.218954 [ 276 ] {fc324906-b4a2-4aa4-a056-eaa47240afde} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:43:42.218994 [ 276 ] {fc324906-b4a2-4aa4-a056-eaa47240afde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:43:42.219439 [ 276 ] {fc324906-b4a2-4aa4-a056-eaa47240afde} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:42.219473 [ 276 ] {fc324906-b4a2-4aa4-a056-eaa47240afde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:42.219773 [ 276 ] {fc324906-b4a2-4aa4-a056-eaa47240afde} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.01 14:43:42.219977 [ 276 ] {fc324906-b4a2-4aa4-a056-eaa47240afde} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:42.220105 [ 276 ] {fc324906-b4a2-4aa4-a056-eaa47240afde} executeQuery: Read 104 rows, 8.32 KiB in 0.00117 sec., 88888.88888888889 rows/sec., 6.94 MiB/sec. 2026.02.01 14:43:42.220142 [ 276 ] {fc324906-b4a2-4aa4-a056-eaa47240afde} TCPHandler: Processed in 0.001327981 sec. 2026.02.01 14:43:42.220257 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:42.220350 [ 276 ] {8b6cbddb-6971-4144-9511-221fd2a79bfb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:42.220393 [ 276 ] {8b6cbddb-6971-4144-9511-221fd2a79bfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:43:42.220799 [ 276 ] {8b6cbddb-6971-4144-9511-221fd2a79bfb} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:42.220833 [ 276 ] {8b6cbddb-6971-4144-9511-221fd2a79bfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:42.221164 [ 276 ] {8b6cbddb-6971-4144-9511-221fd2a79bfb} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.01 14:43:42.221363 [ 276 ] {8b6cbddb-6971-4144-9511-221fd2a79bfb} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:42.221489 [ 276 ] {8b6cbddb-6971-4144-9511-221fd2a79bfb} executeQuery: Read 160 rows, 11.41 KiB in 0.001158 sec., 138169.2573402418 rows/sec., 9.62 MiB/sec. 2026.02.01 14:43:42.221524 [ 276 ] {8b6cbddb-6971-4144-9511-221fd2a79bfb} TCPHandler: Processed in 0.001314971 sec. 2026.02.01 14:43:42.221624 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:42.221715 [ 276 ] {4dbfc8a0-249c-4c15-a731-69a698dd24a3} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:42.221777 [ 276 ] {4dbfc8a0-249c-4c15-a731-69a698dd24a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:43:42.222652 [ 276 ] {4dbfc8a0-249c-4c15-a731-69a698dd24a3} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:42.222687 [ 276 ] {4dbfc8a0-249c-4c15-a731-69a698dd24a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:42.223243 [ 276 ] {4dbfc8a0-249c-4c15-a731-69a698dd24a3} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 14:43:42.223457 [ 276 ] {4dbfc8a0-249c-4c15-a731-69a698dd24a3} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:42.223562 [ 102 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.01 14:43:42.223598 [ 102 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:42.223600 [ 276 ] {4dbfc8a0-249c-4c15-a731-69a698dd24a3} executeQuery: Read 40 rows, 73.40 KiB in 0.001903 sec., 21019.442984760903 rows/sec., 37.67 MiB/sec. 2026.02.01 14:43:42.223615 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:42.223667 [ 276 ] {4dbfc8a0-249c-4c15-a731-69a698dd24a3} TCPHandler: Processed in 0.002089325 sec. 2026.02.01 14:43:42.223729 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:43:42.223777 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:42.223874 [ 276 ] {9e00261f-48ec-40d1-ba7a-aeb65fe7788a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:43:42.223916 [ 276 ] {9e00261f-48ec-40d1-ba7a-aeb65fe7788a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:43:42.223972 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:42.224033 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1342 rows starting from the beginning of the part 2026.02.01 14:43:42.224163 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part 2026.02.01 14:43:42.224251 [ 276 ] {9e00261f-48ec-40d1-ba7a-aeb65fe7788a} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:42.224264 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part 2026.02.01 14:43:42.224293 [ 276 ] {9e00261f-48ec-40d1-ba7a-aeb65fe7788a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:42.224376 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part 2026.02.01 14:43:42.224482 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part 2026.02.01 14:43:42.224586 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part 2026.02.01 14:43:42.224607 [ 276 ] {9e00261f-48ec-40d1-ba7a-aeb65fe7788a} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.01 14:43:42.224813 [ 276 ] {9e00261f-48ec-40d1-ba7a-aeb65fe7788a} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:42.224954 [ 276 ] {9e00261f-48ec-40d1-ba7a-aeb65fe7788a} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.02.01 14:43:42.224990 [ 276 ] {9e00261f-48ec-40d1-ba7a-aeb65fe7788a} TCPHandler: Processed in 0.00126484 sec. 2026.02.01 14:43:42.234042 [ 199 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1542 rows, containing 19 columns (19 merged, 0 gathered) in 0.010363292 sec., 148794.41783556808 rows/sec., 266.63 MiB/sec. 2026.02.01 14:43:42.236190 [ 202 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.01 14:43:42.236570 [ 202 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_41_8} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:42.236640 [ 202 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_41_8} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.01 14:43:42.236795 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.75 MiB. 2026.02.01 14:43:42.256075 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27417 2026.02.01 14:43:42.256624 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:42.256671 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:42.257201 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 14:43:42.257440 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:42.257592 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27417 2026.02.01 14:43:43.000381 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 328.95 MiB, peak 340.62 MiB, free memory in arenas 0.00 B, will set to 335.50 MiB (RSS), difference: 6.55 MiB 2026.02.01 14:43:43.717218 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.02.01 14:43:43.748441 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:43.748552 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:43.759369 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.01 14:43:43.761241 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:43.768894 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.02.01 14:43:44.548878 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46696 2026.02.01 14:43:44.549022 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.549069 [ 352 ] {} TCP-Session: 6a08bfd3-e591-4ad2-82d1-619ecc229d5e Authenticating user 'default' from [fd00:1122:3344:101::e]:46696 2026.02.01 14:43:44.549093 [ 352 ] {} TCP-Session: 6a08bfd3-e591-4ad2-82d1-619ecc229d5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.549106 [ 352 ] {} TCP-Session: 6a08bfd3-e591-4ad2-82d1-619ecc229d5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.549319 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44895 2026.02.01 14:43:44.549363 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59872 2026.02.01 14:43:44.549387 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54522 2026.02.01 14:43:44.549399 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37370 2026.02.01 14:43:44.549416 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41652 2026.02.01 14:43:44.549447 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61610 2026.02.01 14:43:44.549472 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.549465 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.549521 [ 353 ] {} TCP-Session: c480e610-488d-4ac8-b0b4-c6a821deb4a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:44895 2026.02.01 14:43:44.549533 [ 352 ] {} TCP-Session: 6a08bfd3-e591-4ad2-82d1-619ecc229d5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:44.549542 [ 355 ] {} TCP-Session: 97be50ee-daba-41c0-a96a-0ba121103af1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59872 2026.02.01 14:43:44.549563 [ 353 ] {} TCP-Session: c480e610-488d-4ac8-b0b4-c6a821deb4a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.549581 [ 355 ] {} TCP-Session: 97be50ee-daba-41c0-a96a-0ba121103af1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.549592 [ 353 ] {} TCP-Session: c480e610-488d-4ac8-b0b4-c6a821deb4a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.549603 [ 355 ] {} TCP-Session: 97be50ee-daba-41c0-a96a-0ba121103af1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.549624 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.549424 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54676 2026.02.01 14:43:44.549660 [ 287 ] {} TCP-Session: 4a386f0e-b8c6-41f4-b0bf-24feb423d6d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:54522 2026.02.01 14:43:44.549353 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40018 2026.02.01 14:43:44.549707 [ 287 ] {} TCP-Session: 4a386f0e-b8c6-41f4-b0bf-24feb423d6d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.549756 [ 352 ] {bba20a09-632c-4ebd-8b4e-b3ec529a425e} executeQuery: (from [fd00:1122:3344:101::e]:46696) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:43:44.549779 [ 287 ] {} TCP-Session: 4a386f0e-b8c6-41f4-b0bf-24feb423d6d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.550055 [ 352 ] {bba20a09-632c-4ebd-8b4e-b3ec529a425e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:43:44.550121 [ 352 ] {bba20a09-632c-4ebd-8b4e-b3ec529a425e} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:43:44.550138 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.550178 [ 290 ] {} TCP-Session: d9159b8f-8c6a-4627-b954-4fead7842896 Authenticating user 'default' from [fd00:1122:3344:101::e]:54676 2026.02.01 14:43:44.550201 [ 290 ] {} TCP-Session: d9159b8f-8c6a-4627-b954-4fead7842896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.550214 [ 290 ] {} TCP-Session: d9159b8f-8c6a-4627-b954-4fead7842896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.550286 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.550343 [ 354 ] {} TCP-Session: fd41a223-a003-49d0-a630-27db3d5b2ecc Authenticating user 'default' from [fd00:1122:3344:101::e]:40018 2026.02.01 14:43:44.550379 [ 354 ] {} TCP-Session: fd41a223-a003-49d0-a630-27db3d5b2ecc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.550401 [ 354 ] {} TCP-Session: fd41a223-a003-49d0-a630-27db3d5b2ecc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.550403 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.550432 [ 352 ] {bba20a09-632c-4ebd-8b4e-b3ec529a425e} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:43:44.550446 [ 351 ] {} TCP-Session: e4a94b4d-1d59-4c5b-af79-e7497d698062 Authenticating user 'default' from [fd00:1122:3344:101::e]:61610 2026.02.01 14:43:44.550479 [ 351 ] {} TCP-Session: e4a94b4d-1d59-4c5b-af79-e7497d698062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.550499 [ 351 ] {} TCP-Session: e4a94b4d-1d59-4c5b-af79-e7497d698062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.550796 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.550837 [ 291 ] {} TCP-Session: 70bb7d7c-4b7a-44a3-b15d-3dd86beafa8f Authenticating user 'default' from [fd00:1122:3344:101::e]:41652 2026.02.01 14:43:44.550854 [ 291 ] {} TCP-Session: 70bb7d7c-4b7a-44a3-b15d-3dd86beafa8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.550867 [ 291 ] {} TCP-Session: 70bb7d7c-4b7a-44a3-b15d-3dd86beafa8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.550924 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.550968 [ 289 ] {} TCP-Session: 236e6448-a91d-4577-8356-538130e4f6ab Authenticating user 'default' from [fd00:1122:3344:101::e]:37370 2026.02.01 14:43:44.550996 [ 289 ] {} TCP-Session: 236e6448-a91d-4577-8356-538130e4f6ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.551017 [ 289 ] {} TCP-Session: 236e6448-a91d-4577-8356-538130e4f6ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.551430 [ 305 ] {bba20a09-632c-4ebd-8b4e-b3ec529a425e} AggregatingTransform: Aggregating 2026.02.01 14:43:44.551462 [ 305 ] {bba20a09-632c-4ebd-8b4e-b3ec529a425e} Aggregator: Aggregation method: without_key 2026.02.01 14:43:44.551491 [ 305 ] {bba20a09-632c-4ebd-8b4e-b3ec529a425e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000944449 sec. (1058.818 rows/sec., 41.36 KiB/sec.) 2026.02.01 14:43:44.551508 [ 305 ] {bba20a09-632c-4ebd-8b4e-b3ec529a425e} Aggregator: Merging aggregated data 2026.02.01 14:43:44.552732 [ 352 ] {bba20a09-632c-4ebd-8b4e-b3ec529a425e} executeQuery: Read 1 rows, 40.00 B in 0.003077 sec., 324.99187520311995 rows/sec., 12.69 KiB/sec. 2026.02.01 14:43:44.552869 [ 352 ] {bba20a09-632c-4ebd-8b4e-b3ec529a425e} TCPHandler: Processed in 0.003453597 sec. 2026.02.01 14:43:44.552970 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.553000 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.553011 [ 352 ] {} TCP-Session: 6a08bfd3-e591-4ad2-82d1-619ecc229d5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.553031 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.553045 [ 355 ] {} TCP-Session: 97be50ee-daba-41c0-a96a-0ba121103af1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.553055 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.553079 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.553105 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.553119 [ 353 ] {} TCP-Session: c480e610-488d-4ac8-b0b4-c6a821deb4a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.553135 [ 290 ] {} TCP-Session: d9159b8f-8c6a-4627-b954-4fead7842896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.553155 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.553168 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.553131 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.553210 [ 287 ] {} TCP-Session: 4a386f0e-b8c6-41f4-b0bf-24feb423d6d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.553217 [ 291 ] {} TCP-Session: 70bb7d7c-4b7a-44a3-b15d-3dd86beafa8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.553251 [ 354 ] {} TCP-Session: fd41a223-a003-49d0-a630-27db3d5b2ecc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.553085 [ 351 ] {} TCP-Session: e4a94b4d-1d59-4c5b-af79-e7497d698062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.553159 [ 289 ] {} TCP-Session: 236e6448-a91d-4577-8356-538130e4f6ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.685469 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35832 2026.02.01 14:43:44.685592 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.685620 [ 352 ] {} TCP-Session: 2c5cc8df-2d77-497e-8bc7-dc636d470578 Authenticating user 'default' from [fd00:1122:3344:101::e]:35832 2026.02.01 14:43:44.685643 [ 352 ] {} TCP-Session: 2c5cc8df-2d77-497e-8bc7-dc636d470578 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.685656 [ 352 ] {} TCP-Session: 2c5cc8df-2d77-497e-8bc7-dc636d470578 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.685926 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34859 2026.02.01 14:43:44.685928 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34863 2026.02.01 14:43:44.685955 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61731 2026.02.01 14:43:44.685978 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62077 2026.02.01 14:43:44.686002 [ 352 ] {} TCP-Session: 2c5cc8df-2d77-497e-8bc7-dc636d470578 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:44.686030 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.685989 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41169 2026.02.01 14:43:44.686079 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.686080 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.686130 [ 291 ] {} TCP-Session: e6f79fa0-54f6-45df-91f3-935f996f8598 Authenticating user 'default' from [fd00:1122:3344:101::e]:62077 2026.02.01 14:43:44.686076 [ 354 ] {} TCP-Session: 15f4ca2e-a5a1-465e-9941-ca739ac9259a Authenticating user 'default' from [fd00:1122:3344:101::e]:34859 2026.02.01 14:43:44.686151 [ 353 ] {} TCP-Session: 9458ad4e-f9b4-4eb0-a74f-83cbcc89f7cf Authenticating user 'default' from [fd00:1122:3344:101::e]:34863 2026.02.01 14:43:44.686158 [ 291 ] {} TCP-Session: e6f79fa0-54f6-45df-91f3-935f996f8598 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.686174 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.686193 [ 291 ] {} TCP-Session: e6f79fa0-54f6-45df-91f3-935f996f8598 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.686194 [ 352 ] {c51c62c2-ef12-431b-91dd-faf2d508174a} executeQuery: (from [fd00:1122:3344:101::e]:35832) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:43:44.686216 [ 353 ] {} TCP-Session: 9458ad4e-f9b4-4eb0-a74f-83cbcc89f7cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.686218 [ 351 ] {} TCP-Session: 01749402-bacb-43b1-9ec0-ed33b15874b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:41169 2026.02.01 14:43:44.686269 [ 353 ] {} TCP-Session: 9458ad4e-f9b4-4eb0-a74f-83cbcc89f7cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.686295 [ 351 ] {} TCP-Session: 01749402-bacb-43b1-9ec0-ed33b15874b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.686180 [ 354 ] {} TCP-Session: 15f4ca2e-a5a1-465e-9941-ca739ac9259a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.686322 [ 351 ] {} TCP-Session: 01749402-bacb-43b1-9ec0-ed33b15874b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.686062 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.686360 [ 354 ] {} TCP-Session: 15f4ca2e-a5a1-465e-9941-ca739ac9259a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.686393 [ 289 ] {} TCP-Session: 9c014559-cbde-4ea5-8864-96f0fe5639da Authenticating user 'default' from [fd00:1122:3344:101::e]:61731 2026.02.01 14:43:44.685982 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36274 2026.02.01 14:43:44.686427 [ 289 ] {} TCP-Session: 9c014559-cbde-4ea5-8864-96f0fe5639da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.685947 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57671 2026.02.01 14:43:44.686462 [ 289 ] {} TCP-Session: 9c014559-cbde-4ea5-8864-96f0fe5639da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.685935 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63142 2026.02.01 14:43:44.686497 [ 352 ] {c51c62c2-ef12-431b-91dd-faf2d508174a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:43:44.686495 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.686538 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.686563 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.686569 [ 352 ] {c51c62c2-ef12-431b-91dd-faf2d508174a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:43:44.686579 [ 287 ] {} TCP-Session: c7ca3599-ffcb-4a30-bec9-eba601acb49b Authenticating user 'default' from [fd00:1122:3344:101::e]:57671 2026.02.01 14:43:44.686593 [ 355 ] {} TCP-Session: fc18b239-39ae-48ef-ac56-089a468e46f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:63142 2026.02.01 14:43:44.686619 [ 287 ] {} TCP-Session: c7ca3599-ffcb-4a30-bec9-eba601acb49b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.686635 [ 355 ] {} TCP-Session: fc18b239-39ae-48ef-ac56-089a468e46f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.686646 [ 287 ] {} TCP-Session: c7ca3599-ffcb-4a30-bec9-eba601acb49b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.686657 [ 355 ] {} TCP-Session: fc18b239-39ae-48ef-ac56-089a468e46f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.686567 [ 290 ] {} TCP-Session: 407bea53-582a-42f7-acfc-5a02ceeb41c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:36274 2026.02.01 14:43:44.686704 [ 290 ] {} TCP-Session: 407bea53-582a-42f7-acfc-5a02ceeb41c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.686719 [ 290 ] {} TCP-Session: 407bea53-582a-42f7-acfc-5a02ceeb41c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.686888 [ 352 ] {c51c62c2-ef12-431b-91dd-faf2d508174a} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:43:44.687905 [ 349 ] {c51c62c2-ef12-431b-91dd-faf2d508174a} AggregatingTransform: Aggregating 2026.02.01 14:43:44.687953 [ 349 ] {c51c62c2-ef12-431b-91dd-faf2d508174a} Aggregator: Aggregation method: without_key 2026.02.01 14:43:44.687989 [ 349 ] {c51c62c2-ef12-431b-91dd-faf2d508174a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000996301 sec. (1003.713 rows/sec., 39.21 KiB/sec.) 2026.02.01 14:43:44.688009 [ 349 ] {c51c62c2-ef12-431b-91dd-faf2d508174a} Aggregator: Merging aggregated data 2026.02.01 14:43:44.689202 [ 352 ] {c51c62c2-ef12-431b-91dd-faf2d508174a} executeQuery: Read 1 rows, 40.00 B in 0.003066 sec., 326.1578604044357 rows/sec., 12.74 KiB/sec. 2026.02.01 14:43:44.689344 [ 352 ] {c51c62c2-ef12-431b-91dd-faf2d508174a} TCPHandler: Processed in 0.003462317 sec. 2026.02.01 14:43:44.689437 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.689478 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.689482 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.689499 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.689524 [ 291 ] {} TCP-Session: e6f79fa0-54f6-45df-91f3-935f996f8598 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.689543 [ 355 ] {} TCP-Session: fc18b239-39ae-48ef-ac56-089a468e46f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.689557 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.689567 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.689584 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.689611 [ 354 ] {} TCP-Session: 15f4ca2e-a5a1-465e-9941-ca739ac9259a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.689617 [ 289 ] {} TCP-Session: 9c014559-cbde-4ea5-8864-96f0fe5639da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.689634 [ 352 ] {} TCP-Session: 2c5cc8df-2d77-497e-8bc7-dc636d470578 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.689561 [ 287 ] {} TCP-Session: c7ca3599-ffcb-4a30-bec9-eba601acb49b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.689535 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.689516 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.689726 [ 290 ] {} TCP-Session: 407bea53-582a-42f7-acfc-5a02ceeb41c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.689483 [ 351 ] {} TCP-Session: 01749402-bacb-43b1-9ec0-ed33b15874b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.689775 [ 353 ] {} TCP-Session: 9458ad4e-f9b4-4eb0-a74f-83cbcc89f7cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.738506 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50736 2026.02.01 14:43:44.738599 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.738626 [ 352 ] {} TCP-Session: 03f1dc3d-e3f7-4c08-9281-42e5a5ef873d Authenticating user 'default' from [fd00:1122:3344:101::e]:50736 2026.02.01 14:43:44.738646 [ 352 ] {} TCP-Session: 03f1dc3d-e3f7-4c08-9281-42e5a5ef873d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.738659 [ 352 ] {} TCP-Session: 03f1dc3d-e3f7-4c08-9281-42e5a5ef873d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.738819 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46710 2026.02.01 14:43:44.738827 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65421 2026.02.01 14:43:44.738878 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43143 2026.02.01 14:43:44.738892 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62510 2026.02.01 14:43:44.738926 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.738926 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48613 2026.02.01 14:43:44.738990 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.738971 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.739084 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.739087 [ 287 ] {} TCP-Session: 57fa483d-771b-41d0-9b99-c0da2f963dce Authenticating user 'default' from [fd00:1122:3344:101::e]:62510 2026.02.01 14:43:44.739116 [ 354 ] {} TCP-Session: 44b3b481-3094-46f8-93a5-2913a88dbb39 Authenticating user 'default' from [fd00:1122:3344:101::e]:65421 2026.02.01 14:43:44.739120 [ 291 ] {} TCP-Session: e6afab76-e0db-429f-980e-4a24d6a1f997 Authenticating user 'default' from [fd00:1122:3344:101::e]:48613 2026.02.01 14:43:44.739134 [ 287 ] {} TCP-Session: 57fa483d-771b-41d0-9b99-c0da2f963dce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739152 [ 354 ] {} TCP-Session: 44b3b481-3094-46f8-93a5-2913a88dbb39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739168 [ 287 ] {} TCP-Session: 57fa483d-771b-41d0-9b99-c0da2f963dce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739182 [ 354 ] {} TCP-Session: 44b3b481-3094-46f8-93a5-2913a88dbb39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739156 [ 291 ] {} TCP-Session: e6afab76-e0db-429f-980e-4a24d6a1f997 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.738963 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.738957 [ 353 ] {} TCP-Session: f206be6f-10d6-49f3-9365-f06a2be74ec3 Authenticating user 'default' from [fd00:1122:3344:101::e]:46710 2026.02.01 14:43:44.738935 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39026 2026.02.01 14:43:44.738904 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34417 2026.02.01 14:43:44.738928 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42513 2026.02.01 14:43:44.738956 [ 352 ] {} TCP-Session: 03f1dc3d-e3f7-4c08-9281-42e5a5ef873d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:44.739386 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.739391 [ 353 ] {} TCP-Session: f206be6f-10d6-49f3-9365-f06a2be74ec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739419 [ 289 ] {} TCP-Session: c8db0c84-81b5-4a49-a36f-0ae18f9ec74c Authenticating user 'default' from [fd00:1122:3344:101::e]:34417 2026.02.01 14:43:44.739423 [ 353 ] {} TCP-Session: f206be6f-10d6-49f3-9365-f06a2be74ec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739437 [ 291 ] {} TCP-Session: e6afab76-e0db-429f-980e-4a24d6a1f997 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739450 [ 289 ] {} TCP-Session: c8db0c84-81b5-4a49-a36f-0ae18f9ec74c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739421 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.739484 [ 355 ] {} TCP-Session: b5df0bb1-5075-4b71-939c-09f27cafbbdb Authenticating user 'default' from [fd00:1122:3344:101::e]:43143 2026.02.01 14:43:44.739484 [ 289 ] {} TCP-Session: c8db0c84-81b5-4a49-a36f-0ae18f9ec74c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739511 [ 351 ] {} TCP-Session: e54ef016-de9c-420b-9c4c-c7c506d5989b Authenticating user 'default' from [fd00:1122:3344:101::e]:39026 2026.02.01 14:43:44.739515 [ 355 ] {} TCP-Session: b5df0bb1-5075-4b71-939c-09f27cafbbdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739538 [ 352 ] {eae8f751-aa3b-427d-9017-b30dfb922a9c} executeQuery: (from [fd00:1122:3344:101::e]:50736) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:43:44.739551 [ 355 ] {} TCP-Session: b5df0bb1-5075-4b71-939c-09f27cafbbdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739545 [ 351 ] {} TCP-Session: e54ef016-de9c-420b-9c4c-c7c506d5989b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739421 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:43:44.739585 [ 351 ] {} TCP-Session: e54ef016-de9c-420b-9c4c-c7c506d5989b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739604 [ 290 ] {} TCP-Session: a4cf7f8f-be8a-4aa9-adc7-7f1382ee1ce5 Authenticating user 'default' from [fd00:1122:3344:101::e]:42513 2026.02.01 14:43:44.739621 [ 290 ] {} TCP-Session: a4cf7f8f-be8a-4aa9-adc7-7f1382ee1ce5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739633 [ 290 ] {} TCP-Session: a4cf7f8f-be8a-4aa9-adc7-7f1382ee1ce5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.739801 [ 352 ] {eae8f751-aa3b-427d-9017-b30dfb922a9c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:43:44.739857 [ 352 ] {eae8f751-aa3b-427d-9017-b30dfb922a9c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:43:44.740134 [ 352 ] {eae8f751-aa3b-427d-9017-b30dfb922a9c} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:43:44.741071 [ 306 ] {eae8f751-aa3b-427d-9017-b30dfb922a9c} AggregatingTransform: Aggregating 2026.02.01 14:43:44.741113 [ 306 ] {eae8f751-aa3b-427d-9017-b30dfb922a9c} Aggregator: Aggregation method: without_key 2026.02.01 14:43:44.741166 [ 306 ] {eae8f751-aa3b-427d-9017-b30dfb922a9c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000922459 sec. (1084.059 rows/sec., 42.35 KiB/sec.) 2026.02.01 14:43:44.741198 [ 306 ] {eae8f751-aa3b-427d-9017-b30dfb922a9c} Aggregator: Merging aggregated data 2026.02.01 14:43:44.742409 [ 352 ] {eae8f751-aa3b-427d-9017-b30dfb922a9c} executeQuery: Read 1 rows, 40.00 B in 0.002922 sec., 342.23134839151265 rows/sec., 13.37 KiB/sec. 2026.02.01 14:43:44.742589 [ 352 ] {eae8f751-aa3b-427d-9017-b30dfb922a9c} TCPHandler: Processed in 0.003742276 sec. 2026.02.01 14:43:44.742727 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.742758 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.742778 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.742801 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.742809 [ 353 ] {} TCP-Session: f206be6f-10d6-49f3-9365-f06a2be74ec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.742831 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.742859 [ 355 ] {} TCP-Session: b5df0bb1-5075-4b71-939c-09f27cafbbdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.742865 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.742884 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.742924 [ 289 ] {} TCP-Session: c8db0c84-81b5-4a49-a36f-0ae18f9ec74c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.742893 [ 290 ] {} TCP-Session: a4cf7f8f-be8a-4aa9-adc7-7f1382ee1ce5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.742948 [ 291 ] {} TCP-Session: e6afab76-e0db-429f-980e-4a24d6a1f997 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.742852 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.742821 [ 287 ] {} TCP-Session: 57fa483d-771b-41d0-9b99-c0da2f963dce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.742816 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:43:44.743033 [ 354 ] {} TCP-Session: 44b3b481-3094-46f8-93a5-2913a88dbb39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.742768 [ 352 ] {} TCP-Session: 03f1dc3d-e3f7-4c08-9281-42e5a5ef873d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.743071 [ 351 ] {} TCP-Session: e54ef016-de9c-420b-9c4c-c7c506d5989b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:43:44.836362 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1452 2026.02.01 14:43:44.838850 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:44.838902 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:44.840137 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 14:43:44.840424 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:44.840734 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1452 2026.02.01 14:43:46.569304 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:46.569585 [ 276 ] {231d93a5-89ea-485a-ae54-bb90e0a5c747} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:43:46.569695 [ 276 ] {231d93a5-89ea-485a-ae54-bb90e0a5c747} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:43:46.570672 [ 276 ] {231d93a5-89ea-485a-ae54-bb90e0a5c747} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:46.570721 [ 276 ] {231d93a5-89ea-485a-ae54-bb90e0a5c747} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:46.571117 [ 276 ] {231d93a5-89ea-485a-ae54-bb90e0a5c747} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 14:43:46.571351 [ 276 ] {231d93a5-89ea-485a-ae54-bb90e0a5c747} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:46.571513 [ 276 ] {231d93a5-89ea-485a-ae54-bb90e0a5c747} executeQuery: Read 266 rows, 17.30 KiB in 0.00201 sec., 132338.30845771145 rows/sec., 8.41 MiB/sec. 2026.02.01 14:43:46.571566 [ 276 ] {231d93a5-89ea-485a-ae54-bb90e0a5c747} TCPHandler: Processed in 0.002394934 sec. 2026.02.01 14:43:46.571685 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:46.571789 [ 276 ] {72cc5bc0-599b-462c-880b-488531271d9f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:43:46.571835 [ 276 ] {72cc5bc0-599b-462c-880b-488531271d9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:43:46.572239 [ 276 ] {72cc5bc0-599b-462c-880b-488531271d9f} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:46.572277 [ 276 ] {72cc5bc0-599b-462c-880b-488531271d9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:46.572583 [ 276 ] {72cc5bc0-599b-462c-880b-488531271d9f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.01 14:43:46.572796 [ 276 ] {72cc5bc0-599b-462c-880b-488531271d9f} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:46.572926 [ 276 ] {72cc5bc0-599b-462c-880b-488531271d9f} executeQuery: Read 4 rows, 334.00 B in 0.001161 sec., 3445.3057708871665 rows/sec., 280.94 KiB/sec. 2026.02.01 14:43:46.572963 [ 276 ] {72cc5bc0-599b-462c-880b-488531271d9f} TCPHandler: Processed in 0.001329621 sec. 2026.02.01 14:43:46.573074 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:46.573167 [ 276 ] {88312df4-06b5-4c7f-9c0e-f0960109b773} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:43:46.573207 [ 276 ] {88312df4-06b5-4c7f-9c0e-f0960109b773} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:43:46.574482 [ 276 ] {88312df4-06b5-4c7f-9c0e-f0960109b773} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:46.574519 [ 276 ] {88312df4-06b5-4c7f-9c0e-f0960109b773} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:46.574938 [ 276 ] {88312df4-06b5-4c7f-9c0e-f0960109b773} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.01 14:43:46.575147 [ 276 ] {88312df4-06b5-4c7f-9c0e-f0960109b773} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:46.575281 [ 276 ] {88312df4-06b5-4c7f-9c0e-f0960109b773} executeQuery: Read 1894 rows, 157.27 KiB in 0.002132 sec., 888367.7298311443 rows/sec., 72.04 MiB/sec. 2026.02.01 14:43:46.575319 [ 276 ] {88312df4-06b5-4c7f-9c0e-f0960109b773} TCPHandler: Processed in 0.002294452 sec. 2026.02.01 14:43:46.575446 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:46.575540 [ 276 ] {82dffbb4-bed0-4bed-a0c7-c0517628dbc9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:43:46.575580 [ 276 ] {82dffbb4-bed0-4bed-a0c7-c0517628dbc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:43:46.576030 [ 276 ] {82dffbb4-bed0-4bed-a0c7-c0517628dbc9} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:46.576066 [ 276 ] {82dffbb4-bed0-4bed-a0c7-c0517628dbc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:46.576376 [ 276 ] {82dffbb4-bed0-4bed-a0c7-c0517628dbc9} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.01 14:43:46.576583 [ 276 ] {82dffbb4-bed0-4bed-a0c7-c0517628dbc9} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:46.576711 [ 276 ] {82dffbb4-bed0-4bed-a0c7-c0517628dbc9} executeQuery: Read 137 rows, 8.28 KiB in 0.00119 sec., 115126.05042016806 rows/sec., 6.80 MiB/sec. 2026.02.01 14:43:46.576748 [ 276 ] {82dffbb4-bed0-4bed-a0c7-c0517628dbc9} TCPHandler: Processed in 0.001350852 sec. 2026.02.01 14:43:46.576854 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:46.576948 [ 276 ] {8129b6e7-e8c1-4930-8eec-410e5a9adf68} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:43:46.576988 [ 276 ] {8129b6e7-e8c1-4930-8eec-410e5a9adf68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:43:46.577498 [ 276 ] {8129b6e7-e8c1-4930-8eec-410e5a9adf68} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:46.577534 [ 276 ] {8129b6e7-e8c1-4930-8eec-410e5a9adf68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:46.577865 [ 276 ] {8129b6e7-e8c1-4930-8eec-410e5a9adf68} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 14:43:46.578073 [ 276 ] {8129b6e7-e8c1-4930-8eec-410e5a9adf68} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:46.578206 [ 276 ] {8129b6e7-e8c1-4930-8eec-410e5a9adf68} executeQuery: Read 368 rows, 25.07 KiB in 0.001276 sec., 288401.2539184953 rows/sec., 19.19 MiB/sec. 2026.02.01 14:43:46.578244 [ 276 ] {8129b6e7-e8c1-4930-8eec-410e5a9adf68} TCPHandler: Processed in 0.001438505 sec. 2026.02.01 14:43:46.578361 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:46.578465 [ 276 ] {6fdc6dc6-d6b4-4b97-852a-132126cbd981} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:43:46.578508 [ 276 ] {6fdc6dc6-d6b4-4b97-852a-132126cbd981} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:43:46.578952 [ 276 ] {6fdc6dc6-d6b4-4b97-852a-132126cbd981} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:46.578991 [ 276 ] {6fdc6dc6-d6b4-4b97-852a-132126cbd981} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:46.579315 [ 276 ] {6fdc6dc6-d6b4-4b97-852a-132126cbd981} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 14:43:46.579542 [ 276 ] {6fdc6dc6-d6b4-4b97-852a-132126cbd981} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:46.579677 [ 276 ] {6fdc6dc6-d6b4-4b97-852a-132126cbd981} executeQuery: Read 139 rows, 8.10 KiB in 0.001231 sec., 112916.32818846466 rows/sec., 6.42 MiB/sec. 2026.02.01 14:43:46.579716 [ 276 ] {6fdc6dc6-d6b4-4b97-852a-132126cbd981} TCPHandler: Processed in 0.001408954 sec. 2026.02.01 14:43:46.579828 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:46.579923 [ 276 ] {9b60a428-cf08-4431-b5ea-646045c0121a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:43:46.579965 [ 276 ] {9b60a428-cf08-4431-b5ea-646045c0121a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:43:46.580705 [ 276 ] {9b60a428-cf08-4431-b5ea-646045c0121a} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:46.580743 [ 276 ] {9b60a428-cf08-4431-b5ea-646045c0121a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:46.581098 [ 276 ] {9b60a428-cf08-4431-b5ea-646045c0121a} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.01 14:43:46.581316 [ 276 ] {9b60a428-cf08-4431-b5ea-646045c0121a} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:46.581450 [ 276 ] {9b60a428-cf08-4431-b5ea-646045c0121a} executeQuery: Read 923 rows, 67.90 KiB in 0.001545 sec., 597411.003236246 rows/sec., 42.92 MiB/sec. 2026.02.01 14:43:46.581488 [ 276 ] {9b60a428-cf08-4431-b5ea-646045c0121a} TCPHandler: Processed in 0.001711143 sec. 2026.02.01 14:43:46.581606 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:46.581723 [ 276 ] {926f6312-29aa-4bdd-ba30-9ec2316c0698} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:43:46.581776 [ 276 ] {926f6312-29aa-4bdd-ba30-9ec2316c0698} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:43:46.582161 [ 276 ] {926f6312-29aa-4bdd-ba30-9ec2316c0698} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:46.582203 [ 276 ] {926f6312-29aa-4bdd-ba30-9ec2316c0698} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:46.582518 [ 276 ] {926f6312-29aa-4bdd-ba30-9ec2316c0698} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:43:46.582725 [ 276 ] {926f6312-29aa-4bdd-ba30-9ec2316c0698} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:46.582855 [ 276 ] {926f6312-29aa-4bdd-ba30-9ec2316c0698} executeQuery: Read 6 rows, 321.00 B in 0.00116 sec., 5172.413793103448 rows/sec., 270.24 KiB/sec. 2026.02.01 14:43:46.582893 [ 276 ] {926f6312-29aa-4bdd-ba30-9ec2316c0698} TCPHandler: Processed in 0.001347331 sec. 2026.02.01 14:43:46.583014 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:46.583135 [ 276 ] {92f5ced4-fdff-4328-856e-a89e60aca358} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:46.583187 [ 276 ] {92f5ced4-fdff-4328-856e-a89e60aca358} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:43:46.583852 [ 276 ] {92f5ced4-fdff-4328-856e-a89e60aca358} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:46.583890 [ 276 ] {92f5ced4-fdff-4328-856e-a89e60aca358} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:46.584268 [ 276 ] {92f5ced4-fdff-4328-856e-a89e60aca358} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.01 14:43:46.584477 [ 276 ] {92f5ced4-fdff-4328-856e-a89e60aca358} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:46.584599 [ 97 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.01 14:43:46.584609 [ 276 ] {92f5ced4-fdff-4328-856e-a89e60aca358} executeQuery: Read 924 rows, 63.07 KiB in 0.0015 sec., 616000 rows/sec., 41.06 MiB/sec. 2026.02.01 14:43:46.584676 [ 97 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:46.584691 [ 276 ] {92f5ced4-fdff-4328-856e-a89e60aca358} TCPHandler: Processed in 0.001737594 sec. 2026.02.01 14:43:46.584713 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:46.584828 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:46.584846 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:43:46.584955 [ 276 ] {874e9c09-e617-4adb-86a2-6a57ca0a0c84} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:43:46.585009 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:46.585014 [ 276 ] {874e9c09-e617-4adb-86a2-6a57ca0a0c84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:43:46.585059 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22700 rows starting from the beginning of the part 2026.02.01 14:43:46.585143 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 258 rows starting from the beginning of the part 2026.02.01 14:43:46.585200 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 162 rows starting from the beginning of the part 2026.02.01 14:43:46.585252 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 258 rows starting from the beginning of the part 2026.02.01 14:43:46.585303 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:43:46.585350 [ 192 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 924 rows starting from the beginning of the part 2026.02.01 14:43:46.585416 [ 276 ] {874e9c09-e617-4adb-86a2-6a57ca0a0c84} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:46.585458 [ 276 ] {874e9c09-e617-4adb-86a2-6a57ca0a0c84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:46.585814 [ 276 ] {874e9c09-e617-4adb-86a2-6a57ca0a0c84} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 14:43:46.586033 [ 276 ] {874e9c09-e617-4adb-86a2-6a57ca0a0c84} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:46.586174 [ 276 ] {874e9c09-e617-4adb-86a2-6a57ca0a0c84} executeQuery: Read 1 rows, 69.00 B in 0.001243 sec., 804.5052292839904 rows/sec., 54.21 KiB/sec. 2026.02.01 14:43:46.586214 [ 276 ] {874e9c09-e617-4adb-86a2-6a57ca0a0c84} TCPHandler: Processed in 0.001449405 sec. 2026.02.01 14:43:46.586319 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:46.586417 [ 276 ] {aff7d894-ffe5-466d-9697-096184198c36} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:43:46.586460 [ 276 ] {aff7d894-ffe5-466d-9697-096184198c36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:43:46.586801 [ 276 ] {aff7d894-ffe5-466d-9697-096184198c36} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:46.586838 [ 276 ] {aff7d894-ffe5-466d-9697-096184198c36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:46.587184 [ 276 ] {aff7d894-ffe5-466d-9697-096184198c36} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.01 14:43:46.587393 [ 276 ] {aff7d894-ffe5-466d-9697-096184198c36} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:46.587524 [ 276 ] {aff7d894-ffe5-466d-9697-096184198c36} executeQuery: Read 82 rows, 5.24 KiB in 0.001126 sec., 72824.15630550621 rows/sec., 4.54 MiB/sec. 2026.02.01 14:43:46.587560 [ 276 ] {aff7d894-ffe5-466d-9697-096184198c36} TCPHandler: Processed in 0.00128996 sec. 2026.02.01 14:43:46.590981 [ 202 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 24462 rows, containing 5 columns (5 merged, 0 gathered) in 0.006197822 sec., 3946870.3683326175 rows/sec., 267.98 MiB/sec. 2026.02.01 14:43:46.591526 [ 200 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.01 14:43:46.591815 [ 200 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_81_16} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:46.591892 [ 200 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_81_16} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.01 14:43:46.591971 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2026.02.01 14:43:47.206149 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:47.206331 [ 276 ] {04a6cad8-7bf8-4b3e-b6a7-baac76810739} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:43:47.206399 [ 276 ] {04a6cad8-7bf8-4b3e-b6a7-baac76810739} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:43:47.207040 [ 276 ] {04a6cad8-7bf8-4b3e-b6a7-baac76810739} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:47.207088 [ 276 ] {04a6cad8-7bf8-4b3e-b6a7-baac76810739} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:47.207505 [ 276 ] {04a6cad8-7bf8-4b3e-b6a7-baac76810739} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.01 14:43:47.207738 [ 276 ] {04a6cad8-7bf8-4b3e-b6a7-baac76810739} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:47.207908 [ 276 ] {04a6cad8-7bf8-4b3e-b6a7-baac76810739} executeQuery: Read 26 rows, 2.01 KiB in 0.001627 sec., 15980.331899200984 rows/sec., 1.20 MiB/sec. 2026.02.01 14:43:47.207961 [ 276 ] {04a6cad8-7bf8-4b3e-b6a7-baac76810739} TCPHandler: Processed in 0.001946081 sec. 2026.02.01 14:43:47.208088 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:47.208194 [ 276 ] {1b29c72d-5c89-426c-ae94-19b4fce1d605} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:43:47.208240 [ 276 ] {1b29c72d-5c89-426c-ae94-19b4fce1d605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:43:47.208663 [ 276 ] {1b29c72d-5c89-426c-ae94-19b4fce1d605} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:47.208701 [ 276 ] {1b29c72d-5c89-426c-ae94-19b4fce1d605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:47.209007 [ 276 ] {1b29c72d-5c89-426c-ae94-19b4fce1d605} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.01 14:43:47.209258 [ 276 ] {1b29c72d-5c89-426c-ae94-19b4fce1d605} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:47.209397 [ 276 ] {1b29c72d-5c89-426c-ae94-19b4fce1d605} executeQuery: Read 28 rows, 2.24 KiB in 0.001228 sec., 22801.302931596092 rows/sec., 1.78 MiB/sec. 2026.02.01 14:43:47.209436 [ 276 ] {1b29c72d-5c89-426c-ae94-19b4fce1d605} TCPHandler: Processed in 0.001401274 sec. 2026.02.01 14:43:47.209544 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:47.209647 [ 276 ] {8344a6a0-3d8f-4454-86af-25900b501451} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:47.209693 [ 276 ] {8344a6a0-3d8f-4454-86af-25900b501451} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:43:47.210192 [ 276 ] {8344a6a0-3d8f-4454-86af-25900b501451} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:47.210239 [ 276 ] {8344a6a0-3d8f-4454-86af-25900b501451} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:47.210615 [ 276 ] {8344a6a0-3d8f-4454-86af-25900b501451} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.01 14:43:47.210828 [ 276 ] {8344a6a0-3d8f-4454-86af-25900b501451} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:47.210966 [ 276 ] {8344a6a0-3d8f-4454-86af-25900b501451} executeQuery: Read 20 rows, 1.42 KiB in 0.001338 sec., 14947.683109118087 rows/sec., 1.04 MiB/sec. 2026.02.01 14:43:47.211005 [ 276 ] {8344a6a0-3d8f-4454-86af-25900b501451} TCPHandler: Processed in 0.001510707 sec. 2026.02.01 14:43:47.211122 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:47.211220 [ 276 ] {c9b19367-9400-4109-9465-4f7e03afaea2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:43:47.211265 [ 276 ] {c9b19367-9400-4109-9465-4f7e03afaea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:43:47.211589 [ 276 ] {c9b19367-9400-4109-9465-4f7e03afaea2} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:47.211627 [ 276 ] {c9b19367-9400-4109-9465-4f7e03afaea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:47.211945 [ 276 ] {c9b19367-9400-4109-9465-4f7e03afaea2} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.01 14:43:47.212160 [ 276 ] {c9b19367-9400-4109-9465-4f7e03afaea2} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:47.212284 [ 95 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.01 14:43:47.212296 [ 276 ] {c9b19367-9400-4109-9465-4f7e03afaea2} executeQuery: Read 6 rows, 431.00 B in 0.001097 sec., 5469.462169553327 rows/sec., 383.68 KiB/sec. 2026.02.01 14:43:47.212353 [ 95 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:47.212362 [ 276 ] {c9b19367-9400-4109-9465-4f7e03afaea2} TCPHandler: Processed in 0.00129133 sec. 2026.02.01 14:43:47.212384 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:47.212493 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:43:47.212600 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:47.212634 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4302 rows starting from the beginning of the part 2026.02.01 14:43:47.212698 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2026.02.01 14:43:47.212746 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 88 rows starting from the beginning of the part 2026.02.01 14:43:47.212796 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2026.02.01 14:43:47.212837 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part 2026.02.01 14:43:47.212881 [ 202 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 6 rows starting from the beginning of the part 2026.02.01 14:43:47.214544 [ 200 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4598 rows, containing 4 columns (4 merged, 0 gathered) in 0.002090445 sec., 2199531.6786617204 rows/sec., 143.29 MiB/sec. 2026.02.01 14:43:47.214934 [ 193 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.01 14:43:47.215280 [ 193 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_81_16} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:47.215373 [ 193 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_81_16} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.01 14:43:47.215492 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.02.01 14:43:49.576638 [ 91 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:43:49.576737 [ 91 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:43:49.758659 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27865 2026.02.01 14:43:49.759160 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:49.759205 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:49.759691 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 14:43:49.759914 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:49.760043 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27865 2026.02.01 14:43:51.269926 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2026.02.01 14:43:51.285934 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:51.285992 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:51.292150 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.01 14:43:51.292838 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:51.296035 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2026.02.01 14:43:52.215009 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:52.215209 [ 276 ] {f0902f28-13bf-4a31-8659-509b6a971998} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:43:52.215284 [ 276 ] {f0902f28-13bf-4a31-8659-509b6a971998} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:43:52.216156 [ 276 ] {f0902f28-13bf-4a31-8659-509b6a971998} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:52.216208 [ 276 ] {f0902f28-13bf-4a31-8659-509b6a971998} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:52.216604 [ 276 ] {f0902f28-13bf-4a31-8659-509b6a971998} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.01 14:43:52.216837 [ 276 ] {f0902f28-13bf-4a31-8659-509b6a971998} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:52.216996 [ 276 ] {f0902f28-13bf-4a31-8659-509b6a971998} executeQuery: Read 137 rows, 12.17 KiB in 0.001843 sec., 74335.32284319044 rows/sec., 6.45 MiB/sec. 2026.02.01 14:43:52.217046 [ 276 ] {f0902f28-13bf-4a31-8659-509b6a971998} TCPHandler: Processed in 0.002190118 sec. 2026.02.01 14:43:52.217183 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:52.217284 [ 276 ] {247ec7a5-2d25-4ba2-a4f1-046d1e8606b8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:43:52.217328 [ 276 ] {247ec7a5-2d25-4ba2-a4f1-046d1e8606b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:43:52.217797 [ 276 ] {247ec7a5-2d25-4ba2-a4f1-046d1e8606b8} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:52.217833 [ 276 ] {247ec7a5-2d25-4ba2-a4f1-046d1e8606b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:52.218123 [ 276 ] {247ec7a5-2d25-4ba2-a4f1-046d1e8606b8} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.01 14:43:52.218326 [ 276 ] {247ec7a5-2d25-4ba2-a4f1-046d1e8606b8} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:52.218453 [ 276 ] {247ec7a5-2d25-4ba2-a4f1-046d1e8606b8} executeQuery: Read 40 rows, 3.01 KiB in 0.001193 sec., 33528.91869237217 rows/sec., 2.46 MiB/sec. 2026.02.01 14:43:52.218491 [ 276 ] {247ec7a5-2d25-4ba2-a4f1-046d1e8606b8} TCPHandler: Processed in 0.001358713 sec. 2026.02.01 14:43:52.218612 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:52.218705 [ 276 ] {3b3244cf-d0ea-45c4-8045-998054a77e75} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:43:52.218743 [ 276 ] {3b3244cf-d0ea-45c4-8045-998054a77e75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:43:52.219152 [ 276 ] {3b3244cf-d0ea-45c4-8045-998054a77e75} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:52.219188 [ 276 ] {3b3244cf-d0ea-45c4-8045-998054a77e75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:52.219459 [ 276 ] {3b3244cf-d0ea-45c4-8045-998054a77e75} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 14:43:52.219669 [ 276 ] {3b3244cf-d0ea-45c4-8045-998054a77e75} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:52.219795 [ 276 ] {3b3244cf-d0ea-45c4-8045-998054a77e75} executeQuery: Read 1 rows, 68.00 B in 0.001108 sec., 902.5270758122743 rows/sec., 59.93 KiB/sec. 2026.02.01 14:43:52.219832 [ 276 ] {3b3244cf-d0ea-45c4-8045-998054a77e75} TCPHandler: Processed in 0.001267359 sec. 2026.02.01 14:43:52.219951 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:52.220051 [ 276 ] {001041e9-7942-4884-a10a-977c88b06279} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:43:52.220090 [ 276 ] {001041e9-7942-4884-a10a-977c88b06279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:43:52.220518 [ 276 ] {001041e9-7942-4884-a10a-977c88b06279} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:52.220553 [ 276 ] {001041e9-7942-4884-a10a-977c88b06279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:52.220855 [ 276 ] {001041e9-7942-4884-a10a-977c88b06279} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.01 14:43:52.221060 [ 276 ] {001041e9-7942-4884-a10a-977c88b06279} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:52.221201 [ 276 ] {001041e9-7942-4884-a10a-977c88b06279} executeQuery: Read 104 rows, 8.32 KiB in 0.001176 sec., 88435.37414965987 rows/sec., 6.91 MiB/sec. 2026.02.01 14:43:52.221238 [ 276 ] {001041e9-7942-4884-a10a-977c88b06279} TCPHandler: Processed in 0.001333802 sec. 2026.02.01 14:43:52.221353 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:52.221444 [ 276 ] {0ed82502-5773-4525-bb67-0f018a8cf3a6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:52.221487 [ 276 ] {0ed82502-5773-4525-bb67-0f018a8cf3a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:43:52.221909 [ 276 ] {0ed82502-5773-4525-bb67-0f018a8cf3a6} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:52.221945 [ 276 ] {0ed82502-5773-4525-bb67-0f018a8cf3a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:52.222271 [ 276 ] {0ed82502-5773-4525-bb67-0f018a8cf3a6} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.01 14:43:52.222473 [ 276 ] {0ed82502-5773-4525-bb67-0f018a8cf3a6} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:52.222598 [ 276 ] {0ed82502-5773-4525-bb67-0f018a8cf3a6} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2026.02.01 14:43:52.222634 [ 276 ] {0ed82502-5773-4525-bb67-0f018a8cf3a6} TCPHandler: Processed in 0.001328501 sec. 2026.02.01 14:43:52.222746 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:52.222840 [ 276 ] {cace9d78-63fe-4bbd-9d5f-62cb0032dad1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:43:52.222881 [ 276 ] {cace9d78-63fe-4bbd-9d5f-62cb0032dad1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:43:52.223193 [ 276 ] {cace9d78-63fe-4bbd-9d5f-62cb0032dad1} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:52.223228 [ 276 ] {cace9d78-63fe-4bbd-9d5f-62cb0032dad1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:52.223525 [ 276 ] {cace9d78-63fe-4bbd-9d5f-62cb0032dad1} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 14:43:52.223737 [ 276 ] {cace9d78-63fe-4bbd-9d5f-62cb0032dad1} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:52.223860 [ 276 ] {cace9d78-63fe-4bbd-9d5f-62cb0032dad1} executeQuery: Read 1 rows, 65.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 61.15 KiB/sec. 2026.02.01 14:43:52.223860 [ 87 ] {} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2026.02.01 14:43:52.223901 [ 276 ] {cace9d78-63fe-4bbd-9d5f-62cb0032dad1} TCPHandler: Processed in 0.001202157 sec. 2026.02.01 14:43:52.223933 [ 87 ] {} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:52.223959 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:52.224021 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:52.224049 [ 202 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2026.02.01 14:43:52.224117 [ 276 ] {53f8f2c8-8472-4a80-b1be-978fa66088f1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:52.224139 [ 202 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:52.224167 [ 202 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 26 rows starting from the beginning of the part 2026.02.01 14:43:52.224170 [ 276 ] {53f8f2c8-8472-4a80-b1be-978fa66088f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:43:52.224224 [ 202 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part 2026.02.01 14:43:52.224276 [ 202 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2026.02.01 14:43:52.224313 [ 202 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part 2026.02.01 14:43:52.224346 [ 202 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part 2026.02.01 14:43:52.224380 [ 202 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2026.02.01 14:43:52.225081 [ 276 ] {53f8f2c8-8472-4a80-b1be-978fa66088f1} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:52.225085 [ 200 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.001068653 sec., 29008.480769716647 rows/sec., 1.89 MiB/sec. 2026.02.01 14:43:52.225116 [ 276 ] {53f8f2c8-8472-4a80-b1be-978fa66088f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:52.225249 [ 198 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2026.02.01 14:43:52.225520 [ 198 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_30_6} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:52.225591 [ 198 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_30_6} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2026.02.01 14:43:52.225657 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 14:43:52.225722 [ 276 ] {53f8f2c8-8472-4a80-b1be-978fa66088f1} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 14:43:52.225936 [ 276 ] {53f8f2c8-8472-4a80-b1be-978fa66088f1} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:52.226071 [ 276 ] {53f8f2c8-8472-4a80-b1be-978fa66088f1} executeQuery: Read 40 rows, 73.40 KiB in 0.001971 sec., 20294.266869609335 rows/sec., 36.37 MiB/sec. 2026.02.01 14:43:52.226125 [ 276 ] {53f8f2c8-8472-4a80-b1be-978fa66088f1} TCPHandler: Processed in 0.002150366 sec. 2026.02.01 14:43:52.226237 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:52.226332 [ 276 ] {6b3d9815-d3e9-4c16-81f2-a9e7796de2dd} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:43:52.226372 [ 276 ] {6b3d9815-d3e9-4c16-81f2-a9e7796de2dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:43:52.226707 [ 276 ] {6b3d9815-d3e9-4c16-81f2-a9e7796de2dd} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:52.226743 [ 276 ] {6b3d9815-d3e9-4c16-81f2-a9e7796de2dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2026.02.01 14:43:52.227034 [ 276 ] {6b3d9815-d3e9-4c16-81f2-a9e7796de2dd} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.01 14:43:52.227234 [ 276 ] {6b3d9815-d3e9-4c16-81f2-a9e7796de2dd} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:52.227360 [ 276 ] {6b3d9815-d3e9-4c16-81f2-a9e7796de2dd} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2026.02.01 14:43:52.227395 [ 276 ] {6b3d9815-d3e9-4c16-81f2-a9e7796de2dd} TCPHandler: Processed in 0.001205298 sec. 2026.02.01 14:43:54.841910 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1498 2026.02.01 14:43:54.844606 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:54.844667 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:54.845916 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 14:43:54.846219 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:54.846625 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1498 2026.02.01 14:43:57.144728 [ 86 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Selected 5 parts from all_1_28_6 to all_32_32_0 2026.02.01 14:43:57.144818 [ 86 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.144853 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.144996 [ 202 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::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.02.01 14:43:57.145152 [ 202 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_32_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:57.145200 [ 202 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 290 rows starting from the beginning of the part 2026.02.01 14:43:57.145288 [ 202 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 266 rows starting from the beginning of the part 2026.02.01 14:43:57.145348 [ 202 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 266 rows starting from the beginning of the part 2026.02.01 14:43:57.145406 [ 202 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 266 rows starting from the beginning of the part 2026.02.01 14:43:57.145460 [ 202 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 266 rows starting from the beginning of the part 2026.02.01 14:43:57.146644 [ 200 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_32_7} MergeTask::MergeProjectionsStage: Merge sorted 1354 rows, containing 5 columns (5 merged, 0 gathered) in 0.001699493 sec., 796708.1947380777 rows/sec., 53.93 MiB/sec. 2026.02.01 14:43:57.146894 [ 197 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_32_7} MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) 2026.02.01 14:43:57.147259 [ 197 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_32_7} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.147361 [ 197 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_32_7} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Merged 5 parts: [all_1_28_6, all_32_32_0] -> all_1_32_7 2026.02.01 14:43:57.147471 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.01 14:43:57.221022 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:57.221173 [ 276 ] {aee40316-2a1b-470c-9722-2f304100629c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:43:57.221234 [ 276 ] {aee40316-2a1b-470c-9722-2f304100629c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:43:57.221947 [ 276 ] {aee40316-2a1b-470c-9722-2f304100629c} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.221985 [ 276 ] {aee40316-2a1b-470c-9722-2f304100629c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.222360 [ 276 ] {aee40316-2a1b-470c-9722-2f304100629c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 14:43:57.222589 [ 276 ] {aee40316-2a1b-470c-9722-2f304100629c} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.222748 [ 276 ] {aee40316-2a1b-470c-9722-2f304100629c} executeQuery: Read 266 rows, 17.30 KiB in 0.001618 sec., 164400.49443757726 rows/sec., 10.44 MiB/sec. 2026.02.01 14:43:57.222797 [ 276 ] {aee40316-2a1b-470c-9722-2f304100629c} TCPHandler: Processed in 0.001892838 sec. 2026.02.01 14:43:57.222931 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:57.223033 [ 276 ] {deb5d37d-ce10-42a9-ab8e-de750587c168} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:43:57.223077 [ 276 ] {deb5d37d-ce10-42a9-ab8e-de750587c168} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:43:57.223897 [ 276 ] {deb5d37d-ce10-42a9-ab8e-de750587c168} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.223931 [ 276 ] {deb5d37d-ce10-42a9-ab8e-de750587c168} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.224287 [ 276 ] {deb5d37d-ce10-42a9-ab8e-de750587c168} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.01 14:43:57.224503 [ 276 ] {deb5d37d-ce10-42a9-ab8e-de750587c168} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.224598 [ 86 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.01 14:43:57.224630 [ 86 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.224635 [ 276 ] {deb5d37d-ce10-42a9-ab8e-de750587c168} executeQuery: Read 752 rows, 60.56 KiB in 0.001625 sec., 462769.2307692308 rows/sec., 36.40 MiB/sec. 2026.02.01 14:43:57.224648 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.224676 [ 276 ] {deb5d37d-ce10-42a9-ab8e-de750587c168} TCPHandler: Processed in 0.001797646 sec. 2026.02.01 14:43:57.224732 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:43:57.224801 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:57.224821 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:57.224851 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2105 rows starting from the beginning of the part 2026.02.01 14:43:57.224898 [ 276 ] {482345d9-71c7-43cd-8c12-13aa3ea0e028} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:43:57.224906 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 136 rows starting from the beginning of the part 2026.02.01 14:43:57.224942 [ 276 ] {482345d9-71c7-43cd-8c12-13aa3ea0e028} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:43:57.224951 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1894 rows starting from the beginning of the part 2026.02.01 14:43:57.224994 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 26 rows starting from the beginning of the part 2026.02.01 14:43:57.225034 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 137 rows starting from the beginning of the part 2026.02.01 14:43:57.225078 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 752 rows starting from the beginning of the part 2026.02.01 14:43:57.225399 [ 276 ] {482345d9-71c7-43cd-8c12-13aa3ea0e028} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.225433 [ 276 ] {482345d9-71c7-43cd-8c12-13aa3ea0e028} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.225768 [ 276 ] {482345d9-71c7-43cd-8c12-13aa3ea0e028} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.01 14:43:57.225998 [ 276 ] {482345d9-71c7-43cd-8c12-13aa3ea0e028} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.226128 [ 276 ] {482345d9-71c7-43cd-8c12-13aa3ea0e028} executeQuery: Read 133 rows, 8.00 KiB in 0.001251 sec., 106314.94804156675 rows/sec., 6.25 MiB/sec. 2026.02.01 14:43:57.226166 [ 276 ] {482345d9-71c7-43cd-8c12-13aa3ea0e028} TCPHandler: Processed in 0.001414924 sec. 2026.02.01 14:43:57.226286 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:57.226381 [ 276 ] {bebfddf6-c40c-4aa0-957e-6f169e5423ad} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:43:57.226421 [ 276 ] {bebfddf6-c40c-4aa0-957e-6f169e5423ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:43:57.226870 [ 276 ] {bebfddf6-c40c-4aa0-957e-6f169e5423ad} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.226904 [ 276 ] {bebfddf6-c40c-4aa0-957e-6f169e5423ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.227008 [ 197 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5050 rows, containing 5 columns (5 merged, 0 gathered) in 0.002311292 sec., 2184925.1414360455 rows/sec., 186.36 MiB/sec. 2026.02.01 14:43:57.227220 [ 276 ] {bebfddf6-c40c-4aa0-957e-6f169e5423ad} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 14:43:57.227269 [ 194 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.01 14:43:57.227440 [ 276 ] {bebfddf6-c40c-4aa0-957e-6f169e5423ad} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.227545 [ 194 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_86_17} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.227582 [ 276 ] {bebfddf6-c40c-4aa0-957e-6f169e5423ad} executeQuery: Read 140 rows, 9.27 KiB in 0.00122 sec., 114754.09836065574 rows/sec., 7.42 MiB/sec. 2026.02.01 14:43:57.227612 [ 194 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_86_17} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.01 14:43:57.227621 [ 276 ] {bebfddf6-c40c-4aa0-957e-6f169e5423ad} TCPHandler: Processed in 0.001385343 sec. 2026.02.01 14:43:57.227685 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.02.01 14:43:57.227737 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:57.227832 [ 276 ] {1363f7c0-c24e-4bf1-becb-950998b3e7a8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:43:57.227871 [ 276 ] {1363f7c0-c24e-4bf1-becb-950998b3e7a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:43:57.228302 [ 276 ] {1363f7c0-c24e-4bf1-becb-950998b3e7a8} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.228338 [ 276 ] {1363f7c0-c24e-4bf1-becb-950998b3e7a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.228641 [ 276 ] {1363f7c0-c24e-4bf1-becb-950998b3e7a8} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 14:43:57.228849 [ 276 ] {1363f7c0-c24e-4bf1-becb-950998b3e7a8} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.228964 [ 80 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 2026.02.01 14:43:57.228980 [ 276 ] {1363f7c0-c24e-4bf1-becb-950998b3e7a8} executeQuery: Read 139 rows, 8.10 KiB in 0.001167 sec., 119108.82604970007 rows/sec., 6.78 MiB/sec. 2026.02.01 14:43:57.229022 [ 80 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.229033 [ 276 ] {1363f7c0-c24e-4bf1-becb-950998b3e7a8} TCPHandler: Processed in 0.001344952 sec. 2026.02.01 14:43:57.229048 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.229153 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:57.229158 [ 195 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_33_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full 2026.02.01 14:43:57.229251 [ 276 ] {44de32a9-600b-4198-96be-dbf9302eec50} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:43:57.229296 [ 276 ] {44de32a9-600b-4198-96be-dbf9302eec50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:43:57.229312 [ 195 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_33_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:57.229351 [ 195 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 151 rows starting from the beginning of the part 2026.02.01 14:43:57.229415 [ 195 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 139 rows starting from the beginning of the part 2026.02.01 14:43:57.229461 [ 195 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 139 rows starting from the beginning of the part 2026.02.01 14:43:57.229499 [ 195 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 139 rows starting from the beginning of the part 2026.02.01 14:43:57.229538 [ 195 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 139 rows starting from the beginning of the part 2026.02.01 14:43:57.229584 [ 195 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 139 rows starting from the beginning of the part 2026.02.01 14:43:57.229905 [ 276 ] {44de32a9-600b-4198-96be-dbf9302eec50} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.229948 [ 276 ] {44de32a9-600b-4198-96be-dbf9302eec50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.230296 [ 276 ] {44de32a9-600b-4198-96be-dbf9302eec50} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.01 14:43:57.230518 [ 276 ] {44de32a9-600b-4198-96be-dbf9302eec50} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.230536 [ 194 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_33_7} MergeTask::MergeProjectionsStage: Merge sorted 846 rows, containing 5 columns (5 merged, 0 gathered) in 0.001429634 sec., 591759.8490242958 rows/sec., 36.09 MiB/sec. 2026.02.01 14:43:57.230641 [ 80 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.01 14:43:57.230650 [ 276 ] {44de32a9-600b-4198-96be-dbf9302eec50} executeQuery: Read 463 rows, 33.28 KiB in 0.001418 sec., 326516.22002820874 rows/sec., 22.92 MiB/sec. 2026.02.01 14:43:57.230676 [ 80 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.230700 [ 197 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_33_7} MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) 2026.02.01 14:43:57.230701 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.230701 [ 276 ] {44de32a9-600b-4198-96be-dbf9302eec50} TCPHandler: Processed in 0.001597519 sec. 2026.02.01 14:43:57.230799 [ 195 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:43:57.230863 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:57.230899 [ 195 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:43:57.230929 [ 195 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1033 rows starting from the beginning of the part 2026.02.01 14:43:57.230965 [ 276 ] {559e32b6-534e-4598-8c7b-df31ca722c85} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:43:57.230976 [ 195 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 104 rows starting from the beginning of the part 2026.02.01 14:43:57.231014 [ 197 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_33_7} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.231017 [ 276 ] {559e32b6-534e-4598-8c7b-df31ca722c85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:43:57.231025 [ 195 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 923 rows starting from the beginning of the part 2026.02.01 14:43:57.231086 [ 195 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 28 rows starting from the beginning of the part 2026.02.01 14:43:57.231106 [ 197 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_33_7} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 2026.02.01 14:43:57.231122 [ 195 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 104 rows starting from the beginning of the part 2026.02.01 14:43:57.231160 [ 195 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 463 rows starting from the beginning of the part 2026.02.01 14:43:57.231200 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.01 14:43:57.231381 [ 276 ] {559e32b6-534e-4598-8c7b-df31ca722c85} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.231422 [ 276 ] {559e32b6-534e-4598-8c7b-df31ca722c85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.231750 [ 276 ] {559e32b6-534e-4598-8c7b-df31ca722c85} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:43:57.231969 [ 276 ] {559e32b6-534e-4598-8c7b-df31ca722c85} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.232099 [ 276 ] {559e32b6-534e-4598-8c7b-df31ca722c85} executeQuery: Read 6 rows, 321.00 B in 0.001153 sec., 5203.816131830009 rows/sec., 271.88 KiB/sec. 2026.02.01 14:43:57.232135 [ 276 ] {559e32b6-534e-4598-8c7b-df31ca722c85} TCPHandler: Processed in 0.001320681 sec. 2026.02.01 14:43:57.232244 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:57.232299 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 2655 rows, containing 5 columns (5 merged, 0 gathered) in 0.001529277 sec., 1736114.5168599281 rows/sec., 132.52 MiB/sec. 2026.02.01 14:43:57.232338 [ 276 ] {8fcb1ca0-e161-4e73-9f3a-37ac04755517} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:43:57.232386 [ 276 ] {8fcb1ca0-e161-4e73-9f3a-37ac04755517} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:43:57.232499 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.01 14:43:57.232775 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_86_17} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.232818 [ 276 ] {8fcb1ca0-e161-4e73-9f3a-37ac04755517} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.232857 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_86_17} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.01 14:43:57.232861 [ 276 ] {8fcb1ca0-e161-4e73-9f3a-37ac04755517} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.232964 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.02.01 14:43:57.233224 [ 276 ] {8fcb1ca0-e161-4e73-9f3a-37ac04755517} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.01 14:43:57.233444 [ 276 ] {8fcb1ca0-e161-4e73-9f3a-37ac04755517} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.233576 [ 276 ] {8fcb1ca0-e161-4e73-9f3a-37ac04755517} executeQuery: Read 258 rows, 17.59 KiB in 0.001257 sec., 205250.5966587112 rows/sec., 13.67 MiB/sec. 2026.02.01 14:43:57.233614 [ 276 ] {8fcb1ca0-e161-4e73-9f3a-37ac04755517} TCPHandler: Processed in 0.001418153 sec. 2026.02.01 14:43:57.233728 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:57.233822 [ 276 ] {80beb8cc-60b7-4006-be5f-347a79980dbc} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:43:57.233864 [ 276 ] {80beb8cc-60b7-4006-be5f-347a79980dbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:43:57.234173 [ 276 ] {80beb8cc-60b7-4006-be5f-347a79980dbc} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.234209 [ 276 ] {80beb8cc-60b7-4006-be5f-347a79980dbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.234504 [ 276 ] {80beb8cc-60b7-4006-be5f-347a79980dbc} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 14:43:57.234714 [ 276 ] {80beb8cc-60b7-4006-be5f-347a79980dbc} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.234847 [ 276 ] {80beb8cc-60b7-4006-be5f-347a79980dbc} executeQuery: Read 1 rows, 69.00 B in 0.001043 sec., 958.7727708533076 rows/sec., 64.60 KiB/sec. 2026.02.01 14:43:57.234883 [ 276 ] {80beb8cc-60b7-4006-be5f-347a79980dbc} TCPHandler: Processed in 0.001203867 sec. 2026.02.01 14:43:57.234985 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:43:57.235079 [ 276 ] {7a626a7f-f8c3-4d2e-9aff-fa7d0763f1ed} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:43:57.235120 [ 276 ] {7a626a7f-f8c3-4d2e-9aff-fa7d0763f1ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:43:57.235448 [ 276 ] {7a626a7f-f8c3-4d2e-9aff-fa7d0763f1ed} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.235484 [ 276 ] {7a626a7f-f8c3-4d2e-9aff-fa7d0763f1ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.235791 [ 276 ] {7a626a7f-f8c3-4d2e-9aff-fa7d0763f1ed} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.01 14:43:57.236012 [ 276 ] {7a626a7f-f8c3-4d2e-9aff-fa7d0763f1ed} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.236137 [ 276 ] {7a626a7f-f8c3-4d2e-9aff-fa7d0763f1ed} executeQuery: Read 88 rows, 5.66 KiB in 0.001076 sec., 81784.38661710038 rows/sec., 5.14 MiB/sec. 2026.02.01 14:43:57.236173 [ 276 ] {7a626a7f-f8c3-4d2e-9aff-fa7d0763f1ed} TCPHandler: Processed in 0.001236129 sec. 2026.02.01 14:43:57.260208 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28377 2026.02.01 14:43:57.260981 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:57.261023 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:57.261472 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 14:43:57.261705 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:57.261837 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28377 2026.02.01 14:43:58.796104 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2026.02.01 14:43:58.813877 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:43:58.813932 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:43:58.820044 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.01 14:43:58.820734 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:43:58.823665 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2026.02.01 14:44:02.214673 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:02.214883 [ 276 ] {4ac1acb8-a81b-41e7-a03d-3a8f17a4cdeb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:44:02.214958 [ 276 ] {4ac1acb8-a81b-41e7-a03d-3a8f17a4cdeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:44:02.215602 [ 276 ] {4ac1acb8-a81b-41e7-a03d-3a8f17a4cdeb} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:02.215642 [ 276 ] {4ac1acb8-a81b-41e7-a03d-3a8f17a4cdeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:02.216008 [ 276 ] {4ac1acb8-a81b-41e7-a03d-3a8f17a4cdeb} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.01 14:44:02.216234 [ 276 ] {4ac1acb8-a81b-41e7-a03d-3a8f17a4cdeb} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:02.216395 [ 276 ] {4ac1acb8-a81b-41e7-a03d-3a8f17a4cdeb} executeQuery: Read 8 rows, 668.00 B in 0.001567 sec., 5105.2967453733245 rows/sec., 416.30 KiB/sec. 2026.02.01 14:44:02.216445 [ 276 ] {4ac1acb8-a81b-41e7-a03d-3a8f17a4cdeb} TCPHandler: Processed in 0.001909129 sec. 2026.02.01 14:44:02.216575 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:02.216681 [ 276 ] {1bc5de30-30e0-4e9a-be20-713a44001224} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:44:02.216724 [ 276 ] {1bc5de30-30e0-4e9a-be20-713a44001224} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:44:02.217204 [ 276 ] {1bc5de30-30e0-4e9a-be20-713a44001224} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:02.217238 [ 276 ] {1bc5de30-30e0-4e9a-be20-713a44001224} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:02.217543 [ 276 ] {1bc5de30-30e0-4e9a-be20-713a44001224} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.01 14:44:02.217742 [ 276 ] {1bc5de30-30e0-4e9a-be20-713a44001224} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:02.217871 [ 276 ] {1bc5de30-30e0-4e9a-be20-713a44001224} executeQuery: Read 140 rows, 12.37 KiB in 0.001218 sec., 114942.5287356322 rows/sec., 9.92 MiB/sec. 2026.02.01 14:44:02.217907 [ 276 ] {1bc5de30-30e0-4e9a-be20-713a44001224} TCPHandler: Processed in 0.001391173 sec. 2026.02.01 14:44:02.218024 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:02.218117 [ 276 ] {84ff9828-f7ba-449b-a56f-efb27023aa1c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:44:02.218156 [ 276 ] {84ff9828-f7ba-449b-a56f-efb27023aa1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:44:02.218557 [ 276 ] {84ff9828-f7ba-449b-a56f-efb27023aa1c} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:02.218590 [ 276 ] {84ff9828-f7ba-449b-a56f-efb27023aa1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:02.218875 [ 276 ] {84ff9828-f7ba-449b-a56f-efb27023aa1c} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.01 14:44:02.219073 [ 276 ] {84ff9828-f7ba-449b-a56f-efb27023aa1c} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:02.219200 [ 276 ] {84ff9828-f7ba-449b-a56f-efb27023aa1c} executeQuery: Read 48 rows, 3.57 KiB in 0.001102 sec., 43557.16878402904 rows/sec., 3.16 MiB/sec. 2026.02.01 14:44:02.219200 [ 74 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.01 14:44:02.219236 [ 276 ] {84ff9828-f7ba-449b-a56f-efb27023aa1c} TCPHandler: Processed in 0.00126945 sec. 2026.02.01 14:44:02.219248 [ 74 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:02.219268 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:02.219344 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:02.219396 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:44:02.219435 [ 276 ] {b0d41655-098c-4576-a14b-c9c4826e1b7d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:44:02.219480 [ 276 ] {b0d41655-098c-4576-a14b-c9c4826e1b7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:44:02.219540 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:02.219584 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 205 rows starting from the beginning of the part 2026.02.01 14:44:02.219663 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 40 rows starting from the beginning of the part 2026.02.01 14:44:02.219718 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 137 rows starting from the beginning of the part 2026.02.01 14:44:02.219771 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 40 rows starting from the beginning of the part 2026.02.01 14:44:02.219817 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 133 rows starting from the beginning of the part 2026.02.01 14:44:02.219866 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part 2026.02.01 14:44:02.219906 [ 276 ] {b0d41655-098c-4576-a14b-c9c4826e1b7d} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:02.219945 [ 276 ] {b0d41655-098c-4576-a14b-c9c4826e1b7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:02.220273 [ 276 ] {b0d41655-098c-4576-a14b-c9c4826e1b7d} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.01 14:44:02.220493 [ 276 ] {b0d41655-098c-4576-a14b-c9c4826e1b7d} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:02.220622 [ 276 ] {b0d41655-098c-4576-a14b-c9c4826e1b7d} executeQuery: Read 112 rows, 8.97 KiB in 0.001204 sec., 93023.2558139535 rows/sec., 7.28 MiB/sec. 2026.02.01 14:44:02.220658 [ 276 ] {b0d41655-098c-4576-a14b-c9c4826e1b7d} TCPHandler: Processed in 0.001360553 sec. 2026.02.01 14:44:02.220776 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:02.220826 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 603 rows, containing 5 columns (5 merged, 0 gathered) in 0.001489226 sec., 404908.32150392217 rows/sec., 27.27 MiB/sec. 2026.02.01 14:44:02.220869 [ 276 ] {04d6f158-177f-4d1b-8c85-0a9b340f83aa} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:02.220916 [ 276 ] {04d6f158-177f-4d1b-8c85-0a9b340f83aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:44:02.221015 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.01 14:44:02.221265 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_71_14} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:02.221308 [ 276 ] {04d6f158-177f-4d1b-8c85-0a9b340f83aa} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:02.221334 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_71_14} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.01 14:44:02.221342 [ 276 ] {04d6f158-177f-4d1b-8c85-0a9b340f83aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:02.221414 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.01 14:44:02.221659 [ 276 ] {04d6f158-177f-4d1b-8c85-0a9b340f83aa} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.01 14:44:02.221857 [ 276 ] {04d6f158-177f-4d1b-8c85-0a9b340f83aa} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:02.221989 [ 276 ] {04d6f158-177f-4d1b-8c85-0a9b340f83aa} executeQuery: Read 164 rows, 11.69 KiB in 0.001139 sec., 143985.9525899912 rows/sec., 10.02 MiB/sec. 2026.02.01 14:44:02.222024 [ 276 ] {04d6f158-177f-4d1b-8c85-0a9b340f83aa} TCPHandler: Processed in 0.00130287 sec. 2026.02.01 14:44:02.222139 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:02.222230 [ 276 ] {6c6101e7-db9f-4abe-b640-69c9f4cdab76} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:02.222285 [ 276 ] {6c6101e7-db9f-4abe-b640-69c9f4cdab76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:44:02.223081 [ 276 ] {6c6101e7-db9f-4abe-b640-69c9f4cdab76} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:02.223115 [ 276 ] {6c6101e7-db9f-4abe-b640-69c9f4cdab76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:02.223677 [ 276 ] {6c6101e7-db9f-4abe-b640-69c9f4cdab76} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 14:44:02.223890 [ 276 ] {6c6101e7-db9f-4abe-b640-69c9f4cdab76} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:02.224025 [ 276 ] {6c6101e7-db9f-4abe-b640-69c9f4cdab76} executeQuery: Read 40 rows, 73.40 KiB in 0.001812 sec., 22075.05518763797 rows/sec., 39.56 MiB/sec. 2026.02.01 14:44:02.224096 [ 276 ] {6c6101e7-db9f-4abe-b640-69c9f4cdab76} TCPHandler: Processed in 0.002014302 sec. 2026.02.01 14:44:02.224205 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:02.224296 [ 276 ] {39d1dfec-fe6d-4030-83b1-b6e10d9d84b5} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:44:02.224337 [ 276 ] {39d1dfec-fe6d-4030-83b1-b6e10d9d84b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:44:02.224660 [ 276 ] {39d1dfec-fe6d-4030-83b1-b6e10d9d84b5} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:02.224693 [ 276 ] {39d1dfec-fe6d-4030-83b1-b6e10d9d84b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:02.224982 [ 276 ] {39d1dfec-fe6d-4030-83b1-b6e10d9d84b5} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.01 14:44:02.225188 [ 276 ] {39d1dfec-fe6d-4030-83b1-b6e10d9d84b5} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:02.225311 [ 276 ] {39d1dfec-fe6d-4030-83b1-b6e10d9d84b5} executeQuery: Read 60 rows, 4.14 KiB in 0.001033 sec., 58083.252662149076 rows/sec., 3.91 MiB/sec. 2026.02.01 14:44:02.225345 [ 276 ] {39d1dfec-fe6d-4030-83b1-b6e10d9d84b5} TCPHandler: Processed in 0.001187387 sec. 2026.02.01 14:44:04.576996 [ 72 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:44:04.577068 [ 72 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:44:04.762905 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28825 2026.02.01 14:44:04.763447 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:04.763495 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:04.763996 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 14:44:04.764231 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:04.764378 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28825 2026.02.01 14:44:04.847772 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1532 2026.02.01 14:44:04.850217 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:04.850267 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:04.851513 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 14:44:04.851785 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:04.852154 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1532 2026.02.01 14:44:06.324669 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2026.02.01 14:44:06.341400 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:06.341460 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:06.347765 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.01 14:44:06.348462 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:06.351371 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2026.02.01 14:44:07.220648 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:07.220846 [ 276 ] {e9a117df-fb79-4e56-9caf-beab100ee38b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:44:07.220921 [ 276 ] {e9a117df-fb79-4e56-9caf-beab100ee38b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:44:07.221689 [ 276 ] {e9a117df-fb79-4e56-9caf-beab100ee38b} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:07.221735 [ 276 ] {e9a117df-fb79-4e56-9caf-beab100ee38b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:07.222142 [ 276 ] {e9a117df-fb79-4e56-9caf-beab100ee38b} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 14:44:07.222368 [ 276 ] {e9a117df-fb79-4e56-9caf-beab100ee38b} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:07.222522 [ 276 ] {e9a117df-fb79-4e56-9caf-beab100ee38b} executeQuery: Read 266 rows, 17.30 KiB in 0.001731 sec., 153668.3997689197 rows/sec., 9.76 MiB/sec. 2026.02.01 14:44:07.222564 [ 276 ] {e9a117df-fb79-4e56-9caf-beab100ee38b} TCPHandler: Processed in 0.002058184 sec. 2026.02.01 14:44:07.222693 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:07.222789 [ 276 ] {52c60996-b96d-4886-9646-5c45dd096685} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:44:07.222832 [ 276 ] {52c60996-b96d-4886-9646-5c45dd096685} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:44:07.223783 [ 276 ] {52c60996-b96d-4886-9646-5c45dd096685} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:07.223820 [ 276 ] {52c60996-b96d-4886-9646-5c45dd096685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:07.224176 [ 276 ] {52c60996-b96d-4886-9646-5c45dd096685} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.01 14:44:07.224391 [ 276 ] {52c60996-b96d-4886-9646-5c45dd096685} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:07.224524 [ 276 ] {52c60996-b96d-4886-9646-5c45dd096685} executeQuery: Read 752 rows, 60.56 KiB in 0.001753 sec., 428978.8933257273 rows/sec., 33.74 MiB/sec. 2026.02.01 14:44:07.224562 [ 276 ] {52c60996-b96d-4886-9646-5c45dd096685} TCPHandler: Processed in 0.001920979 sec. 2026.02.01 14:44:07.224679 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:07.224773 [ 276 ] {9fef6f71-e57b-4ca4-a43b-ea9a69be235f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:44:07.224813 [ 276 ] {9fef6f71-e57b-4ca4-a43b-ea9a69be235f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:44:07.225267 [ 276 ] {9fef6f71-e57b-4ca4-a43b-ea9a69be235f} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:07.225303 [ 276 ] {9fef6f71-e57b-4ca4-a43b-ea9a69be235f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:07.225593 [ 276 ] {9fef6f71-e57b-4ca4-a43b-ea9a69be235f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.01 14:44:07.225801 [ 276 ] {9fef6f71-e57b-4ca4-a43b-ea9a69be235f} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:07.225930 [ 276 ] {9fef6f71-e57b-4ca4-a43b-ea9a69be235f} executeQuery: Read 133 rows, 8.00 KiB in 0.001176 sec., 113095.23809523809 rows/sec., 6.65 MiB/sec. 2026.02.01 14:44:07.225967 [ 276 ] {9fef6f71-e57b-4ca4-a43b-ea9a69be235f} TCPHandler: Processed in 0.001337582 sec. 2026.02.01 14:44:07.226079 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:07.226173 [ 276 ] {6f0fe6d9-f63b-44ea-853e-82d88717939b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:44:07.226211 [ 276 ] {6f0fe6d9-f63b-44ea-853e-82d88717939b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:44:07.226656 [ 276 ] {6f0fe6d9-f63b-44ea-853e-82d88717939b} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:07.226690 [ 276 ] {6f0fe6d9-f63b-44ea-853e-82d88717939b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:07.226994 [ 276 ] {6f0fe6d9-f63b-44ea-853e-82d88717939b} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 14:44:07.227203 [ 276 ] {6f0fe6d9-f63b-44ea-853e-82d88717939b} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:07.227332 [ 276 ] {6f0fe6d9-f63b-44ea-853e-82d88717939b} executeQuery: Read 140 rows, 9.27 KiB in 0.001177 sec., 118946.474086661 rows/sec., 7.69 MiB/sec. 2026.02.01 14:44:07.227369 [ 276 ] {6f0fe6d9-f63b-44ea-853e-82d88717939b} TCPHandler: Processed in 0.001339081 sec. 2026.02.01 14:44:07.227482 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:07.227576 [ 276 ] {e85ab821-6b43-4687-8344-eabf6d3d36e6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:44:07.227615 [ 276 ] {e85ab821-6b43-4687-8344-eabf6d3d36e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:44:07.228065 [ 276 ] {e85ab821-6b43-4687-8344-eabf6d3d36e6} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:07.228100 [ 276 ] {e85ab821-6b43-4687-8344-eabf6d3d36e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:07.228395 [ 276 ] {e85ab821-6b43-4687-8344-eabf6d3d36e6} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 14:44:07.228603 [ 276 ] {e85ab821-6b43-4687-8344-eabf6d3d36e6} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:07.228728 [ 276 ] {e85ab821-6b43-4687-8344-eabf6d3d36e6} executeQuery: Read 139 rows, 8.10 KiB in 0.00117 sec., 118803.4188034188 rows/sec., 6.76 MiB/sec. 2026.02.01 14:44:07.228766 [ 276 ] {e85ab821-6b43-4687-8344-eabf6d3d36e6} TCPHandler: Processed in 0.001331941 sec. 2026.02.01 14:44:07.228883 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:07.228976 [ 276 ] {3a4e29c7-4a02-4de6-8422-86996f8523ac} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:44:07.229015 [ 276 ] {3a4e29c7-4a02-4de6-8422-86996f8523ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:44:07.229629 [ 276 ] {3a4e29c7-4a02-4de6-8422-86996f8523ac} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:07.229663 [ 276 ] {3a4e29c7-4a02-4de6-8422-86996f8523ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:07.229976 [ 276 ] {3a4e29c7-4a02-4de6-8422-86996f8523ac} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.01 14:44:07.230187 [ 276 ] {3a4e29c7-4a02-4de6-8422-86996f8523ac} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:07.230315 [ 276 ] {3a4e29c7-4a02-4de6-8422-86996f8523ac} executeQuery: Read 463 rows, 33.28 KiB in 0.001356 sec., 341445.42772861355 rows/sec., 23.97 MiB/sec. 2026.02.01 14:44:07.230351 [ 276 ] {3a4e29c7-4a02-4de6-8422-86996f8523ac} TCPHandler: Processed in 0.001516167 sec. 2026.02.01 14:44:07.230467 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:07.230559 [ 276 ] {05b2d515-f6e0-4826-90ed-72c17eaf6dc2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:44:07.230600 [ 276 ] {05b2d515-f6e0-4826-90ed-72c17eaf6dc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:44:07.230940 [ 276 ] {05b2d515-f6e0-4826-90ed-72c17eaf6dc2} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:07.230972 [ 276 ] {05b2d515-f6e0-4826-90ed-72c17eaf6dc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:07.231272 [ 276 ] {05b2d515-f6e0-4826-90ed-72c17eaf6dc2} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.01 14:44:07.231486 [ 276 ] {05b2d515-f6e0-4826-90ed-72c17eaf6dc2} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:07.231609 [ 276 ] {05b2d515-f6e0-4826-90ed-72c17eaf6dc2} executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. 2026.02.01 14:44:07.231644 [ 276 ] {05b2d515-f6e0-4826-90ed-72c17eaf6dc2} TCPHandler: Processed in 0.001226078 sec. 2026.02.01 14:44:07.231755 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:07.231847 [ 276 ] {28baf930-1958-4902-8ecc-be8010f8cc15} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:07.231888 [ 276 ] {28baf930-1958-4902-8ecc-be8010f8cc15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:44:07.232317 [ 276 ] {28baf930-1958-4902-8ecc-be8010f8cc15} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:07.232351 [ 276 ] {28baf930-1958-4902-8ecc-be8010f8cc15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:07.232670 [ 276 ] {28baf930-1958-4902-8ecc-be8010f8cc15} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.01 14:44:07.232880 [ 276 ] {28baf930-1958-4902-8ecc-be8010f8cc15} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:07.232984 [ 66 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.01 14:44:07.233005 [ 276 ] {28baf930-1958-4902-8ecc-be8010f8cc15} executeQuery: Read 258 rows, 17.59 KiB in 0.001175 sec., 219574.46808510637 rows/sec., 14.62 MiB/sec. 2026.02.01 14:44:07.233023 [ 66 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:07.233041 [ 276 ] {28baf930-1958-4902-8ecc-be8010f8cc15} TCPHandler: Processed in 0.001335552 sec. 2026.02.01 14:44:07.233043 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:07.233157 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:07.233180 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:44:07.233249 [ 276 ] {02a0e24a-b1a4-4df8-a861-daf50ec7980b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:44:07.233296 [ 276 ] {02a0e24a-b1a4-4df8-a861-daf50ec7980b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:44:07.233340 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:07.233381 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_86_17} MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24462 rows starting from the beginning of the part 2026.02.01 14:44:07.233450 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 20 rows starting from the beginning of the part 2026.02.01 14:44:07.233498 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:44:07.233541 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 258 rows starting from the beginning of the part 2026.02.01 14:44:07.233580 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 164 rows starting from the beginning of the part 2026.02.01 14:44:07.233608 [ 276 ] {02a0e24a-b1a4-4df8-a861-daf50ec7980b} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:07.233623 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 258 rows starting from the beginning of the part 2026.02.01 14:44:07.233651 [ 276 ] {02a0e24a-b1a4-4df8-a861-daf50ec7980b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:07.233978 [ 276 ] {02a0e24a-b1a4-4df8-a861-daf50ec7980b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 14:44:07.234193 [ 276 ] {02a0e24a-b1a4-4df8-a861-daf50ec7980b} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:07.234321 [ 276 ] {02a0e24a-b1a4-4df8-a861-daf50ec7980b} executeQuery: Read 1 rows, 69.00 B in 0.001089 sec., 918.2736455463729 rows/sec., 61.88 KiB/sec. 2026.02.01 14:44:07.234385 [ 276 ] {02a0e24a-b1a4-4df8-a861-daf50ec7980b} TCPHandler: Processed in 0.0012783 sec. 2026.02.01 14:44:07.234489 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:07.234580 [ 276 ] {702914dd-a7de-4cda-b467-b74646419681} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:44:07.234620 [ 276 ] {702914dd-a7de-4cda-b467-b74646419681} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:44:07.234973 [ 276 ] {702914dd-a7de-4cda-b467-b74646419681} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:07.235011 [ 276 ] {702914dd-a7de-4cda-b467-b74646419681} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:07.235351 [ 276 ] {702914dd-a7de-4cda-b467-b74646419681} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.01 14:44:07.235591 [ 276 ] {702914dd-a7de-4cda-b467-b74646419681} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:07.235752 [ 276 ] {702914dd-a7de-4cda-b467-b74646419681} executeQuery: Read 88 rows, 5.66 KiB in 0.00119 sec., 73949.57983193277 rows/sec., 4.64 MiB/sec. 2026.02.01 14:44:07.235788 [ 276 ] {702914dd-a7de-4cda-b467-b74646419681} TCPHandler: Processed in 0.001348232 sec. 2026.02.01 14:44:07.239726 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 25322 rows, containing 5 columns (5 merged, 0 gathered) in 0.006607615 sec., 3832245.068757789 rows/sec., 260.18 MiB/sec. 2026.02.01 14:44:07.240038 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.01 14:44:07.240397 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_86_17} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:07.240490 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_86_17} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.01 14:44:07.240596 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.02.01 14:44:12.214851 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:12.215044 [ 276 ] {0027fa8b-c0da-4482-a0c2-5e3667477694} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:44:12.215110 [ 276 ] {0027fa8b-c0da-4482-a0c2-5e3667477694} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:44:12.215796 [ 276 ] {0027fa8b-c0da-4482-a0c2-5e3667477694} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:12.215836 [ 276 ] {0027fa8b-c0da-4482-a0c2-5e3667477694} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:12.216232 [ 276 ] {0027fa8b-c0da-4482-a0c2-5e3667477694} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.01 14:44:12.216452 [ 276 ] {0027fa8b-c0da-4482-a0c2-5e3667477694} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:12.216604 [ 276 ] {0027fa8b-c0da-4482-a0c2-5e3667477694} executeQuery: Read 136 rows, 12.08 KiB in 0.001609 sec., 84524.54940957116 rows/sec., 7.33 MiB/sec. 2026.02.01 14:44:12.216647 [ 276 ] {0027fa8b-c0da-4482-a0c2-5e3667477694} TCPHandler: Processed in 0.001923699 sec. 2026.02.01 14:44:12.216766 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:12.216859 [ 276 ] {7e9a94f5-860b-4c01-a4ef-6b50f0ed8766} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:44:12.216899 [ 276 ] {7e9a94f5-860b-4c01-a4ef-6b50f0ed8766} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:44:12.217309 [ 276 ] {7e9a94f5-860b-4c01-a4ef-6b50f0ed8766} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:12.217345 [ 276 ] {7e9a94f5-860b-4c01-a4ef-6b50f0ed8766} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:12.217638 [ 276 ] {7e9a94f5-860b-4c01-a4ef-6b50f0ed8766} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.01 14:44:12.217840 [ 276 ] {7e9a94f5-860b-4c01-a4ef-6b50f0ed8766} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:12.217968 [ 276 ] {7e9a94f5-860b-4c01-a4ef-6b50f0ed8766} executeQuery: Read 40 rows, 3.01 KiB in 0.001128 sec., 35460.99290780142 rows/sec., 2.60 MiB/sec. 2026.02.01 14:44:12.218005 [ 276 ] {7e9a94f5-860b-4c01-a4ef-6b50f0ed8766} TCPHandler: Processed in 0.00128749 sec. 2026.02.01 14:44:12.218114 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:12.218206 [ 276 ] {ead4956d-3e71-4e12-94dd-18c1c8050f53} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:44:12.218244 [ 276 ] {ead4956d-3e71-4e12-94dd-18c1c8050f53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:44:12.218658 [ 276 ] {ead4956d-3e71-4e12-94dd-18c1c8050f53} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:12.218693 [ 276 ] {ead4956d-3e71-4e12-94dd-18c1c8050f53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:12.218989 [ 276 ] {ead4956d-3e71-4e12-94dd-18c1c8050f53} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.01 14:44:12.219203 [ 276 ] {ead4956d-3e71-4e12-94dd-18c1c8050f53} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:12.219326 [ 276 ] {ead4956d-3e71-4e12-94dd-18c1c8050f53} executeQuery: Read 104 rows, 8.32 KiB in 0.001138 sec., 91388.40070298771 rows/sec., 7.14 MiB/sec. 2026.02.01 14:44:12.219362 [ 276 ] {ead4956d-3e71-4e12-94dd-18c1c8050f53} TCPHandler: Processed in 0.00129485 sec. 2026.02.01 14:44:12.219473 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:12.219564 [ 276 ] {31c5db0d-c91d-4496-af7a-f2d4bc5b531e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:12.219606 [ 276 ] {31c5db0d-c91d-4496-af7a-f2d4bc5b531e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:44:12.220001 [ 276 ] {31c5db0d-c91d-4496-af7a-f2d4bc5b531e} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:12.220036 [ 276 ] {31c5db0d-c91d-4496-af7a-f2d4bc5b531e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:12.220355 [ 276 ] {31c5db0d-c91d-4496-af7a-f2d4bc5b531e} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.01 14:44:12.220560 [ 276 ] {31c5db0d-c91d-4496-af7a-f2d4bc5b531e} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:12.220697 [ 276 ] {31c5db0d-c91d-4496-af7a-f2d4bc5b531e} executeQuery: Read 160 rows, 11.41 KiB in 0.00115 sec., 139130.4347826087 rows/sec., 9.69 MiB/sec. 2026.02.01 14:44:12.220732 [ 276 ] {31c5db0d-c91d-4496-af7a-f2d4bc5b531e} TCPHandler: Processed in 0.001305931 sec. 2026.02.01 14:44:12.220839 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:12.220929 [ 276 ] {c9558efc-0649-491b-af9d-aceed3336624} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:12.220983 [ 276 ] {c9558efc-0649-491b-af9d-aceed3336624} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:44:12.221776 [ 276 ] {c9558efc-0649-491b-af9d-aceed3336624} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:12.221812 [ 276 ] {c9558efc-0649-491b-af9d-aceed3336624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:12.222381 [ 276 ] {c9558efc-0649-491b-af9d-aceed3336624} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 14:44:12.222596 [ 276 ] {c9558efc-0649-491b-af9d-aceed3336624} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:12.222738 [ 276 ] {c9558efc-0649-491b-af9d-aceed3336624} executeQuery: Read 40 rows, 73.40 KiB in 0.001826 sec., 21905.80503833516 rows/sec., 39.25 MiB/sec. 2026.02.01 14:44:12.222791 [ 276 ] {c9558efc-0649-491b-af9d-aceed3336624} TCPHandler: Processed in 0.001998671 sec. 2026.02.01 14:44:12.222908 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:12.222999 [ 276 ] {622036d5-d576-4e9a-b097-aecff2a39bce} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:44:12.223039 [ 276 ] {622036d5-d576-4e9a-b097-aecff2a39bce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:44:12.223368 [ 276 ] {622036d5-d576-4e9a-b097-aecff2a39bce} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:12.223403 [ 276 ] {622036d5-d576-4e9a-b097-aecff2a39bce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:12.223699 [ 276 ] {622036d5-d576-4e9a-b097-aecff2a39bce} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.01 14:44:12.223898 [ 276 ] {622036d5-d576-4e9a-b097-aecff2a39bce} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:12.224023 [ 276 ] {622036d5-d576-4e9a-b097-aecff2a39bce} executeQuery: Read 60 rows, 4.14 KiB in 0.001042 sec., 57581.57389635317 rows/sec., 3.88 MiB/sec. 2026.02.01 14:44:12.224028 [ 57 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.01 14:44:12.224058 [ 276 ] {622036d5-d576-4e9a-b097-aecff2a39bce} TCPHandler: Processed in 0.001197357 sec. 2026.02.01 14:44:12.224096 [ 57 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:12.224123 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:12.224245 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:44:12.224397 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:12.224441 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4598 rows starting from the beginning of the part 2026.02.01 14:44:12.224507 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2026.02.01 14:44:12.224552 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 88 rows starting from the beginning of the part 2026.02.01 14:44:12.224593 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2026.02.01 14:44:12.224636 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 88 rows starting from the beginning of the part 2026.02.01 14:44:12.224676 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2026.02.01 14:44:12.226286 [ 190 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4954 rows, containing 4 columns (4 merged, 0 gathered) in 0.002101755 sec., 2357077.7754781125 rows/sec., 153.55 MiB/sec. 2026.02.01 14:44:12.226603 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.01 14:44:12.226901 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_86_17} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:12.226980 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_86_17} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.01 14:44:12.227057 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.02.01 14:44:12.265476 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29337 2026.02.01 14:44:12.265970 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:12.266004 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:12.266477 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 14:44:12.266708 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:12.266827 [ 57 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 14:44:12.266834 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29337 2026.02.01 14:44:12.266862 [ 57 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:12.266881 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:12.267005 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:44:12.267151 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:12.267189 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26905 rows starting from the beginning of the part 2026.02.01 14:44:12.267253 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:44:12.267297 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:44:12.267336 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:44:12.267375 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:44:12.267420 [ 188 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:44:12.269943 [ 187 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29337 rows, containing 4 columns (4 merged, 0 gathered) in 0.003001923 sec., 9772735.676431406 rows/sec., 139.80 MiB/sec. 2026.02.01 14:44:12.270291 [ 190 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 14:44:12.270612 [ 190 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_61_12} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:12.270687 [ 190 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_61_12} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 14:44:12.270782 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. 2026.02.01 14:44:13.852426 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2026.02.01 14:44:13.874881 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:13.874960 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:13.882827 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.01 14:44:13.883847 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:13.884317 [ 50 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.01 14:44:13.884411 [ 50 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:13.884438 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2026.02.01 14:44:13.884597 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:44:13.889634 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2026.02.01 14:44:13.889641 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:13.891588 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:44:13.897291 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:44:13.903208 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:44:13.909207 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:44:13.915460 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:44:13.920421 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:44:13.982207 [ 187 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.097681057 sec., 4709.203750733369 rows/sec., 24.35 MiB/sec. 2026.02.01 14:44:13.985026 [ 192 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.01 14:44:13.987006 [ 192 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_61_12} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:13.987135 [ 192 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_61_12} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.01 14:44:13.989077 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.02.01 14:44:14.853311 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1564 2026.02.01 14:44:14.855693 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:14.855740 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:14.856953 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 14:44:14.857223 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:14.857399 [ 49 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 14:44:14.857498 [ 49 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:14.857536 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:14.857591 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1564 2026.02.01 14:44:14.857717 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:44:14.858536 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:14.858678 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1380 rows starting from the beginning of the part 2026.02.01 14:44:14.859022 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part 2026.02.01 14:44:14.859335 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 38 rows starting from the beginning of the part 2026.02.01 14:44:14.859635 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 46 rows starting from the beginning of the part 2026.02.01 14:44:14.859955 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part 2026.02.01 14:44:14.860264 [ 193 ] {2e292213-85af-47bd-999f-369a6cd275bc::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.02.01 14:44:14.866660 [ 198 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1564 rows, containing 72 columns (72 merged, 0 gathered) in 0.00903864 sec., 173034.881353832 rows/sec., 137.81 MiB/sec. 2026.02.01 14:44:14.868497 [ 194 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 14:44:14.869137 [ 194 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_46_9} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:14.869225 [ 194 ] {2e292213-85af-47bd-999f-369a6cd275bc::all_1_46_9} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 14:44:14.869610 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2026.02.01 14:44:16.568213 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:16.568396 [ 276 ] {0fd65ff9-76af-40c7-b48e-533a213beede} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:44:16.568465 [ 276 ] {0fd65ff9-76af-40c7-b48e-533a213beede} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:44:16.569256 [ 276 ] {0fd65ff9-76af-40c7-b48e-533a213beede} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:16.569307 [ 276 ] {0fd65ff9-76af-40c7-b48e-533a213beede} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:16.569768 [ 276 ] {0fd65ff9-76af-40c7-b48e-533a213beede} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 14:44:16.570061 [ 276 ] {0fd65ff9-76af-40c7-b48e-533a213beede} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:16.570255 [ 276 ] {0fd65ff9-76af-40c7-b48e-533a213beede} executeQuery: Read 266 rows, 17.30 KiB in 0.001909 sec., 139339.9685699319 rows/sec., 8.85 MiB/sec. 2026.02.01 14:44:16.570321 [ 276 ] {0fd65ff9-76af-40c7-b48e-533a213beede} TCPHandler: Processed in 0.002240259 sec. 2026.02.01 14:44:16.570478 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:16.570586 [ 276 ] {3db4d23b-dbbc-4598-99af-bf647779252c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:44:16.570632 [ 276 ] {3db4d23b-dbbc-4598-99af-bf647779252c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:44:16.571071 [ 276 ] {3db4d23b-dbbc-4598-99af-bf647779252c} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:16.571112 [ 276 ] {3db4d23b-dbbc-4598-99af-bf647779252c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:16.571427 [ 276 ] {3db4d23b-dbbc-4598-99af-bf647779252c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.01 14:44:16.571653 [ 276 ] {3db4d23b-dbbc-4598-99af-bf647779252c} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:16.571795 [ 276 ] {3db4d23b-dbbc-4598-99af-bf647779252c} executeQuery: Read 2 rows, 167.00 B in 0.001234 sec., 1620.7455429497568 rows/sec., 132.16 KiB/sec. 2026.02.01 14:44:16.571838 [ 276 ] {3db4d23b-dbbc-4598-99af-bf647779252c} TCPHandler: Processed in 0.001425274 sec. 2026.02.01 14:44:16.571957 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:16.572054 [ 276 ] {6050bf36-e74a-479c-851f-1897af67c94e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:44:16.572096 [ 276 ] {6050bf36-e74a-479c-851f-1897af67c94e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:44:16.573601 [ 276 ] {6050bf36-e74a-479c-851f-1897af67c94e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:16.573641 [ 276 ] {6050bf36-e74a-479c-851f-1897af67c94e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:16.574081 [ 276 ] {6050bf36-e74a-479c-851f-1897af67c94e} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.01 14:44:16.574302 [ 276 ] {6050bf36-e74a-479c-851f-1897af67c94e} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:16.574442 [ 276 ] {6050bf36-e74a-479c-851f-1897af67c94e} executeQuery: Read 1893 rows, 157.20 KiB in 0.002407 sec., 786456.1695056087 rows/sec., 63.78 MiB/sec. 2026.02.01 14:44:16.574482 [ 276 ] {6050bf36-e74a-479c-851f-1897af67c94e} TCPHandler: Processed in 0.00257633 sec. 2026.02.01 14:44:16.574603 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:16.574701 [ 276 ] {06d53172-6244-423d-a0e6-fab0ee70a2e0} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:44:16.574744 [ 276 ] {06d53172-6244-423d-a0e6-fab0ee70a2e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:44:16.575197 [ 276 ] {06d53172-6244-423d-a0e6-fab0ee70a2e0} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:16.575237 [ 276 ] {06d53172-6244-423d-a0e6-fab0ee70a2e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:16.575550 [ 276 ] {06d53172-6244-423d-a0e6-fab0ee70a2e0} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.01 14:44:16.575760 [ 276 ] {06d53172-6244-423d-a0e6-fab0ee70a2e0} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:16.575895 [ 276 ] {06d53172-6244-423d-a0e6-fab0ee70a2e0} executeQuery: Read 135 rows, 8.14 KiB in 0.001213 sec., 111294.31162407254 rows/sec., 6.56 MiB/sec. 2026.02.01 14:44:16.575933 [ 276 ] {06d53172-6244-423d-a0e6-fab0ee70a2e0} TCPHandler: Processed in 0.001380923 sec. 2026.02.01 14:44:16.576050 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:16.576146 [ 276 ] {f8594c01-dba3-43a9-8b21-a417e74d4b05} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:44:16.576187 [ 276 ] {f8594c01-dba3-43a9-8b21-a417e74d4b05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:44:16.576730 [ 276 ] {f8594c01-dba3-43a9-8b21-a417e74d4b05} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:16.576768 [ 276 ] {f8594c01-dba3-43a9-8b21-a417e74d4b05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:16.577100 [ 276 ] {f8594c01-dba3-43a9-8b21-a417e74d4b05} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 14:44:16.577325 [ 276 ] {f8594c01-dba3-43a9-8b21-a417e74d4b05} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:16.577457 [ 47 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 2026.02.01 14:44:16.577475 [ 276 ] {f8594c01-dba3-43a9-8b21-a417e74d4b05} executeQuery: Read 368 rows, 25.07 KiB in 0.001346 sec., 273402.67459138186 rows/sec., 18.19 MiB/sec. 2026.02.01 14:44:16.577527 [ 47 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:16.577538 [ 276 ] {f8594c01-dba3-43a9-8b21-a417e74d4b05} TCPHandler: Processed in 0.001539188 sec. 2026.02.01 14:44:16.577558 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:16.577670 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:16.577697 [ 200 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_39_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full 2026.02.01 14:44:16.577769 [ 276 ] {6b0adc74-48ec-43ca-b90d-3fd46dd5938c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:44:16.577816 [ 276 ] {6b0adc74-48ec-43ca-b90d-3fd46dd5938c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:44:16.577847 [ 200 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_39_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:16.577887 [ 200 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 394 rows starting from the beginning of the part 2026.02.01 14:44:16.577958 [ 200 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 368 rows starting from the beginning of the part 2026.02.01 14:44:16.578006 [ 200 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part 2026.02.01 14:44:16.578049 [ 200 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 140 rows starting from the beginning of the part 2026.02.01 14:44:16.578091 [ 200 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 140 rows starting from the beginning of the part 2026.02.01 14:44:16.578131 [ 200 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 368 rows starting from the beginning of the part 2026.02.01 14:44:16.578269 [ 276 ] {6b0adc74-48ec-43ca-b90d-3fd46dd5938c} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:16.578312 [ 276 ] {6b0adc74-48ec-43ca-b90d-3fd46dd5938c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:16.578666 [ 276 ] {6b0adc74-48ec-43ca-b90d-3fd46dd5938c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 14:44:16.578895 [ 276 ] {6b0adc74-48ec-43ca-b90d-3fd46dd5938c} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:16.579031 [ 276 ] {6b0adc74-48ec-43ca-b90d-3fd46dd5938c} executeQuery: Read 139 rows, 8.10 KiB in 0.00128 sec., 108593.74999999999 rows/sec., 6.18 MiB/sec. 2026.02.01 14:44:16.579070 [ 276 ] {6b0adc74-48ec-43ca-b90d-3fd46dd5938c} TCPHandler: Processed in 0.001455765 sec. 2026.02.01 14:44:16.579205 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:16.579232 [ 194 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_39_8} MergeTask::MergeProjectionsStage: Merge sorted 1411 rows, containing 5 columns (5 merged, 0 gathered) in 0.001600279 sec., 881721.2498570562 rows/sec., 61.94 MiB/sec. 2026.02.01 14:44:16.579299 [ 276 ] {af4ac0ef-abfd-4546-9241-075b5b8ce178} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:44:16.579342 [ 276 ] {af4ac0ef-abfd-4546-9241-075b5b8ce178} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:44:16.579392 [ 200 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_39_8} MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) 2026.02.01 14:44:16.579682 [ 200 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_39_8} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:16.579763 [ 200 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_39_8} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 2026.02.01 14:44:16.579847 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.02.01 14:44:16.580151 [ 276 ] {af4ac0ef-abfd-4546-9241-075b5b8ce178} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:16.580193 [ 276 ] {af4ac0ef-abfd-4546-9241-075b5b8ce178} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:16.580547 [ 276 ] {af4ac0ef-abfd-4546-9241-075b5b8ce178} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.01 14:44:16.580765 [ 276 ] {af4ac0ef-abfd-4546-9241-075b5b8ce178} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:16.580903 [ 276 ] {af4ac0ef-abfd-4546-9241-075b5b8ce178} executeQuery: Read 921 rows, 67.73 KiB in 0.00162 sec., 568518.5185185185 rows/sec., 40.83 MiB/sec. 2026.02.01 14:44:16.580942 [ 276 ] {af4ac0ef-abfd-4546-9241-075b5b8ce178} TCPHandler: Processed in 0.001788855 sec. 2026.02.01 14:44:16.581067 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:16.581162 [ 276 ] {1cd516f2-01e6-4103-879b-697783cb73f6} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:44:16.581205 [ 276 ] {1cd516f2-01e6-4103-879b-697783cb73f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:44:16.581551 [ 276 ] {1cd516f2-01e6-4103-879b-697783cb73f6} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:16.581587 [ 276 ] {1cd516f2-01e6-4103-879b-697783cb73f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:16.581901 [ 276 ] {1cd516f2-01e6-4103-879b-697783cb73f6} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.01 14:44:16.582131 [ 276 ] {1cd516f2-01e6-4103-879b-697783cb73f6} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:16.582312 [ 276 ] {1cd516f2-01e6-4103-879b-697783cb73f6} executeQuery: Read 6 rows, 321.00 B in 0.001167 sec., 5141.388174807198 rows/sec., 268.62 KiB/sec. 2026.02.01 14:44:16.582356 [ 276 ] {1cd516f2-01e6-4103-879b-697783cb73f6} TCPHandler: Processed in 0.001338061 sec. 2026.02.01 14:44:16.582475 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:16.582574 [ 276 ] {62c6aaa2-bd15-4f46-928e-bd47fa4109e0} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:16.582621 [ 276 ] {62c6aaa2-bd15-4f46-928e-bd47fa4109e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:44:16.583422 [ 276 ] {62c6aaa2-bd15-4f46-928e-bd47fa4109e0} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:16.583462 [ 276 ] {62c6aaa2-bd15-4f46-928e-bd47fa4109e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:16.583862 [ 276 ] {62c6aaa2-bd15-4f46-928e-bd47fa4109e0} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.01 14:44:16.584086 [ 276 ] {62c6aaa2-bd15-4f46-928e-bd47fa4109e0} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:16.584223 [ 276 ] {62c6aaa2-bd15-4f46-928e-bd47fa4109e0} executeQuery: Read 923 rows, 63.00 KiB in 0.001669 sec., 553025.7639304973 rows/sec., 36.86 MiB/sec. 2026.02.01 14:44:16.584262 [ 276 ] {62c6aaa2-bd15-4f46-928e-bd47fa4109e0} TCPHandler: Processed in 0.001837667 sec. 2026.02.01 14:44:16.584379 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:16.584476 [ 276 ] {a63b1e8d-e877-4d23-ad20-0308c3e65dc0} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:44:16.584521 [ 276 ] {a63b1e8d-e877-4d23-ad20-0308c3e65dc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:44:16.584850 [ 276 ] {a63b1e8d-e877-4d23-ad20-0308c3e65dc0} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:16.584889 [ 276 ] {a63b1e8d-e877-4d23-ad20-0308c3e65dc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:16.585201 [ 276 ] {a63b1e8d-e877-4d23-ad20-0308c3e65dc0} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 14:44:16.585419 [ 276 ] {a63b1e8d-e877-4d23-ad20-0308c3e65dc0} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:16.585551 [ 276 ] {a63b1e8d-e877-4d23-ad20-0308c3e65dc0} executeQuery: Read 1 rows, 69.00 B in 0.001094 sec., 914.0767824497259 rows/sec., 61.59 KiB/sec. 2026.02.01 14:44:16.585589 [ 276 ] {a63b1e8d-e877-4d23-ad20-0308c3e65dc0} TCPHandler: Processed in 0.001259669 sec. 2026.02.01 14:44:16.585703 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:16.585797 [ 276 ] {67197dc6-4b4c-4da6-9317-7da8a379f082} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:44:16.585841 [ 276 ] {67197dc6-4b4c-4da6-9317-7da8a379f082} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:44:16.586183 [ 276 ] {67197dc6-4b4c-4da6-9317-7da8a379f082} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:16.586221 [ 276 ] {67197dc6-4b4c-4da6-9317-7da8a379f082} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:16.586536 [ 276 ] {67197dc6-4b4c-4da6-9317-7da8a379f082} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.01 14:44:16.586763 [ 276 ] {67197dc6-4b4c-4da6-9317-7da8a379f082} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:16.586894 [ 276 ] {67197dc6-4b4c-4da6-9317-7da8a379f082} executeQuery: Read 82 rows, 5.24 KiB in 0.001116 sec., 73476.70250896057 rows/sec., 4.58 MiB/sec. 2026.02.01 14:44:16.586931 [ 276 ] {67197dc6-4b4c-4da6-9317-7da8a379f082} TCPHandler: Processed in 0.00127794 sec. 2026.02.01 14:44:17.205812 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:17.205994 [ 276 ] {1468d1e0-0fbd-4372-82f2-f849891afc25} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:44:17.206063 [ 276 ] {1468d1e0-0fbd-4372-82f2-f849891afc25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:44:17.206722 [ 276 ] {1468d1e0-0fbd-4372-82f2-f849891afc25} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:17.206769 [ 276 ] {1468d1e0-0fbd-4372-82f2-f849891afc25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:17.207175 [ 276 ] {1468d1e0-0fbd-4372-82f2-f849891afc25} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.01 14:44:17.207408 [ 276 ] {1468d1e0-0fbd-4372-82f2-f849891afc25} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:17.207567 [ 45 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.01 14:44:17.207574 [ 276 ] {1468d1e0-0fbd-4372-82f2-f849891afc25} executeQuery: Read 26 rows, 2.01 KiB in 0.00163 sec., 15950.920245398773 rows/sec., 1.20 MiB/sec. 2026.02.01 14:44:17.207640 [ 45 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:17.207667 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:17.207672 [ 276 ] {1468d1e0-0fbd-4372-82f2-f849891afc25} TCPHandler: Processed in 0.001993012 sec. 2026.02.01 14:44:17.207762 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:44:17.207810 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:17.207860 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:17.207890 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2105 rows starting from the beginning of the part 2026.02.01 14:44:17.207913 [ 276 ] {a0593f07-8235-4015-aac8-c6d4395c3968} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:44:17.207954 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 140 rows starting from the beginning of the part 2026.02.01 14:44:17.207958 [ 276 ] {a0593f07-8235-4015-aac8-c6d4395c3968} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:44:17.208002 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 752 rows starting from the beginning of the part 2026.02.01 14:44:17.208044 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 136 rows starting from the beginning of the part 2026.02.01 14:44:17.208083 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 1893 rows starting from the beginning of the part 2026.02.01 14:44:17.208121 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 26 rows starting from the beginning of the part 2026.02.01 14:44:17.208410 [ 276 ] {a0593f07-8235-4015-aac8-c6d4395c3968} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:17.208446 [ 276 ] {a0593f07-8235-4015-aac8-c6d4395c3968} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:17.208758 [ 276 ] {a0593f07-8235-4015-aac8-c6d4395c3968} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.01 14:44:17.208975 [ 276 ] {a0593f07-8235-4015-aac8-c6d4395c3968} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:17.209099 [ 45 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.01 14:44:17.209115 [ 276 ] {a0593f07-8235-4015-aac8-c6d4395c3968} executeQuery: Read 28 rows, 2.24 KiB in 0.001225 sec., 22857.14285714286 rows/sec., 1.78 MiB/sec. 2026.02.01 14:44:17.209146 [ 45 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:17.209168 [ 276 ] {a0593f07-8235-4015-aac8-c6d4395c3968} TCPHandler: Processed in 0.001409933 sec. 2026.02.01 14:44:17.209173 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:17.209294 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:17.209310 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:44:17.209397 [ 276 ] {260c2881-4389-4c8c-a640-3eec2f794d5a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:17.209447 [ 276 ] {260c2881-4389-4c8c-a640-3eec2f794d5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:44:17.209456 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:17.209496 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1033 rows starting from the beginning of the part 2026.02.01 14:44:17.209566 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 112 rows starting from the beginning of the part 2026.02.01 14:44:17.209612 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 463 rows starting from the beginning of the part 2026.02.01 14:44:17.209683 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 104 rows starting from the beginning of the part 2026.02.01 14:44:17.209752 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 921 rows starting from the beginning of the part 2026.02.01 14:44:17.209796 [ 200 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 28 rows starting from the beginning of the part 2026.02.01 14:44:17.209856 [ 276 ] {260c2881-4389-4c8c-a640-3eec2f794d5a} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:17.209898 [ 276 ] {260c2881-4389-4c8c-a640-3eec2f794d5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:17.209997 [ 189 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5052 rows, containing 5 columns (5 merged, 0 gathered) in 0.00227362 sec., 2222007.1955735786 rows/sec., 189.50 MiB/sec. 2026.02.01 14:44:17.210219 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.01 14:44:17.210276 [ 276 ] {260c2881-4389-4c8c-a640-3eec2f794d5a} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.01 14:44:17.210500 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_91_18} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:17.210522 [ 276 ] {260c2881-4389-4c8c-a640-3eec2f794d5a} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:17.210577 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_91_18} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.01 14:44:17.210643 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.02.01 14:44:17.210670 [ 276 ] {260c2881-4389-4c8c-a640-3eec2f794d5a} executeQuery: Read 20 rows, 1.42 KiB in 0.001294 sec., 15455.950540958269 rows/sec., 1.07 MiB/sec. 2026.02.01 14:44:17.210710 [ 276 ] {260c2881-4389-4c8c-a640-3eec2f794d5a} TCPHandler: Processed in 0.001465885 sec. 2026.02.01 14:44:17.210831 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:17.210928 [ 276 ] {5e62e242-e26d-4f42-8774-76528a0fd1e5} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:44:17.210971 [ 276 ] {5e62e242-e26d-4f42-8774-76528a0fd1e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:44:17.211139 [ 194 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 2661 rows, containing 5 columns (5 merged, 0 gathered) in 0.001895169 sec., 1404096.415675858 rows/sec., 107.20 MiB/sec. 2026.02.01 14:44:17.211312 [ 276 ] {5e62e242-e26d-4f42-8774-76528a0fd1e5} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:17.211343 [ 202 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.01 14:44:17.211349 [ 276 ] {5e62e242-e26d-4f42-8774-76528a0fd1e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:17.211614 [ 202 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_91_18} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:17.211672 [ 276 ] {5e62e242-e26d-4f42-8774-76528a0fd1e5} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.01 14:44:17.211694 [ 202 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_91_18} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.01 14:44:17.211770 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.02.01 14:44:17.211882 [ 276 ] {5e62e242-e26d-4f42-8774-76528a0fd1e5} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:17.212015 [ 276 ] {5e62e242-e26d-4f42-8774-76528a0fd1e5} executeQuery: Read 6 rows, 431.00 B in 0.001106 sec., 5424.9547920434 rows/sec., 380.56 KiB/sec. 2026.02.01 14:44:17.212052 [ 276 ] {5e62e242-e26d-4f42-8774-76528a0fd1e5} TCPHandler: Processed in 0.001271639 sec. 2026.02.01 14:44:19.577126 [ 43 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:44:19.577226 [ 43 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:44:19.767011 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29785 2026.02.01 14:44:19.767602 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:19.767652 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:19.768147 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 14:44:19.768392 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:19.768544 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29785 2026.02.01 14:44:21.389744 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2026.02.01 14:44:21.405003 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:21.405060 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:21.410453 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.01 14:44:21.411135 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:21.413866 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2026.02.01 14:44:22.214990 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:22.215200 [ 276 ] {f4ebc9b4-e3ea-475f-85fb-d892acd04fa8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:44:22.215280 [ 276 ] {f4ebc9b4-e3ea-475f-85fb-d892acd04fa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:44:22.216094 [ 276 ] {f4ebc9b4-e3ea-475f-85fb-d892acd04fa8} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:22.216150 [ 276 ] {f4ebc9b4-e3ea-475f-85fb-d892acd04fa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:22.216572 [ 276 ] {f4ebc9b4-e3ea-475f-85fb-d892acd04fa8} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.02.01 14:44:22.216809 [ 276 ] {f4ebc9b4-e3ea-475f-85fb-d892acd04fa8} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:22.216981 [ 276 ] {f4ebc9b4-e3ea-475f-85fb-d892acd04fa8} executeQuery: Read 136 rows, 12.08 KiB in 0.00184 sec., 73913.04347826086 rows/sec., 6.41 MiB/sec. 2026.02.01 14:44:22.217033 [ 276 ] {f4ebc9b4-e3ea-475f-85fb-d892acd04fa8} TCPHandler: Processed in 0.002191188 sec. 2026.02.01 14:44:22.217164 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:22.217269 [ 276 ] {2aef292c-5d0c-483c-812d-ba1e97bf55c1} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:44:22.217315 [ 276 ] {2aef292c-5d0c-483c-812d-ba1e97bf55c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:44:22.217755 [ 276 ] {2aef292c-5d0c-483c-812d-ba1e97bf55c1} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:22.217793 [ 276 ] {2aef292c-5d0c-483c-812d-ba1e97bf55c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:22.218102 [ 276 ] {2aef292c-5d0c-483c-812d-ba1e97bf55c1} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.01 14:44:22.218313 [ 276 ] {2aef292c-5d0c-483c-812d-ba1e97bf55c1} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:22.218449 [ 276 ] {2aef292c-5d0c-483c-812d-ba1e97bf55c1} executeQuery: Read 40 rows, 3.01 KiB in 0.001204 sec., 33222.591362126244 rows/sec., 2.44 MiB/sec. 2026.02.01 14:44:22.218489 [ 276 ] {2aef292c-5d0c-483c-812d-ba1e97bf55c1} TCPHandler: Processed in 0.001377403 sec. 2026.02.01 14:44:22.218601 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:22.218700 [ 276 ] {119543a1-45ad-4b65-bb74-a5332c4d0b54} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:44:22.218741 [ 276 ] {119543a1-45ad-4b65-bb74-a5332c4d0b54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:44:22.219181 [ 276 ] {119543a1-45ad-4b65-bb74-a5332c4d0b54} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:22.219218 [ 276 ] {119543a1-45ad-4b65-bb74-a5332c4d0b54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:22.219531 [ 276 ] {119543a1-45ad-4b65-bb74-a5332c4d0b54} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.02.01 14:44:22.219749 [ 276 ] {119543a1-45ad-4b65-bb74-a5332c4d0b54} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:22.219881 [ 276 ] {119543a1-45ad-4b65-bb74-a5332c4d0b54} executeQuery: Read 104 rows, 8.32 KiB in 0.001201 sec., 86594.50457951707 rows/sec., 6.76 MiB/sec. 2026.02.01 14:44:22.219919 [ 276 ] {119543a1-45ad-4b65-bb74-a5332c4d0b54} TCPHandler: Processed in 0.001367122 sec. 2026.02.01 14:44:22.220033 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:22.220128 [ 276 ] {13bfa27f-c268-4000-b915-8efaffec4f02} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:22.220172 [ 276 ] {13bfa27f-c268-4000-b915-8efaffec4f02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:44:22.220588 [ 276 ] {13bfa27f-c268-4000-b915-8efaffec4f02} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:22.220626 [ 276 ] {13bfa27f-c268-4000-b915-8efaffec4f02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:22.220953 [ 276 ] {13bfa27f-c268-4000-b915-8efaffec4f02} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.01 14:44:22.221161 [ 276 ] {13bfa27f-c268-4000-b915-8efaffec4f02} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:22.221292 [ 276 ] {13bfa27f-c268-4000-b915-8efaffec4f02} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2026.02.01 14:44:22.221330 [ 276 ] {13bfa27f-c268-4000-b915-8efaffec4f02} TCPHandler: Processed in 0.001345641 sec. 2026.02.01 14:44:22.221442 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:22.221538 [ 276 ] {07bd9f76-f803-46d5-84db-83b84a0e7518} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:22.221593 [ 276 ] {07bd9f76-f803-46d5-84db-83b84a0e7518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:44:22.222479 [ 276 ] {07bd9f76-f803-46d5-84db-83b84a0e7518} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:22.222517 [ 276 ] {07bd9f76-f803-46d5-84db-83b84a0e7518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:22.223078 [ 276 ] {07bd9f76-f803-46d5-84db-83b84a0e7518} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.01 14:44:22.223300 [ 276 ] {07bd9f76-f803-46d5-84db-83b84a0e7518} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:22.223450 [ 276 ] {07bd9f76-f803-46d5-84db-83b84a0e7518} executeQuery: Read 40 rows, 73.40 KiB in 0.00193 sec., 20725.38860103627 rows/sec., 37.14 MiB/sec. 2026.02.01 14:44:22.223516 [ 276 ] {07bd9f76-f803-46d5-84db-83b84a0e7518} TCPHandler: Processed in 0.002123186 sec. 2026.02.01 14:44:22.223630 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:22.223726 [ 276 ] {1e7cbf9d-bd49-44c7-b7c5-eaff17725bab} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:44:22.223768 [ 276 ] {1e7cbf9d-bd49-44c7-b7c5-eaff17725bab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:44:22.224116 [ 276 ] {1e7cbf9d-bd49-44c7-b7c5-eaff17725bab} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:22.224154 [ 276 ] {1e7cbf9d-bd49-44c7-b7c5-eaff17725bab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:22.224460 [ 276 ] {1e7cbf9d-bd49-44c7-b7c5-eaff17725bab} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.01 14:44:22.224666 [ 276 ] {1e7cbf9d-bd49-44c7-b7c5-eaff17725bab} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:22.224794 [ 276 ] {1e7cbf9d-bd49-44c7-b7c5-eaff17725bab} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.02.01 14:44:22.224831 [ 276 ] {1e7cbf9d-bd49-44c7-b7c5-eaff17725bab} TCPHandler: Processed in 0.001251449 sec. 2026.02.01 14:44:24.857748 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1606 2026.02.01 14:44:24.860495 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:24.860543 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:24.861784 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 14:44:24.862057 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:24.862438 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1606 2026.02.01 14:44:27.219889 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:27.220180 [ 276 ] {b623865f-3df7-4517-bfca-338b673c9dcb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:44:27.220290 [ 276 ] {b623865f-3df7-4517-bfca-338b673c9dcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:44:27.221364 [ 276 ] {b623865f-3df7-4517-bfca-338b673c9dcb} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.221417 [ 276 ] {b623865f-3df7-4517-bfca-338b673c9dcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.221824 [ 276 ] {b623865f-3df7-4517-bfca-338b673c9dcb} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 14:44:27.222049 [ 276 ] {b623865f-3df7-4517-bfca-338b673c9dcb} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.222225 [ 276 ] {b623865f-3df7-4517-bfca-338b673c9dcb} executeQuery: Read 266 rows, 17.30 KiB in 0.002124 sec., 125235.40489642184 rows/sec., 7.96 MiB/sec. 2026.02.01 14:44:27.222278 [ 276 ] {b623865f-3df7-4517-bfca-338b673c9dcb} TCPHandler: Processed in 0.00258619 sec. 2026.02.01 14:44:27.222408 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:27.222513 [ 276 ] {39174396-8598-435f-956a-586b09aa09af} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:44:27.222559 [ 276 ] {39174396-8598-435f-956a-586b09aa09af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:44:27.223359 [ 276 ] {39174396-8598-435f-956a-586b09aa09af} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.223399 [ 276 ] {39174396-8598-435f-956a-586b09aa09af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.223751 [ 276 ] {39174396-8598-435f-956a-586b09aa09af} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.02.01 14:44:27.223960 [ 276 ] {39174396-8598-435f-956a-586b09aa09af} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.224094 [ 276 ] {39174396-8598-435f-956a-586b09aa09af} executeQuery: Read 752 rows, 60.56 KiB in 0.001605 sec., 468535.82554517133 rows/sec., 36.85 MiB/sec. 2026.02.01 14:44:27.224132 [ 276 ] {39174396-8598-435f-956a-586b09aa09af} TCPHandler: Processed in 0.001778275 sec. 2026.02.01 14:44:27.224245 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:27.224343 [ 276 ] {5f0b1403-71f8-49ff-9b41-8873f371446f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:44:27.224386 [ 276 ] {5f0b1403-71f8-49ff-9b41-8873f371446f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:44:27.224824 [ 276 ] {5f0b1403-71f8-49ff-9b41-8873f371446f} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.224862 [ 276 ] {5f0b1403-71f8-49ff-9b41-8873f371446f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.225161 [ 276 ] {5f0b1403-71f8-49ff-9b41-8873f371446f} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.01 14:44:27.225371 [ 276 ] {5f0b1403-71f8-49ff-9b41-8873f371446f} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.225500 [ 276 ] {5f0b1403-71f8-49ff-9b41-8873f371446f} executeQuery: Read 133 rows, 8.00 KiB in 0.001176 sec., 113095.23809523809 rows/sec., 6.65 MiB/sec. 2026.02.01 14:44:27.225511 [ 37 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.01 14:44:27.225538 [ 276 ] {5f0b1403-71f8-49ff-9b41-8873f371446f} TCPHandler: Processed in 0.001343922 sec. 2026.02.01 14:44:27.225577 [ 37 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.225602 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.225666 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:27.225700 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:44:27.225766 [ 276 ] {c5540280-af4e-43e8-af58-33873e9283db} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:44:27.225811 [ 276 ] {c5540280-af4e-43e8-af58-33873e9283db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:44:27.225829 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:27.225866 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 205 rows starting from the beginning of the part 2026.02.01 14:44:27.225931 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 133 rows starting from the beginning of the part 2026.02.01 14:44:27.225975 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 40 rows starting from the beginning of the part 2026.02.01 14:44:27.226017 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 135 rows starting from the beginning of the part 2026.02.01 14:44:27.226073 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 40 rows starting from the beginning of the part 2026.02.01 14:44:27.226123 [ 197 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 133 rows starting from the beginning of the part 2026.02.01 14:44:27.226272 [ 276 ] {c5540280-af4e-43e8-af58-33873e9283db} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.226315 [ 276 ] {c5540280-af4e-43e8-af58-33873e9283db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.226638 [ 276 ] {c5540280-af4e-43e8-af58-33873e9283db} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.01 14:44:27.226863 [ 276 ] {c5540280-af4e-43e8-af58-33873e9283db} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.226995 [ 276 ] {c5540280-af4e-43e8-af58-33873e9283db} executeQuery: Read 140 rows, 9.27 KiB in 0.001248 sec., 112179.48717948719 rows/sec., 7.25 MiB/sec. 2026.02.01 14:44:27.227005 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 5 columns (5 merged, 0 gathered) in 0.001348462 sec., 508727.72091464204 rows/sec., 33.47 MiB/sec. 2026.02.01 14:44:27.227033 [ 276 ] {c5540280-af4e-43e8-af58-33873e9283db} TCPHandler: Processed in 0.001416295 sec. 2026.02.01 14:44:27.227146 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.01 14:44:27.227153 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:27.227249 [ 276 ] {03a7f73a-d1cd-47f8-af53-787c14826611} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:44:27.227291 [ 276 ] {03a7f73a-d1cd-47f8-af53-787c14826611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:44:27.227402 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_76_15} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.227468 [ 186 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_76_15} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.01 14:44:27.227549 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.02.01 14:44:27.227741 [ 276 ] {03a7f73a-d1cd-47f8-af53-787c14826611} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.227778 [ 276 ] {03a7f73a-d1cd-47f8-af53-787c14826611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.228076 [ 276 ] {03a7f73a-d1cd-47f8-af53-787c14826611} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 14:44:27.228284 [ 276 ] {03a7f73a-d1cd-47f8-af53-787c14826611} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.228417 [ 276 ] {03a7f73a-d1cd-47f8-af53-787c14826611} executeQuery: Read 139 rows, 8.10 KiB in 0.001185 sec., 117299.57805907172 rows/sec., 6.67 MiB/sec. 2026.02.01 14:44:27.228456 [ 276 ] {03a7f73a-d1cd-47f8-af53-787c14826611} TCPHandler: Processed in 0.001351682 sec. 2026.02.01 14:44:27.228574 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:27.228668 [ 276 ] {b564fb9d-ae3c-4509-963f-cea4cf67a78b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:44:27.228709 [ 276 ] {b564fb9d-ae3c-4509-963f-cea4cf67a78b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:44:27.229268 [ 276 ] {b564fb9d-ae3c-4509-963f-cea4cf67a78b} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.229305 [ 276 ] {b564fb9d-ae3c-4509-963f-cea4cf67a78b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.229630 [ 276 ] {b564fb9d-ae3c-4509-963f-cea4cf67a78b} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.02.01 14:44:27.229847 [ 276 ] {b564fb9d-ae3c-4509-963f-cea4cf67a78b} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.229976 [ 276 ] {b564fb9d-ae3c-4509-963f-cea4cf67a78b} executeQuery: Read 463 rows, 33.28 KiB in 0.001326 sec., 349170.4374057315 rows/sec., 24.51 MiB/sec. 2026.02.01 14:44:27.230014 [ 276 ] {b564fb9d-ae3c-4509-963f-cea4cf67a78b} TCPHandler: Processed in 0.001490106 sec. 2026.02.01 14:44:27.230131 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:27.230225 [ 276 ] {127c3569-70a2-4e52-b43a-a1c548031259} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:44:27.230267 [ 276 ] {127c3569-70a2-4e52-b43a-a1c548031259} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:44:27.230602 [ 276 ] {127c3569-70a2-4e52-b43a-a1c548031259} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.230639 [ 276 ] {127c3569-70a2-4e52-b43a-a1c548031259} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.230943 [ 276 ] {127c3569-70a2-4e52-b43a-a1c548031259} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.01 14:44:27.231148 [ 276 ] {127c3569-70a2-4e52-b43a-a1c548031259} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.231252 [ 33 ] {} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2026.02.01 14:44:27.231275 [ 276 ] {127c3569-70a2-4e52-b43a-a1c548031259} executeQuery: Read 6 rows, 321.00 B in 0.001067 sec., 5623.242736644798 rows/sec., 293.79 KiB/sec. 2026.02.01 14:44:27.231289 [ 33 ] {} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.231315 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.231318 [ 276 ] {127c3569-70a2-4e52-b43a-a1c548031259} TCPHandler: Processed in 0.001236508 sec. 2026.02.01 14:44:27.231386 [ 197 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2026.02.01 14:44:27.231455 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:27.231494 [ 197 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:27.231529 [ 197 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 150 rows starting from the beginning of the part 2026.02.01 14:44:27.231553 [ 276 ] {22ddc576-42ac-4063-b4ec-f0c5d48e234d} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:27.231581 [ 197 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part 2026.02.01 14:44:27.231601 [ 276 ] {22ddc576-42ac-4063-b4ec-f0c5d48e234d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:44:27.231626 [ 197 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part 2026.02.01 14:44:27.231665 [ 197 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part 2026.02.01 14:44:27.231706 [ 197 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part 2026.02.01 14:44:27.231743 [ 197 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2026.02.01 14:44:27.232027 [ 276 ] {22ddc576-42ac-4063-b4ec-f0c5d48e234d} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.232069 [ 276 ] {22ddc576-42ac-4063-b4ec-f0c5d48e234d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.232430 [ 276 ] {22ddc576-42ac-4063-b4ec-f0c5d48e234d} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.01 14:44:27.232449 [ 186 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.001091444 sec., 164919.13465097614 rows/sec., 8.41 MiB/sec. 2026.02.01 14:44:27.232588 [ 197 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2026.02.01 14:44:27.232671 [ 276 ] {22ddc576-42ac-4063-b4ec-f0c5d48e234d} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.232794 [ 33 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.01 14:44:27.232818 [ 276 ] {22ddc576-42ac-4063-b4ec-f0c5d48e234d} executeQuery: Read 258 rows, 17.59 KiB in 0.001283 sec., 201091.192517537 rows/sec., 13.39 MiB/sec. 2026.02.01 14:44:27.232829 [ 33 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.232859 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.232861 [ 197 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_30_6} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.232863 [ 276 ] {22ddc576-42ac-4063-b4ec-f0c5d48e234d} TCPHandler: Processed in 0.001456415 sec. 2026.02.01 14:44:27.232937 [ 197 ] {ea79aa86-f73b-412b-940b-13b92a2f376c::all_1_30_6} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2026.02.01 14:44:27.232957 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:44:27.233007 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:27.233017 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.02.01 14:44:27.233105 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:27.233109 [ 276 ] {abda2e8b-9660-47dc-ae21-9e634007e600} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:44:27.233148 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_91_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 25322 rows starting from the beginning of the part 2026.02.01 14:44:27.233166 [ 276 ] {abda2e8b-9660-47dc-ae21-9e634007e600} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:44:27.233220 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:44:27.233272 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 923 rows starting from the beginning of the part 2026.02.01 14:44:27.233313 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 20 rows starting from the beginning of the part 2026.02.01 14:44:27.233353 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:44:27.233394 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 258 rows starting from the beginning of the part 2026.02.01 14:44:27.233512 [ 276 ] {abda2e8b-9660-47dc-ae21-9e634007e600} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.233557 [ 276 ] {abda2e8b-9660-47dc-ae21-9e634007e600} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.233878 [ 276 ] {abda2e8b-9660-47dc-ae21-9e634007e600} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.01 14:44:27.234091 [ 276 ] {abda2e8b-9660-47dc-ae21-9e634007e600} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.234224 [ 276 ] {abda2e8b-9660-47dc-ae21-9e634007e600} executeQuery: Read 1 rows, 69.00 B in 0.001133 sec., 882.6125330979701 rows/sec., 59.47 KiB/sec. 2026.02.01 14:44:27.234261 [ 276 ] {abda2e8b-9660-47dc-ae21-9e634007e600} TCPHandler: Processed in 0.001304051 sec. 2026.02.01 14:44:27.234376 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:27.234469 [ 276 ] {efb6a086-d2e3-4f8e-91a8-349143449133} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:44:27.234511 [ 276 ] {efb6a086-d2e3-4f8e-91a8-349143449133} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:44:27.234844 [ 276 ] {efb6a086-d2e3-4f8e-91a8-349143449133} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.234881 [ 276 ] {efb6a086-d2e3-4f8e-91a8-349143449133} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.235211 [ 276 ] {efb6a086-d2e3-4f8e-91a8-349143449133} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.01 14:44:27.235419 [ 276 ] {efb6a086-d2e3-4f8e-91a8-349143449133} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.235550 [ 276 ] {efb6a086-d2e3-4f8e-91a8-349143449133} executeQuery: Read 88 rows, 5.66 KiB in 0.001098 sec., 80145.71948998178 rows/sec., 5.03 MiB/sec. 2026.02.01 14:44:27.235586 [ 276 ] {efb6a086-d2e3-4f8e-91a8-349143449133} TCPHandler: Processed in 0.001258748 sec. 2026.02.01 14:44:27.241003 [ 186 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 26843 rows, containing 5 columns (5 merged, 0 gathered) in 0.00809686 sec., 3315235.7827602304 rows/sec., 224.97 MiB/sec. 2026.02.01 14:44:27.241290 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.01 14:44:27.241611 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_91_18} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.241703 [ 191 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_91_18} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.01 14:44:27.241787 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2026.02.01 14:44:27.268673 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30297 2026.02.01 14:44:27.269250 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.269283 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.269699 [ 245 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.01 14:44:27.269917 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.270030 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30297 2026.02.01 14:44:27.658704 [ 33 ] {} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.02.01 14:44:27.658801 [ 33 ] {} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:27.658842 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:27.659050 [ 195 ] {b2dca89b-f642-48a6-be82-454690f13152::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.02.01 14:44:27.659301 [ 195 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:27.659367 [ 195 ] {b2dca89b-f642-48a6-be82-454690f13152::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.02.01 14:44:27.659474 [ 195 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part 2026.02.01 14:44:27.659551 [ 195 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part 2026.02.01 14:44:27.659620 [ 195 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part 2026.02.01 14:44:27.659699 [ 195 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part 2026.02.01 14:44:27.660545 [ 191 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001593419 sec., 23848.090175904767 rows/sec., 1.99 MiB/sec. 2026.02.01 14:44:27.660664 [ 195 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.02.01 14:44:27.660915 [ 195 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_25_6} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:27.660986 [ 195 ] {b2dca89b-f642-48a6-be82-454690f13152::all_1_25_6} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.02.01 14:44:27.661055 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 14:44:28.000231 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 340.67 MiB, peak 352.65 MiB, free memory in arenas 0.00 B, will set to 343.36 MiB (RSS), difference: 2.70 MiB 2026.02.01 14:44:28.914898 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2026.02.01 14:44:28.931575 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:28.931641 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:28.938078 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.01 14:44:28.938791 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:28.941696 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2026.02.01 14:44:32.215529 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:32.215743 [ 276 ] {005e6e5f-84ba-4643-85d0-b0911cee5cdb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:44:32.215816 [ 276 ] {005e6e5f-84ba-4643-85d0-b0911cee5cdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:44:32.216590 [ 276 ] {005e6e5f-84ba-4643-85d0-b0911cee5cdb} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:32.216633 [ 276 ] {005e6e5f-84ba-4643-85d0-b0911cee5cdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:32.217006 [ 276 ] {005e6e5f-84ba-4643-85d0-b0911cee5cdb} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.01 14:44:32.217227 [ 276 ] {005e6e5f-84ba-4643-85d0-b0911cee5cdb} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:32.217382 [ 276 ] {005e6e5f-84ba-4643-85d0-b0911cee5cdb} executeQuery: Read 4 rows, 334.00 B in 0.001695 sec., 2359.8820058997053 rows/sec., 192.43 KiB/sec. 2026.02.01 14:44:32.217423 [ 276 ] {005e6e5f-84ba-4643-85d0-b0911cee5cdb} TCPHandler: Processed in 0.002028763 sec. 2026.02.01 14:44:32.217559 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:32.217665 [ 276 ] {919ff1d3-aaac-408a-b4ce-91e143afdf13} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:44:32.217705 [ 276 ] {919ff1d3-aaac-408a-b4ce-91e143afdf13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:44:32.218300 [ 276 ] {919ff1d3-aaac-408a-b4ce-91e143afdf13} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:32.218338 [ 276 ] {919ff1d3-aaac-408a-b4ce-91e143afdf13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:32.218650 [ 276 ] {919ff1d3-aaac-408a-b4ce-91e143afdf13} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.02.01 14:44:32.218861 [ 276 ] {919ff1d3-aaac-408a-b4ce-91e143afdf13} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:32.218992 [ 276 ] {919ff1d3-aaac-408a-b4ce-91e143afdf13} executeQuery: Read 138 rows, 12.22 KiB in 0.001346 sec., 102526.0029717682 rows/sec., 8.87 MiB/sec. 2026.02.01 14:44:32.219030 [ 276 ] {919ff1d3-aaac-408a-b4ce-91e143afdf13} TCPHandler: Processed in 0.001519407 sec. 2026.02.01 14:44:32.219160 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:32.219253 [ 276 ] {411352ad-5585-4de4-ae93-d5d3356db158} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:44:32.219293 [ 276 ] {411352ad-5585-4de4-ae93-d5d3356db158} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:44:32.219756 [ 276 ] {411352ad-5585-4de4-ae93-d5d3356db158} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:32.219792 [ 276 ] {411352ad-5585-4de4-ae93-d5d3356db158} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:32.220101 [ 276 ] {411352ad-5585-4de4-ae93-d5d3356db158} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.01 14:44:32.220307 [ 276 ] {411352ad-5585-4de4-ae93-d5d3356db158} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:32.220436 [ 276 ] {411352ad-5585-4de4-ae93-d5d3356db158} executeQuery: Read 44 rows, 3.29 KiB in 0.001201 sec., 36636.1365528726 rows/sec., 2.67 MiB/sec. 2026.02.01 14:44:32.220474 [ 276 ] {411352ad-5585-4de4-ae93-d5d3356db158} TCPHandler: Processed in 0.001369972 sec. 2026.02.01 14:44:32.220593 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:32.220685 [ 276 ] {39109717-02d1-45ea-bb77-92ccf5a077ca} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:44:32.220724 [ 276 ] {39109717-02d1-45ea-bb77-92ccf5a077ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:44:32.221191 [ 276 ] {39109717-02d1-45ea-bb77-92ccf5a077ca} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:32.221228 [ 276 ] {39109717-02d1-45ea-bb77-92ccf5a077ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:32.221538 [ 276 ] {39109717-02d1-45ea-bb77-92ccf5a077ca} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.02.01 14:44:32.221754 [ 276 ] {39109717-02d1-45ea-bb77-92ccf5a077ca} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:32.221883 [ 276 ] {39109717-02d1-45ea-bb77-92ccf5a077ca} executeQuery: Read 108 rows, 8.64 KiB in 0.001215 sec., 88888.88888888889 rows/sec., 6.95 MiB/sec. 2026.02.01 14:44:32.221920 [ 276 ] {39109717-02d1-45ea-bb77-92ccf5a077ca} TCPHandler: Processed in 0.001374713 sec. 2026.02.01 14:44:32.222035 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:32.222128 [ 276 ] {b2992407-bdb4-4343-a64f-3cd7a5f0a090} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:32.222172 [ 276 ] {b2992407-bdb4-4343-a64f-3cd7a5f0a090} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:44:32.222623 [ 276 ] {b2992407-bdb4-4343-a64f-3cd7a5f0a090} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:32.222661 [ 276 ] {b2992407-bdb4-4343-a64f-3cd7a5f0a090} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:32.222988 [ 276 ] {b2992407-bdb4-4343-a64f-3cd7a5f0a090} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.02.01 14:44:32.223197 [ 276 ] {b2992407-bdb4-4343-a64f-3cd7a5f0a090} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:32.223326 [ 276 ] {b2992407-bdb4-4343-a64f-3cd7a5f0a090} executeQuery: Read 162 rows, 11.55 KiB in 0.001217 sec., 133114.21528348397 rows/sec., 9.27 MiB/sec. 2026.02.01 14:44:32.223364 [ 276 ] {b2992407-bdb4-4343-a64f-3cd7a5f0a090} TCPHandler: Processed in 0.001377403 sec. 2026.02.01 14:44:32.223475 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:32.223569 [ 276 ] {4fefb43b-b728-4632-871e-bb436f0f5d6e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:32.223624 [ 276 ] {4fefb43b-b728-4632-871e-bb436f0f5d6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:44:32.224492 [ 276 ] {4fefb43b-b728-4632-871e-bb436f0f5d6e} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:32.224527 [ 276 ] {4fefb43b-b728-4632-871e-bb436f0f5d6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:32.225076 [ 276 ] {4fefb43b-b728-4632-871e-bb436f0f5d6e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.01 14:44:32.225294 [ 276 ] {4fefb43b-b728-4632-871e-bb436f0f5d6e} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:32.225421 [ 77 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.01 14:44:32.225431 [ 276 ] {4fefb43b-b728-4632-871e-bb436f0f5d6e} executeQuery: Read 40 rows, 73.40 KiB in 0.001881 sec., 21265.28442317916 rows/sec., 38.11 MiB/sec. 2026.02.01 14:44:32.225497 [ 77 ] {} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:32.225526 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:32.225546 [ 276 ] {4fefb43b-b728-4632-871e-bb436f0f5d6e} TCPHandler: Processed in 0.002117455 sec. 2026.02.01 14:44:32.225639 [ 191 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::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.02.01 14:44:32.225682 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:32.225801 [ 276 ] {60a39428-6ad9-4977-b25a-bbf64af657fa} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:44:32.225850 [ 276 ] {60a39428-6ad9-4977-b25a-bbf64af657fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:44:32.225906 [ 191 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:32.225975 [ 191 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1542 rows starting from the beginning of the part 2026.02.01 14:44:32.226111 [ 191 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part 2026.02.01 14:44:32.226215 [ 276 ] {60a39428-6ad9-4977-b25a-bbf64af657fa} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:32.226222 [ 191 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part 2026.02.01 14:44:32.226258 [ 276 ] {60a39428-6ad9-4977-b25a-bbf64af657fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:32.226340 [ 191 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part 2026.02.01 14:44:32.226445 [ 191 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part 2026.02.01 14:44:32.226544 [ 191 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part 2026.02.01 14:44:32.226592 [ 276 ] {60a39428-6ad9-4977-b25a-bbf64af657fa} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.01 14:44:32.226804 [ 276 ] {60a39428-6ad9-4977-b25a-bbf64af657fa} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:32.226931 [ 77 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.01 14:44:32.226942 [ 276 ] {60a39428-6ad9-4977-b25a-bbf64af657fa} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2026.02.01 14:44:32.226965 [ 77 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:32.226987 [ 276 ] {60a39428-6ad9-4977-b25a-bbf64af657fa} TCPHandler: Processed in 0.001363452 sec. 2026.02.01 14:44:32.226994 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:32.227099 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:44:32.227216 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:32.227248 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4954 rows starting from the beginning of the part 2026.02.01 14:44:32.227309 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part 2026.02.01 14:44:32.227358 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 6 rows starting from the beginning of the part 2026.02.01 14:44:32.227404 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2026.02.01 14:44:32.227448 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 88 rows starting from the beginning of the part 2026.02.01 14:44:32.227488 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2026.02.01 14:44:32.229727 [ 192 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5250 rows, containing 4 columns (4 merged, 0 gathered) in 0.002664692 sec., 1970208.9397198623 rows/sec., 128.29 MiB/sec. 2026.02.01 14:44:32.230277 [ 187 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.01 14:44:32.230562 [ 187 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_91_18} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:32.230641 [ 187 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_91_18} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.01 14:44:32.230728 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.02.01 14:44:32.236043 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1742 rows, containing 19 columns (19 merged, 0 gathered) in 0.010455584 sec., 166609.5361100824 rows/sec., 298.56 MiB/sec. 2026.02.01 14:44:32.237865 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.01 14:44:32.238246 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_46_9} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:32.238334 [ 188 ] {f373f7b1-19f1-4b32-8391-cac8c96a81b3::all_1_46_9} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.01 14:44:32.238511 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. 2026.02.01 14:44:33.001165 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 344.52 MiB, peak 356.16 MiB, free memory in arenas 0.00 B, will set to 349.96 MiB (RSS), difference: 5.44 MiB 2026.02.01 14:44:34.577272 [ 121 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:44:34.577330 [ 121 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:44:34.771052 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30745 2026.02.01 14:44:34.771555 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:34.771593 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:34.772096 [ 245 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.01 14:44:34.772331 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:34.772475 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30745 2026.02.01 14:44:34.863534 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1640 2026.02.01 14:44:34.865957 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:34.866033 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:34.867243 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 14:44:34.867507 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:34.867781 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1640 2026.02.01 14:44:35.002302 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001868048 sec. 2026.02.01 14:44:36.442652 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2026.02.01 14:44:36.461035 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:36.461101 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:36.467589 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.01 14:44:36.468289 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:36.471648 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2026.02.01 14:44:37.221151 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:37.221419 [ 276 ] {d75c2730-8cf8-492b-ba84-86b915429abe} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:44:37.221530 [ 276 ] {d75c2730-8cf8-492b-ba84-86b915429abe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:44:37.222560 [ 276 ] {d75c2730-8cf8-492b-ba84-86b915429abe} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:37.222612 [ 276 ] {d75c2730-8cf8-492b-ba84-86b915429abe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:37.223032 [ 276 ] {d75c2730-8cf8-492b-ba84-86b915429abe} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 14:44:37.223266 [ 276 ] {d75c2730-8cf8-492b-ba84-86b915429abe} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:37.223434 [ 276 ] {d75c2730-8cf8-492b-ba84-86b915429abe} executeQuery: Read 266 rows, 17.30 KiB in 0.002095 sec., 126968.9737470167 rows/sec., 8.07 MiB/sec. 2026.02.01 14:44:37.223428 [ 151 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0 2026.02.01 14:44:37.223485 [ 276 ] {d75c2730-8cf8-492b-ba84-86b915429abe} TCPHandler: Processed in 0.002471127 sec. 2026.02.01 14:44:37.223521 [ 151 ] {} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:37.223553 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:37.223633 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:37.223690 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::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.02.01 14:44:37.223743 [ 276 ] {0897f344-1920-445e-8bd5-110a71eb7b2b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:44:37.223795 [ 276 ] {0897f344-1920-445e-8bd5-110a71eb7b2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:44:37.223855 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_37_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:37.223897 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 290 rows starting from the beginning of the part 2026.02.01 14:44:37.223971 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 266 rows starting from the beginning of the part 2026.02.01 14:44:37.224024 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 266 rows starting from the beginning of the part 2026.02.01 14:44:37.224068 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 266 rows starting from the beginning of the part 2026.02.01 14:44:37.224107 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 266 rows starting from the beginning of the part 2026.02.01 14:44:37.224154 [ 193 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 266 rows starting from the beginning of the part 2026.02.01 14:44:37.224617 [ 276 ] {0897f344-1920-445e-8bd5-110a71eb7b2b} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:37.224661 [ 276 ] {0897f344-1920-445e-8bd5-110a71eb7b2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:37.225043 [ 276 ] {0897f344-1920-445e-8bd5-110a71eb7b2b} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.02.01 14:44:37.225232 [ 192 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_37_8} MergeTask::MergeProjectionsStage: Merge sorted 1620 rows, containing 5 columns (5 merged, 0 gathered) in 0.001602959 sec., 1010630.9643602862 rows/sec., 68.35 MiB/sec. 2026.02.01 14:44:37.225280 [ 276 ] {0897f344-1920-445e-8bd5-110a71eb7b2b} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:37.225412 [ 198 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_37_8} MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) 2026.02.01 14:44:37.225427 [ 276 ] {0897f344-1920-445e-8bd5-110a71eb7b2b} executeQuery: Read 752 rows, 60.56 KiB in 0.001708 sec., 440281.0304449648 rows/sec., 34.63 MiB/sec. 2026.02.01 14:44:37.225466 [ 276 ] {0897f344-1920-445e-8bd5-110a71eb7b2b} TCPHandler: Processed in 0.001886718 sec. 2026.02.01 14:44:37.225586 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:37.225677 [ 198 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_37_8} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:37.225684 [ 276 ] {a68d3389-53c0-4a5f-996a-6072fe1ab714} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:44:37.225729 [ 276 ] {a68d3389-53c0-4a5f-996a-6072fe1ab714} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:44:37.225750 [ 198 ] {f595bbd9-3367-45bf-a020-e4dfcbf4b828::all_1_37_8} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8 2026.02.01 14:44:37.225850 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.02.01 14:44:37.226176 [ 276 ] {a68d3389-53c0-4a5f-996a-6072fe1ab714} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:37.226212 [ 276 ] {a68d3389-53c0-4a5f-996a-6072fe1ab714} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:37.226514 [ 276 ] {a68d3389-53c0-4a5f-996a-6072fe1ab714} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.01 14:44:37.226721 [ 276 ] {a68d3389-53c0-4a5f-996a-6072fe1ab714} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:37.226857 [ 276 ] {a68d3389-53c0-4a5f-996a-6072fe1ab714} executeQuery: Read 133 rows, 8.00 KiB in 0.001194 sec., 111390.28475711893 rows/sec., 6.55 MiB/sec. 2026.02.01 14:44:37.226895 [ 276 ] {a68d3389-53c0-4a5f-996a-6072fe1ab714} TCPHandler: Processed in 0.001359532 sec. 2026.02.01 14:44:37.227012 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:37.227107 [ 276 ] {34aa2c90-3c97-4c3b-91b5-3d09d0d4c8d7} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:44:37.227148 [ 276 ] {34aa2c90-3c97-4c3b-91b5-3d09d0d4c8d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:44:37.227596 [ 276 ] {34aa2c90-3c97-4c3b-91b5-3d09d0d4c8d7} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:37.227633 [ 276 ] {34aa2c90-3c97-4c3b-91b5-3d09d0d4c8d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:37.227933 [ 276 ] {34aa2c90-3c97-4c3b-91b5-3d09d0d4c8d7} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.01 14:44:37.228141 [ 276 ] {34aa2c90-3c97-4c3b-91b5-3d09d0d4c8d7} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:37.228271 [ 276 ] {34aa2c90-3c97-4c3b-91b5-3d09d0d4c8d7} executeQuery: Read 140 rows, 9.27 KiB in 0.001184 sec., 118243.24324324325 rows/sec., 7.64 MiB/sec. 2026.02.01 14:44:37.228309 [ 276 ] {34aa2c90-3c97-4c3b-91b5-3d09d0d4c8d7} TCPHandler: Processed in 0.001348252 sec. 2026.02.01 14:44:37.228427 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:37.228524 [ 276 ] {0639db4c-0d2e-4bd1-b0c0-2219255ff067} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:44:37.228565 [ 276 ] {0639db4c-0d2e-4bd1-b0c0-2219255ff067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:44:37.229002 [ 276 ] {0639db4c-0d2e-4bd1-b0c0-2219255ff067} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:37.229037 [ 276 ] {0639db4c-0d2e-4bd1-b0c0-2219255ff067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:37.229341 [ 276 ] {0639db4c-0d2e-4bd1-b0c0-2219255ff067} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 14:44:37.229554 [ 276 ] {0639db4c-0d2e-4bd1-b0c0-2219255ff067} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:37.229683 [ 276 ] {0639db4c-0d2e-4bd1-b0c0-2219255ff067} executeQuery: Read 139 rows, 8.10 KiB in 0.001182 sec., 117597.29272419626 rows/sec., 6.69 MiB/sec. 2026.02.01 14:44:37.229720 [ 276 ] {0639db4c-0d2e-4bd1-b0c0-2219255ff067} TCPHandler: Processed in 0.001342482 sec. 2026.02.01 14:44:37.229835 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:37.229930 [ 276 ] {c2e00f20-01bd-426c-acc9-f515d1d8051e} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:44:37.229971 [ 276 ] {c2e00f20-01bd-426c-acc9-f515d1d8051e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:44:37.230538 [ 276 ] {c2e00f20-01bd-426c-acc9-f515d1d8051e} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:37.230575 [ 276 ] {c2e00f20-01bd-426c-acc9-f515d1d8051e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:37.230912 [ 276 ] {c2e00f20-01bd-426c-acc9-f515d1d8051e} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.02.01 14:44:37.231132 [ 276 ] {c2e00f20-01bd-426c-acc9-f515d1d8051e} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:37.231263 [ 276 ] {c2e00f20-01bd-426c-acc9-f515d1d8051e} executeQuery: Read 463 rows, 33.28 KiB in 0.001351 sec., 342709.10436713544 rows/sec., 24.06 MiB/sec. 2026.02.01 14:44:37.231301 [ 276 ] {c2e00f20-01bd-426c-acc9-f515d1d8051e} TCPHandler: Processed in 0.001515747 sec. 2026.02.01 14:44:37.231414 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:37.231509 [ 276 ] {49b9cbf2-0c29-4a16-873a-028f00a4a543} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:44:37.231552 [ 276 ] {49b9cbf2-0c29-4a16-873a-028f00a4a543} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:44:37.231887 [ 276 ] {49b9cbf2-0c29-4a16-873a-028f00a4a543} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:37.231924 [ 276 ] {49b9cbf2-0c29-4a16-873a-028f00a4a543} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:37.232230 [ 276 ] {49b9cbf2-0c29-4a16-873a-028f00a4a543} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.01 14:44:37.232438 [ 276 ] {49b9cbf2-0c29-4a16-873a-028f00a4a543} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:37.232570 [ 276 ] {49b9cbf2-0c29-4a16-873a-028f00a4a543} executeQuery: Read 6 rows, 321.00 B in 0.001081 sec., 5550.416281221092 rows/sec., 289.99 KiB/sec. 2026.02.01 14:44:37.232607 [ 276 ] {49b9cbf2-0c29-4a16-873a-028f00a4a543} TCPHandler: Processed in 0.001241819 sec. 2026.02.01 14:44:37.232708 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:37.232799 [ 276 ] {3c339fdd-aaf7-408c-bcd4-f110d62de84a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:37.232840 [ 276 ] {3c339fdd-aaf7-408c-bcd4-f110d62de84a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:44:37.233246 [ 276 ] {3c339fdd-aaf7-408c-bcd4-f110d62de84a} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:37.233281 [ 276 ] {3c339fdd-aaf7-408c-bcd4-f110d62de84a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:37.233594 [ 276 ] {3c339fdd-aaf7-408c-bcd4-f110d62de84a} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.02.01 14:44:37.233802 [ 276 ] {3c339fdd-aaf7-408c-bcd4-f110d62de84a} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:37.233934 [ 276 ] {3c339fdd-aaf7-408c-bcd4-f110d62de84a} executeQuery: Read 258 rows, 17.59 KiB in 0.001153 sec., 223764.0936686904 rows/sec., 14.90 MiB/sec. 2026.02.01 14:44:37.233971 [ 276 ] {3c339fdd-aaf7-408c-bcd4-f110d62de84a} TCPHandler: Processed in 0.001310981 sec. 2026.02.01 14:44:37.234083 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:37.234175 [ 276 ] {4e40f15f-fe09-4af1-983a-6929560ea8ba} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:44:37.234217 [ 276 ] {4e40f15f-fe09-4af1-983a-6929560ea8ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:44:37.234525 [ 276 ] {4e40f15f-fe09-4af1-983a-6929560ea8ba} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:37.234561 [ 276 ] {4e40f15f-fe09-4af1-983a-6929560ea8ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:37.234866 [ 276 ] {4e40f15f-fe09-4af1-983a-6929560ea8ba} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.01 14:44:37.235071 [ 276 ] {4e40f15f-fe09-4af1-983a-6929560ea8ba} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:37.235176 [ 151 ] {} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2026.02.01 14:44:37.235197 [ 276 ] {4e40f15f-fe09-4af1-983a-6929560ea8ba} executeQuery: Read 1 rows, 69.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 64.85 KiB/sec. 2026.02.01 14:44:37.235221 [ 151 ] {} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:37.235240 [ 276 ] {4e40f15f-fe09-4af1-983a-6929560ea8ba} TCPHandler: Processed in 0.001206047 sec. 2026.02.01 14:44:37.235245 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:37.235358 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2026.02.01 14:44:37.235366 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:37.235487 [ 276 ] {f3ea91d8-1caa-4712-9fd9-f4d4b8632fd9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:44:37.235489 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:37.235531 [ 276 ] {f3ea91d8-1caa-4712-9fd9-f4d4b8632fd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:44:37.235539 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 31 rows starting from the beginning of the part 2026.02.01 14:44:37.235614 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part 2026.02.01 14:44:37.235664 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part 2026.02.01 14:44:37.235709 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part 2026.02.01 14:44:37.235749 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part 2026.02.01 14:44:37.235790 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part 2026.02.01 14:44:37.235870 [ 276 ] {f3ea91d8-1caa-4712-9fd9-f4d4b8632fd9} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:37.235910 [ 276 ] {f3ea91d8-1caa-4712-9fd9-f4d4b8632fd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:37.236236 [ 276 ] {f3ea91d8-1caa-4712-9fd9-f4d4b8632fd9} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.02.01 14:44:37.236462 [ 276 ] {f3ea91d8-1caa-4712-9fd9-f4d4b8632fd9} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:37.236592 [ 276 ] {f3ea91d8-1caa-4712-9fd9-f4d4b8632fd9} executeQuery: Read 88 rows, 5.66 KiB in 0.001124 sec., 78291.81494661921 rows/sec., 4.92 MiB/sec. 2026.02.01 14:44:37.236627 [ 276 ] {f3ea91d8-1caa-4712-9fd9-f4d4b8632fd9} TCPHandler: Processed in 0.00130981 sec. 2026.02.01 14:44:37.236657 [ 202 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001349442 sec., 26677.693446624606 rows/sec., 1.74 MiB/sec. 2026.02.01 14:44:37.236802 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2026.02.01 14:44:37.237061 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_35_7} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:37.237135 [ 189 ] {43677d4b-b02f-4083-8477-4816cd433705::all_1_35_7} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2026.02.01 14:44:37.237218 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.01 14:44:42.214744 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:42.214962 [ 276 ] {ed080150-82eb-4880-a60a-a616ab07bcbb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:44:42.215037 [ 276 ] {ed080150-82eb-4880-a60a-a616ab07bcbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:44:42.215815 [ 276 ] {ed080150-82eb-4880-a60a-a616ab07bcbb} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:42.215864 [ 276 ] {ed080150-82eb-4880-a60a-a616ab07bcbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:42.216269 [ 276 ] {ed080150-82eb-4880-a60a-a616ab07bcbb} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.02.01 14:44:42.216493 [ 276 ] {ed080150-82eb-4880-a60a-a616ab07bcbb} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:42.216643 [ 148 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.02.01 14:44:42.216651 [ 276 ] {ed080150-82eb-4880-a60a-a616ab07bcbb} executeQuery: Read 136 rows, 12.08 KiB in 0.001745 sec., 77936.96275071632 rows/sec., 6.76 MiB/sec. 2026.02.01 14:44:42.216724 [ 148 ] {} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:42.216746 [ 276 ] {ed080150-82eb-4880-a60a-a616ab07bcbb} TCPHandler: Processed in 0.002153346 sec. 2026.02.01 14:44:42.216756 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:42.216878 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:42.216878 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:44:42.216986 [ 276 ] {24de6464-ad68-46f1-aa26-8e8af46ba222} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:44:42.217033 [ 276 ] {24de6464-ad68-46f1-aa26-8e8af46ba222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:44:42.217049 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:42.217095 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2105 rows starting from the beginning of the part 2026.02.01 14:44:42.217171 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 136 rows starting from the beginning of the part 2026.02.01 14:44:42.217225 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 752 rows starting from the beginning of the part 2026.02.01 14:44:42.217282 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::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.02.01 14:44:42.217328 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 752 rows starting from the beginning of the part 2026.02.01 14:44:42.217373 [ 200 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 136 rows starting from the beginning of the part 2026.02.01 14:44:42.217471 [ 276 ] {24de6464-ad68-46f1-aa26-8e8af46ba222} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:42.217513 [ 276 ] {24de6464-ad68-46f1-aa26-8e8af46ba222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:42.217840 [ 276 ] {24de6464-ad68-46f1-aa26-8e8af46ba222} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.01 14:44:42.218058 [ 276 ] {24de6464-ad68-46f1-aa26-8e8af46ba222} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:42.218195 [ 276 ] {24de6464-ad68-46f1-aa26-8e8af46ba222} executeQuery: Read 40 rows, 3.01 KiB in 0.001229 sec., 32546.786004882015 rows/sec., 2.39 MiB/sec. 2026.02.01 14:44:42.218234 [ 276 ] {24de6464-ad68-46f1-aa26-8e8af46ba222} TCPHandler: Processed in 0.001406754 sec. 2026.02.01 14:44:42.218345 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:42.218439 [ 276 ] {1e1ffec2-0b98-4d5a-b1cf-c39415522f3a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:44:42.218479 [ 276 ] {1e1ffec2-0b98-4d5a-b1cf-c39415522f3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:44:42.218886 [ 189 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 4019 rows, containing 5 columns (5 merged, 0 gathered) in 0.002054844 sec., 1955866.2360743685 rows/sec., 166.55 MiB/sec. 2026.02.01 14:44:42.218915 [ 276 ] {1e1ffec2-0b98-4d5a-b1cf-c39415522f3a} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:42.218962 [ 276 ] {1e1ffec2-0b98-4d5a-b1cf-c39415522f3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:42.219206 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.02.01 14:44:42.219295 [ 276 ] {1e1ffec2-0b98-4d5a-b1cf-c39415522f3a} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.02.01 14:44:42.219513 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_96_19} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:42.219524 [ 276 ] {1e1ffec2-0b98-4d5a-b1cf-c39415522f3a} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:42.219588 [ 202 ] {9077a7bd-7011-4c0d-82d3-20bbc22c3654::all_1_96_19} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.02.01 14:44:42.219676 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2026.02.01 14:44:42.219704 [ 148 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.02.01 14:44:42.219726 [ 276 ] {1e1ffec2-0b98-4d5a-b1cf-c39415522f3a} executeQuery: Read 104 rows, 8.32 KiB in 0.001304 sec., 79754.60122699387 rows/sec., 6.23 MiB/sec. 2026.02.01 14:44:42.219741 [ 148 ] {} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:42.219782 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:42.219795 [ 276 ] {1e1ffec2-0b98-4d5a-b1cf-c39415522f3a} TCPHandler: Processed in 0.001499017 sec. 2026.02.01 14:44:42.219870 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::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.02.01 14:44:42.219941 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:42.219993 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:42.220032 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1033 rows starting from the beginning of the part 2026.02.01 14:44:42.220065 [ 276 ] {f97403bc-dd76-4dd1-83b5-f49f8b520c58} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:42.220098 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 104 rows starting from the beginning of the part 2026.02.01 14:44:42.220130 [ 276 ] {f97403bc-dd76-4dd1-83b5-f49f8b520c58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:44:42.220148 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 463 rows starting from the beginning of the part 2026.02.01 14:44:42.220215 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 108 rows starting from the beginning of the part 2026.02.01 14:44:42.220256 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 463 rows starting from the beginning of the part 2026.02.01 14:44:42.220292 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 104 rows starting from the beginning of the part 2026.02.01 14:44:42.220649 [ 276 ] {f97403bc-dd76-4dd1-83b5-f49f8b520c58} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:42.220701 [ 276 ] {f97403bc-dd76-4dd1-83b5-f49f8b520c58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:42.221200 [ 276 ] {f97403bc-dd76-4dd1-83b5-f49f8b520c58} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.02.01 14:44:42.221498 [ 276 ] {f97403bc-dd76-4dd1-83b5-f49f8b520c58} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:42.221532 [ 194 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2275 rows, containing 5 columns (5 merged, 0 gathered) in 0.001703633 sec., 1335381.5052889911 rows/sec., 101.94 MiB/sec. 2026.02.01 14:44:42.221668 [ 276 ] {f97403bc-dd76-4dd1-83b5-f49f8b520c58} executeQuery: Read 160 rows, 11.41 KiB in 0.001628 sec., 98280.09828009827 rows/sec., 6.85 MiB/sec. 2026.02.01 14:44:42.221720 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.02.01 14:44:42.221722 [ 276 ] {f97403bc-dd76-4dd1-83b5-f49f8b520c58} TCPHandler: Processed in 0.001842467 sec. 2026.02.01 14:44:42.221870 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:42.221979 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_96_19} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:42.221992 [ 276 ] {3354427a-53a9-45f1-8139-c1decc71b56f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:42.222066 [ 189 ] {7d40c8e4-09c8-4779-b3bf-5090277b3883::all_1_96_19} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.02.01 14:44:42.222066 [ 276 ] {3354427a-53a9-45f1-8139-c1decc71b56f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:44:42.222155 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.02.01 14:44:42.223241 [ 276 ] {3354427a-53a9-45f1-8139-c1decc71b56f} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:42.223293 [ 276 ] {3354427a-53a9-45f1-8139-c1decc71b56f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:42.224078 [ 276 ] {3354427a-53a9-45f1-8139-c1decc71b56f} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.01 14:44:42.224395 [ 276 ] {3354427a-53a9-45f1-8139-c1decc71b56f} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:42.224576 [ 276 ] {3354427a-53a9-45f1-8139-c1decc71b56f} executeQuery: Read 40 rows, 73.40 KiB in 0.002609 sec., 15331.544653123801 rows/sec., 27.47 MiB/sec. 2026.02.01 14:44:42.224649 [ 276 ] {3354427a-53a9-45f1-8139-c1decc71b56f} TCPHandler: Processed in 0.002833537 sec. 2026.02.01 14:44:42.224802 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:42.224914 [ 276 ] {e11829b2-f3b3-4217-b930-47cd9a4502af} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:44:42.224972 [ 276 ] {e11829b2-f3b3-4217-b930-47cd9a4502af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:44:42.225450 [ 276 ] {e11829b2-f3b3-4217-b930-47cd9a4502af} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:42.225495 [ 276 ] {e11829b2-f3b3-4217-b930-47cd9a4502af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:42.225864 [ 276 ] {e11829b2-f3b3-4217-b930-47cd9a4502af} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.02.01 14:44:42.226076 [ 276 ] {e11829b2-f3b3-4217-b930-47cd9a4502af} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:42.226209 [ 276 ] {e11829b2-f3b3-4217-b930-47cd9a4502af} executeQuery: Read 60 rows, 4.14 KiB in 0.00132 sec., 45454.545454545456 rows/sec., 3.06 MiB/sec. 2026.02.01 14:44:42.226248 [ 276 ] {e11829b2-f3b3-4217-b930-47cd9a4502af} TCPHandler: Processed in 0.001506607 sec. 2026.02.01 14:44:42.272710 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 31257 2026.02.01 14:44:42.273513 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:42.273602 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:42.274195 [ 245 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.01 14:44:42.274443 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:42.274589 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31257 2026.02.01 14:44:43.971779 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2026.02.01 14:44:44.002371 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:44.002454 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2026.02.01 14:44:44.011956 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.01 14:44:44.013407 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:44.022299 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2026.02.01 14:44:44.482437 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36593 2026.02.01 14:44:44.482560 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.482591 [ 353 ] {} TCP-Session: 7c8c4af9-8eb8-4cbd-8432-43a3e003a236 Authenticating user 'default' from [fd00:1122:3344:101::e]:36593 2026.02.01 14:44:44.482614 [ 353 ] {} TCP-Session: 7c8c4af9-8eb8-4cbd-8432-43a3e003a236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.482628 [ 353 ] {} TCP-Session: 7c8c4af9-8eb8-4cbd-8432-43a3e003a236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.482882 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45977 2026.02.01 14:44:44.482903 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48468 2026.02.01 14:44:44.482918 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42739 2026.02.01 14:44:44.482959 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38139 2026.02.01 14:44:44.482953 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46061 2026.02.01 14:44:44.483003 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.483004 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.483059 [ 287 ] {} TCP-Session: 53dc3cf4-ed78-4b87-94f0-caddd7744e22 Authenticating user 'default' from [fd00:1122:3344:101::e]:48468 2026.02.01 14:44:44.483051 [ 353 ] {} TCP-Session: 7c8c4af9-8eb8-4cbd-8432-43a3e003a236 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:44.483085 [ 354 ] {} TCP-Session: 95aa5622-841b-4670-b60a-3e093da426fd Authenticating user 'default' from [fd00:1122:3344:101::e]:45977 2026.02.01 14:44:44.483092 [ 287 ] {} TCP-Session: 53dc3cf4-ed78-4b87-94f0-caddd7744e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.483113 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.483128 [ 287 ] {} TCP-Session: 53dc3cf4-ed78-4b87-94f0-caddd7744e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.483125 [ 354 ] {} TCP-Session: 95aa5622-841b-4670-b60a-3e093da426fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.483152 [ 351 ] {} TCP-Session: 78e84b41-3a7b-4eb1-879d-2e58fd4f7fb4 Authenticating user 'default' from [fd00:1122:3344:101::e]:46061 2026.02.01 14:44:44.483168 [ 354 ] {} TCP-Session: 95aa5622-841b-4670-b60a-3e093da426fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.483047 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.483190 [ 351 ] {} TCP-Session: 78e84b41-3a7b-4eb1-879d-2e58fd4f7fb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.483046 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.483226 [ 352 ] {} TCP-Session: 35e80b0f-db41-4863-a610-3521339e7c53 Authenticating user 'default' from [fd00:1122:3344:101::e]:38139 2026.02.01 14:44:44.483230 [ 351 ] {} TCP-Session: 78e84b41-3a7b-4eb1-879d-2e58fd4f7fb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.483256 [ 289 ] {} TCP-Session: eb35e10c-ba23-495f-8f62-ef6c7284384b Authenticating user 'default' from [fd00:1122:3344:101::e]:42739 2026.02.01 14:44:44.483266 [ 352 ] {} TCP-Session: 35e80b0f-db41-4863-a610-3521339e7c53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.483285 [ 289 ] {} TCP-Session: eb35e10c-ba23-495f-8f62-ef6c7284384b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.483291 [ 352 ] {} TCP-Session: 35e80b0f-db41-4863-a610-3521339e7c53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.483300 [ 289 ] {} TCP-Session: eb35e10c-ba23-495f-8f62-ef6c7284384b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.483287 [ 353 ] {8fbc4460-ce6c-4804-b1ea-d920543cd749} executeQuery: (from [fd00:1122:3344:101::e]:36593) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:44:44.482934 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65508 2026.02.01 14:44:44.482906 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60983 2026.02.01 14:44:44.482941 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49442 2026.02.01 14:44:44.483539 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.483570 [ 290 ] {} TCP-Session: fe66b872-6169-4cfb-a4c8-2bf06adef437 Authenticating user 'default' from [fd00:1122:3344:101::e]:65508 2026.02.01 14:44:44.483592 [ 290 ] {} TCP-Session: fe66b872-6169-4cfb-a4c8-2bf06adef437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.483604 [ 290 ] {} TCP-Session: fe66b872-6169-4cfb-a4c8-2bf06adef437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.483745 [ 353 ] {8fbc4460-ce6c-4804-b1ea-d920543cd749} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:44:44.483815 [ 353 ] {8fbc4460-ce6c-4804-b1ea-d920543cd749} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:44:44.483921 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.483950 [ 291 ] {} TCP-Session: 8446049f-17f4-47cb-86a2-66ee1c734ad4 Authenticating user 'default' from [fd00:1122:3344:101::e]:49442 2026.02.01 14:44:44.483966 [ 291 ] {} TCP-Session: 8446049f-17f4-47cb-86a2-66ee1c734ad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.483978 [ 291 ] {} TCP-Session: 8446049f-17f4-47cb-86a2-66ee1c734ad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.484040 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.484075 [ 355 ] {} TCP-Session: 00d4a94a-141c-4088-bfe9-2306ed1af46c Authenticating user 'default' from [fd00:1122:3344:101::e]:60983 2026.02.01 14:44:44.484092 [ 355 ] {} TCP-Session: 00d4a94a-141c-4088-bfe9-2306ed1af46c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.484104 [ 355 ] {} TCP-Session: 00d4a94a-141c-4088-bfe9-2306ed1af46c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.484191 [ 353 ] {8fbc4460-ce6c-4804-b1ea-d920543cd749} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:44:44.485270 [ 304 ] {8fbc4460-ce6c-4804-b1ea-d920543cd749} AggregatingTransform: Aggregating 2026.02.01 14:44:44.485329 [ 304 ] {8fbc4460-ce6c-4804-b1ea-d920543cd749} Aggregator: Aggregation method: without_key 2026.02.01 14:44:44.485364 [ 304 ] {8fbc4460-ce6c-4804-b1ea-d920543cd749} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001061422 sec. (942.132 rows/sec., 36.80 KiB/sec.) 2026.02.01 14:44:44.485380 [ 304 ] {8fbc4460-ce6c-4804-b1ea-d920543cd749} Aggregator: Merging aggregated data 2026.02.01 14:44:44.486796 [ 353 ] {8fbc4460-ce6c-4804-b1ea-d920543cd749} executeQuery: Read 1 rows, 40.00 B in 0.003588 sec., 278.70680044593087 rows/sec., 10.89 KiB/sec. 2026.02.01 14:44:44.486941 [ 353 ] {8fbc4460-ce6c-4804-b1ea-d920543cd749} TCPHandler: Processed in 0.004092967 sec. 2026.02.01 14:44:44.487030 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.487054 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.487058 [ 353 ] {} TCP-Session: 7c8c4af9-8eb8-4cbd-8432-43a3e003a236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.487076 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.487108 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.487107 [ 352 ] {} TCP-Session: 35e80b0f-db41-4863-a610-3521339e7c53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.487141 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.487162 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.487181 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.487207 [ 291 ] {} TCP-Session: 8446049f-17f4-47cb-86a2-66ee1c734ad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.487192 [ 287 ] {} TCP-Session: 53dc3cf4-ed78-4b87-94f0-caddd7744e22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.487236 [ 351 ] {} TCP-Session: 78e84b41-3a7b-4eb1-879d-2e58fd4f7fb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.487154 [ 289 ] {} TCP-Session: eb35e10c-ba23-495f-8f62-ef6c7284384b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.487146 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.487138 [ 354 ] {} TCP-Session: 95aa5622-841b-4670-b60a-3e093da426fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.487325 [ 355 ] {} TCP-Session: 00d4a94a-141c-4088-bfe9-2306ed1af46c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.487093 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.487422 [ 290 ] {} TCP-Session: fe66b872-6169-4cfb-a4c8-2bf06adef437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.564964 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37781 2026.02.01 14:44:44.565078 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.565107 [ 353 ] {} TCP-Session: 7b8e519e-464d-46c8-9160-5ef1bf900768 Authenticating user 'default' from [fd00:1122:3344:101::e]:37781 2026.02.01 14:44:44.565131 [ 353 ] {} TCP-Session: 7b8e519e-464d-46c8-9160-5ef1bf900768 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.565144 [ 353 ] {} TCP-Session: 7b8e519e-464d-46c8-9160-5ef1bf900768 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.565348 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61639 2026.02.01 14:44:44.565390 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55790 2026.02.01 14:44:44.565393 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43505 2026.02.01 14:44:44.565436 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35861 2026.02.01 14:44:44.565458 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.565478 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.565447 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46493 2026.02.01 14:44:44.565521 [ 287 ] {} TCP-Session: 35e2e603-0de5-4021-890d-2809d93cddbf Authenticating user 'default' from [fd00:1122:3344:101::e]:55790 2026.02.01 14:44:44.565535 [ 353 ] {} TCP-Session: 7b8e519e-464d-46c8-9160-5ef1bf900768 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:44.565554 [ 287 ] {} TCP-Session: 35e2e603-0de5-4021-890d-2809d93cddbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.565543 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.565588 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.565528 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.565614 [ 351 ] {} TCP-Session: cd072b4b-aa36-4b52-911f-ff669d9d9138 Authenticating user 'default' from [fd00:1122:3344:101::e]:35861 2026.02.01 14:44:44.565629 [ 352 ] {} TCP-Session: 37d90af0-365b-43a7-a819-1048f4035fe3 Authenticating user 'default' from [fd00:1122:3344:101::e]:46493 2026.02.01 14:44:44.565644 [ 355 ] {} TCP-Session: e26c079a-6ee5-444f-903f-c27313c74a43 Authenticating user 'default' from [fd00:1122:3344:101::e]:43505 2026.02.01 14:44:44.565657 [ 351 ] {} TCP-Session: cd072b4b-aa36-4b52-911f-ff669d9d9138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.565668 [ 352 ] {} TCP-Session: 37d90af0-365b-43a7-a819-1048f4035fe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.565672 [ 355 ] {} TCP-Session: e26c079a-6ee5-444f-903f-c27313c74a43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.565682 [ 351 ] {} TCP-Session: cd072b4b-aa36-4b52-911f-ff669d9d9138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.565695 [ 352 ] {} TCP-Session: 37d90af0-365b-43a7-a819-1048f4035fe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.565703 [ 355 ] {} TCP-Session: e26c079a-6ee5-444f-903f-c27313c74a43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.565508 [ 354 ] {} TCP-Session: ef2505ff-6e1d-4467-bf26-845a2b556696 Authenticating user 'default' from [fd00:1122:3344:101::e]:61639 2026.02.01 14:44:44.565422 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33498 2026.02.01 14:44:44.565758 [ 353 ] {e16f9f9f-791a-4853-b066-91e2b78add6c} executeQuery: (from [fd00:1122:3344:101::e]:37781) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:44:44.565775 [ 354 ] {} TCP-Session: ef2505ff-6e1d-4467-bf26-845a2b556696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.565401 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37134 2026.02.01 14:44:44.565831 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.565830 [ 354 ] {} TCP-Session: ef2505ff-6e1d-4467-bf26-845a2b556696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.565878 [ 291 ] {} TCP-Session: 155df715-1892-4ff0-8d1c-d9de9e189c2f Authenticating user 'default' from [fd00:1122:3344:101::e]:33498 2026.02.01 14:44:44.565584 [ 287 ] {} TCP-Session: 35e2e603-0de5-4021-890d-2809d93cddbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.565902 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.565906 [ 291 ] {} TCP-Session: 155df715-1892-4ff0-8d1c-d9de9e189c2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.565973 [ 289 ] {} TCP-Session: de6f0f4e-250c-4856-8f00-e196a594409d Authenticating user 'default' from [fd00:1122:3344:101::e]:37134 2026.02.01 14:44:44.565988 [ 291 ] {} TCP-Session: 155df715-1892-4ff0-8d1c-d9de9e189c2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.566005 [ 289 ] {} TCP-Session: de6f0f4e-250c-4856-8f00-e196a594409d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.565421 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36499 2026.02.01 14:44:44.566028 [ 289 ] {} TCP-Session: de6f0f4e-250c-4856-8f00-e196a594409d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.566092 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.566118 [ 290 ] {} TCP-Session: f2c1e5d2-119f-4c99-aca4-c92a2fac6251 Authenticating user 'default' from [fd00:1122:3344:101::e]:36499 2026.02.01 14:44:44.566134 [ 290 ] {} TCP-Session: f2c1e5d2-119f-4c99-aca4-c92a2fac6251 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.566146 [ 290 ] {} TCP-Session: f2c1e5d2-119f-4c99-aca4-c92a2fac6251 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.566157 [ 353 ] {e16f9f9f-791a-4853-b066-91e2b78add6c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:44:44.566231 [ 353 ] {e16f9f9f-791a-4853-b066-91e2b78add6c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:44:44.566613 [ 353 ] {e16f9f9f-791a-4853-b066-91e2b78add6c} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:44:44.567809 [ 344 ] {e16f9f9f-791a-4853-b066-91e2b78add6c} AggregatingTransform: Aggregating 2026.02.01 14:44:44.567860 [ 344 ] {e16f9f9f-791a-4853-b066-91e2b78add6c} Aggregator: Aggregation method: without_key 2026.02.01 14:44:44.567901 [ 344 ] {e16f9f9f-791a-4853-b066-91e2b78add6c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001159825 sec. (862.199 rows/sec., 33.68 KiB/sec.) 2026.02.01 14:44:44.567922 [ 344 ] {e16f9f9f-791a-4853-b066-91e2b78add6c} Aggregator: Merging aggregated data 2026.02.01 14:44:44.569383 [ 353 ] {e16f9f9f-791a-4853-b066-91e2b78add6c} executeQuery: Read 1 rows, 40.00 B in 0.003705 sec., 269.9055330634278 rows/sec., 10.54 KiB/sec. 2026.02.01 14:44:44.569531 [ 353 ] {e16f9f9f-791a-4853-b066-91e2b78add6c} TCPHandler: Processed in 0.004180509 sec. 2026.02.01 14:44:44.569638 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.569667 [ 353 ] {} TCP-Session: 7b8e519e-464d-46c8-9160-5ef1bf900768 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.569670 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.569688 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.569709 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.569720 [ 352 ] {} TCP-Session: 37d90af0-365b-43a7-a819-1048f4035fe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.569738 [ 354 ] {} TCP-Session: ef2505ff-6e1d-4467-bf26-845a2b556696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.569748 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.569769 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.569789 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.569807 [ 290 ] {} TCP-Session: f2c1e5d2-119f-4c99-aca4-c92a2fac6251 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.569833 [ 287 ] {} TCP-Session: 35e2e603-0de5-4021-890d-2809d93cddbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.569847 [ 289 ] {} TCP-Session: de6f0f4e-250c-4856-8f00-e196a594409d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.569802 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.569755 [ 355 ] {} TCP-Session: e26c079a-6ee5-444f-903f-c27313c74a43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.569729 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.569920 [ 291 ] {} TCP-Session: 155df715-1892-4ff0-8d1c-d9de9e189c2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.569960 [ 351 ] {} TCP-Session: cd072b4b-aa36-4b52-911f-ff669d9d9138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570194 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64454 2026.02.01 14:44:44.570274 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.570301 [ 353 ] {} TCP-Session: 6fe3676c-ccb5-4f4f-bec9-790116e525d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:64454 2026.02.01 14:44:44.570324 [ 353 ] {} TCP-Session: 6fe3676c-ccb5-4f4f-bec9-790116e525d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570341 [ 353 ] {} TCP-Session: 6fe3676c-ccb5-4f4f-bec9-790116e525d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570472 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39931 2026.02.01 14:44:44.570524 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.570526 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34524 2026.02.01 14:44:44.570537 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55172 2026.02.01 14:44:44.570551 [ 353 ] {} TCP-Session: 6fe3676c-ccb5-4f4f-bec9-790116e525d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:44.570573 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39317 2026.02.01 14:44:44.570593 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48581 2026.02.01 14:44:44.570605 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.570625 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.570642 [ 355 ] {} TCP-Session: 46fc4753-20f2-45cc-8ac8-a15fa024f8a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:34524 2026.02.01 14:44:44.570648 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.570664 [ 287 ] {} TCP-Session: b1a21542-5bf5-4564-92c8-7c484c85376f Authenticating user 'default' from [fd00:1122:3344:101::e]:55172 2026.02.01 14:44:44.570672 [ 355 ] {} TCP-Session: 46fc4753-20f2-45cc-8ac8-a15fa024f8a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570686 [ 291 ] {} TCP-Session: 5c3fa32b-dbf4-4c0d-ad98-13689fa85adf Authenticating user 'default' from [fd00:1122:3344:101::e]:39317 2026.02.01 14:44:44.570710 [ 355 ] {} TCP-Session: 46fc4753-20f2-45cc-8ac8-a15fa024f8a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570661 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.570587 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46516 2026.02.01 14:44:44.570777 [ 352 ] {} TCP-Session: 30ba1661-6b11-49b5-8efe-682a42acfb4e Authenticating user 'default' from [fd00:1122:3344:101::e]:48581 2026.02.01 14:44:44.570549 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55131 2026.02.01 14:44:44.570808 [ 352 ] {} TCP-Session: 30ba1661-6b11-49b5-8efe-682a42acfb4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570824 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.570836 [ 352 ] {} TCP-Session: 30ba1661-6b11-49b5-8efe-682a42acfb4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570853 [ 351 ] {} TCP-Session: ae6ebcf4-20a4-403a-90ec-2b4086267c54 Authenticating user 'default' from [fd00:1122:3344:101::e]:46516 2026.02.01 14:44:44.570865 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.570882 [ 351 ] {} TCP-Session: ae6ebcf4-20a4-403a-90ec-2b4086267c54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570545 [ 354 ] {} TCP-Session: a7a70204-93e9-4078-b187-41609ecab4cd Authenticating user 'default' from [fd00:1122:3344:101::e]:39931 2026.02.01 14:44:44.570900 [ 289 ] {} TCP-Session: 0d619d9a-ce0c-4168-a889-8be0f483bbbe Authenticating user 'default' from [fd00:1122:3344:101::e]:55131 2026.02.01 14:44:44.570929 [ 354 ] {} TCP-Session: a7a70204-93e9-4078-b187-41609ecab4cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570943 [ 289 ] {} TCP-Session: 0d619d9a-ce0c-4168-a889-8be0f483bbbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570957 [ 354 ] {} TCP-Session: a7a70204-93e9-4078-b187-41609ecab4cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570971 [ 289 ] {} TCP-Session: 0d619d9a-ce0c-4168-a889-8be0f483bbbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570905 [ 351 ] {} TCP-Session: ae6ebcf4-20a4-403a-90ec-2b4086267c54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570749 [ 291 ] {} TCP-Session: 5c3fa32b-dbf4-4c0d-ad98-13689fa85adf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570745 [ 353 ] {71cbb12e-e15e-43e3-832b-9556e33d90be} executeQuery: (from [fd00:1122:3344:101::e]:64454) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.01 14:44:44.571036 [ 291 ] {} TCP-Session: 5c3fa32b-dbf4-4c0d-ad98-13689fa85adf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.570567 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50049 2026.02.01 14:44:44.570699 [ 287 ] {} TCP-Session: b1a21542-5bf5-4564-92c8-7c484c85376f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.571114 [ 287 ] {} TCP-Session: b1a21542-5bf5-4564-92c8-7c484c85376f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.571122 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.01 14:44:44.571152 [ 290 ] {} TCP-Session: 097d32f7-dc49-496f-bccd-604f3398d2e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:50049 2026.02.01 14:44:44.571167 [ 290 ] {} TCP-Session: 097d32f7-dc49-496f-bccd-604f3398d2e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.571178 [ 290 ] {} TCP-Session: 097d32f7-dc49-496f-bccd-604f3398d2e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.571244 [ 353 ] {71cbb12e-e15e-43e3-832b-9556e33d90be} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.01 14:44:44.571300 [ 353 ] {71cbb12e-e15e-43e3-832b-9556e33d90be} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.01 14:44:44.571617 [ 353 ] {71cbb12e-e15e-43e3-832b-9556e33d90be} oximeter.version (5a31e1f7-9656-4c9b-8649-1993e5a640aa) (SelectExecutor): Key condition: unknown 2026.02.01 14:44:44.572501 [ 322 ] {71cbb12e-e15e-43e3-832b-9556e33d90be} AggregatingTransform: Aggregating 2026.02.01 14:44:44.572532 [ 322 ] {71cbb12e-e15e-43e3-832b-9556e33d90be} Aggregator: Aggregation method: without_key 2026.02.01 14:44:44.572563 [ 322 ] {71cbb12e-e15e-43e3-832b-9556e33d90be} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000853416 sec. (1171.761 rows/sec., 45.77 KiB/sec.) 2026.02.01 14:44:44.572581 [ 322 ] {71cbb12e-e15e-43e3-832b-9556e33d90be} Aggregator: Merging aggregated data 2026.02.01 14:44:44.574352 [ 353 ] {71cbb12e-e15e-43e3-832b-9556e33d90be} executeQuery: Read 1 rows, 40.00 B in 0.003674 sec., 272.18290691344583 rows/sec., 10.63 KiB/sec. 2026.02.01 14:44:44.574522 [ 353 ] {71cbb12e-e15e-43e3-832b-9556e33d90be} TCPHandler: Processed in 0.004033575 sec. 2026.02.01 14:44:44.574647 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.574677 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.574699 [ 354 ] {} TCP-Session: a7a70204-93e9-4078-b187-41609ecab4cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.574722 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.574734 [ 352 ] {} TCP-Session: 30ba1661-6b11-49b5-8efe-682a42acfb4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.574751 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.574770 [ 289 ] {} TCP-Session: 0d619d9a-ce0c-4168-a889-8be0f483bbbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.574813 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.574827 [ 291 ] {} TCP-Session: 5c3fa32b-dbf4-4c0d-ad98-13689fa85adf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.574830 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.574902 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.574941 [ 287 ] {} TCP-Session: b1a21542-5bf5-4564-92c8-7c484c85376f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.574855 [ 351 ] {} TCP-Session: ae6ebcf4-20a4-403a-90ec-2b4086267c54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.574970 [ 355 ] {} TCP-Session: 46fc4753-20f2-45cc-8ac8-a15fa024f8a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.574885 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.575045 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.01 14:44:44.575075 [ 290 ] {} TCP-Session: 097d32f7-dc49-496f-bccd-604f3398d2e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.575101 [ 353 ] {} TCP-Session: 6fe3676c-ccb5-4f4f-bec9-790116e525d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.01 14:44:44.868027 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1678 2026.02.01 14:44:44.870560 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:44.870630 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:44.872036 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.01 14:44:44.872306 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:44.872654 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1678 2026.02.01 14:44:45.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 351.52 MiB, peak 361.38 MiB, free memory in arenas 0.00 B, will set to 350.36 MiB (RSS), difference: -1.17 MiB 2026.02.01 14:44:46.568958 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:46.569144 [ 276 ] {56fc7498-38cb-4528-b780-8d5b0bc5dff8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:44:46.569215 [ 276 ] {56fc7498-38cb-4528-b780-8d5b0bc5dff8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:44:46.569940 [ 276 ] {56fc7498-38cb-4528-b780-8d5b0bc5dff8} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:46.569989 [ 276 ] {56fc7498-38cb-4528-b780-8d5b0bc5dff8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:46.570410 [ 276 ] {56fc7498-38cb-4528-b780-8d5b0bc5dff8} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 14:44:46.570654 [ 276 ] {56fc7498-38cb-4528-b780-8d5b0bc5dff8} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:46.570833 [ 276 ] {56fc7498-38cb-4528-b780-8d5b0bc5dff8} executeQuery: Read 266 rows, 17.30 KiB in 0.001745 sec., 152435.53008595988 rows/sec., 9.68 MiB/sec. 2026.02.01 14:44:46.570887 [ 276 ] {56fc7498-38cb-4528-b780-8d5b0bc5dff8} TCPHandler: Processed in 0.002063274 sec. 2026.02.01 14:44:46.571018 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:46.571125 [ 276 ] {2352a897-82c2-48fc-88f0-e5eae67030fb} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.01 14:44:46.571172 [ 276 ] {2352a897-82c2-48fc-88f0-e5eae67030fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.01 14:44:46.571645 [ 276 ] {2352a897-82c2-48fc-88f0-e5eae67030fb} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:46.571685 [ 276 ] {2352a897-82c2-48fc-88f0-e5eae67030fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:46.572002 [ 276 ] {2352a897-82c2-48fc-88f0-e5eae67030fb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.01 14:44:46.572216 [ 276 ] {2352a897-82c2-48fc-88f0-e5eae67030fb} oximeter.fields_ipaddr (b2dca89b-f642-48a6-be82-454690f13152): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:46.572352 [ 276 ] {2352a897-82c2-48fc-88f0-e5eae67030fb} executeQuery: Read 4 rows, 334.00 B in 0.001253 sec., 3192.3383878691143 rows/sec., 260.31 KiB/sec. 2026.02.01 14:44:46.572394 [ 276 ] {2352a897-82c2-48fc-88f0-e5eae67030fb} TCPHandler: Processed in 0.001431374 sec. 2026.02.01 14:44:46.572518 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:46.572622 [ 276 ] {8ff02d5e-700a-445f-aafc-6140f6d930f2} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:44:46.572668 [ 276 ] {8ff02d5e-700a-445f-aafc-6140f6d930f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:44:46.573854 [ 276 ] {8ff02d5e-700a-445f-aafc-6140f6d930f2} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:46.573892 [ 276 ] {8ff02d5e-700a-445f-aafc-6140f6d930f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:46.574321 [ 276 ] {8ff02d5e-700a-445f-aafc-6140f6d930f2} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.02.01 14:44:46.574551 [ 276 ] {8ff02d5e-700a-445f-aafc-6140f6d930f2} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:46.574691 [ 276 ] {8ff02d5e-700a-445f-aafc-6140f6d930f2} executeQuery: Read 1894 rows, 157.27 KiB in 0.002091 sec., 905786.7049258729 rows/sec., 73.45 MiB/sec. 2026.02.01 14:44:46.574730 [ 276 ] {8ff02d5e-700a-445f-aafc-6140f6d930f2} TCPHandler: Processed in 0.00226275 sec. 2026.02.01 14:44:46.574854 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:46.574951 [ 276 ] {367ec045-345f-4245-9fb3-a5b8e51c3a1a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:44:46.574994 [ 276 ] {367ec045-345f-4245-9fb3-a5b8e51c3a1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:44:46.575445 [ 276 ] {367ec045-345f-4245-9fb3-a5b8e51c3a1a} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:46.575484 [ 276 ] {367ec045-345f-4245-9fb3-a5b8e51c3a1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:46.575790 [ 276 ] {367ec045-345f-4245-9fb3-a5b8e51c3a1a} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.01 14:44:46.576002 [ 276 ] {367ec045-345f-4245-9fb3-a5b8e51c3a1a} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:46.576130 [ 276 ] {367ec045-345f-4245-9fb3-a5b8e51c3a1a} executeQuery: Read 137 rows, 8.28 KiB in 0.001199 sec., 114261.88490408674 rows/sec., 6.75 MiB/sec. 2026.02.01 14:44:46.576167 [ 276 ] {367ec045-345f-4245-9fb3-a5b8e51c3a1a} TCPHandler: Processed in 0.001364182 sec. 2026.02.01 14:44:46.576290 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:46.576390 [ 276 ] {43d85a0e-6218-4b4e-a478-47c1d6f5e730} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:44:46.576432 [ 276 ] {43d85a0e-6218-4b4e-a478-47c1d6f5e730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:44:46.576953 [ 276 ] {43d85a0e-6218-4b4e-a478-47c1d6f5e730} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:46.576991 [ 276 ] {43d85a0e-6218-4b4e-a478-47c1d6f5e730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:46.577351 [ 276 ] {43d85a0e-6218-4b4e-a478-47c1d6f5e730} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.01 14:44:46.577564 [ 276 ] {43d85a0e-6218-4b4e-a478-47c1d6f5e730} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:46.577697 [ 276 ] {43d85a0e-6218-4b4e-a478-47c1d6f5e730} executeQuery: Read 368 rows, 25.07 KiB in 0.001326 sec., 277526.395173454 rows/sec., 18.47 MiB/sec. 2026.02.01 14:44:46.577735 [ 276 ] {43d85a0e-6218-4b4e-a478-47c1d6f5e730} TCPHandler: Processed in 0.001494876 sec. 2026.02.01 14:44:46.577857 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:46.577953 [ 276 ] {39676f69-1702-4e70-a741-421bae39d9ee} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:44:46.577992 [ 276 ] {39676f69-1702-4e70-a741-421bae39d9ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:44:46.578436 [ 276 ] {39676f69-1702-4e70-a741-421bae39d9ee} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:46.578475 [ 276 ] {39676f69-1702-4e70-a741-421bae39d9ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:46.578785 [ 276 ] {39676f69-1702-4e70-a741-421bae39d9ee} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 14:44:46.578996 [ 276 ] {39676f69-1702-4e70-a741-421bae39d9ee} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:46.579119 [ 145 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 2026.02.01 14:44:46.579132 [ 276 ] {39676f69-1702-4e70-a741-421bae39d9ee} executeQuery: Read 139 rows, 8.10 KiB in 0.001197 sec., 116123.64243943192 rows/sec., 6.61 MiB/sec. 2026.02.01 14:44:46.579188 [ 145 ] {} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:46.579200 [ 276 ] {39676f69-1702-4e70-a741-421bae39d9ee} TCPHandler: Processed in 0.001393303 sec. 2026.02.01 14:44:46.579216 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:46.579323 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_38_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full 2026.02.01 14:44:46.579335 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:46.579419 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_38_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:46.579448 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 151 rows starting from the beginning of the part 2026.02.01 14:44:46.579461 [ 276 ] {5d7ada1e-477f-42a8-a942-edbe20fbf9dc} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:44:46.579507 [ 276 ] {5d7ada1e-477f-42a8-a942-edbe20fbf9dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:44:46.579508 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 139 rows starting from the beginning of the part 2026.02.01 14:44:46.579562 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 139 rows starting from the beginning of the part 2026.02.01 14:44:46.579606 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 139 rows starting from the beginning of the part 2026.02.01 14:44:46.579645 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 139 rows starting from the beginning of the part 2026.02.01 14:44:46.579684 [ 202 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 139 rows starting from the beginning of the part 2026.02.01 14:44:46.580220 [ 276 ] {5d7ada1e-477f-42a8-a942-edbe20fbf9dc} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:46.580256 [ 276 ] {5d7ada1e-477f-42a8-a942-edbe20fbf9dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:46.580563 [ 196 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_38_8} MergeTask::MergeProjectionsStage: Merge sorted 846 rows, containing 5 columns (5 merged, 0 gathered) in 0.001274199 sec., 663946.526406001 rows/sec., 40.49 MiB/sec. 2026.02.01 14:44:46.580656 [ 276 ] {5d7ada1e-477f-42a8-a942-edbe20fbf9dc} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.02.01 14:44:46.580715 [ 194 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_38_8} MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) 2026.02.01 14:44:46.580907 [ 276 ] {5d7ada1e-477f-42a8-a942-edbe20fbf9dc} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:46.580996 [ 194 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_38_8} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:46.581043 [ 276 ] {5d7ada1e-477f-42a8-a942-edbe20fbf9dc} executeQuery: Read 923 rows, 67.90 KiB in 0.001603 sec., 575795.3836556457 rows/sec., 41.36 MiB/sec. 2026.02.01 14:44:46.581066 [ 194 ] {af45f42a-381d-4729-9469-5fc028c3bb28::all_1_38_8} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 2026.02.01 14:44:46.581082 [ 276 ] {5d7ada1e-477f-42a8-a942-edbe20fbf9dc} TCPHandler: Processed in 0.001798456 sec. 2026.02.01 14:44:46.581146 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.01 14:44:46.581194 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:46.581288 [ 276 ] {fb3ec5c0-3a04-4396-9f1d-e43a882f99bd} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:44:46.581331 [ 276 ] {fb3ec5c0-3a04-4396-9f1d-e43a882f99bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:44:46.581660 [ 276 ] {fb3ec5c0-3a04-4396-9f1d-e43a882f99bd} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:46.581695 [ 276 ] {fb3ec5c0-3a04-4396-9f1d-e43a882f99bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:46.582007 [ 276 ] {fb3ec5c0-3a04-4396-9f1d-e43a882f99bd} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.01 14:44:46.582255 [ 276 ] {fb3ec5c0-3a04-4396-9f1d-e43a882f99bd} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:46.582388 [ 276 ] {fb3ec5c0-3a04-4396-9f1d-e43a882f99bd} executeQuery: Read 6 rows, 321.00 B in 0.001118 sec., 5366.726296958855 rows/sec., 280.39 KiB/sec. 2026.02.01 14:44:46.582425 [ 276 ] {fb3ec5c0-3a04-4396-9f1d-e43a882f99bd} TCPHandler: Processed in 0.001280709 sec. 2026.02.01 14:44:46.582537 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:46.582636 [ 276 ] {7b4fcf87-7224-4bbf-ab97-8db864805c31} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:46.582678 [ 276 ] {7b4fcf87-7224-4bbf-ab97-8db864805c31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:44:46.583254 [ 276 ] {7b4fcf87-7224-4bbf-ab97-8db864805c31} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:46.583291 [ 276 ] {7b4fcf87-7224-4bbf-ab97-8db864805c31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:46.583671 [ 276 ] {7b4fcf87-7224-4bbf-ab97-8db864805c31} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.02.01 14:44:46.583881 [ 276 ] {7b4fcf87-7224-4bbf-ab97-8db864805c31} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:46.584014 [ 276 ] {7b4fcf87-7224-4bbf-ab97-8db864805c31} executeQuery: Read 924 rows, 63.07 KiB in 0.001395 sec., 662365.5913978495 rows/sec., 44.15 MiB/sec. 2026.02.01 14:44:46.584051 [ 276 ] {7b4fcf87-7224-4bbf-ab97-8db864805c31} TCPHandler: Processed in 0.001564319 sec. 2026.02.01 14:44:46.584183 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:46.584278 [ 276 ] {0d542aa1-97e7-44ec-a062-c22888117fd9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:44:46.584320 [ 276 ] {0d542aa1-97e7-44ec-a062-c22888117fd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:44:46.584651 [ 276 ] {0d542aa1-97e7-44ec-a062-c22888117fd9} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:46.584689 [ 276 ] {0d542aa1-97e7-44ec-a062-c22888117fd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:46.584983 [ 276 ] {0d542aa1-97e7-44ec-a062-c22888117fd9} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.01 14:44:46.585192 [ 276 ] {0d542aa1-97e7-44ec-a062-c22888117fd9} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:46.585322 [ 276 ] {0d542aa1-97e7-44ec-a062-c22888117fd9} executeQuery: Read 1 rows, 69.00 B in 0.001062 sec., 941.6195856873823 rows/sec., 63.45 KiB/sec. 2026.02.01 14:44:46.585359 [ 276 ] {0d542aa1-97e7-44ec-a062-c22888117fd9} TCPHandler: Processed in 0.001225668 sec. 2026.02.01 14:44:46.585478 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:46.585572 [ 276 ] {37d3e832-bc8c-4f38-8e92-3e14721517fa} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:44:46.585615 [ 276 ] {37d3e832-bc8c-4f38-8e92-3e14721517fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:44:46.585941 [ 276 ] {37d3e832-bc8c-4f38-8e92-3e14721517fa} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:46.585978 [ 276 ] {37d3e832-bc8c-4f38-8e92-3e14721517fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:46.586282 [ 276 ] {37d3e832-bc8c-4f38-8e92-3e14721517fa} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.02.01 14:44:46.586491 [ 276 ] {37d3e832-bc8c-4f38-8e92-3e14721517fa} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:46.586628 [ 276 ] {37d3e832-bc8c-4f38-8e92-3e14721517fa} executeQuery: Read 82 rows, 5.24 KiB in 0.001074 sec., 76350.09310986965 rows/sec., 4.76 MiB/sec. 2026.02.01 14:44:46.586664 [ 276 ] {37d3e832-bc8c-4f38-8e92-3e14721517fa} TCPHandler: Processed in 0.001234368 sec. 2026.02.01 14:44:47.205343 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:47.205524 [ 276 ] {0ab47ee1-e65a-451a-bb6a-5b7af5d1c08c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:44:47.205597 [ 276 ] {0ab47ee1-e65a-451a-bb6a-5b7af5d1c08c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:44:47.206239 [ 276 ] {0ab47ee1-e65a-451a-bb6a-5b7af5d1c08c} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:47.206288 [ 276 ] {0ab47ee1-e65a-451a-bb6a-5b7af5d1c08c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:47.206675 [ 276 ] {0ab47ee1-e65a-451a-bb6a-5b7af5d1c08c} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.02.01 14:44:47.206919 [ 276 ] {0ab47ee1-e65a-451a-bb6a-5b7af5d1c08c} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:47.207098 [ 276 ] {0ab47ee1-e65a-451a-bb6a-5b7af5d1c08c} executeQuery: Read 26 rows, 2.01 KiB in 0.001625 sec., 16000 rows/sec., 1.21 MiB/sec. 2026.02.01 14:44:47.207143 [ 276 ] {0ab47ee1-e65a-451a-bb6a-5b7af5d1c08c} TCPHandler: Processed in 0.00193903 sec. 2026.02.01 14:44:47.207261 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:47.207359 [ 276 ] {31f54038-da91-41f8-8030-722eaf58a034} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:44:47.207401 [ 276 ] {31f54038-da91-41f8-8030-722eaf58a034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:44:47.207814 [ 276 ] {31f54038-da91-41f8-8030-722eaf58a034} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:47.207850 [ 276 ] {31f54038-da91-41f8-8030-722eaf58a034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:47.208197 [ 276 ] {31f54038-da91-41f8-8030-722eaf58a034} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.02.01 14:44:47.208422 [ 276 ] {31f54038-da91-41f8-8030-722eaf58a034} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:47.208561 [ 276 ] {31f54038-da91-41f8-8030-722eaf58a034} executeQuery: Read 28 rows, 2.24 KiB in 0.001222 sec., 22913.256955810146 rows/sec., 1.79 MiB/sec. 2026.02.01 14:44:47.208599 [ 276 ] {31f54038-da91-41f8-8030-722eaf58a034} TCPHandler: Processed in 0.001390453 sec. 2026.02.01 14:44:47.208710 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:47.208815 [ 276 ] {9ad11779-6b5c-440f-92a2-53b54c078f6c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:47.208862 [ 276 ] {9ad11779-6b5c-440f-92a2-53b54c078f6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:44:47.209258 [ 276 ] {9ad11779-6b5c-440f-92a2-53b54c078f6c} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:47.209296 [ 276 ] {9ad11779-6b5c-440f-92a2-53b54c078f6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:47.209639 [ 276 ] {9ad11779-6b5c-440f-92a2-53b54c078f6c} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.02.01 14:44:47.209859 [ 276 ] {9ad11779-6b5c-440f-92a2-53b54c078f6c} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:47.210007 [ 276 ] {9ad11779-6b5c-440f-92a2-53b54c078f6c} executeQuery: Read 20 rows, 1.42 KiB in 0.001217 sec., 16433.853738701724 rows/sec., 1.14 MiB/sec. 2026.02.01 14:44:47.210009 [ 144 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Selected 5 parts from all_1_91_18 to all_95_95_0 2026.02.01 14:44:47.210049 [ 276 ] {9ad11779-6b5c-440f-92a2-53b54c078f6c} TCPHandler: Processed in 0.001391633 sec. 2026.02.01 14:44:47.210084 [ 144 ] {} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:47.210110 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:47.210182 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:47.210246 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:44:47.210286 [ 276 ] {7f5a6ef1-015b-4c9b-9dae-e5d77792751c} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:44:47.210337 [ 276 ] {7f5a6ef1-015b-4c9b-9dae-e5d77792751c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:44:47.210410 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_95_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:47.210451 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_95_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 26843 rows starting from the beginning of the part 2026.02.01 14:44:47.210517 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 162 rows starting from the beginning of the part 2026.02.01 14:44:47.210566 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 258 rows starting from the beginning of the part 2026.02.01 14:44:47.210611 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::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.02.01 14:44:47.210651 [ 197 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 924 rows starting from the beginning of the part 2026.02.01 14:44:47.210669 [ 276 ] {7f5a6ef1-015b-4c9b-9dae-e5d77792751c} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:47.210712 [ 276 ] {7f5a6ef1-015b-4c9b-9dae-e5d77792751c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:47.211080 [ 276 ] {7f5a6ef1-015b-4c9b-9dae-e5d77792751c} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.02.01 14:44:47.211307 [ 276 ] {7f5a6ef1-015b-4c9b-9dae-e5d77792751c} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:47.211458 [ 276 ] {7f5a6ef1-015b-4c9b-9dae-e5d77792751c} executeQuery: Read 6 rows, 431.00 B in 0.001191 sec., 5037.783375314862 rows/sec., 353.40 KiB/sec. 2026.02.01 14:44:47.211497 [ 276 ] {7f5a6ef1-015b-4c9b-9dae-e5d77792751c} TCPHandler: Processed in 0.001380523 sec. 2026.02.01 14:44:47.218646 [ 196 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_95_19} MergeTask::MergeProjectionsStage: Merge sorted 28347 rows, containing 5 columns (5 merged, 0 gathered) in 0.008460102 sec., 3350668.8217234258 rows/sec., 227.27 MiB/sec. 2026.02.01 14:44:47.219155 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_95_19} MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) 2026.02.01 14:44:47.219540 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_95_19} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:47.219644 [ 199 ] {ef222b80-38a4-4890-97fa-c6069d5b1abd::all_1_95_19} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd) (MergerMutator): Merged 5 parts: [all_1_91_18, all_95_95_0] -> all_1_95_19 2026.02.01 14:44:47.219746 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. 2026.02.01 14:44:48.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 350.71 MiB, peak 361.38 MiB, free memory in arenas 0.00 B, will set to 353.57 MiB (RSS), difference: 2.86 MiB 2026.02.01 14:44:49.577382 [ 135 ] {} DNSResolver: Updating DNS cache 2026.02.01 14:44:49.577487 [ 135 ] {} DNSResolver: Updated DNS cache 2026.02.01 14:44:49.774752 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 31705 2026.02.01 14:44:49.775574 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:49.775644 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:49.776366 [ 245 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.01 14:44:49.776594 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:49.776721 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31705 2026.02.01 14:44:49.776738 [ 135 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.01 14:44:49.776823 [ 135 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:49.776860 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:49.777045 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:44:49.777262 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:49.777324 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 29337 rows starting from the beginning of the part 2026.02.01 14:44:49.777426 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:44:49.777499 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:44:49.777567 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:44:49.777629 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:44:49.777691 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::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.02.01 14:44:49.780022 [ 190 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 31705 rows, containing 4 columns (4 merged, 0 gathered) in 0.003065435 sec., 10342740.916052697 rows/sec., 147.95 MiB/sec. 2026.02.01 14:44:49.780290 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.01 14:44:49.780540 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_66_13} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:49.780617 [ 186 ] {afd47eaa-d732-4328-bd7b-df2f173cab85::all_1_66_13} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.01 14:44:49.780701 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. 2026.02.01 14:44:51.523366 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2026.02.01 14:44:51.542351 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:51.542423 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:51.549428 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.01 14:44:51.550229 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:51.550577 [ 137 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.01 14:44:51.550646 [ 137 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:51.550667 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:51.550794 [ 196 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:44:51.554646 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2026.02.01 14:44:51.554865 [ 196 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:51.556398 [ 196 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:44:51.561437 [ 196 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:44:51.566162 [ 196 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:44:51.571036 [ 196 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:44:51.575777 [ 196 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:44:51.579689 [ 196 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::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.02.01 14:44:51.639483 [ 190 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.08874375 sec., 5600.394393971406 rows/sec., 28.96 MiB/sec. 2026.02.01 14:44:51.642382 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.01 14:44:51.644349 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_66_13} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:51.644460 [ 188 ] {32338b4f-e526-4b58-8ee3-0484b9fe55ff::all_1_66_13} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.01 14:44:51.646561 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2026.02.01 14:44:52.000265 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 354.68 MiB, peak 368.42 MiB, free memory in arenas 0.00 B, will set to 357.18 MiB (RSS), difference: 2.50 MiB 2026.02.01 14:44:52.214570 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:52.214867 [ 276 ] {30ba7caa-2a95-4fce-b433-fc7f48419e2f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:44:52.214956 [ 276 ] {30ba7caa-2a95-4fce-b433-fc7f48419e2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:44:52.215721 [ 276 ] {30ba7caa-2a95-4fce-b433-fc7f48419e2f} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:52.215773 [ 276 ] {30ba7caa-2a95-4fce-b433-fc7f48419e2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:52.216207 [ 276 ] {30ba7caa-2a95-4fce-b433-fc7f48419e2f} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.02.01 14:44:52.216451 [ 276 ] {30ba7caa-2a95-4fce-b433-fc7f48419e2f} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:52.216619 [ 276 ] {30ba7caa-2a95-4fce-b433-fc7f48419e2f} executeQuery: Read 137 rows, 12.17 KiB in 0.001833 sec., 74740.86197490453 rows/sec., 6.48 MiB/sec. 2026.02.01 14:44:52.216669 [ 276 ] {30ba7caa-2a95-4fce-b433-fc7f48419e2f} TCPHandler: Processed in 0.002302962 sec. 2026.02.01 14:44:52.216800 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:52.216905 [ 276 ] {4faedf90-1a97-4e2c-bdae-b241539e107f} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:44:52.216950 [ 276 ] {4faedf90-1a97-4e2c-bdae-b241539e107f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:44:52.217396 [ 276 ] {4faedf90-1a97-4e2c-bdae-b241539e107f} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:52.217435 [ 276 ] {4faedf90-1a97-4e2c-bdae-b241539e107f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:52.217754 [ 276 ] {4faedf90-1a97-4e2c-bdae-b241539e107f} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.01 14:44:52.217970 [ 276 ] {4faedf90-1a97-4e2c-bdae-b241539e107f} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:52.218100 [ 137 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.01 14:44:52.218109 [ 276 ] {4faedf90-1a97-4e2c-bdae-b241539e107f} executeQuery: Read 40 rows, 3.01 KiB in 0.001229 sec., 32546.786004882015 rows/sec., 2.39 MiB/sec. 2026.02.01 14:44:52.218173 [ 137 ] {} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:52.218192 [ 276 ] {4faedf90-1a97-4e2c-bdae-b241539e107f} TCPHandler: Processed in 0.001444535 sec. 2026.02.01 14:44:52.218200 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:52.218309 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:52.218335 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::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.02.01 14:44:52.218410 [ 276 ] {b37c6a19-7836-46ab-9377-c982390fc677} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:44:52.218457 [ 276 ] {b37c6a19-7836-46ab-9377-c982390fc677} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:44:52.218495 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:52.218541 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 205 rows starting from the beginning of the part 2026.02.01 14:44:52.218618 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 44 rows starting from the beginning of the part 2026.02.01 14:44:52.218672 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 133 rows starting from the beginning of the part 2026.02.01 14:44:52.218740 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 40 rows starting from the beginning of the part 2026.02.01 14:44:52.218813 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 137 rows starting from the beginning of the part 2026.02.01 14:44:52.218860 [ 276 ] {b37c6a19-7836-46ab-9377-c982390fc677} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:52.218877 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 40 rows starting from the beginning of the part 2026.02.01 14:44:52.218905 [ 276 ] {b37c6a19-7836-46ab-9377-c982390fc677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:52.219239 [ 276 ] {b37c6a19-7836-46ab-9377-c982390fc677} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.01 14:44:52.219470 [ 276 ] {b37c6a19-7836-46ab-9377-c982390fc677} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:52.219616 [ 276 ] {b37c6a19-7836-46ab-9377-c982390fc677} executeQuery: Read 1 rows, 68.00 B in 0.001225 sec., 816.3265306122449 rows/sec., 54.21 KiB/sec. 2026.02.01 14:44:52.219656 [ 276 ] {b37c6a19-7836-46ab-9377-c982390fc677} TCPHandler: Processed in 0.001397023 sec. 2026.02.01 14:44:52.219770 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:52.219867 [ 276 ] {8b37b998-1b28-4feb-86f6-06bc92a62f1b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:44:52.219909 [ 276 ] {8b37b998-1b28-4feb-86f6-06bc92a62f1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:44:52.219935 [ 187 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 599 rows, containing 5 columns (5 merged, 0 gathered) in 0.001661532 sec., 360510.6612451641 rows/sec., 24.27 MiB/sec. 2026.02.01 14:44:52.220094 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.01 14:44:52.220357 [ 276 ] {8b37b998-1b28-4feb-86f6-06bc92a62f1b} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:52.220357 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_81_16} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:52.220402 [ 276 ] {8b37b998-1b28-4feb-86f6-06bc92a62f1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:52.220468 [ 195 ] {31875479-8ce0-4292-902c-c8512bcf7a81::all_1_81_16} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.01 14:44:52.220554 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.01 14:44:52.220746 [ 276 ] {8b37b998-1b28-4feb-86f6-06bc92a62f1b} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.02.01 14:44:52.220964 [ 276 ] {8b37b998-1b28-4feb-86f6-06bc92a62f1b} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:52.221097 [ 276 ] {8b37b998-1b28-4feb-86f6-06bc92a62f1b} executeQuery: Read 104 rows, 8.32 KiB in 0.001249 sec., 83266.61329063251 rows/sec., 6.50 MiB/sec. 2026.02.01 14:44:52.221136 [ 276 ] {8b37b998-1b28-4feb-86f6-06bc92a62f1b} TCPHandler: Processed in 0.001416574 sec. 2026.02.01 14:44:52.221250 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:52.221346 [ 276 ] {bbbea348-f401-42cd-abf7-dba219cf3328} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:52.221390 [ 276 ] {bbbea348-f401-42cd-abf7-dba219cf3328} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:44:52.221816 [ 276 ] {bbbea348-f401-42cd-abf7-dba219cf3328} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:52.221852 [ 276 ] {bbbea348-f401-42cd-abf7-dba219cf3328} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:52.222198 [ 276 ] {bbbea348-f401-42cd-abf7-dba219cf3328} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.02.01 14:44:52.222411 [ 276 ] {bbbea348-f401-42cd-abf7-dba219cf3328} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:52.222544 [ 276 ] {bbbea348-f401-42cd-abf7-dba219cf3328} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2026.02.01 14:44:52.222582 [ 276 ] {bbbea348-f401-42cd-abf7-dba219cf3328} TCPHandler: Processed in 0.001383093 sec. 2026.02.01 14:44:52.222694 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:52.222818 [ 276 ] {e0c540ad-0943-4864-a2a7-7e342d21ccb9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:44:52.222862 [ 276 ] {e0c540ad-0943-4864-a2a7-7e342d21ccb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:44:52.223181 [ 276 ] {e0c540ad-0943-4864-a2a7-7e342d21ccb9} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:52.223217 [ 276 ] {e0c540ad-0943-4864-a2a7-7e342d21ccb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:52.223515 [ 276 ] {e0c540ad-0943-4864-a2a7-7e342d21ccb9} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.01 14:44:52.223725 [ 276 ] {e0c540ad-0943-4864-a2a7-7e342d21ccb9} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:52.223858 [ 276 ] {e0c540ad-0943-4864-a2a7-7e342d21ccb9} executeQuery: Read 1 rows, 65.00 B in 0.001059 sec., 944.2870632672332 rows/sec., 59.94 KiB/sec. 2026.02.01 14:44:52.223894 [ 276 ] {e0c540ad-0943-4864-a2a7-7e342d21ccb9} TCPHandler: Processed in 0.001250529 sec. 2026.02.01 14:44:52.224021 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:52.224116 [ 276 ] {83fbc959-11c0-4a6d-9d39-89fbfd12f33b} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:52.224170 [ 276 ] {83fbc959-11c0-4a6d-9d39-89fbfd12f33b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.02.01 14:44:52.225085 [ 276 ] {83fbc959-11c0-4a6d-9d39-89fbfd12f33b} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:52.225122 [ 276 ] {83fbc959-11c0-4a6d-9d39-89fbfd12f33b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:52.225702 [ 276 ] {83fbc959-11c0-4a6d-9d39-89fbfd12f33b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.01 14:44:52.225938 [ 276 ] {83fbc959-11c0-4a6d-9d39-89fbfd12f33b} oximeter.measurements_histogramu64 (f373f7b1-19f1-4b32-8391-cac8c96a81b3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:52.226085 [ 276 ] {83fbc959-11c0-4a6d-9d39-89fbfd12f33b} executeQuery: Read 40 rows, 73.40 KiB in 0.001988 sec., 20120.72434607646 rows/sec., 36.06 MiB/sec. 2026.02.01 14:44:52.226150 [ 276 ] {83fbc959-11c0-4a6d-9d39-89fbfd12f33b} TCPHandler: Processed in 0.002179387 sec. 2026.02.01 14:44:52.226270 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:52.226368 [ 276 ] {aee2f776-3da0-4cf3-ba6c-8bf12428acf0} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:44:52.226411 [ 276 ] {aee2f776-3da0-4cf3-ba6c-8bf12428acf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:44:52.226764 [ 276 ] {aee2f776-3da0-4cf3-ba6c-8bf12428acf0} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:52.226802 [ 276 ] {aee2f776-3da0-4cf3-ba6c-8bf12428acf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:52.227132 [ 276 ] {aee2f776-3da0-4cf3-ba6c-8bf12428acf0} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.02.01 14:44:52.227351 [ 276 ] {aee2f776-3da0-4cf3-ba6c-8bf12428acf0} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:52.227468 [ 137 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.02.01 14:44:52.227486 [ 276 ] {aee2f776-3da0-4cf3-ba6c-8bf12428acf0} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2026.02.01 14:44:52.227510 [ 137 ] {} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:52.227530 [ 276 ] {aee2f776-3da0-4cf3-ba6c-8bf12428acf0} TCPHandler: Processed in 0.00131066 sec. 2026.02.01 14:44:52.227533 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2026.02.01 14:44:52.227640 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::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.02.01 14:44:52.228252 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:52.228286 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5250 rows starting from the beginning of the part 2026.02.01 14:44:52.228338 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 88 rows starting from the beginning of the part 2026.02.01 14:44:52.228383 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2026.02.01 14:44:52.228423 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part 2026.02.01 14:44:52.228460 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 6 rows starting from the beginning of the part 2026.02.01 14:44:52.228497 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part 2026.02.01 14:44:52.230035 [ 195 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5546 rows, containing 4 columns (4 merged, 0 gathered) in 0.002438986 sec., 2273895.791119752 rows/sec., 148.01 MiB/sec. 2026.02.01 14:44:52.230446 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.02.01 14:44:52.230688 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_96_19} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:52.230756 [ 191 ] {1d69b734-5c6c-45f8-91c9-c1c8f4193e59::all_1_96_19} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.02.01 14:44:52.230820 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2026.02.01 14:44:54.873825 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1724 2026.02.01 14:44:54.876447 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:54.876491 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2026.02.01 14:44:54.877713 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.01 14:44:54.877982 [ 243 ] {} system.query_log (2e292213-85af-47bd-999f-369a6cd275bc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:54.878255 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1724 2026.02.01 14:44:55.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 353.31 MiB, peak 368.42 MiB, free memory in arenas 0.00 B, will set to 357.31 MiB (RSS), difference: 4.00 MiB 2026.02.01 14:44:57.220210 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:57.220413 [ 276 ] {62485e3c-82f1-4fb3-9432-c2182f286fbc} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.01 14:44:57.220487 [ 276 ] {62485e3c-82f1-4fb3-9432-c2182f286fbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.01 14:44:57.221314 [ 276 ] {62485e3c-82f1-4fb3-9432-c2182f286fbc} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:57.221358 [ 276 ] {62485e3c-82f1-4fb3-9432-c2182f286fbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2026.02.01 14:44:57.221764 [ 276 ] {62485e3c-82f1-4fb3-9432-c2182f286fbc} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 14:44:57.221989 [ 276 ] {62485e3c-82f1-4fb3-9432-c2182f286fbc} oximeter.fields_i16 (f595bbd9-3367-45bf-a020-e4dfcbf4b828): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:57.222147 [ 276 ] {62485e3c-82f1-4fb3-9432-c2182f286fbc} executeQuery: Read 266 rows, 17.30 KiB in 0.001791 sec., 148520.37967615857 rows/sec., 9.44 MiB/sec. 2026.02.01 14:44:57.222190 [ 276 ] {62485e3c-82f1-4fb3-9432-c2182f286fbc} TCPHandler: Processed in 0.002134446 sec. 2026.02.01 14:44:57.222322 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:57.222419 [ 276 ] {e25eb469-1053-46ec-b2ef-8c13ade57b4a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.01 14:44:57.222461 [ 276 ] {e25eb469-1053-46ec-b2ef-8c13ade57b4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.01 14:44:57.223293 [ 276 ] {e25eb469-1053-46ec-b2ef-8c13ade57b4a} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:57.223329 [ 276 ] {e25eb469-1053-46ec-b2ef-8c13ade57b4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2026.02.01 14:44:57.223677 [ 276 ] {e25eb469-1053-46ec-b2ef-8c13ade57b4a} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.02.01 14:44:57.223891 [ 276 ] {e25eb469-1053-46ec-b2ef-8c13ade57b4a} oximeter.fields_string (9077a7bd-7011-4c0d-82d3-20bbc22c3654): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:57.224023 [ 276 ] {e25eb469-1053-46ec-b2ef-8c13ade57b4a} executeQuery: Read 752 rows, 60.56 KiB in 0.001623 sec., 463339.4947627849 rows/sec., 36.44 MiB/sec. 2026.02.01 14:44:57.224060 [ 276 ] {e25eb469-1053-46ec-b2ef-8c13ade57b4a} TCPHandler: Processed in 0.001789876 sec. 2026.02.01 14:44:57.224178 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:57.224274 [ 276 ] {1407c45a-625e-415a-b32d-5277194e53f9} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.01 14:44:57.224314 [ 276 ] {1407c45a-625e-415a-b32d-5277194e53f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.01 14:44:57.224777 [ 276 ] {1407c45a-625e-415a-b32d-5277194e53f9} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:57.224814 [ 276 ] {1407c45a-625e-415a-b32d-5277194e53f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2026.02.01 14:44:57.225115 [ 276 ] {1407c45a-625e-415a-b32d-5277194e53f9} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.01 14:44:57.225332 [ 276 ] {1407c45a-625e-415a-b32d-5277194e53f9} oximeter.fields_u16 (31875479-8ce0-4292-902c-c8512bcf7a81): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:57.225463 [ 276 ] {1407c45a-625e-415a-b32d-5277194e53f9} executeQuery: Read 133 rows, 8.00 KiB in 0.001208 sec., 110099.33774834436 rows/sec., 6.47 MiB/sec. 2026.02.01 14:44:57.225501 [ 276 ] {1407c45a-625e-415a-b32d-5277194e53f9} TCPHandler: Processed in 0.001373142 sec. 2026.02.01 14:44:57.225617 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:57.225712 [ 276 ] {69a01e9b-53d2-4b68-8934-c887815f59ec} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.01 14:44:57.225752 [ 276 ] {69a01e9b-53d2-4b68-8934-c887815f59ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.01 14:44:57.226208 [ 276 ] {69a01e9b-53d2-4b68-8934-c887815f59ec} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:57.226243 [ 276 ] {69a01e9b-53d2-4b68-8934-c887815f59ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2026.02.01 14:44:57.226542 [ 276 ] {69a01e9b-53d2-4b68-8934-c887815f59ec} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.01 14:44:57.226743 [ 276 ] {69a01e9b-53d2-4b68-8934-c887815f59ec} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:57.226854 [ 28 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 2026.02.01 14:44:57.226871 [ 276 ] {69a01e9b-53d2-4b68-8934-c887815f59ec} executeQuery: Read 140 rows, 9.27 KiB in 0.001177 sec., 118946.474086661 rows/sec., 7.69 MiB/sec. 2026.02.01 14:44:57.226923 [ 28 ] {} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:57.226933 [ 276 ] {69a01e9b-53d2-4b68-8934-c887815f59ec} TCPHandler: Processed in 0.001365113 sec. 2026.02.01 14:44:57.226952 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2026.02.01 14:44:57.227058 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:57.227067 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_44_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full 2026.02.01 14:44:57.227159 [ 276 ] {c190723b-f96b-4028-ba35-cbd98f2c5be8} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.01 14:44:57.227204 [ 276 ] {c190723b-f96b-4028-ba35-cbd98f2c5be8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.01 14:44:57.227212 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_44_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.01 14:44:57.227254 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 394 rows starting from the beginning of the part 2026.02.01 14:44:57.227329 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 140 rows starting from the beginning of the part 2026.02.01 14:44:57.227381 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 140 rows starting from the beginning of the part 2026.02.01 14:44:57.227429 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 368 rows starting from the beginning of the part 2026.02.01 14:44:57.227471 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part 2026.02.01 14:44:57.227515 [ 193 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 140 rows starting from the beginning of the part 2026.02.01 14:44:57.227669 [ 276 ] {c190723b-f96b-4028-ba35-cbd98f2c5be8} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:57.227710 [ 276 ] {c190723b-f96b-4028-ba35-cbd98f2c5be8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2026.02.01 14:44:57.228043 [ 276 ] {c190723b-f96b-4028-ba35-cbd98f2c5be8} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.01 14:44:57.228267 [ 276 ] {c190723b-f96b-4028-ba35-cbd98f2c5be8} oximeter.fields_u8 (af45f42a-381d-4729-9469-5fc028c3bb28): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:57.228402 [ 276 ] {c190723b-f96b-4028-ba35-cbd98f2c5be8} executeQuery: Read 139 rows, 8.10 KiB in 0.001262 sec., 110142.63074484943 rows/sec., 6.27 MiB/sec. 2026.02.01 14:44:57.228440 [ 276 ] {c190723b-f96b-4028-ba35-cbd98f2c5be8} TCPHandler: Processed in 0.001432175 sec. 2026.02.01 14:44:57.228555 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:57.228595 [ 191 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_44_9} MergeTask::MergeProjectionsStage: Merge sorted 1183 rows, containing 5 columns (5 merged, 0 gathered) in 0.001577109 sec., 750106.6825438192 rows/sec., 52.51 MiB/sec. 2026.02.01 14:44:57.228651 [ 276 ] {e787c6c1-fb21-4eb3-a97e-7d4c95a36f28} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.01 14:44:57.228697 [ 276 ] {e787c6c1-fb21-4eb3-a97e-7d4c95a36f28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.01 14:44:57.228817 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_44_9} MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) 2026.02.01 14:44:57.229154 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_44_9} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:57.229247 [ 195 ] {e152954d-69de-4f0b-a9d8-53a4643e2504::all_1_44_9} oximeter.fields_u32 (e152954d-69de-4f0b-a9d8-53a4643e2504) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 2026.02.01 14:44:57.229346 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.01 14:44:57.229350 [ 276 ] {e787c6c1-fb21-4eb3-a97e-7d4c95a36f28} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:57.229396 [ 276 ] {e787c6c1-fb21-4eb3-a97e-7d4c95a36f28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2026.02.01 14:44:57.229738 [ 276 ] {e787c6c1-fb21-4eb3-a97e-7d4c95a36f28} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.02.01 14:44:57.229954 [ 276 ] {e787c6c1-fb21-4eb3-a97e-7d4c95a36f28} oximeter.fields_uuid (7d40c8e4-09c8-4779-b3bf-5090277b3883): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:57.230085 [ 276 ] {e787c6c1-fb21-4eb3-a97e-7d4c95a36f28} executeQuery: Read 463 rows, 33.28 KiB in 0.001453 sec., 318651.0667584308 rows/sec., 22.37 MiB/sec. 2026.02.01 14:44:57.230124 [ 276 ] {e787c6c1-fb21-4eb3-a97e-7d4c95a36f28} TCPHandler: Processed in 0.001619191 sec. 2026.02.01 14:44:57.230241 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:57.230336 [ 276 ] {685e4136-04d1-493c-97e9-c0949d4928f0} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.01 14:44:57.230379 [ 276 ] {685e4136-04d1-493c-97e9-c0949d4928f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.01 14:44:57.230732 [ 276 ] {685e4136-04d1-493c-97e9-c0949d4928f0} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:57.230767 [ 276 ] {685e4136-04d1-493c-97e9-c0949d4928f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2026.02.01 14:44:57.231062 [ 276 ] {685e4136-04d1-493c-97e9-c0949d4928f0} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.01 14:44:57.231268 [ 276 ] {685e4136-04d1-493c-97e9-c0949d4928f0} oximeter.measurements_bool (ea79aa86-f73b-412b-940b-13b92a2f376c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:57.231401 [ 276 ] {685e4136-04d1-493c-97e9-c0949d4928f0} executeQuery: Read 6 rows, 321.00 B in 0.001083 sec., 5540.16620498615 rows/sec., 289.45 KiB/sec. 2026.02.01 14:44:57.231437 [ 276 ] {685e4136-04d1-493c-97e9-c0949d4928f0} TCPHandler: Processed in 0.001247258 sec. 2026.02.01 14:44:57.231554 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:57.231650 [ 276 ] {b70291f3-161d-4eeb-9af7-b6ae6cdf00ec} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.01 14:44:57.231693 [ 276 ] {b70291f3-161d-4eeb-9af7-b6ae6cdf00ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.01 14:44:57.232137 [ 276 ] {b70291f3-161d-4eeb-9af7-b6ae6cdf00ec} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:57.232173 [ 276 ] {b70291f3-161d-4eeb-9af7-b6ae6cdf00ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2026.02.01 14:44:57.232508 [ 276 ] {b70291f3-161d-4eeb-9af7-b6ae6cdf00ec} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.02.01 14:44:57.232715 [ 276 ] {b70291f3-161d-4eeb-9af7-b6ae6cdf00ec} oximeter.measurements_cumulativeu64 (ef222b80-38a4-4890-97fa-c6069d5b1abd): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:57.232857 [ 276 ] {b70291f3-161d-4eeb-9af7-b6ae6cdf00ec} executeQuery: Read 258 rows, 17.59 KiB in 0.001226 sec., 210440.45676998366 rows/sec., 14.01 MiB/sec. 2026.02.01 14:44:57.232895 [ 276 ] {b70291f3-161d-4eeb-9af7-b6ae6cdf00ec} TCPHandler: Processed in 0.001395624 sec. 2026.02.01 14:44:57.233011 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:57.233104 [ 276 ] {2826eeb9-63fb-4593-9022-1825412737f4} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.01 14:44:57.233147 [ 276 ] {2826eeb9-63fb-4593-9022-1825412737f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.01 14:44:57.233471 [ 276 ] {2826eeb9-63fb-4593-9022-1825412737f4} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:57.233507 [ 276 ] {2826eeb9-63fb-4593-9022-1825412737f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2026.02.01 14:44:57.233800 [ 276 ] {2826eeb9-63fb-4593-9022-1825412737f4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.01 14:44:57.234016 [ 276 ] {2826eeb9-63fb-4593-9022-1825412737f4} oximeter.measurements_f64 (43677d4b-b02f-4083-8477-4816cd433705): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:57.234152 [ 276 ] {2826eeb9-63fb-4593-9022-1825412737f4} executeQuery: Read 1 rows, 69.00 B in 0.001065 sec., 938.9671361502348 rows/sec., 63.27 KiB/sec. 2026.02.01 14:44:57.234189 [ 276 ] {2826eeb9-63fb-4593-9022-1825412737f4} TCPHandler: Processed in 0.001228088 sec. 2026.02.01 14:44:57.234304 [ 276 ] {} TCP-Session: 8d3e4e16-e51d-45f6-91ea-ced73d19ebc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.01 14:44:57.234397 [ 276 ] {70e4ee6d-7585-464c-a4fe-4ae321df6a2a} executeQuery: (from [fd00:1122:3344:101::d]:44723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.01 14:44:57.234438 [ 276 ] {70e4ee6d-7585-464c-a4fe-4ae321df6a2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.01 14:44:57.234791 [ 276 ] {70e4ee6d-7585-464c-a4fe-4ae321df6a2a} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:57.234827 [ 276 ] {70e4ee6d-7585-464c-a4fe-4ae321df6a2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2026.02.01 14:44:57.235135 [ 276 ] {70e4ee6d-7585-464c-a4fe-4ae321df6a2a} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.02.01 14:44:57.235339 [ 276 ] {70e4ee6d-7585-464c-a4fe-4ae321df6a2a} oximeter.measurements_u64 (1d69b734-5c6c-45f8-91c9-c1c8f4193e59): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:57.235468 [ 276 ] {70e4ee6d-7585-464c-a4fe-4ae321df6a2a} executeQuery: Read 88 rows, 5.66 KiB in 0.001088 sec., 80882.35294117648 rows/sec., 5.08 MiB/sec. 2026.02.01 14:44:57.235504 [ 276 ] {70e4ee6d-7585-464c-a4fe-4ae321df6a2a} TCPHandler: Processed in 0.001250188 sec. 2026.02.01 14:44:57.277819 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 32217 2026.02.01 14:44:57.278433 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:57.278504 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2026.02.01 14:44:57.279196 [ 245 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.01 14:44:57.279429 [ 245 ] {} system.asynchronous_metric_log (afd47eaa-d732-4328-bd7b-df2f173cab85): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:57.279573 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32217 2026.02.01 14:44:59.055640 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2026.02.01 14:44:59.071376 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.01 14:44:59.071437 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2026.02.01 14:44:59.076931 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.01 14:44:59.077615 [ 244 ] {} system.metric_log (32338b4f-e526-4b58-8ee3-0484b9fe55ff): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.01 14:44:59.081005 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505