[ Aug 1 15:57:36 Enabled. ] [ Aug 1 15:57:36 Rereading configuration. ] [ Aug 1 15:57:38 Rereading configuration. ] [ Aug 1 15:57:40 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Aug 1 15:57:40 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.08.01 15:57:41.852665 [ 1 ] {} Application: Will watch for the process with pid 24605 2025.08.01 15:57:41.853004 [ 1 ] {} Application: Forked a child process to watch 2025.08.01 15:57:42.349839 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24605 2025.08.01 15:57:42.350689 [ 1 ] {} Application: starting up 2025.08.01 15:57:42.350842 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.08.01 15:57:42.487819 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.08.01 15:57:42.564200 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.08.01 15:57:42.564299 [ 1 ] {} Application: Initializing DateLUT. 2025.08.01 15:57:42.564321 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.08.01 15:57:42.564390 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.08.01 15:57:42.565277 [ 1 ] {} Application: Initializing interserver credentials. 2025.08.01 15:57:42.569190 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.08.01 15:57:42.570090 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.08.01 15:57:42.570976 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2025.08.01 15:57:42.571029 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2025.08.01 15:57:42.571073 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.08.01 15:57:42.571805 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.01 15:57:42.572960 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.08.01 15:57:42.579566 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.01 15:57:42.580393 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.01 15:57:42.581905 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.08.01 15:57:42.582006 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.08.01 15:57:42.583209 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.08.01 15:57:42.583693 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.08.01 15:57:42.587702 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.08.01 15:57:42.588470 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.08.01 15:57:42.591808 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.08.01 15:57:42.592291 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.08.01 15:57:42.592754 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.08.01 15:57:42.593187 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.08.01 15:57:42.594788 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.08.01 15:57:42.594816 [ 1 ] {} Application: Loading metadata from /data/ 2025.08.01 15:57:42.594910 [ 150 ] {} DNSResolver: Updating DNS cache 2025.08.01 15:57:42.595005 [ 150 ] {} DNSResolver: Updated DNS cache 2025.08.01 15:57:42.605063 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.08.01 15:57:42.605090 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000167815 sec 2025.08.01 15:57:42.605144 [ 1 ] {} ReferentialDeps: No tables 2025.08.01 15:57:42.605186 [ 1 ] {} LoadingDeps: No tables 2025.08.01 15:57:42.605923 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.08.01 15:57:42.606536 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.08.01 15:57:42.618678 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.08.01 15:57:42.618736 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.08.01 15:57:42.618825 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.08.01 15:57:42.618841 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.08.01 15:57:42.618885 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.08.01 15:57:42.618969 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.08.01 15:57:42.624305 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.08.01 15:57:42.624370 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.08.01 15:57:42.624460 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.08.01 15:57:42.624672 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.08.01 15:57:42.624734 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.08.01 15:57:42.624752 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.08.01 15:57:42.624836 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.08.01 15:57:42.624852 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.08.01 15:57:42.624895 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.08.01 15:57:42.624977 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.08.01 15:57:42.652697 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.08.01 15:57:42.654328 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.08.01 15:57:42.654421 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000113393 sec 2025.08.01 15:57:42.654435 [ 1 ] {} ReferentialDeps: No tables 2025.08.01 15:57:42.654445 [ 1 ] {} LoadingDeps: No tables 2025.08.01 15:57:42.654474 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.08.01 15:57:42.654714 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.08.01 15:57:42.654821 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.08.01 15:57:42.654835 [ 1 ] {} Application: Loaded metadata. 2025.08.01 15:57:42.654846 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2025.08.01 15:57:42.654857 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.08.01 15:57:42.660630 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.08.01 15:57:42.660864 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.02 MiB 2025.08.01 15:57:42.662346 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.3641e-05 sec. 2025.08.01 15:57:42.662814 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.08.01 15:57:42.664289 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.08.01 15:57:42.664310 [ 1 ] {} Application: Ready for connections. 2025.08.01 15:57:42.744284 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33285 2025.08.01 15:57:42.745316 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:42.745393 [ 3 ] {} TCP-Session: 8c0eb592-3ea1-46ae-ba86-0566b0fe3c79 Authenticating user 'default' from [fd00:1122:3344:101::b]:33285 2025.08.01 15:57:42.745431 [ 3 ] {} TCP-Session: 8c0eb592-3ea1-46ae-ba86-0566b0fe3c79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.745531 [ 3 ] {} TCP-Session: 8c0eb592-3ea1-46ae-ba86-0566b0fe3c79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.745651 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.01 15:57:42.745679 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.01 15:57:42.745778 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.01 15:57:42.748239 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63331 2025.08.01 15:57:42.748334 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46053 2025.08.01 15:57:42.748342 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38308 2025.08.01 15:57:42.748430 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:42.748531 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41788 2025.08.01 15:57:42.748554 [ 4 ] {} TCP-Session: 767d219a-0d0a-472a-94ac-32af4c3b6928 Authenticating user 'default' from [fd00:1122:3344:101::b]:63331 2025.08.01 15:57:42.748579 [ 4 ] {} TCP-Session: 767d219a-0d0a-472a-94ac-32af4c3b6928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.748591 [ 4 ] {} TCP-Session: 767d219a-0d0a-472a-94ac-32af4c3b6928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.748665 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:42.748679 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47528 2025.08.01 15:57:42.748764 [ 5 ] {} TCP-Session: 805b44a4-26ba-4b56-973e-1a2165e118d4 Authenticating user 'default' from [fd00:1122:3344:101::b]:46053 2025.08.01 15:57:42.748808 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65315 2025.08.01 15:57:42.748812 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:42.748788 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:42.748883 [ 5 ] {} TCP-Session: 805b44a4-26ba-4b56-973e-1a2165e118d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.748933 [ 254 ] {} TCP-Session: b65ff196-97b8-4df6-9716-9b74039b5a65 Authenticating user 'default' from [fd00:1122:3344:101::b]:38308 2025.08.01 15:57:42.748918 [ 255 ] {} TCP-Session: 51b2f3fb-bd3d-4f6b-88df-d3a6bad13a58 Authenticating user 'default' from [fd00:1122:3344:101::b]:41788 2025.08.01 15:57:42.748909 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45463 2025.08.01 15:57:42.749034 [ 254 ] {} TCP-Session: b65ff196-97b8-4df6-9716-9b74039b5a65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.749016 [ 255 ] {} TCP-Session: 51b2f3fb-bd3d-4f6b-88df-d3a6bad13a58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.749021 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:42.749120 [ 254 ] {} TCP-Session: b65ff196-97b8-4df6-9716-9b74039b5a65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.749172 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:42.749108 [ 255 ] {} TCP-Session: 51b2f3fb-bd3d-4f6b-88df-d3a6bad13a58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.749227 [ 258 ] {} TCP-Session: cfad33f1-b778-4662-a2d3-73905af0ef15 Authenticating user 'default' from [fd00:1122:3344:101::b]:45463 2025.08.01 15:57:42.749217 [ 257 ] {} TCP-Session: a5dc401f-73ec-4fe8-b560-0569b984edab Authenticating user 'default' from [fd00:1122:3344:101::b]:65315 2025.08.01 15:57:42.749001 [ 5 ] {} TCP-Session: 805b44a4-26ba-4b56-973e-1a2165e118d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.749310 [ 258 ] {} TCP-Session: cfad33f1-b778-4662-a2d3-73905af0ef15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.749301 [ 257 ] {} TCP-Session: a5dc401f-73ec-4fe8-b560-0569b984edab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.748908 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:42.749388 [ 258 ] {} TCP-Session: cfad33f1-b778-4662-a2d3-73905af0ef15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.749411 [ 256 ] {} TCP-Session: bd067ee3-78d7-46b8-a423-7962c1264e4a Authenticating user 'default' from [fd00:1122:3344:101::b]:47528 2025.08.01 15:57:42.749414 [ 257 ] {} TCP-Session: a5dc401f-73ec-4fe8-b560-0569b984edab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.749504 [ 256 ] {} TCP-Session: bd067ee3-78d7-46b8-a423-7962c1264e4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:42.749612 [ 256 ] {} TCP-Session: bd067ee3-78d7-46b8-a423-7962c1264e4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.000202 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 116.85 MiB, peak 116.85 MiB, free memory in arenas 0.00 B, will set to 118.98 MiB (RSS), difference: 2.13 MiB 2025.08.01 15:57:43.005765 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63513 2025.08.01 15:57:43.010444 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.010505 [ 259 ] {} TCP-Session: 0bc60541-7971-45f8-b828-1b6f69f4b4bb Authenticating user 'default' from [fd00:1122:3344:101::a]:63513 2025.08.01 15:57:43.010536 [ 259 ] {} TCP-Session: 0bc60541-7971-45f8-b828-1b6f69f4b4bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.010647 [ 259 ] {} TCP-Session: 0bc60541-7971-45f8-b828-1b6f69f4b4bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.010749 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.01 15:57:43.010805 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.01 15:57:43.010906 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.01 15:57:43.019688 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55926 2025.08.01 15:57:43.019692 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62462 2025.08.01 15:57:43.019820 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57906 2025.08.01 15:57:43.019905 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40474 2025.08.01 15:57:43.019935 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.020085 [ 261 ] {} TCP-Session: 7295d162-e55c-4134-bc5f-96781974f50e Authenticating user 'default' from [fd00:1122:3344:101::a]:55926 2025.08.01 15:57:43.020117 [ 261 ] {} TCP-Session: 7295d162-e55c-4134-bc5f-96781974f50e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.020154 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34227 2025.08.01 15:57:43.020119 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.020232 [ 261 ] {} TCP-Session: 7295d162-e55c-4134-bc5f-96781974f50e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.020268 [ 260 ] {} TCP-Session: 1bda2116-a002-4fd0-81da-1a8efc02e0e5 Authenticating user 'default' from [fd00:1122:3344:101::a]:62462 2025.08.01 15:57:43.020308 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40550 2025.08.01 15:57:43.020414 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43369 2025.08.01 15:57:43.020436 [ 260 ] {} TCP-Session: 1bda2116-a002-4fd0-81da-1a8efc02e0e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.020534 [ 260 ] {} TCP-Session: 1bda2116-a002-4fd0-81da-1a8efc02e0e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.026443 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.026494 [ 262 ] {} TCP-Session: 720f4f8c-09fb-43e0-812e-750881acfa65 Authenticating user 'default' from [fd00:1122:3344:101::a]:57906 2025.08.01 15:57:43.026565 [ 262 ] {} TCP-Session: 720f4f8c-09fb-43e0-812e-750881acfa65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.026618 [ 262 ] {} TCP-Session: 720f4f8c-09fb-43e0-812e-750881acfa65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.028901 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.028937 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.028947 [ 266 ] {} TCP-Session: 7030f593-6f8e-4fb1-86bd-855dc1123f7a Authenticating user 'default' from [fd00:1122:3344:101::a]:43369 2025.08.01 15:57:43.029141 [ 265 ] {} TCP-Session: 84550835-7fb4-4462-8f5a-4e54ad2035ca Authenticating user 'default' from [fd00:1122:3344:101::a]:40550 2025.08.01 15:57:43.029141 [ 266 ] {} TCP-Session: 7030f593-6f8e-4fb1-86bd-855dc1123f7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.029171 [ 265 ] {} TCP-Session: 84550835-7fb4-4462-8f5a-4e54ad2035ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.029304 [ 266 ] {} TCP-Session: 7030f593-6f8e-4fb1-86bd-855dc1123f7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.029314 [ 265 ] {} TCP-Session: 84550835-7fb4-4462-8f5a-4e54ad2035ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.072975 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.073015 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.073038 [ 263 ] {} TCP-Session: a6ff9f2e-2235-41f3-b94f-a8be44be95b3 Authenticating user 'default' from [fd00:1122:3344:101::a]:40474 2025.08.01 15:57:43.073071 [ 264 ] {} TCP-Session: fbf23c80-2f0d-4aaf-b0a6-cd38f9d22a61 Authenticating user 'default' from [fd00:1122:3344:101::a]:34227 2025.08.01 15:57:43.073256 [ 263 ] {} TCP-Session: a6ff9f2e-2235-41f3-b94f-a8be44be95b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.073270 [ 264 ] {} TCP-Session: fbf23c80-2f0d-4aaf-b0a6-cd38f9d22a61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.073290 [ 263 ] {} TCP-Session: a6ff9f2e-2235-41f3-b94f-a8be44be95b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.073460 [ 264 ] {} TCP-Session: fbf23c80-2f0d-4aaf-b0a6-cd38f9d22a61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.860190 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59512 2025.08.01 15:57:43.860408 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.860496 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Authenticating user 'default' from [fd00:1122:3344:101::d]:59512 2025.08.01 15:57:43.860523 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.860538 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.860671 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.01 15:57:43.860701 [ 267 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.01 15:57:43.860783 [ 267 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.01 15:57:43.861538 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39218 2025.08.01 15:57:43.861616 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47087 2025.08.01 15:57:43.861734 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36385 2025.08.01 15:57:43.861736 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64517 2025.08.01 15:57:43.861905 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32818 2025.08.01 15:57:43.862691 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.862722 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56400 2025.08.01 15:57:43.862732 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Authenticating user 'default' from [fd00:1122:3344:101::d]:39218 2025.08.01 15:57:43.862824 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.862870 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.862872 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37814 2025.08.01 15:57:43.864215 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48705 2025.08.01 15:57:43.866383 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.866438 [ 272 ] {} TCP-Session: cc396f6e-2de7-490d-a530-837b3dfc0abb Authenticating user 'default' from [fd00:1122:3344:101::d]:32818 2025.08.01 15:57:43.866458 [ 272 ] {} TCP-Session: cc396f6e-2de7-490d-a530-837b3dfc0abb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.866546 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.866553 [ 272 ] {} TCP-Session: cc396f6e-2de7-490d-a530-837b3dfc0abb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.866601 [ 275 ] {} TCP-Session: 2972c0d2-1874-43dc-9f3a-87acb9e01807 Authenticating user 'default' from [fd00:1122:3344:101::d]:48705 2025.08.01 15:57:43.866725 [ 275 ] {} TCP-Session: 2972c0d2-1874-43dc-9f3a-87acb9e01807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.866788 [ 275 ] {} TCP-Session: 2972c0d2-1874-43dc-9f3a-87acb9e01807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.868924 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.869018 [ 274 ] {} TCP-Session: 4f7cfc2a-8950-44fe-9b5e-3776924e646e Authenticating user 'default' from [fd00:1122:3344:101::d]:37814 2025.08.01 15:57:43.869083 [ 274 ] {} TCP-Session: 4f7cfc2a-8950-44fe-9b5e-3776924e646e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.869090 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.869110 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.869120 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:43.869185 [ 273 ] {} TCP-Session: 6b0d301b-2ce3-40ef-839a-9cf9b37246f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56400 2025.08.01 15:57:43.869215 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.869238 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.869236 [ 273 ] {} TCP-Session: 6b0d301b-2ce3-40ef-839a-9cf9b37246f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.869229 [ 269 ] {} TCP-Session: 3c3bc50d-50f7-4b26-9c64-02f7d0f02c88 Authenticating user 'default' from [fd00:1122:3344:101::d]:36385 2025.08.01 15:57:43.869354 [ 270 ] {} TCP-Session: 0abba5b6-95f3-458a-9873-125a3affd5f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47087 2025.08.01 15:57:43.869349 [ 271 ] {} TCP-Session: cf80ea5c-d7c7-4951-b466-90385fc11870 Authenticating user 'default' from [fd00:1122:3344:101::d]:64517 2025.08.01 15:57:43.869349 [ 273 ] {} TCP-Session: 6b0d301b-2ce3-40ef-839a-9cf9b37246f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.869459 [ 270 ] {} TCP-Session: 0abba5b6-95f3-458a-9873-125a3affd5f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.869447 [ 271 ] {} TCP-Session: cf80ea5c-d7c7-4951-b466-90385fc11870 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.869435 [ 269 ] {} TCP-Session: 3c3bc50d-50f7-4b26-9c64-02f7d0f02c88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.869549 [ 271 ] {} TCP-Session: cf80ea5c-d7c7-4951-b466-90385fc11870 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.869541 [ 270 ] {} TCP-Session: 0abba5b6-95f3-458a-9873-125a3affd5f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.869104 [ 274 ] {} TCP-Session: 4f7cfc2a-8950-44fe-9b5e-3776924e646e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.869669 [ 269 ] {} TCP-Session: 3c3bc50d-50f7-4b26-9c64-02f7d0f02c88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.872888 [ 267 ] {32781854-371c-44c7-8628-62b985437f5a} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.08.01 15:57:43.963293 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34061 2025.08.01 15:57:43.970359 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.970410 [ 276 ] {} TCP-Session: 97adc18a-8caa-4de0-a0cc-5ce1968fc376 Authenticating user 'default' from [fd00:1122:3344:101::c]:34061 2025.08.01 15:57:43.970437 [ 276 ] {} TCP-Session: 97adc18a-8caa-4de0-a0cc-5ce1968fc376 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.970533 [ 276 ] {} TCP-Session: 97adc18a-8caa-4de0-a0cc-5ce1968fc376 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.970614 [ 276 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.01 15:57:43.970663 [ 276 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.01 15:57:43.970785 [ 276 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.08.01 15:57:43.984150 [ 267 ] {32781854-371c-44c7-8628-62b985437f5a} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59512) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.08.01 15:57:43.985872 [ 267 ] {32781854-371c-44c7-8628-62b985437f5a} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.08.01 15:57:43.986217 [ 267 ] {32781854-371c-44c7-8628-62b985437f5a} TCPHandler: Processed in 0.124554707 sec. 2025.08.01 15:57:43.986664 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:43.986998 [ 268 ] {eb735c74-dc1a-4803-8f24-f1d9725eabbe} executeQuery: (from [fd00:1122:3344:101::d]:39218) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.08.01 15:57:43.987455 [ 268 ] {eb735c74-dc1a-4803-8f24-f1d9725eabbe} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39218) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.08.01 15:57:43.987725 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39171 2025.08.01 15:57:43.987859 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40403 2025.08.01 15:57:43.987884 [ 268 ] {eb735c74-dc1a-4803-8f24-f1d9725eabbe} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.08.01 15:57:43.988006 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.988022 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50202 2025.08.01 15:57:43.988055 [ 277 ] {} TCP-Session: f9583167-a58c-47be-9b82-cbc9e6050907 Authenticating user 'default' from [fd00:1122:3344:101::c]:39171 2025.08.01 15:57:43.988160 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.988214 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40905 2025.08.01 15:57:43.988229 [ 268 ] {eb735c74-dc1a-4803-8f24-f1d9725eabbe} TCPHandler: Processed in 0.001749523 sec. 2025.08.01 15:57:43.988295 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58582 2025.08.01 15:57:43.988325 [ 278 ] {} TCP-Session: 01ff572f-e758-40c6-b222-f98b0c016388 Authenticating user 'default' from [fd00:1122:3344:101::c]:40403 2025.08.01 15:57:43.988413 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46619 2025.08.01 15:57:43.988435 [ 277 ] {} TCP-Session: f9583167-a58c-47be-9b82-cbc9e6050907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.988457 [ 278 ] {} TCP-Session: 01ff572f-e758-40c6-b222-f98b0c016388 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.988565 [ 277 ] {} TCP-Session: f9583167-a58c-47be-9b82-cbc9e6050907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.988588 [ 278 ] {} TCP-Session: 01ff572f-e758-40c6-b222-f98b0c016388 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.988691 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47234 2025.08.01 15:57:43.989064 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:43.989111 [ 279 ] {} TCP-Session: 1b7f2960-0e42-4f8f-a0ec-c7d6877210de Authenticating user 'default' from [fd00:1122:3344:101::c]:50202 2025.08.01 15:57:43.989202 [ 279 ] {} TCP-Session: 1b7f2960-0e42-4f8f-a0ec-c7d6877210de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.989262 [ 279 ] {} TCP-Session: 1b7f2960-0e42-4f8f-a0ec-c7d6877210de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:43.991060 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:43.992226 [ 267 ] {cceb9dc3-fc98-4fe5-90e4-38a3cda2c13b} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.08.01 15:57:43.993241 [ 267 ] {cceb9dc3-fc98-4fe5-90e4-38a3cda2c13b} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.08.01 15:57:43.997584 [ 267 ] {cceb9dc3-fc98-4fe5-90e4-38a3cda2c13b} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.08.01 15:57:43.997702 [ 267 ] {cceb9dc3-fc98-4fe5-90e4-38a3cda2c13b} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000156595 sec 2025.08.01 15:57:43.997721 [ 267 ] {cceb9dc3-fc98-4fe5-90e4-38a3cda2c13b} ReferentialDeps: No tables 2025.08.01 15:57:43.997735 [ 267 ] {cceb9dc3-fc98-4fe5-90e4-38a3cda2c13b} LoadingDeps: No tables 2025.08.01 15:57:43.997762 [ 267 ] {cceb9dc3-fc98-4fe5-90e4-38a3cda2c13b} DatabaseAtomic (oximeter): Starting up tables. 2025.08.01 15:57:43.998630 [ 267 ] {cceb9dc3-fc98-4fe5-90e4-38a3cda2c13b} TCPHandler: Processed in 0.007711934 sec. 2025.08.01 15:57:43.998804 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:43.998977 [ 267 ] {bcfc7709-558c-406b-8683-8034421b9cf1} executeQuery: (from [fd00:1122:3344:101::d]:59512) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2025.08.01 15:57:43.999154 [ 267 ] {bcfc7709-558c-406b-8683-8034421b9cf1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.08.01 15:57:44.000170 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 123.24 MiB, peak 123.24 MiB, free memory in arenas 0.00 B, will set to 129.70 MiB (RSS), difference: 6.47 MiB 2025.08.01 15:57:44.005561 [ 267 ] {bcfc7709-558c-406b-8683-8034421b9cf1} StoragePolicy (default): Storage policy default created, total volumes 1 2025.08.01 15:57:44.010689 [ 267 ] {bcfc7709-558c-406b-8683-8034421b9cf1} oximeter.version (e6664717-6b3b-466a-a133-763ae2200863): Loading data parts 2025.08.01 15:57:44.011984 [ 267 ] {bcfc7709-558c-406b-8683-8034421b9cf1} oximeter.version (e6664717-6b3b-466a-a133-763ae2200863): There are no data parts 2025.08.01 15:57:44.015376 [ 267 ] {bcfc7709-558c-406b-8683-8034421b9cf1} TCPHandler: Processed in 0.016627374 sec. 2025.08.01 15:57:44.015559 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.015766 [ 267 ] {a1a14e2d-450e-451a-a6c9-ef03b58e7457} executeQuery: (from [fd00:1122:3344:101::d]:59512) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.015939 [ 267 ] {a1a14e2d-450e-451a-a6c9-ef03b58e7457} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.08.01 15:57:44.021757 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:44.021806 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:44.021829 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:44.021810 [ 282 ] {} TCP-Session: 349216ac-1b61-4824-8b72-d43ec242a899 Authenticating user 'default' from [fd00:1122:3344:101::c]:46619 2025.08.01 15:57:44.021929 [ 280 ] {} TCP-Session: 0f816e8a-9c38-4e07-ba20-638ed338f90f Authenticating user 'default' from [fd00:1122:3344:101::c]:40905 2025.08.01 15:57:44.021871 [ 283 ] {} TCP-Session: e62d48fc-21f8-4b53-94a4-00f9c2738c69 Authenticating user 'default' from [fd00:1122:3344:101::c]:47234 2025.08.01 15:57:44.022043 [ 282 ] {} TCP-Session: 349216ac-1b61-4824-8b72-d43ec242a899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:44.022074 [ 280 ] {} TCP-Session: 0f816e8a-9c38-4e07-ba20-638ed338f90f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:44.022053 [ 283 ] {} TCP-Session: e62d48fc-21f8-4b53-94a4-00f9c2738c69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:44.022167 [ 282 ] {} TCP-Session: 349216ac-1b61-4824-8b72-d43ec242a899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:44.022193 [ 280 ] {} TCP-Session: 0f816e8a-9c38-4e07-ba20-638ed338f90f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:44.022178 [ 283 ] {} TCP-Session: e62d48fc-21f8-4b53-94a4-00f9c2738c69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:44.024283 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.01 15:57:44.024514 [ 281 ] {} TCP-Session: 5beb36db-7f98-4436-ae67-2d20d8e44575 Authenticating user 'default' from [fd00:1122:3344:101::c]:58582 2025.08.01 15:57:44.024557 [ 281 ] {} TCP-Session: 5beb36db-7f98-4436-ae67-2d20d8e44575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:44.024573 [ 281 ] {} TCP-Session: 5beb36db-7f98-4436-ae67-2d20d8e44575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:57:44.037031 [ 267 ] {a1a14e2d-450e-451a-a6c9-ef03b58e7457} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Loading data parts 2025.08.01 15:57:44.037301 [ 267 ] {a1a14e2d-450e-451a-a6c9-ef03b58e7457} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): There are no data parts 2025.08.01 15:57:44.039829 [ 267 ] {a1a14e2d-450e-451a-a6c9-ef03b58e7457} TCPHandler: Processed in 0.024324977 sec. 2025.08.01 15:57:44.040176 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.040365 [ 267 ] {b0b97548-2384-4738-bfeb-5895df489325} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.040513 [ 267 ] {b0b97548-2384-4738-bfeb-5895df489325} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.08.01 15:57:44.048427 [ 267 ] {b0b97548-2384-4738-bfeb-5895df489325} oximeter.measurements_i8 (fadf5345-5ad0-4cce-84f3-08325bd7a3fd): Loading data parts 2025.08.01 15:57:44.048598 [ 267 ] {b0b97548-2384-4738-bfeb-5895df489325} oximeter.measurements_i8 (fadf5345-5ad0-4cce-84f3-08325bd7a3fd): There are no data parts 2025.08.01 15:57:44.050875 [ 267 ] {b0b97548-2384-4738-bfeb-5895df489325} TCPHandler: Processed in 0.010762296 sec. 2025.08.01 15:57:44.051055 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.051232 [ 267 ] {f783a518-abca-4724-8631-50671e798dde} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.051419 [ 267 ] {f783a518-abca-4724-8631-50671e798dde} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.08.01 15:57:44.062285 [ 267 ] {f783a518-abca-4724-8631-50671e798dde} oximeter.measurements_u8 (d1f0b161-01c3-41da-b1e9-9d3ed7824fee): Loading data parts 2025.08.01 15:57:44.062450 [ 267 ] {f783a518-abca-4724-8631-50671e798dde} oximeter.measurements_u8 (d1f0b161-01c3-41da-b1e9-9d3ed7824fee): There are no data parts 2025.08.01 15:57:44.064751 [ 267 ] {f783a518-abca-4724-8631-50671e798dde} TCPHandler: Processed in 0.013758037 sec. 2025.08.01 15:57:44.064983 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.065207 [ 267 ] {f2c98d68-94e4-4415-80d6-0a31355cfddf} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.065334 [ 267 ] {f2c98d68-94e4-4415-80d6-0a31355cfddf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.08.01 15:57:44.073535 [ 267 ] {f2c98d68-94e4-4415-80d6-0a31355cfddf} oximeter.measurements_i16 (2a65ed09-c4c6-4cb6-a03c-9e766807509b): Loading data parts 2025.08.01 15:57:44.073784 [ 267 ] {f2c98d68-94e4-4415-80d6-0a31355cfddf} oximeter.measurements_i16 (2a65ed09-c4c6-4cb6-a03c-9e766807509b): There are no data parts 2025.08.01 15:57:44.076629 [ 267 ] {f2c98d68-94e4-4415-80d6-0a31355cfddf} TCPHandler: Processed in 0.011701845 sec. 2025.08.01 15:57:44.076803 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.076980 [ 267 ] {8a9ef606-d293-477e-bf0d-474551321019} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.077114 [ 267 ] {8a9ef606-d293-477e-bf0d-474551321019} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.08.01 15:57:44.088020 [ 267 ] {8a9ef606-d293-477e-bf0d-474551321019} oximeter.measurements_u16 (951f02d2-4bfe-4fb9-b5d4-017836db235a): Loading data parts 2025.08.01 15:57:44.088198 [ 267 ] {8a9ef606-d293-477e-bf0d-474551321019} oximeter.measurements_u16 (951f02d2-4bfe-4fb9-b5d4-017836db235a): There are no data parts 2025.08.01 15:57:44.090354 [ 267 ] {8a9ef606-d293-477e-bf0d-474551321019} TCPHandler: Processed in 0.013605432 sec. 2025.08.01 15:57:44.090535 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.090862 [ 267 ] {7e030f40-5977-432d-becf-16c85ca7f0c8} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.091022 [ 267 ] {7e030f40-5977-432d-becf-16c85ca7f0c8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.08.01 15:57:44.099726 [ 267 ] {7e030f40-5977-432d-becf-16c85ca7f0c8} oximeter.measurements_i32 (0289b191-80d6-433f-8f99-203ae19a0cfa): Loading data parts 2025.08.01 15:57:44.099931 [ 267 ] {7e030f40-5977-432d-becf-16c85ca7f0c8} oximeter.measurements_i32 (0289b191-80d6-433f-8f99-203ae19a0cfa): There are no data parts 2025.08.01 15:57:44.101982 [ 267 ] {7e030f40-5977-432d-becf-16c85ca7f0c8} TCPHandler: Processed in 0.011502819 sec. 2025.08.01 15:57:44.102152 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.102325 [ 267 ] {812d16b0-5d13-46f3-9d62-04458a0ec997} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.102456 [ 267 ] {812d16b0-5d13-46f3-9d62-04458a0ec997} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.08.01 15:57:44.112458 [ 267 ] {812d16b0-5d13-46f3-9d62-04458a0ec997} oximeter.measurements_u32 (f6e09296-f3ac-44f0-a27a-36f1a8ed7c58): Loading data parts 2025.08.01 15:57:44.112697 [ 267 ] {812d16b0-5d13-46f3-9d62-04458a0ec997} oximeter.measurements_u32 (f6e09296-f3ac-44f0-a27a-36f1a8ed7c58): There are no data parts 2025.08.01 15:57:44.115128 [ 267 ] {812d16b0-5d13-46f3-9d62-04458a0ec997} TCPHandler: Processed in 0.013030255 sec. 2025.08.01 15:57:44.115296 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.115594 [ 267 ] {afb1db78-3ce3-48e1-8b47-d2bc516e8dc9} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.115726 [ 267 ] {afb1db78-3ce3-48e1-8b47-d2bc516e8dc9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.08.01 15:57:44.124352 [ 267 ] {afb1db78-3ce3-48e1-8b47-d2bc516e8dc9} oximeter.measurements_i64 (d1b577f4-d45f-4988-bf27-01cccdc8a94a): Loading data parts 2025.08.01 15:57:44.124538 [ 267 ] {afb1db78-3ce3-48e1-8b47-d2bc516e8dc9} oximeter.measurements_i64 (d1b577f4-d45f-4988-bf27-01cccdc8a94a): There are no data parts 2025.08.01 15:57:44.127341 [ 267 ] {afb1db78-3ce3-48e1-8b47-d2bc516e8dc9} TCPHandler: Processed in 0.012100367 sec. 2025.08.01 15:57:44.127513 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.127698 [ 267 ] {48da1dbe-cf44-4f79-a71b-c5c8f7d1a517} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.127935 [ 267 ] {48da1dbe-cf44-4f79-a71b-c5c8f7d1a517} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.08.01 15:57:44.138542 [ 267 ] {48da1dbe-cf44-4f79-a71b-c5c8f7d1a517} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Loading data parts 2025.08.01 15:57:44.138798 [ 267 ] {48da1dbe-cf44-4f79-a71b-c5c8f7d1a517} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): There are no data parts 2025.08.01 15:57:44.140650 [ 267 ] {48da1dbe-cf44-4f79-a71b-c5c8f7d1a517} TCPHandler: Processed in 0.01319394 sec. 2025.08.01 15:57:44.140821 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.141130 [ 267 ] {ee4aea37-1659-45a5-89e3-4ce633cadc6a} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.141292 [ 267 ] {ee4aea37-1659-45a5-89e3-4ce633cadc6a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.08.01 15:57:44.148747 [ 267 ] {ee4aea37-1659-45a5-89e3-4ce633cadc6a} oximeter.measurements_f32 (712cd481-fa1d-4d51-a79f-bd51aca5a9cd): Loading data parts 2025.08.01 15:57:44.148983 [ 267 ] {ee4aea37-1659-45a5-89e3-4ce633cadc6a} oximeter.measurements_f32 (712cd481-fa1d-4d51-a79f-bd51aca5a9cd): There are no data parts 2025.08.01 15:57:44.152724 [ 267 ] {ee4aea37-1659-45a5-89e3-4ce633cadc6a} TCPHandler: Processed in 0.011962592 sec. 2025.08.01 15:57:44.152980 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.153220 [ 267 ] {0a2b9186-50ca-45e5-ab86-ab53583fc587} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.153429 [ 267 ] {0a2b9186-50ca-45e5-ab86-ab53583fc587} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.08.01 15:57:44.165339 [ 267 ] {0a2b9186-50ca-45e5-ab86-ab53583fc587} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Loading data parts 2025.08.01 15:57:44.165585 [ 267 ] {0a2b9186-50ca-45e5-ab86-ab53583fc587} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): There are no data parts 2025.08.01 15:57:44.168120 [ 267 ] {0a2b9186-50ca-45e5-ab86-ab53583fc587} TCPHandler: Processed in 0.015258293 sec. 2025.08.01 15:57:44.168303 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.168589 [ 267 ] {b4f6c652-ffff-4200-9e93-4da791669fd2} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.168735 [ 267 ] {b4f6c652-ffff-4200-9e93-4da791669fd2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.08.01 15:57:44.177637 [ 267 ] {b4f6c652-ffff-4200-9e93-4da791669fd2} oximeter.measurements_string (e0cb6f6d-b511-4bf8-91bd-589d47db88f8): Loading data parts 2025.08.01 15:57:44.177806 [ 267 ] {b4f6c652-ffff-4200-9e93-4da791669fd2} oximeter.measurements_string (e0cb6f6d-b511-4bf8-91bd-589d47db88f8): There are no data parts 2025.08.01 15:57:44.179981 [ 267 ] {b4f6c652-ffff-4200-9e93-4da791669fd2} TCPHandler: Processed in 0.011740736 sec. 2025.08.01 15:57:44.180187 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.180408 [ 267 ] {3a2bb2cc-a09a-4efa-bce6-a5fcc4ed2c91} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.180705 [ 267 ] {3a2bb2cc-a09a-4efa-bce6-a5fcc4ed2c91} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.08.01 15:57:44.191766 [ 267 ] {3a2bb2cc-a09a-4efa-bce6-a5fcc4ed2c91} oximeter.measurements_bytes (7ef8b80c-da61-4de7-a18d-051fb1d6fbdd): Loading data parts 2025.08.01 15:57:44.191941 [ 267 ] {3a2bb2cc-a09a-4efa-bce6-a5fcc4ed2c91} oximeter.measurements_bytes (7ef8b80c-da61-4de7-a18d-051fb1d6fbdd): There are no data parts 2025.08.01 15:57:44.202626 [ 267 ] {3a2bb2cc-a09a-4efa-bce6-a5fcc4ed2c91} TCPHandler: Processed in 0.022512013 sec. 2025.08.01 15:57:44.202821 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.203017 [ 267 ] {8a005b20-0f3b-477f-8fd4-d2ccc77f98e2} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.203161 [ 267 ] {8a005b20-0f3b-477f-8fd4-d2ccc77f98e2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.08.01 15:57:44.205546 [ 267 ] {8a005b20-0f3b-477f-8fd4-d2ccc77f98e2} oximeter.measurements_cumulativei64 (d797ac08-1287-4147-a31a-dcd3f6d33a0b): Loading data parts 2025.08.01 15:57:44.205723 [ 267 ] {8a005b20-0f3b-477f-8fd4-d2ccc77f98e2} oximeter.measurements_cumulativei64 (d797ac08-1287-4147-a31a-dcd3f6d33a0b): There are no data parts 2025.08.01 15:57:44.217221 [ 267 ] {8a005b20-0f3b-477f-8fd4-d2ccc77f98e2} TCPHandler: Processed in 0.014467719 sec. 2025.08.01 15:57:44.217508 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.217693 [ 267 ] {092c972c-921c-44d6-a6eb-7a231f9fd643} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.217829 [ 267 ] {092c972c-921c-44d6-a6eb-7a231f9fd643} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.08.01 15:57:44.228447 [ 267 ] {092c972c-921c-44d6-a6eb-7a231f9fd643} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Loading data parts 2025.08.01 15:57:44.228792 [ 267 ] {092c972c-921c-44d6-a6eb-7a231f9fd643} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): There are no data parts 2025.08.01 15:57:44.231024 [ 267 ] {092c972c-921c-44d6-a6eb-7a231f9fd643} TCPHandler: Processed in 0.013572941 sec. 2025.08.01 15:57:44.231208 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.231536 [ 267 ] {5a0428b2-e3b7-4e49-9bfd-532597b7598c} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.231716 [ 267 ] {5a0428b2-e3b7-4e49-9bfd-532597b7598c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.08.01 15:57:44.242404 [ 267 ] {5a0428b2-e3b7-4e49-9bfd-532597b7598c} oximeter.measurements_cumulativef32 (3d64401c-6f0f-4c74-8959-0b64bf95f8e1): Loading data parts 2025.08.01 15:57:44.242625 [ 267 ] {5a0428b2-e3b7-4e49-9bfd-532597b7598c} oximeter.measurements_cumulativef32 (3d64401c-6f0f-4c74-8959-0b64bf95f8e1): There are no data parts 2025.08.01 15:57:44.245030 [ 267 ] {5a0428b2-e3b7-4e49-9bfd-532597b7598c} TCPHandler: Processed in 0.013881631 sec. 2025.08.01 15:57:44.245232 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.245468 [ 267 ] {ab3db4f5-c19d-4208-8118-d36c6db83e0e} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.245707 [ 267 ] {ab3db4f5-c19d-4208-8118-d36c6db83e0e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.08.01 15:57:44.253717 [ 267 ] {ab3db4f5-c19d-4208-8118-d36c6db83e0e} oximeter.measurements_cumulativef64 (7f18e7c2-f9a6-430d-92c1-accc7f608252): Loading data parts 2025.08.01 15:57:44.253899 [ 267 ] {ab3db4f5-c19d-4208-8118-d36c6db83e0e} oximeter.measurements_cumulativef64 (7f18e7c2-f9a6-430d-92c1-accc7f608252): There are no data parts 2025.08.01 15:57:44.256651 [ 267 ] {ab3db4f5-c19d-4208-8118-d36c6db83e0e} TCPHandler: Processed in 0.011494428 sec. 2025.08.01 15:57:44.257011 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.257279 [ 267 ] {78554645-dd5d-47c2-a5af-828b14252b40} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.257449 [ 267 ] {78554645-dd5d-47c2-a5af-828b14252b40} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.08.01 15:57:44.268742 [ 267 ] {78554645-dd5d-47c2-a5af-828b14252b40} oximeter.measurements_histogrami8 (3d1a1dea-6cc9-4811-8fb5-d4932e1f1e75): Loading data parts 2025.08.01 15:57:44.268886 [ 267 ] {78554645-dd5d-47c2-a5af-828b14252b40} oximeter.measurements_histogrami8 (3d1a1dea-6cc9-4811-8fb5-d4932e1f1e75): There are no data parts 2025.08.01 15:57:44.279355 [ 267 ] {78554645-dd5d-47c2-a5af-828b14252b40} TCPHandler: Processed in 0.022400689 sec. 2025.08.01 15:57:44.279559 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.279825 [ 267 ] {1e4185fa-6c5b-4252-b0ae-09cd36768e7f} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.280033 [ 267 ] {1e4185fa-6c5b-4252-b0ae-09cd36768e7f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.08.01 15:57:44.294306 [ 267 ] {1e4185fa-6c5b-4252-b0ae-09cd36768e7f} oximeter.measurements_histogramu8 (e74a8960-7a78-4247-9599-888c3dfe2656): Loading data parts 2025.08.01 15:57:44.294538 [ 267 ] {1e4185fa-6c5b-4252-b0ae-09cd36768e7f} oximeter.measurements_histogramu8 (e74a8960-7a78-4247-9599-888c3dfe2656): There are no data parts 2025.08.01 15:57:44.296736 [ 267 ] {1e4185fa-6c5b-4252-b0ae-09cd36768e7f} TCPHandler: Processed in 0.017255123 sec. 2025.08.01 15:57:44.296974 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.297288 [ 267 ] {da4f3463-1f1d-4174-ab3d-83da15bfec36} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.297439 [ 267 ] {da4f3463-1f1d-4174-ab3d-83da15bfec36} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.08.01 15:57:44.307069 [ 267 ] {da4f3463-1f1d-4174-ab3d-83da15bfec36} oximeter.measurements_histogrami16 (18b12335-d871-4497-b248-9dfa0d1d7ec1): Loading data parts 2025.08.01 15:57:44.307331 [ 267 ] {da4f3463-1f1d-4174-ab3d-83da15bfec36} oximeter.measurements_histogrami16 (18b12335-d871-4497-b248-9dfa0d1d7ec1): There are no data parts 2025.08.01 15:57:44.310136 [ 267 ] {da4f3463-1f1d-4174-ab3d-83da15bfec36} TCPHandler: Processed in 0.013218921 sec. 2025.08.01 15:57:44.310309 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.310548 [ 267 ] {7e8e3dce-656a-406a-adb7-a5cca8c2e0e0} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.310746 [ 267 ] {7e8e3dce-656a-406a-adb7-a5cca8c2e0e0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.08.01 15:57:44.321042 [ 267 ] {7e8e3dce-656a-406a-adb7-a5cca8c2e0e0} oximeter.measurements_histogramu16 (a7de46be-eb5c-40e8-b003-dac5dc33169c): Loading data parts 2025.08.01 15:57:44.321247 [ 267 ] {7e8e3dce-656a-406a-adb7-a5cca8c2e0e0} oximeter.measurements_histogramu16 (a7de46be-eb5c-40e8-b003-dac5dc33169c): There are no data parts 2025.08.01 15:57:44.323491 [ 267 ] {7e8e3dce-656a-406a-adb7-a5cca8c2e0e0} TCPHandler: Processed in 0.013237201 sec. 2025.08.01 15:57:44.323747 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.324107 [ 267 ] {36af284f-a925-4774-9fdb-c2533702fc85} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.324274 [ 267 ] {36af284f-a925-4774-9fdb-c2533702fc85} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.08.01 15:57:44.334813 [ 267 ] {36af284f-a925-4774-9fdb-c2533702fc85} oximeter.measurements_histogrami32 (a553c23c-7cc4-4c6b-8da2-30f733a71a4a): Loading data parts 2025.08.01 15:57:44.335100 [ 267 ] {36af284f-a925-4774-9fdb-c2533702fc85} oximeter.measurements_histogrami32 (a553c23c-7cc4-4c6b-8da2-30f733a71a4a): There are no data parts 2025.08.01 15:57:44.337675 [ 267 ] {36af284f-a925-4774-9fdb-c2533702fc85} TCPHandler: Processed in 0.013998674 sec. 2025.08.01 15:57:44.337880 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.338145 [ 267 ] {48d51dc4-c9d0-4b54-a3b9-ea5626b75824} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.338434 [ 267 ] {48d51dc4-c9d0-4b54-a3b9-ea5626b75824} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.08.01 15:57:44.349087 [ 267 ] {48d51dc4-c9d0-4b54-a3b9-ea5626b75824} oximeter.measurements_histogramu32 (95f2967e-f484-4275-b187-c1eebcc35779): Loading data parts 2025.08.01 15:57:44.349256 [ 267 ] {48d51dc4-c9d0-4b54-a3b9-ea5626b75824} oximeter.measurements_histogramu32 (95f2967e-f484-4275-b187-c1eebcc35779): There are no data parts 2025.08.01 15:57:44.351740 [ 267 ] {48d51dc4-c9d0-4b54-a3b9-ea5626b75824} TCPHandler: Processed in 0.013937713 sec. 2025.08.01 15:57:44.351973 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.352275 [ 267 ] {009e0b29-e22a-4bf5-8aba-d3d6c8d8a90a} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.352410 [ 267 ] {009e0b29-e22a-4bf5-8aba-d3d6c8d8a90a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.08.01 15:57:44.360024 [ 267 ] {009e0b29-e22a-4bf5-8aba-d3d6c8d8a90a} oximeter.measurements_histogrami64 (0dd2cef4-dd38-4250-b260-be36ed461cf6): Loading data parts 2025.08.01 15:57:44.360252 [ 267 ] {009e0b29-e22a-4bf5-8aba-d3d6c8d8a90a} oximeter.measurements_histogrami64 (0dd2cef4-dd38-4250-b260-be36ed461cf6): There are no data parts 2025.08.01 15:57:44.362555 [ 267 ] {009e0b29-e22a-4bf5-8aba-d3d6c8d8a90a} TCPHandler: Processed in 0.010646933 sec. 2025.08.01 15:57:44.362735 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.362994 [ 267 ] {03a42da6-acc8-4a56-9bf8-fcb13b1840b5} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.363181 [ 267 ] {03a42da6-acc8-4a56-9bf8-fcb13b1840b5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.08.01 15:57:44.373748 [ 267 ] {03a42da6-acc8-4a56-9bf8-fcb13b1840b5} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Loading data parts 2025.08.01 15:57:44.373967 [ 267 ] {03a42da6-acc8-4a56-9bf8-fcb13b1840b5} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): There are no data parts 2025.08.01 15:57:44.376558 [ 267 ] {03a42da6-acc8-4a56-9bf8-fcb13b1840b5} TCPHandler: Processed in 0.013886111 sec. 2025.08.01 15:57:44.376767 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.377161 [ 267 ] {9153cd3f-34e4-4b54-b749-32ecd5e08c59} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.377310 [ 267 ] {9153cd3f-34e4-4b54-b749-32ecd5e08c59} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.08.01 15:57:44.385200 [ 267 ] {9153cd3f-34e4-4b54-b749-32ecd5e08c59} oximeter.measurements_histogramf32 (9b3660f2-5cc4-46c9-8315-3986901b11ac): Loading data parts 2025.08.01 15:57:44.385379 [ 267 ] {9153cd3f-34e4-4b54-b749-32ecd5e08c59} oximeter.measurements_histogramf32 (9b3660f2-5cc4-46c9-8315-3986901b11ac): There are no data parts 2025.08.01 15:57:44.387952 [ 267 ] {9153cd3f-34e4-4b54-b749-32ecd5e08c59} TCPHandler: Processed in 0.011256472 sec. 2025.08.01 15:57:44.388144 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.388430 [ 267 ] {d22eb09d-0cdf-4a4c-8c44-61ac4dfd433e} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.388584 [ 267 ] {d22eb09d-0cdf-4a4c-8c44-61ac4dfd433e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.08.01 15:57:44.398955 [ 267 ] {d22eb09d-0cdf-4a4c-8c44-61ac4dfd433e} oximeter.measurements_histogramf64 (f6303186-06bb-4c7c-afe1-4c778ef58dba): Loading data parts 2025.08.01 15:57:44.399119 [ 267 ] {d22eb09d-0cdf-4a4c-8c44-61ac4dfd433e} oximeter.measurements_histogramf64 (f6303186-06bb-4c7c-afe1-4c778ef58dba): There are no data parts 2025.08.01 15:57:44.401781 [ 267 ] {d22eb09d-0cdf-4a4c-8c44-61ac4dfd433e} TCPHandler: Processed in 0.013707015 sec. 2025.08.01 15:57:44.402042 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.402389 [ 267 ] {9b995fc3-eac7-4345-86a9-3a3d9a916ece} executeQuery: (from [fd00:1122:3344:101::d]:59512) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.402546 [ 267 ] {9b995fc3-eac7-4345-86a9-3a3d9a916ece} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.08.01 15:57:44.410672 [ 267 ] {9b995fc3-eac7-4345-86a9-3a3d9a916ece} oximeter.fields_bool (daa93ec9-29ac-465c-9297-52c9971affb2): Loading data parts 2025.08.01 15:57:44.410876 [ 267 ] {9b995fc3-eac7-4345-86a9-3a3d9a916ece} oximeter.fields_bool (daa93ec9-29ac-465c-9297-52c9971affb2): There are no data parts 2025.08.01 15:57:44.413444 [ 267 ] {9b995fc3-eac7-4345-86a9-3a3d9a916ece} TCPHandler: Processed in 0.011468418 sec. 2025.08.01 15:57:44.413627 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.413835 [ 267 ] {8af0a617-e8d2-443f-b507-f95a7c50e95d} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.413971 [ 267 ] {8af0a617-e8d2-443f-b507-f95a7c50e95d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.08.01 15:57:44.424726 [ 267 ] {8af0a617-e8d2-443f-b507-f95a7c50e95d} oximeter.fields_i8 (d49649a3-4f5d-4184-ac70-3dc8595c3bbf): Loading data parts 2025.08.01 15:57:44.425078 [ 267 ] {8af0a617-e8d2-443f-b507-f95a7c50e95d} oximeter.fields_i8 (d49649a3-4f5d-4184-ac70-3dc8595c3bbf): There are no data parts 2025.08.01 15:57:44.427818 [ 267 ] {8af0a617-e8d2-443f-b507-f95a7c50e95d} TCPHandler: Processed in 0.014252872 sec. 2025.08.01 15:57:44.427992 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.428274 [ 267 ] {1036ff57-25d9-45f3-9f93-4aabc4b44618} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.428415 [ 267 ] {1036ff57-25d9-45f3-9f93-4aabc4b44618} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.08.01 15:57:44.436838 [ 267 ] {1036ff57-25d9-45f3-9f93-4aabc4b44618} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Loading data parts 2025.08.01 15:57:44.436996 [ 267 ] {1036ff57-25d9-45f3-9f93-4aabc4b44618} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): There are no data parts 2025.08.01 15:57:44.439933 [ 267 ] {1036ff57-25d9-45f3-9f93-4aabc4b44618} TCPHandler: Processed in 0.012001354 sec. 2025.08.01 15:57:44.440102 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.440275 [ 267 ] {531f7123-2406-4094-a309-27f6aaef099d} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.440543 [ 267 ] {531f7123-2406-4094-a309-27f6aaef099d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.08.01 15:57:44.451588 [ 267 ] {531f7123-2406-4094-a309-27f6aaef099d} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Loading data parts 2025.08.01 15:57:44.451852 [ 267 ] {531f7123-2406-4094-a309-27f6aaef099d} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): There are no data parts 2025.08.01 15:57:44.453986 [ 267 ] {531f7123-2406-4094-a309-27f6aaef099d} TCPHandler: Processed in 0.013941273 sec. 2025.08.01 15:57:44.454196 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.454499 [ 267 ] {907f1f14-8aca-42d4-85f7-486c7d5859cb} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.454649 [ 267 ] {907f1f14-8aca-42d4-85f7-486c7d5859cb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.08.01 15:57:44.462999 [ 267 ] {907f1f14-8aca-42d4-85f7-486c7d5859cb} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Loading data parts 2025.08.01 15:57:44.463185 [ 267 ] {907f1f14-8aca-42d4-85f7-486c7d5859cb} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): There are no data parts 2025.08.01 15:57:44.466024 [ 267 ] {907f1f14-8aca-42d4-85f7-486c7d5859cb} TCPHandler: Processed in 0.01188547 sec. 2025.08.01 15:57:44.466197 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.466371 [ 267 ] {a74f5618-cbe3-4651-b9c3-2b04f9c43dce} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.466517 [ 267 ] {a74f5618-cbe3-4651-b9c3-2b04f9c43dce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.08.01 15:57:44.476850 [ 267 ] {a74f5618-cbe3-4651-b9c3-2b04f9c43dce} oximeter.fields_i32 (1704fc2a-1596-440f-81dc-9f9daee589da): Loading data parts 2025.08.01 15:57:44.477028 [ 267 ] {a74f5618-cbe3-4651-b9c3-2b04f9c43dce} oximeter.fields_i32 (1704fc2a-1596-440f-81dc-9f9daee589da): There are no data parts 2025.08.01 15:57:44.478854 [ 267 ] {a74f5618-cbe3-4651-b9c3-2b04f9c43dce} TCPHandler: Processed in 0.012711265 sec. 2025.08.01 15:57:44.479056 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.479445 [ 267 ] {57e6e1c0-9ef6-4d73-ba1e-06eb823173b9} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.479632 [ 267 ] {57e6e1c0-9ef6-4d73-ba1e-06eb823173b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.08.01 15:57:44.489452 [ 267 ] {57e6e1c0-9ef6-4d73-ba1e-06eb823173b9} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Loading data parts 2025.08.01 15:57:44.489626 [ 267 ] {57e6e1c0-9ef6-4d73-ba1e-06eb823173b9} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): There are no data parts 2025.08.01 15:57:44.491763 [ 267 ] {57e6e1c0-9ef6-4d73-ba1e-06eb823173b9} TCPHandler: Processed in 0.012773667 sec. 2025.08.01 15:57:44.491984 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.492185 [ 267 ] {9e11440b-3296-4128-b3c2-65a0c3b44abc} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.492394 [ 267 ] {9e11440b-3296-4128-b3c2-65a0c3b44abc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.08.01 15:57:44.502759 [ 267 ] {9e11440b-3296-4128-b3c2-65a0c3b44abc} oximeter.fields_i64 (07c70190-937a-41bc-95a2-15210574d3c2): Loading data parts 2025.08.01 15:57:44.502998 [ 267 ] {9e11440b-3296-4128-b3c2-65a0c3b44abc} oximeter.fields_i64 (07c70190-937a-41bc-95a2-15210574d3c2): There are no data parts 2025.08.01 15:57:44.505736 [ 267 ] {9e11440b-3296-4128-b3c2-65a0c3b44abc} TCPHandler: Processed in 0.013840839 sec. 2025.08.01 15:57:44.505973 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.506213 [ 267 ] {4a2382f6-7fbe-44de-b637-bc53450ca6eb} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.506355 [ 267 ] {4a2382f6-7fbe-44de-b637-bc53450ca6eb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.08.01 15:57:44.515029 [ 267 ] {4a2382f6-7fbe-44de-b637-bc53450ca6eb} oximeter.fields_u64 (b3c79fb6-6a55-492a-b2bf-0668b1a83fab): Loading data parts 2025.08.01 15:57:44.515207 [ 267 ] {4a2382f6-7fbe-44de-b637-bc53450ca6eb} oximeter.fields_u64 (b3c79fb6-6a55-492a-b2bf-0668b1a83fab): There are no data parts 2025.08.01 15:57:44.517191 [ 267 ] {4a2382f6-7fbe-44de-b637-bc53450ca6eb} TCPHandler: Processed in 0.011294562 sec. 2025.08.01 15:57:44.517360 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.517538 [ 267 ] {fd0b0b93-9066-4966-a75d-372db8994f5a} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.517676 [ 267 ] {fd0b0b93-9066-4966-a75d-372db8994f5a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.08.01 15:57:44.527828 [ 267 ] {fd0b0b93-9066-4966-a75d-372db8994f5a} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Loading data parts 2025.08.01 15:57:44.528098 [ 267 ] {fd0b0b93-9066-4966-a75d-372db8994f5a} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): There are no data parts 2025.08.01 15:57:44.530102 [ 267 ] {fd0b0b93-9066-4966-a75d-372db8994f5a} TCPHandler: Processed in 0.012798058 sec. 2025.08.01 15:57:44.530368 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.530548 [ 267 ] {eea09e8f-88ea-486c-a6c2-2427e39b4e33} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.530685 [ 267 ] {eea09e8f-88ea-486c-a6c2-2427e39b4e33} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.08.01 15:57:44.539389 [ 267 ] {eea09e8f-88ea-486c-a6c2-2427e39b4e33} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Loading data parts 2025.08.01 15:57:44.539734 [ 267 ] {eea09e8f-88ea-486c-a6c2-2427e39b4e33} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): There are no data parts 2025.08.01 15:57:44.541723 [ 267 ] {eea09e8f-88ea-486c-a6c2-2427e39b4e33} TCPHandler: Processed in 0.011409716 sec. 2025.08.01 15:57:44.541896 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.542171 [ 267 ] {a7a8591a-7eec-47a1-a5e8-d786f6ead7a3} executeQuery: (from [fd00:1122:3344:101::d]:59512) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.08.01 15:57:44.542222 [ 267 ] {a7a8591a-7eec-47a1-a5e8-d786f6ead7a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.08.01 15:57:44.552524 [ 267 ] {a7a8591a-7eec-47a1-a5e8-d786f6ead7a3} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Loading data parts 2025.08.01 15:57:44.552770 [ 267 ] {a7a8591a-7eec-47a1-a5e8-d786f6ead7a3} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): There are no data parts 2025.08.01 15:57:44.555508 [ 267 ] {a7a8591a-7eec-47a1-a5e8-d786f6ead7a3} TCPHandler: Processed in 0.013669204 sec. 2025.08.01 15:57:44.555791 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.556087 [ 267 ] {d8f87a28-a16f-4151-b3e5-7b2e74f4ecb8} executeQuery: (from [fd00:1122:3344:101::d]:59512) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2025.08.01 15:57:44.556245 [ 267 ] {d8f87a28-a16f-4151-b3e5-7b2e74f4ecb8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.08.01 15:57:44.564268 [ 267 ] {d8f87a28-a16f-4151-b3e5-7b2e74f4ecb8} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60): Loading data parts 2025.08.01 15:57:44.564474 [ 267 ] {d8f87a28-a16f-4151-b3e5-7b2e74f4ecb8} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60): There are no data parts 2025.08.01 15:57:44.566820 [ 267 ] {d8f87a28-a16f-4151-b3e5-7b2e74f4ecb8} TCPHandler: Processed in 0.011084276 sec. 2025.08.01 15:57:44.567188 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:57:44.567601 [ 268 ] {bf5ea740-e3b2-4f2f-a982-a92d6d982a93} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.08.01 15:57:44.569114 [ 268 ] {bf5ea740-e3b2-4f2f-a982-a92d6d982a93} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.08.01 15:57:44.587646 [ 285 ] {bf5ea740-e3b2-4f2f-a982-a92d6d982a93} oximeter.version (e6664717-6b3b-466a-a133-763ae2200863): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:57:44.587696 [ 285 ] {bf5ea740-e3b2-4f2f-a982-a92d6d982a93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.01 15:57:44.593173 [ 285 ] {bf5ea740-e3b2-4f2f-a982-a92d6d982a93} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:57:44.593919 [ 285 ] {bf5ea740-e3b2-4f2f-a982-a92d6d982a93} oximeter.version (e6664717-6b3b-466a-a133-763ae2200863): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:57:44.594232 [ 268 ] {bf5ea740-e3b2-4f2f-a982-a92d6d982a93} executeQuery: Read 1 rows, 16.00 B in 0.026788 sec., 37.330147827385396 rows/sec., 597.28 B/sec. 2025.08.01 15:57:44.594611 [ 268 ] {bf5ea740-e3b2-4f2f-a982-a92d6d982a93} TCPHandler: Processed in 0.027572746 sec. 2025.08.01 15:57:45.000228 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 132.90 MiB, peak 132.90 MiB, free memory in arenas 0.00 B, will set to 139.68 MiB (RSS), difference: 6.78 MiB 2025.08.01 15:57:50.125277 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.08.01 15:57:50.125343 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.08.01 15:57:50.125388 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.08.01 15:57:50.125577 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.08.01 15:57:50.131119 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Loading data parts 2025.08.01 15:57:50.131478 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): There are no data parts 2025.08.01 15:57:50.139453 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:57:50.139493 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.01 15:57:50.142688 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Loading data parts 2025.08.01 15:57:50.143206 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): There are no data parts 2025.08.01 15:57:50.145422 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:57:50.145996 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:57:50.146309 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.08.01 15:57:50.174189 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:57:50.174270 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.01 15:57:50.180820 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:57:50.182286 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:57:50.186768 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.08.01 15:57:51.001429 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 144.86 MiB, peak 148.86 MiB, free memory in arenas 0.00 B, will set to 153.92 MiB (RSS), difference: 9.06 MiB 2025.08.01 15:57:52.626112 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.08.01 15:57:52.626264 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.08.01 15:57:52.632051 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Loading data parts 2025.08.01 15:57:52.632258 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): There are no data parts 2025.08.01 15:57:52.638230 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:57:52.638279 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.01 15:57:52.640253 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:57:52.640874 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:57:52.641240 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.08.01 15:57:53.001126 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 158.11 MiB, peak 158.11 MiB, free memory in arenas 0.00 B, will set to 155.10 MiB (RSS), difference: -3.02 MiB 2025.08.01 15:57:57.595048 [ 112 ] {} DNSResolver: Updating DNS cache 2025.08.01 15:57:57.595165 [ 112 ] {} DNSResolver: Updated DNS cache 2025.08.01 15:57:57.647329 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.08.01 15:57:57.648035 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:57:57.648072 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.01 15:57:57.648931 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:57:57.649361 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:57:57.649506 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.08.01 15:57:57.686990 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.08.01 15:57:57.704792 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:57:57.704856 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.01 15:57:57.711452 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:57:57.712604 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:57:57.715556 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.08.01 15:57:58.000170 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 155.85 MiB, peak 159.85 MiB, free memory in arenas 0.00 B, will set to 157.76 MiB (RSS), difference: 1.91 MiB 2025.08.01 15:58:03.000244 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 153.81 MiB, peak 159.85 MiB, free memory in arenas 0.00 B, will set to 157.82 MiB (RSS), difference: 4.02 MiB 2025.08.01 15:58:04.604106 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.604367 [ 267 ] {cb20a268-1591-4b7d-8c68-da39b2b850fc} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.606681 [ 267 ] {cb20a268-1591-4b7d-8c68-da39b2b850fc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.606894 [ 267 ] {cb20a268-1591-4b7d-8c68-da39b2b850fc} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.609714 [ 267 ] {cb20a268-1591-4b7d-8c68-da39b2b850fc} TCPHandler: Processed in 0.005720994 sec. 2025.08.01 15:58:04.610401 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.610527 [ 267 ] {0251fa7b-a7b9-4070-b65f-8cbe205d5238} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.612654 [ 267 ] {0251fa7b-a7b9-4070-b65f-8cbe205d5238} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.612700 [ 267 ] {0251fa7b-a7b9-4070-b65f-8cbe205d5238} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.613080 [ 267 ] {0251fa7b-a7b9-4070-b65f-8cbe205d5238} TCPHandler: Processed in 0.002738712 sec. 2025.08.01 15:58:04.613924 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.614038 [ 267 ] {4d99a3d9-d61b-40e9-b513-495955f56390} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.614314 [ 267 ] {4d99a3d9-d61b-40e9-b513-495955f56390} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.614357 [ 267 ] {4d99a3d9-d61b-40e9-b513-495955f56390} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.614738 [ 267 ] {4d99a3d9-d61b-40e9-b513-495955f56390} TCPHandler: Processed in 0.000862466 sec. 2025.08.01 15:58:04.614947 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.615061 [ 267 ] {9f1cf48f-85cc-4956-9b0c-8e61bf7ccead} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.615296 [ 267 ] {9f1cf48f-85cc-4956-9b0c-8e61bf7ccead} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.615338 [ 267 ] {9f1cf48f-85cc-4956-9b0c-8e61bf7ccead} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.615656 [ 267 ] {9f1cf48f-85cc-4956-9b0c-8e61bf7ccead} TCPHandler: Processed in 0.000757963 sec. 2025.08.01 15:58:04.615858 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.615972 [ 267 ] {7ca37765-b076-4d07-84f6-c6f17cc2bc0e} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.616211 [ 267 ] {7ca37765-b076-4d07-84f6-c6f17cc2bc0e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.616258 [ 267 ] {7ca37765-b076-4d07-84f6-c6f17cc2bc0e} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.616568 [ 267 ] {7ca37765-b076-4d07-84f6-c6f17cc2bc0e} TCPHandler: Processed in 0.000755833 sec. 2025.08.01 15:58:04.616790 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.616907 [ 267 ] {6e0b6311-8a1d-473b-b135-2e4fb622bb7c} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.617141 [ 267 ] {6e0b6311-8a1d-473b-b135-2e4fb622bb7c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.617183 [ 267 ] {6e0b6311-8a1d-473b-b135-2e4fb622bb7c} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.617503 [ 267 ] {6e0b6311-8a1d-473b-b135-2e4fb622bb7c} TCPHandler: Processed in 0.000763574 sec. 2025.08.01 15:58:04.617701 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.617818 [ 267 ] {80894030-7cf2-4098-b568-0a90dbec3936} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.618071 [ 267 ] {80894030-7cf2-4098-b568-0a90dbec3936} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.618125 [ 267 ] {80894030-7cf2-4098-b568-0a90dbec3936} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.618441 [ 267 ] {80894030-7cf2-4098-b568-0a90dbec3936} TCPHandler: Processed in 0.000788894 sec. 2025.08.01 15:58:04.618650 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.618763 [ 267 ] {2d9c890d-b7ab-40ba-8fe9-0100ff75e096} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.619011 [ 267 ] {2d9c890d-b7ab-40ba-8fe9-0100ff75e096} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.619050 [ 267 ] {2d9c890d-b7ab-40ba-8fe9-0100ff75e096} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.619336 [ 267 ] {2d9c890d-b7ab-40ba-8fe9-0100ff75e096} TCPHandler: Processed in 0.000760213 sec. 2025.08.01 15:58:04.619525 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.619631 [ 267 ] {610769e7-473a-4cba-9a8e-0a017f0634a6} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.619856 [ 267 ] {610769e7-473a-4cba-9a8e-0a017f0634a6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.619961 [ 267 ] {610769e7-473a-4cba-9a8e-0a017f0634a6} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.620261 [ 267 ] {610769e7-473a-4cba-9a8e-0a017f0634a6} TCPHandler: Processed in 0.000748512 sec. 2025.08.01 15:58:04.620478 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.620603 [ 267 ] {236369c1-ede0-4575-9b27-65eaa2135432} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.620858 [ 267 ] {236369c1-ede0-4575-9b27-65eaa2135432} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.620900 [ 267 ] {236369c1-ede0-4575-9b27-65eaa2135432} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.621210 [ 267 ] {236369c1-ede0-4575-9b27-65eaa2135432} TCPHandler: Processed in 0.000790784 sec. 2025.08.01 15:58:04.621420 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.621536 [ 267 ] {f1c1b7a4-9b82-469c-9103-dfd0449a447c} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.621781 [ 267 ] {f1c1b7a4-9b82-469c-9103-dfd0449a447c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.621822 [ 267 ] {f1c1b7a4-9b82-469c-9103-dfd0449a447c} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.622120 [ 267 ] {f1c1b7a4-9b82-469c-9103-dfd0449a447c} TCPHandler: Processed in 0.000746523 sec. 2025.08.01 15:58:04.622324 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.622440 [ 267 ] {2ab773b6-d2f2-4e39-820e-1c977f92a1d8} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.622686 [ 267 ] {2ab773b6-d2f2-4e39-820e-1c977f92a1d8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.622727 [ 267 ] {2ab773b6-d2f2-4e39-820e-1c977f92a1d8} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.623060 [ 267 ] {2ab773b6-d2f2-4e39-820e-1c977f92a1d8} TCPHandler: Processed in 0.000783143 sec. 2025.08.01 15:58:04.623272 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.623389 [ 267 ] {a459af21-bd4b-40e6-88b1-e032edc973d9} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.623638 [ 267 ] {a459af21-bd4b-40e6-88b1-e032edc973d9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.623679 [ 267 ] {a459af21-bd4b-40e6-88b1-e032edc973d9} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.623983 [ 267 ] {a459af21-bd4b-40e6-88b1-e032edc973d9} TCPHandler: Processed in 0.000756773 sec. 2025.08.01 15:58:04.624184 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.624301 [ 267 ] {7a335955-cfb0-48e0-8138-7afdca254c09} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.624553 [ 267 ] {7a335955-cfb0-48e0-8138-7afdca254c09} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.624594 [ 267 ] {7a335955-cfb0-48e0-8138-7afdca254c09} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.624925 [ 267 ] {7a335955-cfb0-48e0-8138-7afdca254c09} TCPHandler: Processed in 0.000787294 sec. 2025.08.01 15:58:04.625117 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.625233 [ 267 ] {0670a85e-763c-4abf-89f2-a9a14db8db96} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.625494 [ 267 ] {0670a85e-763c-4abf-89f2-a9a14db8db96} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.625535 [ 267 ] {0670a85e-763c-4abf-89f2-a9a14db8db96} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.625852 [ 267 ] {0670a85e-763c-4abf-89f2-a9a14db8db96} TCPHandler: Processed in 0.000781624 sec. 2025.08.01 15:58:04.626054 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.626176 [ 267 ] {849bb74e-5163-4e10-afde-b74ff997778e} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.626436 [ 267 ] {849bb74e-5163-4e10-afde-b74ff997778e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.626478 [ 267 ] {849bb74e-5163-4e10-afde-b74ff997778e} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.626795 [ 267 ] {849bb74e-5163-4e10-afde-b74ff997778e} TCPHandler: Processed in 0.000788115 sec. 2025.08.01 15:58:04.627411 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.627528 [ 267 ] {363279c2-c074-4817-8020-b2f84b92c1a2} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.627783 [ 267 ] {363279c2-c074-4817-8020-b2f84b92c1a2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.627824 [ 267 ] {363279c2-c074-4817-8020-b2f84b92c1a2} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.628125 [ 267 ] {363279c2-c074-4817-8020-b2f84b92c1a2} TCPHandler: Processed in 0.000761483 sec. 2025.08.01 15:58:04.628405 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.628530 [ 267 ] {4dc48ef3-c4bc-4ed3-ac5a-27e73538f240} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.628814 [ 267 ] {4dc48ef3-c4bc-4ed3-ac5a-27e73538f240} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.628856 [ 267 ] {4dc48ef3-c4bc-4ed3-ac5a-27e73538f240} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.629176 [ 267 ] {4dc48ef3-c4bc-4ed3-ac5a-27e73538f240} TCPHandler: Processed in 0.000816585 sec. 2025.08.01 15:58:04.629422 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.629540 [ 267 ] {e73f52c8-c685-4f4e-b83b-1d045caca271} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.08.01 15:58:04.629796 [ 267 ] {e73f52c8-c685-4f4e-b83b-1d045caca271} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.629838 [ 267 ] {e73f52c8-c685-4f4e-b83b-1d045caca271} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.630159 [ 267 ] {e73f52c8-c685-4f4e-b83b-1d045caca271} TCPHandler: Processed in 0.000784434 sec. 2025.08.01 15:58:04.630392 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.630511 [ 267 ] {92e064c3-9c83-4a4f-9795-06680faa328f} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:04.630766 [ 267 ] {92e064c3-9c83-4a4f-9795-06680faa328f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.630807 [ 267 ] {92e064c3-9c83-4a4f-9795-06680faa328f} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.631086 [ 267 ] {92e064c3-9c83-4a4f-9795-06680faa328f} TCPHandler: Processed in 0.000751333 sec. 2025.08.01 15:58:04.631314 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.631425 [ 267 ] {3d68c419-128c-46a0-a428-e8982b2ee141} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:04.631666 [ 267 ] {3d68c419-128c-46a0-a428-e8982b2ee141} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.631705 [ 267 ] {3d68c419-128c-46a0-a428-e8982b2ee141} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.632044 [ 267 ] {3d68c419-128c-46a0-a428-e8982b2ee141} TCPHandler: Processed in 0.000750223 sec. 2025.08.01 15:58:04.632278 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.632398 [ 267 ] {8682deab-e707-4bed-a8be-1dfc242e790d} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:04.632657 [ 267 ] {8682deab-e707-4bed-a8be-1dfc242e790d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.632697 [ 267 ] {8682deab-e707-4bed-a8be-1dfc242e790d} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:04.632978 [ 267 ] {8682deab-e707-4bed-a8be-1dfc242e790d} TCPHandler: Processed in 0.000746843 sec. 2025.08.01 15:58:04.644332 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.644514 [ 267 ] {4d05f562-e976-4d07-b84e-3c29b8f95e4d} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.01 15:58:04.644586 [ 267 ] {4d05f562-e976-4d07-b84e-3c29b8f95e4d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:04.645498 [ 267 ] {4d05f562-e976-4d07-b84e-3c29b8f95e4d} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:04.645535 [ 267 ] {4d05f562-e976-4d07-b84e-3c29b8f95e4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:04.646180 [ 267 ] {4d05f562-e976-4d07-b84e-3c29b8f95e4d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:58:04.646617 [ 267 ] {4d05f562-e976-4d07-b84e-3c29b8f95e4d} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:04.646760 [ 267 ] {4d05f562-e976-4d07-b84e-3c29b8f95e4d} executeQuery: Read 22 rows, 5.23 KiB in 0.002298 sec., 9573.542210617929 rows/sec., 2.22 MiB/sec. 2025.08.01 15:58:04.646797 [ 267 ] {4d05f562-e976-4d07-b84e-3c29b8f95e4d} TCPHandler: Processed in 0.002555188 sec. 2025.08.01 15:58:04.646937 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.647039 [ 267 ] {e7fc816a-fe32-4628-b44f-8d44dc562700} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.01 15:58:04.647080 [ 267 ] {e7fc816a-fe32-4628-b44f-8d44dc562700} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.01 15:58:04.649565 [ 267 ] {e7fc816a-fe32-4628-b44f-8d44dc562700} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:04.649604 [ 267 ] {e7fc816a-fe32-4628-b44f-8d44dc562700} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:04.650101 [ 267 ] {e7fc816a-fe32-4628-b44f-8d44dc562700} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:58:04.650573 [ 267 ] {e7fc816a-fe32-4628-b44f-8d44dc562700} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:04.650700 [ 267 ] {e7fc816a-fe32-4628-b44f-8d44dc562700} executeQuery: Read 24 rows, 2.04 KiB in 0.003681 sec., 6519.967400162999 rows/sec., 553.94 KiB/sec. 2025.08.01 15:58:04.650736 [ 267 ] {e7fc816a-fe32-4628-b44f-8d44dc562700} TCPHandler: Processed in 0.003846956 sec. 2025.08.01 15:58:04.650864 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.650957 [ 267 ] {95bb7808-6364-4873-9b4f-22cc5adae609} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.01 15:58:04.650996 [ 267 ] {95bb7808-6364-4873-9b4f-22cc5adae609} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.01 15:58:04.651400 [ 267 ] {95bb7808-6364-4873-9b4f-22cc5adae609} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:04.651436 [ 267 ] {95bb7808-6364-4873-9b4f-22cc5adae609} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:04.651816 [ 267 ] {95bb7808-6364-4873-9b4f-22cc5adae609} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:58:04.652216 [ 267 ] {95bb7808-6364-4873-9b4f-22cc5adae609} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:04.652345 [ 267 ] {95bb7808-6364-4873-9b4f-22cc5adae609} executeQuery: Read 6 rows, 501.00 B in 0.001407 sec., 4264.392324093817 rows/sec., 347.73 KiB/sec. 2025.08.01 15:58:04.652382 [ 267 ] {95bb7808-6364-4873-9b4f-22cc5adae609} TCPHandler: Processed in 0.001566607 sec. 2025.08.01 15:58:04.652503 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.652596 [ 267 ] {0af4d6df-43d6-4ad9-8516-711b6f5bd9d0} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:58:04.652634 [ 267 ] {0af4d6df-43d6-4ad9-8516-711b6f5bd9d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:58:04.653151 [ 267 ] {0af4d6df-43d6-4ad9-8516-711b6f5bd9d0} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:04.653188 [ 267 ] {0af4d6df-43d6-4ad9-8516-711b6f5bd9d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:04.653610 [ 267 ] {0af4d6df-43d6-4ad9-8516-711b6f5bd9d0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:58:04.654026 [ 267 ] {0af4d6df-43d6-4ad9-8516-711b6f5bd9d0} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:04.654154 [ 267 ] {0af4d6df-43d6-4ad9-8516-711b6f5bd9d0} executeQuery: Read 167 rows, 15.48 KiB in 0.001577 sec., 105897.27330374128 rows/sec., 9.59 MiB/sec. 2025.08.01 15:58:04.654191 [ 267 ] {0af4d6df-43d6-4ad9-8516-711b6f5bd9d0} TCPHandler: Processed in 0.001737023 sec. 2025.08.01 15:58:04.654301 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.654394 [ 267 ] {d4f606d2-c32f-4db2-9989-e8cc4559f907} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:58:04.654434 [ 267 ] {d4f606d2-c32f-4db2-9989-e8cc4559f907} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:58:04.654836 [ 267 ] {d4f606d2-c32f-4db2-9989-e8cc4559f907} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:04.654873 [ 267 ] {d4f606d2-c32f-4db2-9989-e8cc4559f907} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:04.655353 [ 267 ] {d4f606d2-c32f-4db2-9989-e8cc4559f907} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:58:04.655739 [ 267 ] {d4f606d2-c32f-4db2-9989-e8cc4559f907} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:04.655858 [ 267 ] {d4f606d2-c32f-4db2-9989-e8cc4559f907} executeQuery: Read 27 rows, 2.06 KiB in 0.001544 sec., 17487.04663212435 rows/sec., 1.30 MiB/sec. 2025.08.01 15:58:04.655959 [ 267 ] {d4f606d2-c32f-4db2-9989-e8cc4559f907} TCPHandler: Processed in 0.001706432 sec. 2025.08.01 15:58:04.656071 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.656163 [ 267 ] {fa29ec52-8f66-4b09-993f-b14a37edb566} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.01 15:58:04.656201 [ 267 ] {fa29ec52-8f66-4b09-993f-b14a37edb566} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.01 15:58:04.656623 [ 267 ] {fa29ec52-8f66-4b09-993f-b14a37edb566} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:04.656655 [ 267 ] {fa29ec52-8f66-4b09-993f-b14a37edb566} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:04.657086 [ 267 ] {fa29ec52-8f66-4b09-993f-b14a37edb566} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:58:04.657490 [ 267 ] {fa29ec52-8f66-4b09-993f-b14a37edb566} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:04.657616 [ 267 ] {fa29ec52-8f66-4b09-993f-b14a37edb566} executeQuery: Read 24 rows, 2.04 KiB in 0.001472 sec., 16304.347826086956 rows/sec., 1.35 MiB/sec. 2025.08.01 15:58:04.657651 [ 267 ] {fa29ec52-8f66-4b09-993f-b14a37edb566} TCPHandler: Processed in 0.001627869 sec. 2025.08.01 15:58:04.657757 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.657847 [ 267 ] {51e2bc74-7598-4a72-be83-a103324b2736} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.01 15:58:04.657884 [ 267 ] {51e2bc74-7598-4a72-be83-a103324b2736} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.01 15:58:04.658276 [ 267 ] {51e2bc74-7598-4a72-be83-a103324b2736} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:04.658312 [ 267 ] {51e2bc74-7598-4a72-be83-a103324b2736} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:04.658714 [ 267 ] {51e2bc74-7598-4a72-be83-a103324b2736} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:58:04.659127 [ 267 ] {51e2bc74-7598-4a72-be83-a103324b2736} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:04.659250 [ 267 ] {51e2bc74-7598-4a72-be83-a103324b2736} executeQuery: Read 12 rows, 960.00 B in 0.001421 sec., 8444.75721323012 rows/sec., 659.75 KiB/sec. 2025.08.01 15:58:04.659285 [ 267 ] {51e2bc74-7598-4a72-be83-a103324b2736} TCPHandler: Processed in 0.001575157 sec. 2025.08.01 15:58:04.659391 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.659481 [ 267 ] {81c5a378-2e56-4cb9-8f0d-e15478ddef0a} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:58:04.659518 [ 267 ] {81c5a378-2e56-4cb9-8f0d-e15478ddef0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:58:04.659931 [ 267 ] {81c5a378-2e56-4cb9-8f0d-e15478ddef0a} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:04.659967 [ 267 ] {81c5a378-2e56-4cb9-8f0d-e15478ddef0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:04.660360 [ 267 ] {81c5a378-2e56-4cb9-8f0d-e15478ddef0a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:58:04.660781 [ 267 ] {81c5a378-2e56-4cb9-8f0d-e15478ddef0a} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:04.660902 [ 267 ] {81c5a378-2e56-4cb9-8f0d-e15478ddef0a} executeQuery: Read 79 rows, 6.70 KiB in 0.001439 sec., 54899.235580264074 rows/sec., 4.55 MiB/sec. 2025.08.01 15:58:04.660937 [ 267 ] {81c5a378-2e56-4cb9-8f0d-e15478ddef0a} TCPHandler: Processed in 0.001592998 sec. 2025.08.01 15:58:04.661047 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.661137 [ 267 ] {ee313373-8faa-4d31-a120-7ed9e36d32fe} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:04.661177 [ 267 ] {ee313373-8faa-4d31-a120-7ed9e36d32fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:58:04.661663 [ 267 ] {ee313373-8faa-4d31-a120-7ed9e36d32fe} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:04.661696 [ 267 ] {ee313373-8faa-4d31-a120-7ed9e36d32fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:04.662269 [ 267 ] {ee313373-8faa-4d31-a120-7ed9e36d32fe} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:58:04.662689 [ 267 ] {ee313373-8faa-4d31-a120-7ed9e36d32fe} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:04.662815 [ 267 ] {ee313373-8faa-4d31-a120-7ed9e36d32fe} executeQuery: Read 295 rows, 23.25 KiB in 0.001696 sec., 173938.679245283 rows/sec., 13.39 MiB/sec. 2025.08.01 15:58:04.662849 [ 267 ] {ee313373-8faa-4d31-a120-7ed9e36d32fe} TCPHandler: Processed in 0.001849225 sec. 2025.08.01 15:58:04.662958 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.663048 [ 267 ] {78bba15a-c25c-4007-ab56-f98910e1bd5b} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:04.663098 [ 267 ] {78bba15a-c25c-4007-ab56-f98910e1bd5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:58:04.663841 [ 267 ] {78bba15a-c25c-4007-ab56-f98910e1bd5b} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:04.663876 [ 267 ] {78bba15a-c25c-4007-ab56-f98910e1bd5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:04.665042 [ 267 ] {78bba15a-c25c-4007-ab56-f98910e1bd5b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:58:04.665477 [ 267 ] {78bba15a-c25c-4007-ab56-f98910e1bd5b} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:04.665607 [ 267 ] {78bba15a-c25c-4007-ab56-f98910e1bd5b} executeQuery: Read 9 rows, 16.51 KiB in 0.002576 sec., 3493.788819875776 rows/sec., 6.26 MiB/sec. 2025.08.01 15:58:04.665654 [ 267 ] {78bba15a-c25c-4007-ab56-f98910e1bd5b} TCPHandler: Processed in 0.002743123 sec. 2025.08.01 15:58:04.665774 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:04.665865 [ 267 ] {2f3d79c4-8284-46a4-9236-0f64ce2936dd} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:58:04.665904 [ 267 ] {2f3d79c4-8284-46a4-9236-0f64ce2936dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:58:04.666232 [ 267 ] {2f3d79c4-8284-46a4-9236-0f64ce2936dd} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:04.666267 [ 267 ] {2f3d79c4-8284-46a4-9236-0f64ce2936dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:04.666700 [ 267 ] {2f3d79c4-8284-46a4-9236-0f64ce2936dd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:58:04.667099 [ 267 ] {2f3d79c4-8284-46a4-9236-0f64ce2936dd} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:04.667214 [ 267 ] {2f3d79c4-8284-46a4-9236-0f64ce2936dd} executeQuery: Read 30 rows, 2.10 KiB in 0.001386 sec., 21645.021645021643 rows/sec., 1.48 MiB/sec. 2025.08.01 15:58:04.667244 [ 267 ] {2f3d79c4-8284-46a4-9236-0f64ce2936dd} TCPHandler: Processed in 0.001539077 sec. 2025.08.01 15:58:05.149751 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.08.01 15:58:05.150297 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:05.150348 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:05.151046 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:05.151526 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:05.151653 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.08.01 15:58:05.215716 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.08.01 15:58:05.231381 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:05.231436 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:05.237743 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:05.238845 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:05.241588 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.08.01 15:58:06.000286 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 159.96 MiB, peak 163.96 MiB, free memory in arenas 0.00 B, will set to 161.13 MiB (RSS), difference: 1.16 MiB 2025.08.01 15:58:09.606220 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:09.606399 [ 267 ] {c35e40aa-256c-4d83-b1a8-7d181f1362cf} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:58:09.606458 [ 267 ] {c35e40aa-256c-4d83-b1a8-7d181f1362cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:58:09.607130 [ 267 ] {c35e40aa-256c-4d83-b1a8-7d181f1362cf} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:09.607165 [ 267 ] {c35e40aa-256c-4d83-b1a8-7d181f1362cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:09.607642 [ 267 ] {c35e40aa-256c-4d83-b1a8-7d181f1362cf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:58:09.608161 [ 267 ] {c35e40aa-256c-4d83-b1a8-7d181f1362cf} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:09.608305 [ 267 ] {c35e40aa-256c-4d83-b1a8-7d181f1362cf} executeQuery: Read 26 rows, 2.01 KiB in 0.001951 sec., 13326.499231163505 rows/sec., 1.00 MiB/sec. 2025.08.01 15:58:09.608343 [ 267 ] {c35e40aa-256c-4d83-b1a8-7d181f1362cf} TCPHandler: Processed in 0.002237298 sec. 2025.08.01 15:58:09.608472 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:09.608567 [ 267 ] {7797fa03-efa6-4bb7-80f0-d9c103e89db6} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:58:09.608606 [ 267 ] {7797fa03-efa6-4bb7-80f0-d9c103e89db6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:58:09.609008 [ 267 ] {7797fa03-efa6-4bb7-80f0-d9c103e89db6} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:09.609043 [ 267 ] {7797fa03-efa6-4bb7-80f0-d9c103e89db6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:09.609434 [ 267 ] {7797fa03-efa6-4bb7-80f0-d9c103e89db6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:58:09.609882 [ 267 ] {7797fa03-efa6-4bb7-80f0-d9c103e89db6} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:09.610008 [ 267 ] {7797fa03-efa6-4bb7-80f0-d9c103e89db6} executeQuery: Read 28 rows, 2.24 KiB in 0.001461 sec., 19164.955509924708 rows/sec., 1.49 MiB/sec. 2025.08.01 15:58:09.610043 [ 267 ] {7797fa03-efa6-4bb7-80f0-d9c103e89db6} TCPHandler: Processed in 0.001618839 sec. 2025.08.01 15:58:09.610155 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:09.610246 [ 267 ] {0afe52f1-9ae0-4f51-9057-852fd33aa9cb} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:09.610288 [ 267 ] {0afe52f1-9ae0-4f51-9057-852fd33aa9cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:58:09.610682 [ 267 ] {0afe52f1-9ae0-4f51-9057-852fd33aa9cb} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:09.610716 [ 267 ] {0afe52f1-9ae0-4f51-9057-852fd33aa9cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:09.611159 [ 267 ] {0afe52f1-9ae0-4f51-9057-852fd33aa9cb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:58:09.611612 [ 267 ] {0afe52f1-9ae0-4f51-9057-852fd33aa9cb} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:09.611736 [ 267 ] {0afe52f1-9ae0-4f51-9057-852fd33aa9cb} executeQuery: Read 100 rows, 7.10 KiB in 0.001508 sec., 66312.99734748011 rows/sec., 4.60 MiB/sec. 2025.08.01 15:58:09.611770 [ 267 ] {0afe52f1-9ae0-4f51-9057-852fd33aa9cb} TCPHandler: Processed in 0.00166227 sec. 2025.08.01 15:58:09.611887 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:09.611977 [ 267 ] {daf64e35-a94d-4ef4-a8cf-6897f8f6bf7b} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:58:09.612017 [ 267 ] {daf64e35-a94d-4ef4-a8cf-6897f8f6bf7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:58:09.612336 [ 267 ] {daf64e35-a94d-4ef4-a8cf-6897f8f6bf7b} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:09.612371 [ 267 ] {daf64e35-a94d-4ef4-a8cf-6897f8f6bf7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:09.612804 [ 267 ] {daf64e35-a94d-4ef4-a8cf-6897f8f6bf7b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:58:09.613288 [ 267 ] {daf64e35-a94d-4ef4-a8cf-6897f8f6bf7b} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:09.613415 [ 267 ] {daf64e35-a94d-4ef4-a8cf-6897f8f6bf7b} executeQuery: Read 30 rows, 2.10 KiB in 0.001455 sec., 20618.556701030928 rows/sec., 1.41 MiB/sec. 2025.08.01 15:58:09.613447 [ 267 ] {daf64e35-a94d-4ef4-a8cf-6897f8f6bf7b} TCPHandler: Processed in 0.001607299 sec. 2025.08.01 15:58:12.595202 [ 81 ] {} DNSResolver: Updating DNS cache 2025.08.01 15:58:12.595258 [ 81 ] {} DNSResolver: Updated DNS cache 2025.08.01 15:58:12.642600 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 74 entries to flush up to offset 162 2025.08.01 15:58:12.646179 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:12.646220 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:12.647498 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:58:12.647982 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:12.648197 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 162 2025.08.01 15:58:12.652653 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.08.01 15:58:12.653164 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:12.653206 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:12.653848 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:58:12.654324 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:12.654454 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.08.01 15:58:12.742575 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.08.01 15:58:12.760030 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:12.760094 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:12.766215 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:58:12.767380 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:12.770432 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.08.01 15:58:14.606571 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:14.606740 [ 267 ] {d9dee9dc-ef4a-47e7-b58a-9ee589071856} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:58:14.606802 [ 267 ] {d9dee9dc-ef4a-47e7-b58a-9ee589071856} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:58:14.607455 [ 267 ] {d9dee9dc-ef4a-47e7-b58a-9ee589071856} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:14.607497 [ 267 ] {d9dee9dc-ef4a-47e7-b58a-9ee589071856} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:14.608019 [ 267 ] {d9dee9dc-ef4a-47e7-b58a-9ee589071856} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:14.608438 [ 267 ] {d9dee9dc-ef4a-47e7-b58a-9ee589071856} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:14.608590 [ 267 ] {d9dee9dc-ef4a-47e7-b58a-9ee589071856} executeQuery: Read 44 rows, 3.80 KiB in 0.001896 sec., 23206.75105485232 rows/sec., 1.96 MiB/sec. 2025.08.01 15:58:14.608632 [ 267 ] {d9dee9dc-ef4a-47e7-b58a-9ee589071856} TCPHandler: Processed in 0.002187367 sec. 2025.08.01 15:58:14.608774 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:14.608869 [ 267 ] {dca642b6-55a8-469c-88a4-bdd10cea6cb0} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:58:14.608908 [ 267 ] {dca642b6-55a8-469c-88a4-bdd10cea6cb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:58:14.609339 [ 267 ] {dca642b6-55a8-469c-88a4-bdd10cea6cb0} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:14.609376 [ 267 ] {dca642b6-55a8-469c-88a4-bdd10cea6cb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:14.609766 [ 267 ] {dca642b6-55a8-469c-88a4-bdd10cea6cb0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:58:14.610303 [ 267 ] {dca642b6-55a8-469c-88a4-bdd10cea6cb0} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:14.610436 [ 267 ] {dca642b6-55a8-469c-88a4-bdd10cea6cb0} executeQuery: Read 9 rows, 693.00 B in 0.001586 sec., 5674.653215636822 rows/sec., 426.71 KiB/sec. 2025.08.01 15:58:14.610473 [ 267 ] {dca642b6-55a8-469c-88a4-bdd10cea6cb0} TCPHandler: Processed in 0.001753713 sec. 2025.08.01 15:58:14.610597 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:14.610691 [ 267 ] {4b13ab90-8c97-48d4-84b0-69ca43901540} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:58:14.610731 [ 267 ] {4b13ab90-8c97-48d4-84b0-69ca43901540} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:58:14.611172 [ 267 ] {4b13ab90-8c97-48d4-84b0-69ca43901540} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:14.611209 [ 267 ] {4b13ab90-8c97-48d4-84b0-69ca43901540} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:14.611637 [ 267 ] {4b13ab90-8c97-48d4-84b0-69ca43901540} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:14.612126 [ 267 ] {4b13ab90-8c97-48d4-84b0-69ca43901540} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:14.612257 [ 267 ] {4b13ab90-8c97-48d4-84b0-69ca43901540} executeQuery: Read 37 rows, 2.96 KiB in 0.001585 sec., 23343.84858044164 rows/sec., 1.82 MiB/sec. 2025.08.01 15:58:14.612294 [ 267 ] {4b13ab90-8c97-48d4-84b0-69ca43901540} TCPHandler: Processed in 0.001756704 sec. 2025.08.01 15:58:14.612409 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:14.612504 [ 267 ] {ca17f917-622f-439c-a655-bf506f24d83d} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:14.612548 [ 267 ] {ca17f917-622f-439c-a655-bf506f24d83d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:58:14.612942 [ 267 ] {ca17f917-622f-439c-a655-bf506f24d83d} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:14.612979 [ 267 ] {ca17f917-622f-439c-a655-bf506f24d83d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:14.613408 [ 267 ] {ca17f917-622f-439c-a655-bf506f24d83d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:14.613826 [ 267 ] {ca17f917-622f-439c-a655-bf506f24d83d} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:14.613963 [ 267 ] {ca17f917-622f-439c-a655-bf506f24d83d} executeQuery: Read 100 rows, 7.10 KiB in 0.001477 sec., 67704.80704129994 rows/sec., 4.69 MiB/sec. 2025.08.01 15:58:14.614000 [ 267 ] {ca17f917-622f-439c-a655-bf506f24d83d} TCPHandler: Processed in 0.001640889 sec. 2025.08.01 15:58:14.614122 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:14.614215 [ 267 ] {44fb34f1-54cd-48d4-a996-85567e18698c} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:14.614271 [ 267 ] {44fb34f1-54cd-48d4-a996-85567e18698c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:58:14.615034 [ 267 ] {44fb34f1-54cd-48d4-a996-85567e18698c} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:14.615071 [ 267 ] {44fb34f1-54cd-48d4-a996-85567e18698c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:14.615711 [ 267 ] {44fb34f1-54cd-48d4-a996-85567e18698c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:58:14.616189 [ 267 ] {44fb34f1-54cd-48d4-a996-85567e18698c} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:14.616329 [ 267 ] {44fb34f1-54cd-48d4-a996-85567e18698c} executeQuery: Read 9 rows, 16.51 KiB in 0.002132 sec., 4221.388367729831 rows/sec., 7.56 MiB/sec. 2025.08.01 15:58:14.616379 [ 267 ] {44fb34f1-54cd-48d4-a996-85567e18698c} TCPHandler: Processed in 0.00231101 sec. 2025.08.01 15:58:14.616498 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:14.616593 [ 267 ] {c0b2af61-3098-4f62-878e-d79737098499} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:58:14.616636 [ 267 ] {c0b2af61-3098-4f62-878e-d79737098499} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:58:14.616963 [ 267 ] {c0b2af61-3098-4f62-878e-d79737098499} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:14.617001 [ 267 ] {c0b2af61-3098-4f62-878e-d79737098499} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:14.617419 [ 267 ] {c0b2af61-3098-4f62-878e-d79737098499} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:14.617918 [ 267 ] {c0b2af61-3098-4f62-878e-d79737098499} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:14.618053 [ 267 ] {c0b2af61-3098-4f62-878e-d79737098499} executeQuery: Read 30 rows, 2.10 KiB in 0.001479 sec., 20283.975659229207 rows/sec., 1.39 MiB/sec. 2025.08.01 15:58:14.618090 [ 267 ] {c0b2af61-3098-4f62-878e-d79737098499} TCPHandler: Processed in 0.00164226 sec. 2025.08.01 15:58:19.605984 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:19.606167 [ 267 ] {95e2ad96-b51c-469d-9a73-1bd753c84389} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:58:19.606227 [ 267 ] {95e2ad96-b51c-469d-9a73-1bd753c84389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:58:19.606867 [ 267 ] {95e2ad96-b51c-469d-9a73-1bd753c84389} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:19.606907 [ 267 ] {95e2ad96-b51c-469d-9a73-1bd753c84389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:19.607367 [ 267 ] {95e2ad96-b51c-469d-9a73-1bd753c84389} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:58:19.607792 [ 267 ] {95e2ad96-b51c-469d-9a73-1bd753c84389} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:19.607938 [ 267 ] {95e2ad96-b51c-469d-9a73-1bd753c84389} executeQuery: Read 26 rows, 2.01 KiB in 0.001816 sec., 14317.180616740088 rows/sec., 1.08 MiB/sec. 2025.08.01 15:58:19.607978 [ 267 ] {95e2ad96-b51c-469d-9a73-1bd753c84389} TCPHandler: Processed in 0.002126305 sec. 2025.08.01 15:58:19.608104 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:19.608199 [ 267 ] {2fab64d8-01a8-4f13-a315-8b2de872d719} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:58:19.608238 [ 267 ] {2fab64d8-01a8-4f13-a315-8b2de872d719} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:58:19.608674 [ 267 ] {2fab64d8-01a8-4f13-a315-8b2de872d719} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:19.608708 [ 267 ] {2fab64d8-01a8-4f13-a315-8b2de872d719} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:19.609113 [ 267 ] {2fab64d8-01a8-4f13-a315-8b2de872d719} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:58:19.609522 [ 267 ] {2fab64d8-01a8-4f13-a315-8b2de872d719} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:19.609651 [ 267 ] {2fab64d8-01a8-4f13-a315-8b2de872d719} executeQuery: Read 28 rows, 2.24 KiB in 0.001471 sec., 19034.67029231815 rows/sec., 1.48 MiB/sec. 2025.08.01 15:58:19.609696 [ 267 ] {2fab64d8-01a8-4f13-a315-8b2de872d719} TCPHandler: Processed in 0.00164246 sec. 2025.08.01 15:58:19.609812 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:19.609906 [ 267 ] {655c7e34-8132-4b1a-9b58-9c9447aac0cc} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:19.609951 [ 267 ] {655c7e34-8132-4b1a-9b58-9c9447aac0cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:58:19.610393 [ 267 ] {655c7e34-8132-4b1a-9b58-9c9447aac0cc} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:19.610430 [ 267 ] {655c7e34-8132-4b1a-9b58-9c9447aac0cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:19.610853 [ 267 ] {655c7e34-8132-4b1a-9b58-9c9447aac0cc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:58:19.611290 [ 267 ] {655c7e34-8132-4b1a-9b58-9c9447aac0cc} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:19.611417 [ 267 ] {655c7e34-8132-4b1a-9b58-9c9447aac0cc} executeQuery: Read 100 rows, 7.10 KiB in 0.001529 sec., 65402.223675604975 rows/sec., 4.53 MiB/sec. 2025.08.01 15:58:19.611453 [ 267 ] {655c7e34-8132-4b1a-9b58-9c9447aac0cc} TCPHandler: Processed in 0.001690841 sec. 2025.08.01 15:58:19.611566 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:19.611660 [ 267 ] {246319a2-7a0a-473e-9503-4030615772a6} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:58:19.611700 [ 267 ] {246319a2-7a0a-473e-9503-4030615772a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:58:19.612036 [ 267 ] {246319a2-7a0a-473e-9503-4030615772a6} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:19.612073 [ 267 ] {246319a2-7a0a-473e-9503-4030615772a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:19.612477 [ 267 ] {246319a2-7a0a-473e-9503-4030615772a6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:58:19.612955 [ 267 ] {246319a2-7a0a-473e-9503-4030615772a6} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:19.613086 [ 267 ] {246319a2-7a0a-473e-9503-4030615772a6} executeQuery: Read 30 rows, 2.10 KiB in 0.001444 sec., 20775.623268698062 rows/sec., 1.42 MiB/sec. 2025.08.01 15:58:19.613122 [ 267 ] {246319a2-7a0a-473e-9503-4030615772a6} TCPHandler: Processed in 0.001605039 sec. 2025.08.01 15:58:20.154512 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2025.08.01 15:58:20.155070 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:20.155120 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:20.155722 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:58:20.156205 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:20.156367 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2025.08.01 15:58:20.271474 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.08.01 15:58:20.289198 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:20.289264 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:20.295817 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:58:20.297006 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:20.300136 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.08.01 15:58:21.001158 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 162.62 MiB, peak 166.62 MiB, free memory in arenas 0.00 B, will set to 163.73 MiB (RSS), difference: 1.10 MiB 2025.08.01 15:58:22.649361 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 182 2025.08.01 15:58:22.651255 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:22.651305 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:22.652517 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:22.652971 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:22.653248 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 182 2025.08.01 15:58:24.606569 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:24.606738 [ 267 ] {e9e14502-9358-4b59-b7a9-06e4fa630311} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:58:24.606798 [ 267 ] {e9e14502-9358-4b59-b7a9-06e4fa630311} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:58:24.607419 [ 267 ] {e9e14502-9358-4b59-b7a9-06e4fa630311} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:24.607460 [ 267 ] {e9e14502-9358-4b59-b7a9-06e4fa630311} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:24.607931 [ 267 ] {e9e14502-9358-4b59-b7a9-06e4fa630311} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:58:24.608402 [ 267 ] {e9e14502-9358-4b59-b7a9-06e4fa630311} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:24.608575 [ 267 ] {e9e14502-9358-4b59-b7a9-06e4fa630311} executeQuery: Read 44 rows, 3.80 KiB in 0.001882 sec., 23379.383634431455 rows/sec., 1.97 MiB/sec. 2025.08.01 15:58:24.608619 [ 267 ] {e9e14502-9358-4b59-b7a9-06e4fa630311} TCPHandler: Processed in 0.002172526 sec. 2025.08.01 15:58:24.608800 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:24.608895 [ 267 ] {f2c8427f-df57-4cc2-a76a-cc5b478f457f} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:58:24.608935 [ 267 ] {f2c8427f-df57-4cc2-a76a-cc5b478f457f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:58:24.609333 [ 267 ] {f2c8427f-df57-4cc2-a76a-cc5b478f457f} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:24.609371 [ 267 ] {f2c8427f-df57-4cc2-a76a-cc5b478f457f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:24.609841 [ 267 ] {f2c8427f-df57-4cc2-a76a-cc5b478f457f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:24.610352 [ 267 ] {f2c8427f-df57-4cc2-a76a-cc5b478f457f} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:24.610490 [ 267 ] {f2c8427f-df57-4cc2-a76a-cc5b478f457f} executeQuery: Read 9 rows, 693.00 B in 0.001615 sec., 5572.755417956657 rows/sec., 419.05 KiB/sec. 2025.08.01 15:58:24.610528 [ 267 ] {f2c8427f-df57-4cc2-a76a-cc5b478f457f} TCPHandler: Processed in 0.001778794 sec. 2025.08.01 15:58:24.610646 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:24.610741 [ 267 ] {c10816df-b935-48a2-bcb3-e62bb0216c02} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:58:24.610781 [ 267 ] {c10816df-b935-48a2-bcb3-e62bb0216c02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:58:24.611188 [ 267 ] {c10816df-b935-48a2-bcb3-e62bb0216c02} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:24.611225 [ 267 ] {c10816df-b935-48a2-bcb3-e62bb0216c02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:24.611618 [ 267 ] {c10816df-b935-48a2-bcb3-e62bb0216c02} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:58:24.612040 [ 267 ] {c10816df-b935-48a2-bcb3-e62bb0216c02} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:24.612250 [ 267 ] {c10816df-b935-48a2-bcb3-e62bb0216c02} executeQuery: Read 37 rows, 2.96 KiB in 0.001527 sec., 24230.51735428946 rows/sec., 1.89 MiB/sec. 2025.08.01 15:58:24.612290 [ 267 ] {c10816df-b935-48a2-bcb3-e62bb0216c02} TCPHandler: Processed in 0.001693551 sec. 2025.08.01 15:58:24.612403 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:24.612497 [ 267 ] {6753144e-1e20-4b4f-ae9d-1981d1d12c7c} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:24.612543 [ 267 ] {6753144e-1e20-4b4f-ae9d-1981d1d12c7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:58:24.612924 [ 267 ] {6753144e-1e20-4b4f-ae9d-1981d1d12c7c} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:24.612961 [ 267 ] {6753144e-1e20-4b4f-ae9d-1981d1d12c7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:24.613382 [ 267 ] {6753144e-1e20-4b4f-ae9d-1981d1d12c7c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:58:24.613814 [ 267 ] {6753144e-1e20-4b4f-ae9d-1981d1d12c7c} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:24.613969 [ 267 ] {6753144e-1e20-4b4f-ae9d-1981d1d12c7c} executeQuery: Read 100 rows, 7.10 KiB in 0.00149 sec., 67114.09395973154 rows/sec., 4.65 MiB/sec. 2025.08.01 15:58:24.614007 [ 267 ] {6753144e-1e20-4b4f-ae9d-1981d1d12c7c} TCPHandler: Processed in 0.00165488 sec. 2025.08.01 15:58:24.614125 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:24.614218 [ 267 ] {a20f005e-c91e-409d-8254-049af07043f1} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:24.614273 [ 267 ] {a20f005e-c91e-409d-8254-049af07043f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:58:24.615038 [ 267 ] {a20f005e-c91e-409d-8254-049af07043f1} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:24.615075 [ 267 ] {a20f005e-c91e-409d-8254-049af07043f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:24.615687 [ 267 ] {a20f005e-c91e-409d-8254-049af07043f1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:24.616124 [ 267 ] {a20f005e-c91e-409d-8254-049af07043f1} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:24.616265 [ 267 ] {a20f005e-c91e-409d-8254-049af07043f1} executeQuery: Read 9 rows, 16.51 KiB in 0.002064 sec., 4360.46511627907 rows/sec., 7.81 MiB/sec. 2025.08.01 15:58:24.616315 [ 267 ] {a20f005e-c91e-409d-8254-049af07043f1} TCPHandler: Processed in 0.002240488 sec. 2025.08.01 15:58:24.616431 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:24.616525 [ 267 ] {67136cbb-8583-4735-97f4-de2f16c53e9e} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:58:24.616567 [ 267 ] {67136cbb-8583-4735-97f4-de2f16c53e9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:58:24.616895 [ 267 ] {67136cbb-8583-4735-97f4-de2f16c53e9e} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:24.616932 [ 267 ] {67136cbb-8583-4735-97f4-de2f16c53e9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.01 15:58:24.617381 [ 267 ] {67136cbb-8583-4735-97f4-de2f16c53e9e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:58:24.617818 [ 267 ] {67136cbb-8583-4735-97f4-de2f16c53e9e} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:24.617976 [ 267 ] {67136cbb-8583-4735-97f4-de2f16c53e9e} executeQuery: Read 30 rows, 2.10 KiB in 0.001469 sec., 20422.055820285907 rows/sec., 1.40 MiB/sec. 2025.08.01 15:58:24.618014 [ 267 ] {67136cbb-8583-4735-97f4-de2f16c53e9e} TCPHandler: Processed in 0.001634 sec. 2025.08.01 15:58:27.595341 [ 66 ] {} DNSResolver: Updating DNS cache 2025.08.01 15:58:27.595432 [ 66 ] {} DNSResolver: Updated DNS cache 2025.08.01 15:58:27.657298 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 2025.08.01 15:58:27.657903 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:27.657946 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:27.658610 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:58:27.659052 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:27.659190 [ 66 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:58:27.659197 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.08.01 15:58:27.659266 [ 66 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:27.659294 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:27.661447 [ 189 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:58:27.661736 [ 189 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:58:27.664031 [ 189 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2025.08.01 15:58:27.668311 [ 189 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2025.08.01 15:58:27.668417 [ 189 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2025.08.01 15:58:27.670727 [ 189 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2025.08.01 15:58:27.670832 [ 189 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part 2025.08.01 15:58:27.670953 [ 189 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part 2025.08.01 15:58:27.702328 [ 191 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.042922881 sec., 65373.05825300962 rows/sec., 957.61 KiB/sec. 2025.08.01 15:58:27.703197 [ 198 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:58:27.703771 [ 198 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_6_1} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:27.703850 [ 198 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_6_1} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:58:27.703965 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.08.01 15:58:27.801030 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.08.01 15:58:27.818571 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:27.818635 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:27.825080 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:58:27.826378 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:27.826661 [ 66 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:58:27.826704 [ 66 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:27.826735 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:27.826831 [ 198 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:58:27.830129 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.08.01 15:58:27.831047 [ 198 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:58:27.832442 [ 198 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.08.01 15:58:27.837018 [ 198 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.08.01 15:58:27.841513 [ 198 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.08.01 15:58:27.845941 [ 198 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.08.01 15:58:27.855456 [ 198 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.08.01 15:58:27.859644 [ 198 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.08.01 15:58:27.920748 [ 191 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.093960139 sec., 489.56930555413504 rows/sec., 2.53 MiB/sec. 2025.08.01 15:58:27.923272 [ 201 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:58:27.925723 [ 201 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_6_1} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:27.925828 [ 201 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_6_1} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:58:27.927750 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.08.01 15:58:28.001202 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 165.01 MiB, peak 174.54 MiB, free memory in arenas 0.00 B, will set to 175.48 MiB (RSS), difference: 10.47 MiB 2025.08.01 15:58:29.606398 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:29.606569 [ 267 ] {412a97cd-5f94-4275-a992-8d9cf2736221} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:58:29.606633 [ 267 ] {412a97cd-5f94-4275-a992-8d9cf2736221} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:58:29.607265 [ 267 ] {412a97cd-5f94-4275-a992-8d9cf2736221} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:29.607310 [ 267 ] {412a97cd-5f94-4275-a992-8d9cf2736221} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:29.607769 [ 267 ] {412a97cd-5f94-4275-a992-8d9cf2736221} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:58:29.608191 [ 267 ] {412a97cd-5f94-4275-a992-8d9cf2736221} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:29.608336 [ 64 ] {} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:58:29.608348 [ 267 ] {412a97cd-5f94-4275-a992-8d9cf2736221} executeQuery: Read 26 rows, 2.01 KiB in 0.001823 sec., 14262.20515633571 rows/sec., 1.08 MiB/sec. 2025.08.01 15:58:29.608412 [ 64 ] {} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:29.608434 [ 267 ] {412a97cd-5f94-4275-a992-8d9cf2736221} TCPHandler: Processed in 0.002159055 sec. 2025.08.01 15:58:29.608441 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:29.608577 [ 193 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:58:29.608581 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:29.608693 [ 193 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:58:29.608702 [ 267 ] {7b34ab75-912c-4f23-a0bf-d06ccbd6d9e4} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:58:29.608736 [ 193 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 167 rows starting from the beginning of the part 2025.08.01 15:58:29.608748 [ 267 ] {7b34ab75-912c-4f23-a0bf-d06ccbd6d9e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:58:29.608839 [ 193 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2025.08.01 15:58:29.608894 [ 193 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 44 rows starting from the beginning of the part 2025.08.01 15:58:29.608943 [ 193 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part 2025.08.01 15:58:29.608993 [ 193 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 44 rows starting from the beginning of the part 2025.08.01 15:58:29.609041 [ 193 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part 2025.08.01 15:58:29.609186 [ 267 ] {7b34ab75-912c-4f23-a0bf-d06ccbd6d9e4} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:29.609222 [ 267 ] {7b34ab75-912c-4f23-a0bf-d06ccbd6d9e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:29.609724 [ 267 ] {7b34ab75-912c-4f23-a0bf-d06ccbd6d9e4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:58:29.609910 [ 191 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 333 rows, containing 5 columns (5 merged, 0 gathered) in 0.001377722 sec., 241703.3334736616 rows/sec., 21.56 MiB/sec. 2025.08.01 15:58:29.610161 [ 267 ] {7b34ab75-912c-4f23-a0bf-d06ccbd6d9e4} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:29.610271 [ 190 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:58:29.610302 [ 64 ] {} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:58:29.610308 [ 267 ] {7b34ab75-912c-4f23-a0bf-d06ccbd6d9e4} executeQuery: Read 28 rows, 2.24 KiB in 0.00163 sec., 17177.914110429447 rows/sec., 1.34 MiB/sec. 2025.08.01 15:58:29.610351 [ 64 ] {} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:29.610370 [ 267 ] {7b34ab75-912c-4f23-a0bf-d06ccbd6d9e4} TCPHandler: Processed in 0.001842156 sec. 2025.08.01 15:58:29.610382 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:29.610455 [ 193 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:58:29.610516 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:29.610558 [ 193 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:58:29.610582 [ 193 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 79 rows starting from the beginning of the part 2025.08.01 15:58:29.610617 [ 267 ] {8eb1db20-4c79-4daf-a544-be372b7d672c} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:29.610626 [ 193 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2025.08.01 15:58:29.610662 [ 267 ] {8eb1db20-4c79-4daf-a544-be372b7d672c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:58:29.610671 [ 193 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 37 rows starting from the beginning of the part 2025.08.01 15:58:29.610710 [ 193 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part 2025.08.01 15:58:29.610746 [ 193 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 37 rows starting from the beginning of the part 2025.08.01 15:58:29.610781 [ 193 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part 2025.08.01 15:58:29.610918 [ 190 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_6_1} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:29.611018 [ 190 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_6_1} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:58:29.611064 [ 267 ] {8eb1db20-4c79-4daf-a544-be372b7d672c} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:29.611108 [ 267 ] {8eb1db20-4c79-4daf-a544-be372b7d672c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:29.611113 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.08.01 15:58:29.611604 [ 267 ] {8eb1db20-4c79-4daf-a544-be372b7d672c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:58:29.611626 [ 186 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 237 rows, containing 5 columns (5 merged, 0 gathered) in 0.001194476 sec., 198413.36284697222 rows/sec., 16.56 MiB/sec. 2025.08.01 15:58:29.611825 [ 193 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:58:29.612041 [ 267 ] {8eb1db20-4c79-4daf-a544-be372b7d672c} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:29.612180 [ 267 ] {8eb1db20-4c79-4daf-a544-be372b7d672c} executeQuery: Read 100 rows, 7.10 KiB in 0.001583 sec., 63171.19393556538 rows/sec., 4.38 MiB/sec. 2025.08.01 15:58:29.612193 [ 64 ] {} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:58:29.612217 [ 267 ] {8eb1db20-4c79-4daf-a544-be372b7d672c} TCPHandler: Processed in 0.001752023 sec. 2025.08.01 15:58:29.612233 [ 64 ] {} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:29.612261 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:29.612319 [ 193 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_6_1} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:29.612348 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:29.612351 [ 190 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:58:29.612388 [ 193 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_6_1} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:58:29.612445 [ 267 ] {6cbf7d07-0fea-4009-8dac-edd82a5e6316} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:58:29.612453 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.08.01 15:58:29.612487 [ 190 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:58:29.612488 [ 267 ] {6cbf7d07-0fea-4009-8dac-edd82a5e6316} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:58:29.612530 [ 190 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 295 rows starting from the beginning of the part 2025.08.01 15:58:29.612621 [ 190 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part 2025.08.01 15:58:29.612680 [ 190 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part 2025.08.01 15:58:29.612729 [ 190 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part 2025.08.01 15:58:29.612789 [ 190 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part 2025.08.01 15:58:29.612847 [ 190 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part 2025.08.01 15:58:29.612854 [ 267 ] {6cbf7d07-0fea-4009-8dac-edd82a5e6316} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:29.612897 [ 267 ] {6cbf7d07-0fea-4009-8dac-edd82a5e6316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:29.613346 [ 267 ] {6cbf7d07-0fea-4009-8dac-edd82a5e6316} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:58:29.613797 [ 267 ] {6cbf7d07-0fea-4009-8dac-edd82a5e6316} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:29.613908 [ 193 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 795 rows, containing 5 columns (5 merged, 0 gathered) in 0.001595678 sec., 498220.81898728944 rows/sec., 35.95 MiB/sec. 2025.08.01 15:58:29.613921 [ 64 ] {} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:58:29.613937 [ 267 ] {6cbf7d07-0fea-4009-8dac-edd82a5e6316} executeQuery: Read 30 rows, 2.10 KiB in 0.001511 sec., 19854.40105890139 rows/sec., 1.36 MiB/sec. 2025.08.01 15:58:29.613961 [ 64 ] {} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:29.613982 [ 267 ] {6cbf7d07-0fea-4009-8dac-edd82a5e6316} TCPHandler: Processed in 0.001685912 sec. 2025.08.01 15:58:29.613986 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:29.614116 [ 192 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:58:29.614195 [ 186 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:58:29.614252 [ 192 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:58:29.614303 [ 192 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2025.08.01 15:58:29.614397 [ 192 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2025.08.01 15:58:29.614448 [ 192 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2025.08.01 15:58:29.614506 [ 192 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part 2025.08.01 15:58:29.614556 [ 192 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2025.08.01 15:58:29.614608 [ 192 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2025.08.01 15:58:29.614747 [ 186 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_6_1} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:29.614823 [ 186 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_6_1} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:58:29.614885 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.08.01 15:58:29.615552 [ 186 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.001494495 sec., 120442.0222215531 rows/sec., 8.25 MiB/sec. 2025.08.01 15:58:29.615764 [ 192 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:58:29.616232 [ 192 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_6_1} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:29.616302 [ 192 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_6_1} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:58:29.616366 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.01 15:58:32.654258 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 202 2025.08.01 15:58:32.656227 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:32.656267 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:32.657533 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:58:32.658006 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:32.658227 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 202 2025.08.01 15:58:34.605544 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.605767 [ 267 ] {5b4998a2-5beb-43b3-97ec-fe9ab127b235} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:34.608083 [ 267 ] {5b4998a2-5beb-43b3-97ec-fe9ab127b235} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.610188 [ 267 ] {5b4998a2-5beb-43b3-97ec-fe9ab127b235} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.610450 [ 267 ] {5b4998a2-5beb-43b3-97ec-fe9ab127b235} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.612535 [ 267 ] {5b4998a2-5beb-43b3-97ec-fe9ab127b235} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.614795 [ 267 ] {5b4998a2-5beb-43b3-97ec-fe9ab127b235} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.08.01 15:58:34.619489 [ 267 ] {5b4998a2-5beb-43b3-97ec-fe9ab127b235} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.621533 [ 267 ] {5b4998a2-5beb-43b3-97ec-fe9ab127b235} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.621561 [ 267 ] {5b4998a2-5beb-43b3-97ec-fe9ab127b235} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.621648 [ 267 ] {5b4998a2-5beb-43b3-97ec-fe9ab127b235} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.621673 [ 267 ] {5b4998a2-5beb-43b3-97ec-fe9ab127b235} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.633425 [ 267 ] {5b4998a2-5beb-43b3-97ec-fe9ab127b235} executeQuery: Read 22 rows, 983.00 B in 0.027747 sec., 792.8785093884023 rows/sec., 34.60 KiB/sec. 2025.08.01 15:58:34.633550 [ 267 ] {5b4998a2-5beb-43b3-97ec-fe9ab127b235} TCPHandler: Processed in 0.028148984 sec. 2025.08.01 15:58:34.633952 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.634101 [ 267 ] {4c649619-7ebb-4aa8-9a1d-26689a3b227b} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:34.634340 [ 267 ] {4c649619-7ebb-4aa8-9a1d-26689a3b227b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.634374 [ 267 ] {4c649619-7ebb-4aa8-9a1d-26689a3b227b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.634562 [ 267 ] {4c649619-7ebb-4aa8-9a1d-26689a3b227b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.634619 [ 267 ] {4c649619-7ebb-4aa8-9a1d-26689a3b227b} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.634732 [ 267 ] {4c649619-7ebb-4aa8-9a1d-26689a3b227b} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.08.01 15:58:34.634763 [ 267 ] {4c649619-7ebb-4aa8-9a1d-26689a3b227b} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.634784 [ 267 ] {4c649619-7ebb-4aa8-9a1d-26689a3b227b} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.634902 [ 267 ] {4c649619-7ebb-4aa8-9a1d-26689a3b227b} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.634946 [ 267 ] {4c649619-7ebb-4aa8-9a1d-26689a3b227b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.634965 [ 267 ] {4c649619-7ebb-4aa8-9a1d-26689a3b227b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.635557 [ 267 ] {4c649619-7ebb-4aa8-9a1d-26689a3b227b} executeQuery: Read 22 rows, 983.00 B in 0.001521 sec., 14464.168310322157 rows/sec., 631.14 KiB/sec. 2025.08.01 15:58:34.635642 [ 267 ] {4c649619-7ebb-4aa8-9a1d-26689a3b227b} TCPHandler: Processed in 0.001757523 sec. 2025.08.01 15:58:34.636188 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.636332 [ 267 ] {a5181732-e7c6-48f9-9e5c-d15ea42633c3} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:34.636559 [ 267 ] {a5181732-e7c6-48f9-9e5c-d15ea42633c3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.636593 [ 267 ] {a5181732-e7c6-48f9-9e5c-d15ea42633c3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.636772 [ 267 ] {a5181732-e7c6-48f9-9e5c-d15ea42633c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.636829 [ 267 ] {a5181732-e7c6-48f9-9e5c-d15ea42633c3} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.636932 [ 267 ] {a5181732-e7c6-48f9-9e5c-d15ea42633c3} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.08.01 15:58:34.636962 [ 267 ] {a5181732-e7c6-48f9-9e5c-d15ea42633c3} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.636981 [ 267 ] {a5181732-e7c6-48f9-9e5c-d15ea42633c3} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.637005 [ 267 ] {a5181732-e7c6-48f9-9e5c-d15ea42633c3} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.637041 [ 267 ] {a5181732-e7c6-48f9-9e5c-d15ea42633c3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.637059 [ 267 ] {a5181732-e7c6-48f9-9e5c-d15ea42633c3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.637508 [ 267 ] {a5181732-e7c6-48f9-9e5c-d15ea42633c3} executeQuery: Read 22 rows, 983.00 B in 0.001235 sec., 17813.765182186235 rows/sec., 777.30 KiB/sec. 2025.08.01 15:58:34.637586 [ 267 ] {a5181732-e7c6-48f9-9e5c-d15ea42633c3} TCPHandler: Processed in 0.001457224 sec. 2025.08.01 15:58:34.637826 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.637958 [ 267 ] {cc5419f3-5e3e-41e9-95be-7db6c4b7e511} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:34.638165 [ 267 ] {cc5419f3-5e3e-41e9-95be-7db6c4b7e511} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.638204 [ 267 ] {cc5419f3-5e3e-41e9-95be-7db6c4b7e511} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.638381 [ 267 ] {cc5419f3-5e3e-41e9-95be-7db6c4b7e511} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.638433 [ 267 ] {cc5419f3-5e3e-41e9-95be-7db6c4b7e511} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.638532 [ 267 ] {cc5419f3-5e3e-41e9-95be-7db6c4b7e511} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.08.01 15:58:34.638561 [ 267 ] {cc5419f3-5e3e-41e9-95be-7db6c4b7e511} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.638579 [ 267 ] {cc5419f3-5e3e-41e9-95be-7db6c4b7e511} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.638593 [ 267 ] {cc5419f3-5e3e-41e9-95be-7db6c4b7e511} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.638626 [ 267 ] {cc5419f3-5e3e-41e9-95be-7db6c4b7e511} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.638644 [ 267 ] {cc5419f3-5e3e-41e9-95be-7db6c4b7e511} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.639093 [ 267 ] {cc5419f3-5e3e-41e9-95be-7db6c4b7e511} executeQuery: Read 22 rows, 983.00 B in 0.001188 sec., 18518.51851851852 rows/sec., 808.05 KiB/sec. 2025.08.01 15:58:34.639171 [ 267 ] {cc5419f3-5e3e-41e9-95be-7db6c4b7e511} TCPHandler: Processed in 0.001396522 sec. 2025.08.01 15:58:34.639419 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.639547 [ 267 ] {b27d0c34-20b6-444d-a647-dac0050e4df3} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:34.639746 [ 267 ] {b27d0c34-20b6-444d-a647-dac0050e4df3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.639778 [ 267 ] {b27d0c34-20b6-444d-a647-dac0050e4df3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.639972 [ 267 ] {b27d0c34-20b6-444d-a647-dac0050e4df3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.640025 [ 267 ] {b27d0c34-20b6-444d-a647-dac0050e4df3} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.640129 [ 267 ] {b27d0c34-20b6-444d-a647-dac0050e4df3} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.08.01 15:58:34.640159 [ 267 ] {b27d0c34-20b6-444d-a647-dac0050e4df3} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.640178 [ 267 ] {b27d0c34-20b6-444d-a647-dac0050e4df3} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.640192 [ 267 ] {b27d0c34-20b6-444d-a647-dac0050e4df3} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.640224 [ 267 ] {b27d0c34-20b6-444d-a647-dac0050e4df3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.640241 [ 267 ] {b27d0c34-20b6-444d-a647-dac0050e4df3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.640653 [ 267 ] {b27d0c34-20b6-444d-a647-dac0050e4df3} executeQuery: Read 22 rows, 983.00 B in 0.001156 sec., 19031.141868512113 rows/sec., 830.42 KiB/sec. 2025.08.01 15:58:34.640734 [ 267 ] {b27d0c34-20b6-444d-a647-dac0050e4df3} TCPHandler: Processed in 0.001367502 sec. 2025.08.01 15:58:34.640979 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.641107 [ 267 ] {6acd4f7a-1c1b-4d88-a875-9690599eee4a} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:34.641319 [ 267 ] {6acd4f7a-1c1b-4d88-a875-9690599eee4a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.641356 [ 267 ] {6acd4f7a-1c1b-4d88-a875-9690599eee4a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.641539 [ 267 ] {6acd4f7a-1c1b-4d88-a875-9690599eee4a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.641592 [ 267 ] {6acd4f7a-1c1b-4d88-a875-9690599eee4a} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.641692 [ 267 ] {6acd4f7a-1c1b-4d88-a875-9690599eee4a} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.08.01 15:58:34.641721 [ 267 ] {6acd4f7a-1c1b-4d88-a875-9690599eee4a} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.641740 [ 267 ] {6acd4f7a-1c1b-4d88-a875-9690599eee4a} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.641753 [ 267 ] {6acd4f7a-1c1b-4d88-a875-9690599eee4a} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.641785 [ 267 ] {6acd4f7a-1c1b-4d88-a875-9690599eee4a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.641802 [ 267 ] {6acd4f7a-1c1b-4d88-a875-9690599eee4a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.642231 [ 267 ] {6acd4f7a-1c1b-4d88-a875-9690599eee4a} executeQuery: Read 22 rows, 983.00 B in 0.001174 sec., 18739.352640545145 rows/sec., 817.68 KiB/sec. 2025.08.01 15:58:34.642307 [ 267 ] {6acd4f7a-1c1b-4d88-a875-9690599eee4a} TCPHandler: Processed in 0.001380402 sec. 2025.08.01 15:58:34.642541 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.642678 [ 267 ] {a8f041ea-3ea6-4fc2-a4be-d1c1fe068033} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:34.642897 [ 267 ] {a8f041ea-3ea6-4fc2-a4be-d1c1fe068033} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.642932 [ 267 ] {a8f041ea-3ea6-4fc2-a4be-d1c1fe068033} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.643112 [ 267 ] {a8f041ea-3ea6-4fc2-a4be-d1c1fe068033} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.643163 [ 267 ] {a8f041ea-3ea6-4fc2-a4be-d1c1fe068033} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.643260 [ 267 ] {a8f041ea-3ea6-4fc2-a4be-d1c1fe068033} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.08.01 15:58:34.643287 [ 267 ] {a8f041ea-3ea6-4fc2-a4be-d1c1fe068033} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.643305 [ 267 ] {a8f041ea-3ea6-4fc2-a4be-d1c1fe068033} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.643319 [ 267 ] {a8f041ea-3ea6-4fc2-a4be-d1c1fe068033} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.643351 [ 267 ] {a8f041ea-3ea6-4fc2-a4be-d1c1fe068033} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.643368 [ 267 ] {a8f041ea-3ea6-4fc2-a4be-d1c1fe068033} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.643776 [ 267 ] {a8f041ea-3ea6-4fc2-a4be-d1c1fe068033} executeQuery: Read 22 rows, 983.00 B in 0.001152 sec., 19097.222222222223 rows/sec., 833.30 KiB/sec. 2025.08.01 15:58:34.643859 [ 267 ] {a8f041ea-3ea6-4fc2-a4be-d1c1fe068033} TCPHandler: Processed in 0.001367872 sec. 2025.08.01 15:58:34.644128 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.644261 [ 267 ] {6a196f73-dbb1-48b7-ab74-3e35e2d9dce4} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:34.644463 [ 267 ] {6a196f73-dbb1-48b7-ab74-3e35e2d9dce4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.644497 [ 267 ] {6a196f73-dbb1-48b7-ab74-3e35e2d9dce4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.644688 [ 267 ] {6a196f73-dbb1-48b7-ab74-3e35e2d9dce4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.644747 [ 267 ] {6a196f73-dbb1-48b7-ab74-3e35e2d9dce4} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.644845 [ 267 ] {6a196f73-dbb1-48b7-ab74-3e35e2d9dce4} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.08.01 15:58:34.644873 [ 267 ] {6a196f73-dbb1-48b7-ab74-3e35e2d9dce4} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.644893 [ 267 ] {6a196f73-dbb1-48b7-ab74-3e35e2d9dce4} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.644908 [ 267 ] {6a196f73-dbb1-48b7-ab74-3e35e2d9dce4} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.644944 [ 267 ] {6a196f73-dbb1-48b7-ab74-3e35e2d9dce4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.644964 [ 267 ] {6a196f73-dbb1-48b7-ab74-3e35e2d9dce4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.645410 [ 267 ] {6a196f73-dbb1-48b7-ab74-3e35e2d9dce4} executeQuery: Read 22 rows, 983.00 B in 0.0012 sec., 18333.333333333336 rows/sec., 799.97 KiB/sec. 2025.08.01 15:58:34.645488 [ 267 ] {6a196f73-dbb1-48b7-ab74-3e35e2d9dce4} TCPHandler: Processed in 0.001412993 sec. 2025.08.01 15:58:34.645719 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.645849 [ 267 ] {b7af5116-780d-4ed4-a02f-57ec8f5e2a19} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:34.646050 [ 267 ] {b7af5116-780d-4ed4-a02f-57ec8f5e2a19} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.646084 [ 267 ] {b7af5116-780d-4ed4-a02f-57ec8f5e2a19} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.646308 [ 267 ] {b7af5116-780d-4ed4-a02f-57ec8f5e2a19} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.646363 [ 267 ] {b7af5116-780d-4ed4-a02f-57ec8f5e2a19} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.646467 [ 267 ] {b7af5116-780d-4ed4-a02f-57ec8f5e2a19} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.08.01 15:58:34.646498 [ 267 ] {b7af5116-780d-4ed4-a02f-57ec8f5e2a19} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.646517 [ 267 ] {b7af5116-780d-4ed4-a02f-57ec8f5e2a19} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.646535 [ 267 ] {b7af5116-780d-4ed4-a02f-57ec8f5e2a19} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.646568 [ 267 ] {b7af5116-780d-4ed4-a02f-57ec8f5e2a19} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.646585 [ 267 ] {b7af5116-780d-4ed4-a02f-57ec8f5e2a19} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.647015 [ 267 ] {b7af5116-780d-4ed4-a02f-57ec8f5e2a19} executeQuery: Read 22 rows, 983.00 B in 0.001218 sec., 18062.3973727422 rows/sec., 788.15 KiB/sec. 2025.08.01 15:58:34.647093 [ 267 ] {b7af5116-780d-4ed4-a02f-57ec8f5e2a19} TCPHandler: Processed in 0.001425813 sec. 2025.08.01 15:58:34.647347 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.647478 [ 267 ] {2d51034c-840b-4096-b2fe-a38427480ca6} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:34.647680 [ 267 ] {2d51034c-840b-4096-b2fe-a38427480ca6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.647714 [ 267 ] {2d51034c-840b-4096-b2fe-a38427480ca6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.647904 [ 267 ] {2d51034c-840b-4096-b2fe-a38427480ca6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.647956 [ 267 ] {2d51034c-840b-4096-b2fe-a38427480ca6} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.648052 [ 267 ] {2d51034c-840b-4096-b2fe-a38427480ca6} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.08.01 15:58:34.648081 [ 267 ] {2d51034c-840b-4096-b2fe-a38427480ca6} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.648098 [ 267 ] {2d51034c-840b-4096-b2fe-a38427480ca6} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.648113 [ 267 ] {2d51034c-840b-4096-b2fe-a38427480ca6} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.648148 [ 267 ] {2d51034c-840b-4096-b2fe-a38427480ca6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.648166 [ 267 ] {2d51034c-840b-4096-b2fe-a38427480ca6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.648583 [ 267 ] {2d51034c-840b-4096-b2fe-a38427480ca6} executeQuery: Read 22 rows, 983.00 B in 0.001157 sec., 19014.693171996543 rows/sec., 829.70 KiB/sec. 2025.08.01 15:58:34.648660 [ 267 ] {2d51034c-840b-4096-b2fe-a38427480ca6} TCPHandler: Processed in 0.001363601 sec. 2025.08.01 15:58:34.648891 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.649021 [ 267 ] {f6e64aeb-eba4-429b-bb82-212e12a4140e} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:34.649227 [ 267 ] {f6e64aeb-eba4-429b-bb82-212e12a4140e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.649260 [ 267 ] {f6e64aeb-eba4-429b-bb82-212e12a4140e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.649443 [ 267 ] {f6e64aeb-eba4-429b-bb82-212e12a4140e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.649493 [ 267 ] {f6e64aeb-eba4-429b-bb82-212e12a4140e} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.649589 [ 267 ] {f6e64aeb-eba4-429b-bb82-212e12a4140e} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.08.01 15:58:34.649616 [ 267 ] {f6e64aeb-eba4-429b-bb82-212e12a4140e} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.649635 [ 267 ] {f6e64aeb-eba4-429b-bb82-212e12a4140e} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.649650 [ 267 ] {f6e64aeb-eba4-429b-bb82-212e12a4140e} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.649681 [ 267 ] {f6e64aeb-eba4-429b-bb82-212e12a4140e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.649698 [ 267 ] {f6e64aeb-eba4-429b-bb82-212e12a4140e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.650098 [ 267 ] {f6e64aeb-eba4-429b-bb82-212e12a4140e} executeQuery: Read 22 rows, 983.00 B in 0.001128 sec., 19503.54609929078 rows/sec., 851.03 KiB/sec. 2025.08.01 15:58:34.650178 [ 267 ] {f6e64aeb-eba4-429b-bb82-212e12a4140e} TCPHandler: Processed in 0.001337271 sec. 2025.08.01 15:58:34.660610 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.660788 [ 267 ] {047d1a65-f681-490e-b3b7-f5a579cc3515} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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) 2025.08.01 15:58:34.661058 [ 267 ] {047d1a65-f681-490e-b3b7-f5a579cc3515} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.661101 [ 267 ] {047d1a65-f681-490e-b3b7-f5a579cc3515} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.661343 [ 267 ] {047d1a65-f681-490e-b3b7-f5a579cc3515} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.661404 [ 267 ] {047d1a65-f681-490e-b3b7-f5a579cc3515} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.661508 [ 267 ] {047d1a65-f681-490e-b3b7-f5a579cc3515} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.08.01 15:58:34.661537 [ 267 ] {047d1a65-f681-490e-b3b7-f5a579cc3515} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.661556 [ 267 ] {047d1a65-f681-490e-b3b7-f5a579cc3515} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.661570 [ 267 ] {047d1a65-f681-490e-b3b7-f5a579cc3515} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.661604 [ 267 ] {047d1a65-f681-490e-b3b7-f5a579cc3515} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.661622 [ 267 ] {047d1a65-f681-490e-b3b7-f5a579cc3515} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.662097 [ 267 ] {047d1a65-f681-490e-b3b7-f5a579cc3515} executeQuery: Read 22 rows, 983.00 B in 0.001379 sec., 15953.589557650472 rows/sec., 696.13 KiB/sec. 2025.08.01 15:58:34.662194 [ 267 ] {047d1a65-f681-490e-b3b7-f5a579cc3515} TCPHandler: Processed in 0.00165345 sec. 2025.08.01 15:58:34.663189 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.663367 [ 267 ] {5efc0ea2-48ee-4742-8778-62eef22cf4c2} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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) 2025.08.01 15:58:34.663653 [ 267 ] {5efc0ea2-48ee-4742-8778-62eef22cf4c2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.663710 [ 267 ] {5efc0ea2-48ee-4742-8778-62eef22cf4c2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.663975 [ 267 ] {5efc0ea2-48ee-4742-8778-62eef22cf4c2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.664044 [ 267 ] {5efc0ea2-48ee-4742-8778-62eef22cf4c2} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.664172 [ 267 ] {5efc0ea2-48ee-4742-8778-62eef22cf4c2} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.08.01 15:58:34.664209 [ 267 ] {5efc0ea2-48ee-4742-8778-62eef22cf4c2} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.664233 [ 267 ] {5efc0ea2-48ee-4742-8778-62eef22cf4c2} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.664251 [ 267 ] {5efc0ea2-48ee-4742-8778-62eef22cf4c2} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.664293 [ 267 ] {5efc0ea2-48ee-4742-8778-62eef22cf4c2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.664315 [ 267 ] {5efc0ea2-48ee-4742-8778-62eef22cf4c2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.664750 [ 267 ] {5efc0ea2-48ee-4742-8778-62eef22cf4c2} executeQuery: Read 22 rows, 983.00 B in 0.001455 sec., 15120.274914089348 rows/sec., 659.77 KiB/sec. 2025.08.01 15:58:34.664828 [ 267 ] {5efc0ea2-48ee-4742-8778-62eef22cf4c2} TCPHandler: Processed in 0.001715302 sec. 2025.08.01 15:58:34.665031 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.665167 [ 267 ] {eeb69134-42e8-494f-891c-c7655bcac01a} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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) 2025.08.01 15:58:34.665380 [ 267 ] {eeb69134-42e8-494f-891c-c7655bcac01a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.665417 [ 267 ] {eeb69134-42e8-494f-891c-c7655bcac01a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.665617 [ 267 ] {eeb69134-42e8-494f-891c-c7655bcac01a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.665670 [ 267 ] {eeb69134-42e8-494f-891c-c7655bcac01a} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.665770 [ 267 ] {eeb69134-42e8-494f-891c-c7655bcac01a} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.08.01 15:58:34.665799 [ 267 ] {eeb69134-42e8-494f-891c-c7655bcac01a} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.665818 [ 267 ] {eeb69134-42e8-494f-891c-c7655bcac01a} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.665832 [ 267 ] {eeb69134-42e8-494f-891c-c7655bcac01a} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.665865 [ 267 ] {eeb69134-42e8-494f-891c-c7655bcac01a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.665882 [ 267 ] {eeb69134-42e8-494f-891c-c7655bcac01a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.666278 [ 267 ] {eeb69134-42e8-494f-891c-c7655bcac01a} executeQuery: Read 22 rows, 983.00 B in 0.001168 sec., 18835.616438356166 rows/sec., 821.88 KiB/sec. 2025.08.01 15:58:34.666356 [ 267 ] {eeb69134-42e8-494f-891c-c7655bcac01a} TCPHandler: Processed in 0.001376192 sec. 2025.08.01 15:58:34.666550 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.666687 [ 267 ] {eb19a066-4280-4159-9265-0213d64fb518} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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) 2025.08.01 15:58:34.666896 [ 267 ] {eb19a066-4280-4159-9265-0213d64fb518} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.666932 [ 267 ] {eb19a066-4280-4159-9265-0213d64fb518} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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 2025.08.01 15:58:34.667132 [ 267 ] {eb19a066-4280-4159-9265-0213d64fb518} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.667185 [ 267 ] {eb19a066-4280-4159-9265-0213d64fb518} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.667285 [ 267 ] {eb19a066-4280-4159-9265-0213d64fb518} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.08.01 15:58:34.667314 [ 267 ] {eb19a066-4280-4159-9265-0213d64fb518} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.667333 [ 267 ] {eb19a066-4280-4159-9265-0213d64fb518} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.667347 [ 267 ] {eb19a066-4280-4159-9265-0213d64fb518} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.667379 [ 267 ] {eb19a066-4280-4159-9265-0213d64fb518} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))" 2025.08.01 15:58:34.667398 [ 267 ] {eb19a066-4280-4159-9265-0213d64fb518} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.667807 [ 267 ] {eb19a066-4280-4159-9265-0213d64fb518} executeQuery: Read 22 rows, 983.00 B in 0.001178 sec., 18675.72156196944 rows/sec., 814.91 KiB/sec. 2025.08.01 15:58:34.667887 [ 267 ] {eb19a066-4280-4159-9265-0213d64fb518} TCPHandler: Processed in 0.001387762 sec. 2025.08.01 15:58:34.668095 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.668231 [ 267 ] {86735935-bc0a-44ae-b9bf-c83df1afc760} executeQuery: (from [fd00:1122:3344:101::d]:59512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.08.01 15:58:34.668440 [ 267 ] {86735935-bc0a-44ae-b9bf-c83df1afc760} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:34.668476 [ 267 ] {86735935-bc0a-44ae-b9bf-c83df1afc760} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.08.01 15:58:34.668681 [ 267 ] {86735935-bc0a-44ae-b9bf-c83df1afc760} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.668735 [ 267 ] {86735935-bc0a-44ae-b9bf-c83df1afc760} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:34.668834 [ 267 ] {86735935-bc0a-44ae-b9bf-c83df1afc760} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.08.01 15:58:34.668862 [ 267 ] {86735935-bc0a-44ae-b9bf-c83df1afc760} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:34.668880 [ 267 ] {86735935-bc0a-44ae-b9bf-c83df1afc760} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.08.01 15:58:34.668895 [ 267 ] {86735935-bc0a-44ae-b9bf-c83df1afc760} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:34.668927 [ 267 ] {86735935-bc0a-44ae-b9bf-c83df1afc760} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.08.01 15:58:34.668944 [ 267 ] {86735935-bc0a-44ae-b9bf-c83df1afc760} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2025.08.01 15:58:34.669332 [ 267 ] {86735935-bc0a-44ae-b9bf-c83df1afc760} executeQuery: Read 22 rows, 983.00 B in 0.001157 sec., 19014.693171996543 rows/sec., 829.70 KiB/sec. 2025.08.01 15:58:34.669418 [ 267 ] {86735935-bc0a-44ae-b9bf-c83df1afc760} TCPHandler: Processed in 0.001373312 sec. 2025.08.01 15:58:34.675633 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.675762 [ 267 ] {54d5e9e9-357f-4461-9f6f-f23ac50d557f} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.01 15:58:34.675815 [ 267 ] {54d5e9e9-357f-4461-9f6f-f23ac50d557f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:34.676605 [ 267 ] {54d5e9e9-357f-4461-9f6f-f23ac50d557f} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:34.676652 [ 267 ] {54d5e9e9-357f-4461-9f6f-f23ac50d557f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:34.677186 [ 267 ] {54d5e9e9-357f-4461-9f6f-f23ac50d557f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:58:34.677593 [ 267 ] {54d5e9e9-357f-4461-9f6f-f23ac50d557f} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:34.677742 [ 267 ] {54d5e9e9-357f-4461-9f6f-f23ac50d557f} executeQuery: Read 16 rows, 4.88 KiB in 0.002017 sec., 7932.573128408527 rows/sec., 2.36 MiB/sec. 2025.08.01 15:58:34.677783 [ 267 ] {54d5e9e9-357f-4461-9f6f-f23ac50d557f} TCPHandler: Processed in 0.002211127 sec. 2025.08.01 15:58:34.677929 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.678032 [ 267 ] {8e5a0e2b-2aee-4f2f-aba3-5423a2f80749} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.01 15:58:34.678076 [ 267 ] {8e5a0e2b-2aee-4f2f-aba3-5423a2f80749} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.01 15:58:34.678709 [ 267 ] {8e5a0e2b-2aee-4f2f-aba3-5423a2f80749} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:34.678750 [ 267 ] {8e5a0e2b-2aee-4f2f-aba3-5423a2f80749} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:34.679298 [ 267 ] {8e5a0e2b-2aee-4f2f-aba3-5423a2f80749} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:58:34.679736 [ 267 ] {8e5a0e2b-2aee-4f2f-aba3-5423a2f80749} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:34.679875 [ 267 ] {8e5a0e2b-2aee-4f2f-aba3-5423a2f80749} executeQuery: Read 416 rows, 27.51 KiB in 0.001863 sec., 223295.7595276436 rows/sec., 14.42 MiB/sec. 2025.08.01 15:58:34.679915 [ 267 ] {8e5a0e2b-2aee-4f2f-aba3-5423a2f80749} TCPHandler: Processed in 0.002039652 sec. 2025.08.01 15:58:34.680038 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.680140 [ 267 ] {51cd93c8-454b-48b6-bd12-9de50a5dcbdf} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.01 15:58:34.680185 [ 267 ] {51cd93c8-454b-48b6-bd12-9de50a5dcbdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.01 15:58:34.680636 [ 267 ] {51cd93c8-454b-48b6-bd12-9de50a5dcbdf} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:34.680676 [ 267 ] {51cd93c8-454b-48b6-bd12-9de50a5dcbdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:34.681083 [ 267 ] {51cd93c8-454b-48b6-bd12-9de50a5dcbdf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:58:34.681555 [ 267 ] {51cd93c8-454b-48b6-bd12-9de50a5dcbdf} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:34.681690 [ 267 ] {51cd93c8-454b-48b6-bd12-9de50a5dcbdf} executeQuery: Read 4 rows, 334.00 B in 0.001568 sec., 2551.0204081632655 rows/sec., 208.02 KiB/sec. 2025.08.01 15:58:34.681729 [ 267 ] {51cd93c8-454b-48b6-bd12-9de50a5dcbdf} TCPHandler: Processed in 0.001744683 sec. 2025.08.01 15:58:34.681846 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.681941 [ 267 ] {3755d489-bb33-4791-851a-6d9f2dc53218} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:58:34.681980 [ 267 ] {3755d489-bb33-4791-851a-6d9f2dc53218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:58:34.682958 [ 267 ] {3755d489-bb33-4791-851a-6d9f2dc53218} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:34.682995 [ 267 ] {3755d489-bb33-4791-851a-6d9f2dc53218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:34.683605 [ 267 ] {3755d489-bb33-4791-851a-6d9f2dc53218} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.01 15:58:34.684128 [ 267 ] {3755d489-bb33-4791-851a-6d9f2dc53218} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:34.684272 [ 267 ] {3755d489-bb33-4791-851a-6d9f2dc53218} executeQuery: Read 1207 rows, 99.49 KiB in 0.002349 sec., 513835.674755215 rows/sec., 41.36 MiB/sec. 2025.08.01 15:58:34.684316 [ 267 ] {3755d489-bb33-4791-851a-6d9f2dc53218} TCPHandler: Processed in 0.002518966 sec. 2025.08.01 15:58:34.684440 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.684536 [ 267 ] {bd7c6949-6985-415e-af4b-b2019b85272c} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:58:34.684576 [ 267 ] {bd7c6949-6985-415e-af4b-b2019b85272c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:58:34.685074 [ 267 ] {bd7c6949-6985-415e-af4b-b2019b85272c} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:34.685111 [ 267 ] {bd7c6949-6985-415e-af4b-b2019b85272c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:34.685590 [ 267 ] {bd7c6949-6985-415e-af4b-b2019b85272c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:58:34.686076 [ 267 ] {bd7c6949-6985-415e-af4b-b2019b85272c} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:34.686204 [ 267 ] {bd7c6949-6985-415e-af4b-b2019b85272c} executeQuery: Read 221 rows, 13.69 KiB in 0.001686 sec., 131079.47805456704 rows/sec., 7.93 MiB/sec. 2025.08.01 15:58:34.686248 [ 267 ] {bd7c6949-6985-415e-af4b-b2019b85272c} TCPHandler: Processed in 0.001858106 sec. 2025.08.01 15:58:34.686372 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.686468 [ 267 ] {8b0f8cbb-c8f6-460b-a73a-4df2320d4397} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.01 15:58:34.686509 [ 267 ] {8b0f8cbb-c8f6-460b-a73a-4df2320d4397} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.01 15:58:34.686997 [ 267 ] {8b0f8cbb-c8f6-460b-a73a-4df2320d4397} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:34.687035 [ 267 ] {8b0f8cbb-c8f6-460b-a73a-4df2320d4397} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:34.687469 [ 267 ] {8b0f8cbb-c8f6-460b-a73a-4df2320d4397} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:58:34.687879 [ 267 ] {8b0f8cbb-c8f6-460b-a73a-4df2320d4397} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:34.688008 [ 267 ] {8b0f8cbb-c8f6-460b-a73a-4df2320d4397} executeQuery: Read 227 rows, 15.45 KiB in 0.001558 sec., 145699.61489088577 rows/sec., 9.68 MiB/sec. 2025.08.01 15:58:34.688064 [ 267 ] {8b0f8cbb-c8f6-460b-a73a-4df2320d4397} TCPHandler: Processed in 0.001742563 sec. 2025.08.01 15:58:34.688194 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.688294 [ 267 ] {7ab9292e-3ff5-43c2-b96a-fa9ad6176074} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.01 15:58:34.688335 [ 267 ] {7ab9292e-3ff5-43c2-b96a-fa9ad6176074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.01 15:58:34.688836 [ 267 ] {7ab9292e-3ff5-43c2-b96a-fa9ad6176074} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:34.688875 [ 267 ] {7ab9292e-3ff5-43c2-b96a-fa9ad6176074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:34.689311 [ 267 ] {7ab9292e-3ff5-43c2-b96a-fa9ad6176074} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:58:34.689738 [ 267 ] {7ab9292e-3ff5-43c2-b96a-fa9ad6176074} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:34.689870 [ 267 ] {7ab9292e-3ff5-43c2-b96a-fa9ad6176074} executeQuery: Read 214 rows, 12.69 KiB in 0.001595 sec., 134169.2789968652 rows/sec., 7.77 MiB/sec. 2025.08.01 15:58:34.689915 [ 267 ] {7ab9292e-3ff5-43c2-b96a-fa9ad6176074} TCPHandler: Processed in 0.001772694 sec. 2025.08.01 15:58:34.690047 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.690143 [ 267 ] {82d88d3c-eee6-470b-8979-b4b9305ee7f4} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:58:34.690184 [ 267 ] {82d88d3c-eee6-470b-8979-b4b9305ee7f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:58:34.690821 [ 267 ] {82d88d3c-eee6-470b-8979-b4b9305ee7f4} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:34.690860 [ 267 ] {82d88d3c-eee6-470b-8979-b4b9305ee7f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:34.691319 [ 267 ] {82d88d3c-eee6-470b-8979-b4b9305ee7f4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.01 15:58:34.691754 [ 267 ] {82d88d3c-eee6-470b-8979-b4b9305ee7f4} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:34.691887 [ 267 ] {82d88d3c-eee6-470b-8979-b4b9305ee7f4} executeQuery: Read 701 rows, 50.87 KiB in 0.001762 sec., 397843.35981838824 rows/sec., 28.20 MiB/sec. 2025.08.01 15:58:34.691932 [ 267 ] {82d88d3c-eee6-470b-8979-b4b9305ee7f4} TCPHandler: Processed in 0.001935228 sec. 2025.08.01 15:58:34.692052 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.692147 [ 267 ] {519b942b-d0b0-4f54-bfcd-44276468eb9e} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.01 15:58:34.692190 [ 267 ] {519b942b-d0b0-4f54-bfcd-44276468eb9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.01 15:58:34.692513 [ 267 ] {519b942b-d0b0-4f54-bfcd-44276468eb9e} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:34.692549 [ 267 ] {519b942b-d0b0-4f54-bfcd-44276468eb9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:34.692960 [ 267 ] {519b942b-d0b0-4f54-bfcd-44276468eb9e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:58:34.693545 [ 267 ] {519b942b-d0b0-4f54-bfcd-44276468eb9e} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:34.693681 [ 267 ] {519b942b-d0b0-4f54-bfcd-44276468eb9e} executeQuery: Read 6 rows, 321.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 201.72 KiB/sec. 2025.08.01 15:58:34.693726 [ 267 ] {519b942b-d0b0-4f54-bfcd-44276468eb9e} TCPHandler: Processed in 0.001725373 sec. 2025.08.01 15:58:34.693847 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.693941 [ 267 ] {57f4f164-b0db-402e-91a8-540a1d47e6c5} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:34.693986 [ 267 ] {57f4f164-b0db-402e-91a8-540a1d47e6c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:58:34.694497 [ 267 ] {57f4f164-b0db-402e-91a8-540a1d47e6c5} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:34.694543 [ 267 ] {57f4f164-b0db-402e-91a8-540a1d47e6c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:34.695125 [ 267 ] {57f4f164-b0db-402e-91a8-540a1d47e6c5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.01 15:58:34.695591 [ 267 ] {57f4f164-b0db-402e-91a8-540a1d47e6c5} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:34.695727 [ 267 ] {57f4f164-b0db-402e-91a8-540a1d47e6c5} executeQuery: Read 345 rows, 23.81 KiB in 0.001804 sec., 191241.68514412417 rows/sec., 12.89 MiB/sec. 2025.08.01 15:58:34.695764 [ 267 ] {57f4f164-b0db-402e-91a8-540a1d47e6c5} TCPHandler: Processed in 0.001967349 sec. 2025.08.01 15:58:34.695882 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.695982 [ 267 ] {b913dd0c-16ed-46e7-8d01-6b9862816c93} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.01 15:58:34.696026 [ 267 ] {b913dd0c-16ed-46e7-8d01-6b9862816c93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.01 15:58:34.696366 [ 267 ] {b913dd0c-16ed-46e7-8d01-6b9862816c93} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:34.696403 [ 267 ] {b913dd0c-16ed-46e7-8d01-6b9862816c93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:34.696859 [ 267 ] {b913dd0c-16ed-46e7-8d01-6b9862816c93} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:58:34.697386 [ 267 ] {b913dd0c-16ed-46e7-8d01-6b9862816c93} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:34.697521 [ 267 ] {b913dd0c-16ed-46e7-8d01-6b9862816c93} executeQuery: Read 1 rows, 69.00 B in 0.00156 sec., 641.025641025641 rows/sec., 43.19 KiB/sec. 2025.08.01 15:58:34.697558 [ 267 ] {b913dd0c-16ed-46e7-8d01-6b9862816c93} TCPHandler: Processed in 0.001726533 sec. 2025.08.01 15:58:34.697681 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.697776 [ 267 ] {b9b60656-368c-4a61-b19d-f1b72381c5c4} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:34.697829 [ 267 ] {b9b60656-368c-4a61-b19d-f1b72381c5c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:58:34.698553 [ 267 ] {b9b60656-368c-4a61-b19d-f1b72381c5c4} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:34.698589 [ 267 ] {b9b60656-368c-4a61-b19d-f1b72381c5c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:34.699336 [ 267 ] {b9b60656-368c-4a61-b19d-f1b72381c5c4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:58:34.699797 [ 267 ] {b9b60656-368c-4a61-b19d-f1b72381c5c4} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:34.699938 [ 267 ] {b9b60656-368c-4a61-b19d-f1b72381c5c4} executeQuery: Read 9 rows, 16.51 KiB in 0.002183 sec., 4122.766834631241 rows/sec., 7.39 MiB/sec. 2025.08.01 15:58:34.699988 [ 267 ] {b9b60656-368c-4a61-b19d-f1b72381c5c4} TCPHandler: Processed in 0.002357771 sec. 2025.08.01 15:58:34.700111 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:34.700206 [ 267 ] {e46f1c60-6725-47f6-91ea-f30a551cadf7} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:58:34.700249 [ 267 ] {e46f1c60-6725-47f6-91ea-f30a551cadf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:58:34.700594 [ 267 ] {e46f1c60-6725-47f6-91ea-f30a551cadf7} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:34.700631 [ 267 ] {e46f1c60-6725-47f6-91ea-f30a551cadf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:34.701050 [ 267 ] {e46f1c60-6725-47f6-91ea-f30a551cadf7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.01 15:58:34.701522 [ 267 ] {e46f1c60-6725-47f6-91ea-f30a551cadf7} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:34.701653 [ 267 ] {e46f1c60-6725-47f6-91ea-f30a551cadf7} executeQuery: Read 102 rows, 6.42 KiB in 0.001467 sec., 69529.65235173824 rows/sec., 4.27 MiB/sec. 2025.08.01 15:58:34.701689 [ 267 ] {e46f1c60-6725-47f6-91ea-f30a551cadf7} TCPHandler: Processed in 0.001627909 sec. 2025.08.01 15:58:35.160251 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 2025.08.01 15:58:35.160774 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:35.160823 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:35.161459 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.01 15:58:35.161897 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:35.162043 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 2025.08.01 15:58:35.331179 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.08.01 15:58:35.350159 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:35.350221 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:35.356220 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.01 15:58:35.357466 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:35.361270 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.08.01 15:58:39.609898 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:39.610073 [ 267 ] {f32f3273-67c7-4f48-9802-94726d3a5a28} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:58:39.610134 [ 267 ] {f32f3273-67c7-4f48-9802-94726d3a5a28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:58:39.610796 [ 267 ] {f32f3273-67c7-4f48-9802-94726d3a5a28} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:39.610837 [ 267 ] {f32f3273-67c7-4f48-9802-94726d3a5a28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:39.611343 [ 267 ] {f32f3273-67c7-4f48-9802-94726d3a5a28} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.01 15:58:39.611816 [ 267 ] {f32f3273-67c7-4f48-9802-94726d3a5a28} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:39.611975 [ 267 ] {f32f3273-67c7-4f48-9802-94726d3a5a28} executeQuery: Read 56 rows, 4.41 KiB in 0.001947 sec., 28762.19825372368 rows/sec., 2.21 MiB/sec. 2025.08.01 15:58:39.612023 [ 267 ] {f32f3273-67c7-4f48-9802-94726d3a5a28} TCPHandler: Processed in 0.002246538 sec. 2025.08.01 15:58:39.612157 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:39.612254 [ 267 ] {3da92332-07ce-4b91-89ca-df21e315adb7} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:58:39.612294 [ 267 ] {3da92332-07ce-4b91-89ca-df21e315adb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:58:39.612749 [ 267 ] {3da92332-07ce-4b91-89ca-df21e315adb7} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:39.612785 [ 267 ] {3da92332-07ce-4b91-89ca-df21e315adb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:39.613193 [ 267 ] {3da92332-07ce-4b91-89ca-df21e315adb7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.01 15:58:39.613653 [ 267 ] {3da92332-07ce-4b91-89ca-df21e315adb7} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:39.613784 [ 267 ] {3da92332-07ce-4b91-89ca-df21e315adb7} executeQuery: Read 64 rows, 5.12 KiB in 0.001549 sec., 41316.978695932856 rows/sec., 3.22 MiB/sec. 2025.08.01 15:58:39.613822 [ 267 ] {3da92332-07ce-4b91-89ca-df21e315adb7} TCPHandler: Processed in 0.001712952 sec. 2025.08.01 15:58:39.613943 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:39.614038 [ 267 ] {0ad01d5a-a542-442b-bbab-a7aa95d529fb} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:39.614080 [ 267 ] {0ad01d5a-a542-442b-bbab-a7aa95d529fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:58:39.614512 [ 267 ] {0ad01d5a-a542-442b-bbab-a7aa95d529fb} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:39.614547 [ 267 ] {0ad01d5a-a542-442b-bbab-a7aa95d529fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:39.614986 [ 267 ] {0ad01d5a-a542-442b-bbab-a7aa95d529fb} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.01 15:58:39.615443 [ 267 ] {0ad01d5a-a542-442b-bbab-a7aa95d529fb} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:39.615575 [ 267 ] {0ad01d5a-a542-442b-bbab-a7aa95d529fb} executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. 2025.08.01 15:58:39.615610 [ 267 ] {0ad01d5a-a542-442b-bbab-a7aa95d529fb} TCPHandler: Processed in 0.001714212 sec. 2025.08.01 15:58:39.615730 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:39.615825 [ 267 ] {c89f6027-3e7a-4d40-a815-5fdd6ed426cf} executeQuery: (from [fd00:1122:3344:101::d]:59512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:58:39.615866 [ 267 ] {c89f6027-3e7a-4d40-a815-5fdd6ed426cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:58:39.616524 [ 267 ] {c89f6027-3e7a-4d40-a815-5fdd6ed426cf} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:39.616560 [ 267 ] {c89f6027-3e7a-4d40-a815-5fdd6ed426cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.01 15:58:39.616961 [ 267 ] {c89f6027-3e7a-4d40-a815-5fdd6ed426cf} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.01 15:58:39.617436 [ 267 ] {c89f6027-3e7a-4d40-a815-5fdd6ed426cf} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:39.617565 [ 267 ] {c89f6027-3e7a-4d40-a815-5fdd6ed426cf} executeQuery: Read 60 rows, 4.14 KiB in 0.00176 sec., 34090.90909090909 rows/sec., 2.30 MiB/sec. 2025.08.01 15:58:39.617606 [ 267 ] {c89f6027-3e7a-4d40-a815-5fdd6ed426cf} TCPHandler: Processed in 0.001925849 sec. 2025.08.01 15:58:42.595503 [ 49 ] {} DNSResolver: Updating DNS cache 2025.08.01 15:58:42.595568 [ 49 ] {} DNSResolver: Updated DNS cache 2025.08.01 15:58:42.658449 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 268 2025.08.01 15:58:42.661404 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:42.661458 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:42.662251 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 2025.08.01 15:58:42.662853 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:58:42.662897 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:42.662953 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:42.663376 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:42.663683 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 268 2025.08.01 15:58:42.663748 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.01 15:58:42.664207 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:42.664367 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.08.01 15:58:42.861474 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.08.01 15:58:42.879829 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:42.879902 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:42.885676 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.01 15:58:42.886856 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:42.891060 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.08.01 15:58:43.864506 [ 267 ] {} TCPHandler: Done processing connection. 2025.08.01 15:58:43.864593 [ 267 ] {} TCP-Session: c9655a1e-7cd4-41e6-b58c-07f8bee55810 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.01 15:58:44.000177 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 176.44 MiB, peak 182.53 MiB, free memory in arenas 0.00 B, will set to 178.51 MiB (RSS), difference: 2.07 MiB 2025.08.01 15:58:44.620166 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:44.620364 [ 268 ] {3ab1dda1-8d44-4d78-a738-508ca516aed9} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.01 15:58:44.620438 [ 268 ] {3ab1dda1-8d44-4d78-a738-508ca516aed9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.01 15:58:44.621384 [ 268 ] {3ab1dda1-8d44-4d78-a738-508ca516aed9} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:44.621435 [ 268 ] {3ab1dda1-8d44-4d78-a738-508ca516aed9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:44.622037 [ 268 ] {3ab1dda1-8d44-4d78-a738-508ca516aed9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:44.622542 [ 268 ] {3ab1dda1-8d44-4d78-a738-508ca516aed9} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:44.622701 [ 268 ] {3ab1dda1-8d44-4d78-a738-508ca516aed9} executeQuery: Read 392 rows, 25.47 KiB in 0.002391 sec., 163948.13885403596 rows/sec., 10.40 MiB/sec. 2025.08.01 15:58:44.622747 [ 268 ] {3ab1dda1-8d44-4d78-a738-508ca516aed9} TCPHandler: Processed in 0.002725103 sec. 2025.08.01 15:58:44.622875 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:44.622983 [ 268 ] {162cb09e-05e2-4602-827f-070c2360dd03} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:58:44.623026 [ 268 ] {162cb09e-05e2-4602-827f-070c2360dd03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:58:44.624124 [ 268 ] {162cb09e-05e2-4602-827f-070c2360dd03} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:44.624163 [ 268 ] {162cb09e-05e2-4602-827f-070c2360dd03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:44.624664 [ 268 ] {162cb09e-05e2-4602-827f-070c2360dd03} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.01 15:58:44.625214 [ 268 ] {162cb09e-05e2-4602-827f-070c2360dd03} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:44.625352 [ 268 ] {162cb09e-05e2-4602-827f-070c2360dd03} executeQuery: Read 1085 rows, 87.88 KiB in 0.002395 sec., 453027.13987473905 rows/sec., 35.83 MiB/sec. 2025.08.01 15:58:44.625412 [ 268 ] {162cb09e-05e2-4602-827f-070c2360dd03} TCPHandler: Processed in 0.002586679 sec. 2025.08.01 15:58:44.625544 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:44.625640 [ 268 ] {11d25c64-00b7-4974-8361-e7ad6fb79d9d} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:58:44.625681 [ 268 ] {11d25c64-00b7-4974-8361-e7ad6fb79d9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:58:44.626201 [ 268 ] {11d25c64-00b7-4974-8361-e7ad6fb79d9d} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:44.626239 [ 268 ] {11d25c64-00b7-4974-8361-e7ad6fb79d9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:44.626718 [ 268 ] {11d25c64-00b7-4974-8361-e7ad6fb79d9d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:58:44.627222 [ 268 ] {11d25c64-00b7-4974-8361-e7ad6fb79d9d} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:44.627391 [ 268 ] {11d25c64-00b7-4974-8361-e7ad6fb79d9d} executeQuery: Read 205 rows, 12.45 KiB in 0.00177 sec., 115819.20903954802 rows/sec., 6.87 MiB/sec. 2025.08.01 15:58:44.627430 [ 268 ] {11d25c64-00b7-4974-8361-e7ad6fb79d9d} TCPHandler: Processed in 0.001936399 sec. 2025.08.01 15:58:44.627547 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:44.627641 [ 268 ] {48ddc8f8-7fcd-4673-b915-4540b6e45717} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.01 15:58:44.627681 [ 268 ] {48ddc8f8-7fcd-4673-b915-4540b6e45717} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.01 15:58:44.628172 [ 268 ] {48ddc8f8-7fcd-4673-b915-4540b6e45717} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:44.628207 [ 268 ] {48ddc8f8-7fcd-4673-b915-4540b6e45717} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:44.628650 [ 268 ] {48ddc8f8-7fcd-4673-b915-4540b6e45717} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:44.629206 [ 268 ] {48ddc8f8-7fcd-4673-b915-4540b6e45717} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:44.629340 [ 268 ] {48ddc8f8-7fcd-4673-b915-4540b6e45717} executeQuery: Read 203 rows, 13.41 KiB in 0.001718 sec., 118160.6519208382 rows/sec., 7.62 MiB/sec. 2025.08.01 15:58:44.629381 [ 268 ] {48ddc8f8-7fcd-4673-b915-4540b6e45717} TCPHandler: Processed in 0.001885127 sec. 2025.08.01 15:58:44.629501 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:44.629596 [ 268 ] {25db968c-d6fb-4eb4-9ccb-62078e38a983} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.01 15:58:44.629636 [ 268 ] {25db968c-d6fb-4eb4-9ccb-62078e38a983} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.01 15:58:44.630108 [ 268 ] {25db968c-d6fb-4eb4-9ccb-62078e38a983} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:44.630145 [ 268 ] {25db968c-d6fb-4eb4-9ccb-62078e38a983} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:44.630678 [ 268 ] {25db968c-d6fb-4eb4-9ccb-62078e38a983} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:44.631167 [ 268 ] {25db968c-d6fb-4eb4-9ccb-62078e38a983} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:44.631295 [ 268 ] {25db968c-d6fb-4eb4-9ccb-62078e38a983} executeQuery: Read 202 rows, 11.75 KiB in 0.001718 sec., 117578.57974388824 rows/sec., 6.68 MiB/sec. 2025.08.01 15:58:44.631335 [ 268 ] {25db968c-d6fb-4eb4-9ccb-62078e38a983} TCPHandler: Processed in 0.001884907 sec. 2025.08.01 15:58:44.631452 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:44.631546 [ 268 ] {00b1b562-834f-421b-8a24-281628b5c482} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:58:44.631586 [ 268 ] {00b1b562-834f-421b-8a24-281628b5c482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:58:44.632346 [ 268 ] {00b1b562-834f-421b-8a24-281628b5c482} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:44.632479 [ 268 ] {00b1b562-834f-421b-8a24-281628b5c482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:44.633013 [ 268 ] {00b1b562-834f-421b-8a24-281628b5c482} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.01 15:58:44.633497 [ 268 ] {00b1b562-834f-421b-8a24-281628b5c482} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:44.633632 [ 268 ] {00b1b562-834f-421b-8a24-281628b5c482} executeQuery: Read 661 rows, 47.29 KiB in 0.002104 sec., 314163.49809885933 rows/sec., 21.95 MiB/sec. 2025.08.01 15:58:44.633670 [ 268 ] {00b1b562-834f-421b-8a24-281628b5c482} TCPHandler: Processed in 0.002267929 sec. 2025.08.01 15:58:44.633784 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:44.633882 [ 268 ] {5279a082-40be-4411-86b0-0a2911494674} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.01 15:58:44.633927 [ 268 ] {5279a082-40be-4411-86b0-0a2911494674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.01 15:58:44.634266 [ 268 ] {5279a082-40be-4411-86b0-0a2911494674} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:44.634301 [ 268 ] {5279a082-40be-4411-86b0-0a2911494674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:44.634852 [ 268 ] {5279a082-40be-4411-86b0-0a2911494674} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:58:44.635409 [ 268 ] {5279a082-40be-4411-86b0-0a2911494674} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:44.635543 [ 268 ] {5279a082-40be-4411-86b0-0a2911494674} executeQuery: Read 6 rows, 321.00 B in 0.00168 sec., 3571.428571428571 rows/sec., 186.59 KiB/sec. 2025.08.01 15:58:44.635579 [ 268 ] {5279a082-40be-4411-86b0-0a2911494674} TCPHandler: Processed in 0.001844716 sec. 2025.08.01 15:58:44.635690 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:44.635784 [ 268 ] {9edaeb82-2479-46e6-a18a-2a335adc21bc} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:44.635829 [ 268 ] {9edaeb82-2479-46e6-a18a-2a335adc21bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:58:44.636290 [ 268 ] {9edaeb82-2479-46e6-a18a-2a335adc21bc} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:44.636326 [ 268 ] {9edaeb82-2479-46e6-a18a-2a335adc21bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:44.636801 [ 268 ] {9edaeb82-2479-46e6-a18a-2a335adc21bc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.01 15:58:44.637348 [ 268 ] {9edaeb82-2479-46e6-a18a-2a335adc21bc} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:44.637481 [ 268 ] {9edaeb82-2479-46e6-a18a-2a335adc21bc} executeQuery: Read 307 rows, 20.68 KiB in 0.001717 sec., 178800.23296447293 rows/sec., 11.76 MiB/sec. 2025.08.01 15:58:44.637518 [ 268 ] {9edaeb82-2479-46e6-a18a-2a335adc21bc} TCPHandler: Processed in 0.001877947 sec. 2025.08.01 15:58:44.637628 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:44.637723 [ 268 ] {277899d3-a737-47e5-b1e9-8367ab9055d5} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.01 15:58:44.637766 [ 268 ] {277899d3-a737-47e5-b1e9-8367ab9055d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.01 15:58:44.638075 [ 268 ] {277899d3-a737-47e5-b1e9-8367ab9055d5} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:44.638111 [ 268 ] {277899d3-a737-47e5-b1e9-8367ab9055d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:44.638533 [ 268 ] {277899d3-a737-47e5-b1e9-8367ab9055d5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:58:44.638983 [ 268 ] {277899d3-a737-47e5-b1e9-8367ab9055d5} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:44.639119 [ 268 ] {277899d3-a737-47e5-b1e9-8367ab9055d5} executeQuery: Read 1 rows, 69.00 B in 0.001415 sec., 706.7137809187279 rows/sec., 47.62 KiB/sec. 2025.08.01 15:58:44.639154 [ 268 ] {277899d3-a737-47e5-b1e9-8367ab9055d5} TCPHandler: Processed in 0.001576098 sec. 2025.08.01 15:58:44.639269 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:44.639364 [ 268 ] {9b8b1be5-baf6-4a14-917a-f66f7506c335} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:44.639423 [ 268 ] {9b8b1be5-baf6-4a14-917a-f66f7506c335} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:58:44.640192 [ 268 ] {9b8b1be5-baf6-4a14-917a-f66f7506c335} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:44.640228 [ 268 ] {9b8b1be5-baf6-4a14-917a-f66f7506c335} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:44.640859 [ 268 ] {9b8b1be5-baf6-4a14-917a-f66f7506c335} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:58:44.641338 [ 268 ] {9b8b1be5-baf6-4a14-917a-f66f7506c335} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:44.641501 [ 268 ] {9b8b1be5-baf6-4a14-917a-f66f7506c335} executeQuery: Read 9 rows, 16.51 KiB in 0.002155 sec., 4176.334106728538 rows/sec., 7.48 MiB/sec. 2025.08.01 15:58:44.641555 [ 268 ] {9b8b1be5-baf6-4a14-917a-f66f7506c335} TCPHandler: Processed in 0.002335181 sec. 2025.08.01 15:58:44.641673 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:44.641773 [ 268 ] {c76c1c4a-5b33-4a52-aa62-549e042191c4} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:58:44.641817 [ 268 ] {c76c1c4a-5b33-4a52-aa62-549e042191c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:58:44.642174 [ 268 ] {c76c1c4a-5b33-4a52-aa62-549e042191c4} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:44.642211 [ 268 ] {c76c1c4a-5b33-4a52-aa62-549e042191c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:44.642646 [ 268 ] {c76c1c4a-5b33-4a52-aa62-549e042191c4} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.01 15:58:44.643075 [ 268 ] {c76c1c4a-5b33-4a52-aa62-549e042191c4} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:44.643209 [ 268 ] {c76c1c4a-5b33-4a52-aa62-549e042191c4} executeQuery: Read 102 rows, 6.42 KiB in 0.001457 sec., 70006.86341798215 rows/sec., 4.30 MiB/sec. 2025.08.01 15:58:44.643245 [ 268 ] {c76c1c4a-5b33-4a52-aa62-549e042191c4} TCPHandler: Processed in 0.001623129 sec. 2025.08.01 15:58:49.603815 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:49.604193 [ 268 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} executeQuery: (from [fd00:1122:3344:101::d]:39218) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.08.01 15:58:49.604545 [ 268 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:49.604585 [ 268 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.08.01 15:58:49.604857 [ 268 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:49.604928 [ 268 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:49.605075 [ 268 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.08.01 15:58:49.605245 [ 290 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:49.605265 [ 292 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.01 15:58:49.605367 [ 268 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.08.01 15:58:49.605397 [ 268 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:49.609449 [ 268 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.01 15:58:49.609481 [ 268 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Reading approx. 38 rows with 2 streams 2025.08.01 15:58:49.609543 [ 268 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.08.01 15:58:49.609592 [ 268 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.08.01 15:58:49.610608 [ 268 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} executeQuery: Read 38 rows, 1.51 KiB in 0.006558 sec., 5794.449527294907 rows/sec., 230.66 KiB/sec. 2025.08.01 15:58:49.610702 [ 268 ] {b4089b1d-ddd8-40a7-924c-adeed02f23a0} TCPHandler: Processed in 0.007083164 sec. 2025.08.01 15:58:49.610958 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:49.611103 [ 268 ] {aae49951-ee83-4799-805d-f81ee9855483} executeQuery: (from [fd00:1122:3344:101::d]:39218) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.08.01 15:58:49.611337 [ 268 ] {aae49951-ee83-4799-805d-f81ee9855483} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:49.611373 [ 268 ] {aae49951-ee83-4799-805d-f81ee9855483} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.08.01 15:58:49.611579 [ 268 ] {aae49951-ee83-4799-805d-f81ee9855483} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:49.611631 [ 268 ] {aae49951-ee83-4799-805d-f81ee9855483} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:49.611734 [ 268 ] {aae49951-ee83-4799-805d-f81ee9855483} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.08.01 15:58:49.611791 [ 293 ] {aae49951-ee83-4799-805d-f81ee9855483} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:49.611800 [ 290 ] {aae49951-ee83-4799-805d-f81ee9855483} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.01 15:58:49.611912 [ 268 ] {aae49951-ee83-4799-805d-f81ee9855483} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.08.01 15:58:49.611938 [ 268 ] {aae49951-ee83-4799-805d-f81ee9855483} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:49.611994 [ 268 ] {aae49951-ee83-4799-805d-f81ee9855483} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.01 15:58:49.612012 [ 268 ] {aae49951-ee83-4799-805d-f81ee9855483} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Reading approx. 38 rows with 2 streams 2025.08.01 15:58:49.612043 [ 268 ] {aae49951-ee83-4799-805d-f81ee9855483} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.08.01 15:58:49.612074 [ 268 ] {aae49951-ee83-4799-805d-f81ee9855483} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.08.01 15:58:49.612653 [ 268 ] {aae49951-ee83-4799-805d-f81ee9855483} executeQuery: Read 38 rows, 1.51 KiB in 0.001613 sec., 23558.58648481091 rows/sec., 937.81 KiB/sec. 2025.08.01 15:58:49.612754 [ 268 ] {aae49951-ee83-4799-805d-f81ee9855483} TCPHandler: Processed in 0.001850016 sec. 2025.08.01 15:58:49.612974 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:49.613113 [ 268 ] {99fad0bf-872f-46f9-9736-347b20ddff72} executeQuery: (from [fd00:1122:3344:101::d]:39218) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.08.01 15:58:49.613340 [ 268 ] {99fad0bf-872f-46f9-9736-347b20ddff72} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:58:49.613376 [ 268 ] {99fad0bf-872f-46f9-9736-347b20ddff72} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.08.01 15:58:49.613582 [ 268 ] {99fad0bf-872f-46f9-9736-347b20ddff72} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:49.613634 [ 268 ] {99fad0bf-872f-46f9-9736-347b20ddff72} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:58:49.613735 [ 268 ] {99fad0bf-872f-46f9-9736-347b20ddff72} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.08.01 15:58:49.613806 [ 292 ] {99fad0bf-872f-46f9-9736-347b20ddff72} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:58:49.613808 [ 293 ] {99fad0bf-872f-46f9-9736-347b20ddff72} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.01 15:58:49.613899 [ 268 ] {99fad0bf-872f-46f9-9736-347b20ddff72} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.08.01 15:58:49.613920 [ 268 ] {99fad0bf-872f-46f9-9736-347b20ddff72} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:58:49.613975 [ 268 ] {99fad0bf-872f-46f9-9736-347b20ddff72} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.01 15:58:49.613993 [ 268 ] {99fad0bf-872f-46f9-9736-347b20ddff72} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Reading approx. 38 rows with 2 streams 2025.08.01 15:58:49.614022 [ 268 ] {99fad0bf-872f-46f9-9736-347b20ddff72} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.08.01 15:58:49.614054 [ 268 ] {99fad0bf-872f-46f9-9736-347b20ddff72} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.08.01 15:58:49.614597 [ 268 ] {99fad0bf-872f-46f9-9736-347b20ddff72} executeQuery: Read 38 rows, 1.51 KiB in 0.001544 sec., 24611.39896373057 rows/sec., 979.72 KiB/sec. 2025.08.01 15:58:49.614682 [ 268 ] {99fad0bf-872f-46f9-9736-347b20ddff72} TCPHandler: Processed in 0.001758383 sec. 2025.08.01 15:58:49.622016 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:49.622144 [ 268 ] {15db05ee-7700-436b-9479-4fe919f04975} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.01 15:58:49.622194 [ 268 ] {15db05ee-7700-436b-9479-4fe919f04975} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:58:49.622837 [ 268 ] {15db05ee-7700-436b-9479-4fe919f04975} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:49.622881 [ 268 ] {15db05ee-7700-436b-9479-4fe919f04975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:49.623324 [ 268 ] {15db05ee-7700-436b-9479-4fe919f04975} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:49.623521 [ 268 ] {15db05ee-7700-436b-9479-4fe919f04975} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:49.623664 [ 268 ] {15db05ee-7700-436b-9479-4fe919f04975} executeQuery: Read 3 rows, 280.00 B in 0.001558 sec., 1925.5455712451862 rows/sec., 175.51 KiB/sec. 2025.08.01 15:58:49.623702 [ 268 ] {15db05ee-7700-436b-9479-4fe919f04975} TCPHandler: Processed in 0.001745393 sec. 2025.08.01 15:58:49.623823 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:49.623918 [ 268 ] {d19033ef-21da-4c7f-8463-27db5bac6f5c} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.01 15:58:49.623960 [ 268 ] {d19033ef-21da-4c7f-8463-27db5bac6f5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.01 15:58:49.624372 [ 268 ] {d19033ef-21da-4c7f-8463-27db5bac6f5c} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:49.624408 [ 268 ] {d19033ef-21da-4c7f-8463-27db5bac6f5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:49.624702 [ 268 ] {d19033ef-21da-4c7f-8463-27db5bac6f5c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:49.624923 [ 268 ] {d19033ef-21da-4c7f-8463-27db5bac6f5c} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:49.625050 [ 268 ] {d19033ef-21da-4c7f-8463-27db5bac6f5c} executeQuery: Read 2 rows, 167.00 B in 0.00115 sec., 1739.1304347826087 rows/sec., 141.81 KiB/sec. 2025.08.01 15:58:49.625087 [ 268 ] {d19033ef-21da-4c7f-8463-27db5bac6f5c} TCPHandler: Processed in 0.00131281 sec. 2025.08.01 15:58:49.625219 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:49.625313 [ 268 ] {0c7b9034-2278-4f93-a05f-864dbbec4759} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:58:49.625353 [ 268 ] {0c7b9034-2278-4f93-a05f-864dbbec4759} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:58:49.625799 [ 268 ] {0c7b9034-2278-4f93-a05f-864dbbec4759} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:49.625835 [ 268 ] {0c7b9034-2278-4f93-a05f-864dbbec4759} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:49.626146 [ 268 ] {0c7b9034-2278-4f93-a05f-864dbbec4759} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.01 15:58:49.626357 [ 268 ] {0c7b9034-2278-4f93-a05f-864dbbec4759} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:49.626484 [ 268 ] {0c7b9034-2278-4f93-a05f-864dbbec4759} executeQuery: Read 97 rows, 8.21 KiB in 0.001187 sec., 81718.61836562764 rows/sec., 6.76 MiB/sec. 2025.08.01 15:58:49.626519 [ 268 ] {0c7b9034-2278-4f93-a05f-864dbbec4759} TCPHandler: Processed in 0.001351141 sec. 2025.08.01 15:58:49.626631 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:49.626724 [ 268 ] {f2df94dd-c5d2-41dd-bf4f-1a56a112131f} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:58:49.626763 [ 268 ] {f2df94dd-c5d2-41dd-bf4f-1a56a112131f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:58:49.627150 [ 268 ] {f2df94dd-c5d2-41dd-bf4f-1a56a112131f} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:49.627185 [ 268 ] {f2df94dd-c5d2-41dd-bf4f-1a56a112131f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:49.627472 [ 268 ] {f2df94dd-c5d2-41dd-bf4f-1a56a112131f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:58:49.627677 [ 268 ] {f2df94dd-c5d2-41dd-bf4f-1a56a112131f} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:49.627763 [ 43 ] {} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:58:49.627800 [ 43 ] {} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:49.627802 [ 268 ] {f2df94dd-c5d2-41dd-bf4f-1a56a112131f} executeQuery: Read 22 rows, 1.64 KiB in 0.001096 sec., 20072.992700729927 rows/sec., 1.46 MiB/sec. 2025.08.01 15:58:49.627819 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:49.627843 [ 268 ] {f2df94dd-c5d2-41dd-bf4f-1a56a112131f} TCPHandler: Processed in 0.001260728 sec. 2025.08.01 15:58:49.627933 [ 193 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:58:49.627975 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:49.628075 [ 268 ] {386ba991-a430-40fc-a8c5-e00a7b43e3af} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:58:49.628092 [ 193 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:58:49.628114 [ 268 ] {386ba991-a430-40fc-a8c5-e00a7b43e3af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:58:49.628135 [ 193 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part 2025.08.01 15:58:49.628214 [ 193 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part 2025.08.01 15:58:49.628265 [ 193 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part 2025.08.01 15:58:49.628310 [ 193 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 221 rows starting from the beginning of the part 2025.08.01 15:58:49.628357 [ 193 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 205 rows starting from the beginning of the part 2025.08.01 15:58:49.628400 [ 193 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part 2025.08.01 15:58:49.628584 [ 268 ] {386ba991-a430-40fc-a8c5-e00a7b43e3af} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:49.628628 [ 268 ] {386ba991-a430-40fc-a8c5-e00a7b43e3af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:49.628960 [ 268 ] {386ba991-a430-40fc-a8c5-e00a7b43e3af} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.01 15:58:49.629206 [ 268 ] {386ba991-a430-40fc-a8c5-e00a7b43e3af} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:49.629338 [ 268 ] {386ba991-a430-40fc-a8c5-e00a7b43e3af} executeQuery: Read 102 rows, 8.18 KiB in 0.001281 sec., 79625.29274004683 rows/sec., 6.23 MiB/sec. 2025.08.01 15:58:49.629374 [ 268 ] {386ba991-a430-40fc-a8c5-e00a7b43e3af} TCPHandler: Processed in 0.001449084 sec. 2025.08.01 15:58:49.629403 [ 186 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 493 rows, containing 5 columns (5 merged, 0 gathered) in 0.001524286 sec., 323430.1174451514 rows/sec., 21.22 MiB/sec. 2025.08.01 15:58:49.629493 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:49.629592 [ 268 ] {5fb4fc2c-65c7-4373-8eba-283c114e1c4d} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:49.629632 [ 188 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:58:49.629636 [ 268 ] {5fb4fc2c-65c7-4373-8eba-283c114e1c4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:58:49.629976 [ 188 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_6_1} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:49.630057 [ 188 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_6_1} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:58:49.630108 [ 268 ] {5fb4fc2c-65c7-4373-8eba-283c114e1c4d} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:49.630146 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.08.01 15:58:49.630150 [ 268 ] {5fb4fc2c-65c7-4373-8eba-283c114e1c4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:49.630498 [ 268 ] {5fb4fc2c-65c7-4373-8eba-283c114e1c4d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.01 15:58:49.630709 [ 268 ] {5fb4fc2c-65c7-4373-8eba-283c114e1c4d} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:49.630837 [ 268 ] {5fb4fc2c-65c7-4373-8eba-283c114e1c4d} executeQuery: Read 161 rows, 11.48 KiB in 0.001263 sec., 127474.26761678544 rows/sec., 8.88 MiB/sec. 2025.08.01 15:58:49.630871 [ 268 ] {5fb4fc2c-65c7-4373-8eba-283c114e1c4d} TCPHandler: Processed in 0.001427023 sec. 2025.08.01 15:58:49.630991 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:49.631084 [ 268 ] {df3b2100-c51a-4dad-bc4c-a620c9712f8d} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:49.631139 [ 268 ] {df3b2100-c51a-4dad-bc4c-a620c9712f8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:58:49.631878 [ 268 ] {df3b2100-c51a-4dad-bc4c-a620c9712f8d} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:49.631913 [ 268 ] {df3b2100-c51a-4dad-bc4c-a620c9712f8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:49.632429 [ 268 ] {df3b2100-c51a-4dad-bc4c-a620c9712f8d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:58:49.632651 [ 268 ] {df3b2100-c51a-4dad-bc4c-a620c9712f8d} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:49.632743 [ 43 ] {} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:58:49.632779 [ 43 ] {} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:49.632788 [ 268 ] {df3b2100-c51a-4dad-bc4c-a620c9712f8d} executeQuery: Read 20 rows, 36.70 KiB in 0.001723 sec., 11607.661056297156 rows/sec., 20.80 MiB/sec. 2025.08.01 15:58:49.632799 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:49.632840 [ 268 ] {df3b2100-c51a-4dad-bc4c-a620c9712f8d} TCPHandler: Processed in 0.001898328 sec. 2025.08.01 15:58:49.632877 [ 193 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:58:49.632955 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:49.633054 [ 268 ] {737b0e7c-fe3b-4c90-87f6-7de8d775c638} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.01 15:58:49.633070 [ 193 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:58:49.633096 [ 268 ] {737b0e7c-fe3b-4c90-87f6-7de8d775c638} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.01 15:58:49.633131 [ 193 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 9 rows starting from the beginning of the part 2025.08.01 15:58:49.633262 [ 193 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part 2025.08.01 15:58:49.633387 [ 193 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part 2025.08.01 15:58:49.633433 [ 268 ] {737b0e7c-fe3b-4c90-87f6-7de8d775c638} oximeter.measurements_i64 (d1b577f4-d45f-4988-bf27-01cccdc8a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:49.633474 [ 268 ] {737b0e7c-fe3b-4c90-87f6-7de8d775c638} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:49.633507 [ 193 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part 2025.08.01 15:58:49.633623 [ 193 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part 2025.08.01 15:58:49.633735 [ 193 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part 2025.08.01 15:58:49.633805 [ 268 ] {737b0e7c-fe3b-4c90-87f6-7de8d775c638} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.01 15:58:49.634027 [ 268 ] {737b0e7c-fe3b-4c90-87f6-7de8d775c638} oximeter.measurements_i64 (d1b577f4-d45f-4988-bf27-01cccdc8a94a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:49.634168 [ 268 ] {737b0e7c-fe3b-4c90-87f6-7de8d775c638} executeQuery: Read 24 rows, 1.78 KiB in 0.001133 sec., 21182.700794351284 rows/sec., 1.53 MiB/sec. 2025.08.01 15:58:49.634205 [ 268 ] {737b0e7c-fe3b-4c90-87f6-7de8d775c638} TCPHandler: Processed in 0.001299809 sec. 2025.08.01 15:58:49.634315 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:49.634410 [ 268 ] {024400c6-ad74-41d9-a263-07787cdc4c98} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:58:49.634451 [ 268 ] {024400c6-ad74-41d9-a263-07787cdc4c98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:58:49.634786 [ 268 ] {024400c6-ad74-41d9-a263-07787cdc4c98} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:49.634826 [ 268 ] {024400c6-ad74-41d9-a263-07787cdc4c98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:49.635164 [ 268 ] {024400c6-ad74-41d9-a263-07787cdc4c98} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.01 15:58:49.635387 [ 268 ] {024400c6-ad74-41d9-a263-07787cdc4c98} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:49.635521 [ 268 ] {024400c6-ad74-41d9-a263-07787cdc4c98} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2025.08.01 15:58:49.635552 [ 194 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 19 columns (19 merged, 0 gathered) in 0.002704192 sec., 24036.75478664237 rows/sec., 43.07 MiB/sec. 2025.08.01 15:58:49.635556 [ 268 ] {024400c6-ad74-41d9-a263-07787cdc4c98} TCPHandler: Processed in 0.001289449 sec. 2025.08.01 15:58:49.635840 [ 193 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:58:49.636196 [ 193 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_6_1} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:49.636264 [ 193 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_6_1} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:58:49.636344 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2025.08.01 15:58:50.165400 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 2025.08.01 15:58:50.165977 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:50.166032 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:50.166535 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.01 15:58:50.166795 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:50.166946 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 2025.08.01 15:58:50.392081 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.08.01 15:58:50.409376 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:50.409446 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:50.416240 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.01 15:58:50.417008 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:50.420666 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.08.01 15:58:51.000269 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 179.37 MiB, peak 183.37 MiB, free memory in arenas 0.00 B, will set to 181.01 MiB (RSS), difference: 1.64 MiB 2025.08.01 15:58:52.664840 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 314 2025.08.01 15:58:52.667250 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:52.667299 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:52.668460 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:58:52.668720 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:52.668872 [ 39 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:58:52.668947 [ 39 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:52.668960 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 314 2025.08.01 15:58:52.668972 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:52.669088 [ 186 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:58:52.669631 [ 186 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:58:52.669792 [ 186 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2025.08.01 15:58:52.670208 [ 186 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 74 rows starting from the beginning of the part 2025.08.01 15:58:52.670579 [ 186 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part 2025.08.01 15:58:52.670943 [ 186 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part 2025.08.01 15:58:52.671302 [ 186 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 66 rows starting from the beginning of the part 2025.08.01 15:58:52.671664 [ 186 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 46 rows starting from the beginning of the part 2025.08.01 15:58:52.677402 [ 200 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 314 rows, containing 72 columns (72 merged, 0 gathered) in 0.008351753 sec., 37596.897322035264 rows/sec., 38.91 MiB/sec. 2025.08.01 15:58:52.677998 [ 186 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:58:52.678477 [ 186 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_6_1} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:52.678540 [ 186 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_6_1} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:58:52.678659 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.73 MiB. 2025.08.01 15:58:54.620592 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:54.620790 [ 268 ] {eaf1db72-6f30-4a64-ae38-cf78847a6a47} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.01 15:58:54.620861 [ 268 ] {eaf1db72-6f30-4a64-ae38-cf78847a6a47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.01 15:58:54.621755 [ 268 ] {eaf1db72-6f30-4a64-ae38-cf78847a6a47} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.621797 [ 268 ] {eaf1db72-6f30-4a64-ae38-cf78847a6a47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.622189 [ 268 ] {eaf1db72-6f30-4a64-ae38-cf78847a6a47} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:58:54.622411 [ 268 ] {eaf1db72-6f30-4a64-ae38-cf78847a6a47} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.622556 [ 268 ] {eaf1db72-6f30-4a64-ae38-cf78847a6a47} executeQuery: Read 392 rows, 25.47 KiB in 0.001822 sec., 215148.1888035126 rows/sec., 13.65 MiB/sec. 2025.08.01 15:58:54.622597 [ 268 ] {eaf1db72-6f30-4a64-ae38-cf78847a6a47} TCPHandler: Processed in 0.002142465 sec. 2025.08.01 15:58:54.622718 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:54.622813 [ 268 ] {ea0491dd-dbce-4c02-8122-d80fe1db986e} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:58:54.622853 [ 268 ] {ea0491dd-dbce-4c02-8122-d80fe1db986e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:58:54.623726 [ 268 ] {ea0491dd-dbce-4c02-8122-d80fe1db986e} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.623763 [ 268 ] {ea0491dd-dbce-4c02-8122-d80fe1db986e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.624144 [ 268 ] {ea0491dd-dbce-4c02-8122-d80fe1db986e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.01 15:58:54.624354 [ 268 ] {ea0491dd-dbce-4c02-8122-d80fe1db986e} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.624458 [ 37 ] {} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.01 15:58:54.624479 [ 268 ] {ea0491dd-dbce-4c02-8122-d80fe1db986e} executeQuery: Read 1085 rows, 87.88 KiB in 0.001685 sec., 643916.9139465875 rows/sec., 50.93 MiB/sec. 2025.08.01 15:58:54.624533 [ 37 ] {} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.624539 [ 268 ] {ea0491dd-dbce-4c02-8122-d80fe1db986e} TCPHandler: Processed in 0.001868897 sec. 2025.08.01 15:58:54.624566 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.624666 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:54.624707 [ 194 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.01 15:58:54.624764 [ 268 ] {8ccaa4cd-a7d6-4a09-a9de-194974c4c31a} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:58:54.624809 [ 268 ] {8ccaa4cd-a7d6-4a09-a9de-194974c4c31a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:58:54.624873 [ 194 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:58:54.624929 [ 194 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 167 rows starting from the beginning of the part 2025.08.01 15:58:54.625039 [ 194 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1207 rows starting from the beginning of the part 2025.08.01 15:58:54.625101 [ 194 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2025.08.01 15:58:54.625164 [ 194 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1085 rows starting from the beginning of the part 2025.08.01 15:58:54.625232 [ 194 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 97 rows starting from the beginning of the part 2025.08.01 15:58:54.625274 [ 268 ] {8ccaa4cd-a7d6-4a09-a9de-194974c4c31a} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.625291 [ 194 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1085 rows starting from the beginning of the part 2025.08.01 15:58:54.625318 [ 268 ] {8ccaa4cd-a7d6-4a09-a9de-194974c4c31a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.625692 [ 268 ] {8ccaa4cd-a7d6-4a09-a9de-194974c4c31a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.01 15:58:54.625923 [ 268 ] {8ccaa4cd-a7d6-4a09-a9de-194974c4c31a} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.626052 [ 268 ] {8ccaa4cd-a7d6-4a09-a9de-194974c4c31a} executeQuery: Read 205 rows, 12.45 KiB in 0.001306 sec., 156967.8407350689 rows/sec., 9.31 MiB/sec. 2025.08.01 15:58:54.626089 [ 268 ] {8ccaa4cd-a7d6-4a09-a9de-194974c4c31a} TCPHandler: Processed in 0.001470954 sec. 2025.08.01 15:58:54.626195 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:54.626288 [ 268 ] {3c7b9904-fe4d-4b6e-922c-195c73f58c45} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.01 15:58:54.626327 [ 268 ] {3c7b9904-fe4d-4b6e-922c-195c73f58c45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.01 15:58:54.626786 [ 268 ] {3c7b9904-fe4d-4b6e-922c-195c73f58c45} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.626822 [ 268 ] {3c7b9904-fe4d-4b6e-922c-195c73f58c45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.627020 [ 194 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3697 rows, containing 5 columns (5 merged, 0 gathered) in 0.002383703 sec., 1550948.2515229455 rows/sec., 130.19 MiB/sec. 2025.08.01 15:58:54.627157 [ 268 ] {3c7b9904-fe4d-4b6e-922c-195c73f58c45} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:58:54.627348 [ 200 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.01 15:58:54.627414 [ 268 ] {3c7b9904-fe4d-4b6e-922c-195c73f58c45} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.627551 [ 268 ] {3c7b9904-fe4d-4b6e-922c-195c73f58c45} executeQuery: Read 203 rows, 13.41 KiB in 0.001281 sec., 158469.94535519124 rows/sec., 10.22 MiB/sec. 2025.08.01 15:58:54.627591 [ 268 ] {3c7b9904-fe4d-4b6e-922c-195c73f58c45} TCPHandler: Processed in 0.001443164 sec. 2025.08.01 15:58:54.627698 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:54.627742 [ 200 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_11_2} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.627792 [ 268 ] {4c21ea06-611c-40c4-b1ba-d7d09c510884} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.01 15:58:54.627835 [ 268 ] {4c21ea06-611c-40c4-b1ba-d7d09c510884} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.01 15:58:54.627852 [ 200 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_11_2} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.01 15:58:54.627967 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2025.08.01 15:58:54.628282 [ 268 ] {4c21ea06-611c-40c4-b1ba-d7d09c510884} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.628323 [ 268 ] {4c21ea06-611c-40c4-b1ba-d7d09c510884} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.628643 [ 268 ] {4c21ea06-611c-40c4-b1ba-d7d09c510884} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:58:54.628850 [ 268 ] {4c21ea06-611c-40c4-b1ba-d7d09c510884} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.628970 [ 268 ] {4c21ea06-611c-40c4-b1ba-d7d09c510884} executeQuery: Read 202 rows, 11.75 KiB in 0.001196 sec., 168896.32107023412 rows/sec., 9.59 MiB/sec. 2025.08.01 15:58:54.629006 [ 268 ] {4c21ea06-611c-40c4-b1ba-d7d09c510884} TCPHandler: Processed in 0.001354891 sec. 2025.08.01 15:58:54.629115 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:54.629206 [ 268 ] {a5ebaf7b-a05e-4003-bc9f-92473b5f0d3c} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:58:54.629245 [ 268 ] {a5ebaf7b-a05e-4003-bc9f-92473b5f0d3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:58:54.629865 [ 268 ] {a5ebaf7b-a05e-4003-bc9f-92473b5f0d3c} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.629901 [ 268 ] {a5ebaf7b-a05e-4003-bc9f-92473b5f0d3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.630235 [ 268 ] {a5ebaf7b-a05e-4003-bc9f-92473b5f0d3c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.01 15:58:54.630448 [ 268 ] {a5ebaf7b-a05e-4003-bc9f-92473b5f0d3c} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.630542 [ 37 ] {} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.01 15:58:54.630570 [ 268 ] {a5ebaf7b-a05e-4003-bc9f-92473b5f0d3c} executeQuery: Read 661 rows, 47.29 KiB in 0.001381 sec., 478638.6676321506 rows/sec., 33.44 MiB/sec. 2025.08.01 15:58:54.630574 [ 37 ] {} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.630610 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.630615 [ 268 ] {a5ebaf7b-a05e-4003-bc9f-92473b5f0d3c} TCPHandler: Processed in 0.001547477 sec. 2025.08.01 15:58:54.630735 [ 197 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.01 15:58:54.630739 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:54.630871 [ 268 ] {c356070e-cdc7-45bd-a4ba-cd70760ccec9} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.01 15:58:54.630897 [ 197 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:58:54.630913 [ 268 ] {c356070e-cdc7-45bd-a4ba-cd70760ccec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.01 15:58:54.630951 [ 197 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 79 rows starting from the beginning of the part 2025.08.01 15:58:54.631076 [ 197 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 701 rows starting from the beginning of the part 2025.08.01 15:58:54.631149 [ 197 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2025.08.01 15:58:54.631210 [ 197 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 661 rows starting from the beginning of the part 2025.08.01 15:58:54.631250 [ 268 ] {c356070e-cdc7-45bd-a4ba-cd70760ccec9} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.631268 [ 197 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 102 rows starting from the beginning of the part 2025.08.01 15:58:54.631294 [ 268 ] {c356070e-cdc7-45bd-a4ba-cd70760ccec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.631333 [ 197 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 661 rows starting from the beginning of the part 2025.08.01 15:58:54.631628 [ 268 ] {c356070e-cdc7-45bd-a4ba-cd70760ccec9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:54.631869 [ 268 ] {c356070e-cdc7-45bd-a4ba-cd70760ccec9} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.632001 [ 268 ] {c356070e-cdc7-45bd-a4ba-cd70760ccec9} executeQuery: Read 6 rows, 321.00 B in 0.001147 sec., 5231.037489102006 rows/sec., 273.30 KiB/sec. 2025.08.01 15:58:54.632036 [ 268 ] {c356070e-cdc7-45bd-a4ba-cd70760ccec9} TCPHandler: Processed in 0.001345121 sec. 2025.08.01 15:58:54.632142 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:54.632234 [ 268 ] {ded4e2d2-1103-4007-b124-dc97e8b4d095} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:54.632278 [ 268 ] {ded4e2d2-1103-4007-b124-dc97e8b4d095} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:58:54.632535 [ 200 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2268 rows, containing 5 columns (5 merged, 0 gathered) in 0.001851316 sec., 1225074.4875537185 rows/sec., 91.95 MiB/sec. 2025.08.01 15:58:54.632704 [ 268 ] {ded4e2d2-1103-4007-b124-dc97e8b4d095} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.632736 [ 194 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.01 15:58:54.632747 [ 268 ] {ded4e2d2-1103-4007-b124-dc97e8b4d095} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.633099 [ 194 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_11_2} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.633155 [ 268 ] {ded4e2d2-1103-4007-b124-dc97e8b4d095} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.01 15:58:54.633203 [ 194 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_11_2} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.01 15:58:54.633297 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.08.01 15:58:54.633387 [ 268 ] {ded4e2d2-1103-4007-b124-dc97e8b4d095} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.633496 [ 36 ] {} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.01 15:58:54.633520 [ 268 ] {ded4e2d2-1103-4007-b124-dc97e8b4d095} executeQuery: Read 307 rows, 20.68 KiB in 0.001303 sec., 235610.13046815043 rows/sec., 15.50 MiB/sec. 2025.08.01 15:58:54.633535 [ 36 ] {} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.633561 [ 268 ] {ded4e2d2-1103-4007-b124-dc97e8b4d095} TCPHandler: Processed in 0.001466784 sec. 2025.08.01 15:58:54.633562 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.633665 [ 200 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.01 15:58:54.633678 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:54.633780 [ 200 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:58:54.633781 [ 268 ] {87a84015-fd95-47ba-a7fb-a8b339d21de3} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.01 15:58:54.633822 [ 200 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 795 rows starting from the beginning of the part 2025.08.01 15:58:54.633842 [ 268 ] {87a84015-fd95-47ba-a7fb-a8b339d21de3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.01 15:58:54.633921 [ 200 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 345 rows starting from the beginning of the part 2025.08.01 15:58:54.633978 [ 200 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2025.08.01 15:58:54.634047 [ 200 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 307 rows starting from the beginning of the part 2025.08.01 15:58:54.634102 [ 200 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 161 rows starting from the beginning of the part 2025.08.01 15:58:54.634151 [ 268 ] {87a84015-fd95-47ba-a7fb-a8b339d21de3} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.634155 [ 200 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 307 rows starting from the beginning of the part 2025.08.01 15:58:54.634194 [ 268 ] {87a84015-fd95-47ba-a7fb-a8b339d21de3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.634524 [ 268 ] {87a84015-fd95-47ba-a7fb-a8b339d21de3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.01 15:58:54.634755 [ 268 ] {87a84015-fd95-47ba-a7fb-a8b339d21de3} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.634887 [ 268 ] {87a84015-fd95-47ba-a7fb-a8b339d21de3} executeQuery: Read 1 rows, 69.00 B in 0.001123 sec., 890.4719501335708 rows/sec., 60.00 KiB/sec. 2025.08.01 15:58:54.634923 [ 268 ] {87a84015-fd95-47ba-a7fb-a8b339d21de3} TCPHandler: Processed in 0.001292329 sec. 2025.08.01 15:58:54.635029 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:54.635121 [ 268 ] {c90b10b4-56e7-418e-b2b0-f15032524b28} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:54.635175 [ 268 ] {c90b10b4-56e7-418e-b2b0-f15032524b28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:58:54.635432 [ 199 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2075 rows, containing 5 columns (5 merged, 0 gathered) in 0.001797224 sec., 1154558.3633425771 rows/sec., 79.77 MiB/sec. 2025.08.01 15:58:54.635676 [ 200 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.01 15:58:54.635913 [ 268 ] {c90b10b4-56e7-418e-b2b0-f15032524b28} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.635924 [ 200 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_11_2} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.635957 [ 268 ] {c90b10b4-56e7-418e-b2b0-f15032524b28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.636014 [ 200 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_11_2} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.01 15:58:54.636080 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.08.01 15:58:54.636473 [ 268 ] {c90b10b4-56e7-418e-b2b0-f15032524b28} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.01 15:58:54.636694 [ 268 ] {c90b10b4-56e7-418e-b2b0-f15032524b28} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.636825 [ 268 ] {c90b10b4-56e7-418e-b2b0-f15032524b28} executeQuery: Read 9 rows, 16.51 KiB in 0.001722 sec., 5226.480836236934 rows/sec., 9.37 MiB/sec. 2025.08.01 15:58:54.636874 [ 268 ] {c90b10b4-56e7-418e-b2b0-f15032524b28} TCPHandler: Processed in 0.001892248 sec. 2025.08.01 15:58:54.636983 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:54.637076 [ 268 ] {0a2e3bab-4155-4817-8845-c970877f892d} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:58:54.637116 [ 268 ] {0a2e3bab-4155-4817-8845-c970877f892d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:58:54.637443 [ 268 ] {0a2e3bab-4155-4817-8845-c970877f892d} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.637478 [ 268 ] {0a2e3bab-4155-4817-8845-c970877f892d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.637768 [ 268 ] {0a2e3bab-4155-4817-8845-c970877f892d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.01 15:58:54.637972 [ 268 ] {0a2e3bab-4155-4817-8845-c970877f892d} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.638095 [ 268 ] {0a2e3bab-4155-4817-8845-c970877f892d} executeQuery: Read 102 rows, 6.42 KiB in 0.001037 sec., 98360.65573770492 rows/sec., 6.04 MiB/sec. 2025.08.01 15:58:54.638095 [ 36 ] {} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.01 15:58:54.638130 [ 268 ] {0a2e3bab-4155-4817-8845-c970877f892d} TCPHandler: Processed in 0.001194677 sec. 2025.08.01 15:58:54.638149 [ 36 ] {} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:54.638176 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:54.638249 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.01 15:58:54.638361 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:58:54.638392 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 180 rows starting from the beginning of the part 2025.08.01 15:58:54.638448 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 102 rows starting from the beginning of the part 2025.08.01 15:58:54.638493 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2025.08.01 15:58:54.638535 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 102 rows starting from the beginning of the part 2025.08.01 15:58:54.638576 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2025.08.01 15:58:54.638617 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 102 rows starting from the beginning of the part 2025.08.01 15:58:54.639453 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 606 rows, containing 4 columns (4 merged, 0 gathered) in 0.001236718 sec., 490006.61428070103 rows/sec., 31.71 MiB/sec. 2025.08.01 15:58:54.639629 [ 195 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.01 15:58:54.639885 [ 195 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_11_2} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:54.639949 [ 195 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_11_2} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.01 15:58:54.640019 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.01 15:58:57.595809 [ 30 ] {} DNSResolver: Updating DNS cache 2025.08.01 15:58:57.595872 [ 30 ] {} DNSResolver: Updated DNS cache 2025.08.01 15:58:57.667942 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 2025.08.01 15:58:57.668441 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:57.668492 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:57.668986 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.01 15:58:57.669225 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:57.669368 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.08.01 15:58:57.921647 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.08.01 15:58:57.939467 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:57.939542 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:57.945866 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.01 15:58:57.946550 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:57.949871 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.08.01 15:58:58.000147 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 182.50 MiB, peak 186.50 MiB, free memory in arenas 0.00 B, will set to 185.41 MiB (RSS), difference: 2.91 MiB 2025.08.01 15:58:59.609936 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:59.610230 [ 268 ] {2aa6d29f-0042-4f2c-88dc-2ba3736f4987} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:58:59.610343 [ 268 ] {2aa6d29f-0042-4f2c-88dc-2ba3736f4987} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:58:59.611071 [ 268 ] {2aa6d29f-0042-4f2c-88dc-2ba3736f4987} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:59.611122 [ 268 ] {2aa6d29f-0042-4f2c-88dc-2ba3736f4987} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:59.611541 [ 268 ] {2aa6d29f-0042-4f2c-88dc-2ba3736f4987} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.01 15:58:59.611780 [ 268 ] {2aa6d29f-0042-4f2c-88dc-2ba3736f4987} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:59.611946 [ 268 ] {2aa6d29f-0042-4f2c-88dc-2ba3736f4987} executeQuery: Read 100 rows, 8.53 KiB in 0.001796 sec., 55679.28730512249 rows/sec., 4.64 MiB/sec. 2025.08.01 15:58:59.611994 [ 268 ] {2aa6d29f-0042-4f2c-88dc-2ba3736f4987} TCPHandler: Processed in 0.002250408 sec. 2025.08.01 15:58:59.612124 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:59.612229 [ 268 ] {7204153f-4efb-4dac-bb0f-827dd15d756f} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:58:59.612273 [ 268 ] {7204153f-4efb-4dac-bb0f-827dd15d756f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:58:59.612680 [ 268 ] {7204153f-4efb-4dac-bb0f-827dd15d756f} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:59.612719 [ 268 ] {7204153f-4efb-4dac-bb0f-827dd15d756f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:59.613048 [ 268 ] {7204153f-4efb-4dac-bb0f-827dd15d756f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.01 15:58:59.613267 [ 268 ] {7204153f-4efb-4dac-bb0f-827dd15d756f} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:59.613400 [ 268 ] {7204153f-4efb-4dac-bb0f-827dd15d756f} executeQuery: Read 22 rows, 1.65 KiB in 0.001196 sec., 18394.648829431437 rows/sec., 1.35 MiB/sec. 2025.08.01 15:58:59.613437 [ 268 ] {7204153f-4efb-4dac-bb0f-827dd15d756f} TCPHandler: Processed in 0.001367532 sec. 2025.08.01 15:58:59.613548 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:59.613646 [ 268 ] {4a5e5ce2-6d50-48f9-95ed-59ace00d6cab} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:58:59.613687 [ 268 ] {4a5e5ce2-6d50-48f9-95ed-59ace00d6cab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:58:59.614094 [ 268 ] {4a5e5ce2-6d50-48f9-95ed-59ace00d6cab} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:59.614130 [ 268 ] {4a5e5ce2-6d50-48f9-95ed-59ace00d6cab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:59.614436 [ 268 ] {4a5e5ce2-6d50-48f9-95ed-59ace00d6cab} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.01 15:58:59.614659 [ 268 ] {4a5e5ce2-6d50-48f9-95ed-59ace00d6cab} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:59.614790 [ 268 ] {4a5e5ce2-6d50-48f9-95ed-59ace00d6cab} executeQuery: Read 86 rows, 6.88 KiB in 0.001165 sec., 73819.74248927039 rows/sec., 5.76 MiB/sec. 2025.08.01 15:58:59.614827 [ 268 ] {4a5e5ce2-6d50-48f9-95ed-59ace00d6cab} TCPHandler: Processed in 0.00133 sec. 2025.08.01 15:58:59.614936 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:59.615033 [ 268 ] {2f6b5ce2-b32a-454a-8aad-63f21f84d80e} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:59.615077 [ 268 ] {2f6b5ce2-b32a-454a-8aad-63f21f84d80e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:58:59.615490 [ 268 ] {2f6b5ce2-b32a-454a-8aad-63f21f84d80e} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:59.615526 [ 268 ] {2f6b5ce2-b32a-454a-8aad-63f21f84d80e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:59.615853 [ 268 ] {2f6b5ce2-b32a-454a-8aad-63f21f84d80e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.01 15:58:59.616074 [ 268 ] {2f6b5ce2-b32a-454a-8aad-63f21f84d80e} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:59.616204 [ 268 ] {2f6b5ce2-b32a-454a-8aad-63f21f84d80e} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2025.08.01 15:58:59.616240 [ 268 ] {2f6b5ce2-b32a-454a-8aad-63f21f84d80e} TCPHandler: Processed in 0.001353391 sec. 2025.08.01 15:58:59.616344 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:59.616438 [ 268 ] {1de15470-a88d-47f9-8ae1-4615e865344e} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:58:59.616494 [ 268 ] {1de15470-a88d-47f9-8ae1-4615e865344e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:58:59.617249 [ 268 ] {1de15470-a88d-47f9-8ae1-4615e865344e} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:59.617286 [ 268 ] {1de15470-a88d-47f9-8ae1-4615e865344e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:59.617820 [ 268 ] {1de15470-a88d-47f9-8ae1-4615e865344e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.01 15:58:59.618042 [ 268 ] {1de15470-a88d-47f9-8ae1-4615e865344e} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:59.618179 [ 268 ] {1de15470-a88d-47f9-8ae1-4615e865344e} executeQuery: Read 22 rows, 40.37 KiB in 0.00176 sec., 12500 rows/sec., 22.40 MiB/sec. 2025.08.01 15:58:59.618237 [ 268 ] {1de15470-a88d-47f9-8ae1-4615e865344e} TCPHandler: Processed in 0.001941399 sec. 2025.08.01 15:58:59.618345 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:58:59.618441 [ 268 ] {31e338f3-63ab-49c7-bf3c-38f41d8ad8cd} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:58:59.618483 [ 268 ] {31e338f3-63ab-49c7-bf3c-38f41d8ad8cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:58:59.618812 [ 268 ] {31e338f3-63ab-49c7-bf3c-38f41d8ad8cd} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:58:59.618847 [ 268 ] {31e338f3-63ab-49c7-bf3c-38f41d8ad8cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:58:59.619145 [ 268 ] {31e338f3-63ab-49c7-bf3c-38f41d8ad8cd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.01 15:58:59.619361 [ 268 ] {31e338f3-63ab-49c7-bf3c-38f41d8ad8cd} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:58:59.619491 [ 268 ] {31e338f3-63ab-49c7-bf3c-38f41d8ad8cd} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2025.08.01 15:58:59.619526 [ 268 ] {31e338f3-63ab-49c7-bf3c-38f41d8ad8cd} TCPHandler: Processed in 0.001229817 sec. 2025.08.01 15:59:02.669122 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 348 2025.08.01 15:59:02.671406 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:02.671458 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:02.672620 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.01 15:59:02.672891 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:02.673224 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 348 2025.08.01 15:59:04.616713 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.616955 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} executeQuery: (from [fd00:1122:3344:101::d]:39218) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.08.01 15:59:04.617317 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:59:04.617358 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.08.01 15:59:04.617624 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:59:04.617697 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:59:04.617841 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2025.08.01 15:59:04.617955 [ 293 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.01 15:59:04.617958 [ 290 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.01 15:59:04.617958 [ 292 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:59:04.618096 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.08.01 15:59:04.618125 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:59:04.618211 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.01 15:59:04.618232 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Reading approx. 41 rows with 3 streams 2025.08.01 15:59:04.618268 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.08.01 15:59:04.618310 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.08.01 15:59:04.618348 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.08.01 15:59:04.619464 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} executeQuery: Read 41 rows, 1.65 KiB in 0.002615 sec., 15678.776290630974 rows/sec., 631.50 KiB/sec. 2025.08.01 15:59:04.619595 [ 268 ] {0297a56a-89c3-4ebd-8982-d2659e4d512d} TCPHandler: Processed in 0.003013801 sec. 2025.08.01 15:59:04.626235 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.626427 [ 268 ] {3c3e9945-8503-4022-928f-17e49c4dcdcf} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.01 15:59:04.626505 [ 268 ] {3c3e9945-8503-4022-928f-17e49c4dcdcf} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:59:04.627161 [ 268 ] {3c3e9945-8503-4022-928f-17e49c4dcdcf} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:04.627200 [ 268 ] {3c3e9945-8503-4022-928f-17e49c4dcdcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:04.627622 [ 268 ] {3c3e9945-8503-4022-928f-17e49c4dcdcf} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:59:04.627844 [ 268 ] {3c3e9945-8503-4022-928f-17e49c4dcdcf} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:04.627997 [ 268 ] {3c3e9945-8503-4022-928f-17e49c4dcdcf} executeQuery: Read 1 rows, 106.00 B in 0.001627 sec., 614.6281499692686 rows/sec., 63.62 KiB/sec. 2025.08.01 15:59:04.628036 [ 268 ] {3c3e9945-8503-4022-928f-17e49c4dcdcf} TCPHandler: Processed in 0.001893897 sec. 2025.08.01 15:59:04.628146 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.628246 [ 268 ] {1c308f10-82a5-4225-b029-7112df77b691} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.01 15:59:04.628288 [ 268 ] {1c308f10-82a5-4225-b029-7112df77b691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.01 15:59:04.628841 [ 268 ] {1c308f10-82a5-4225-b029-7112df77b691} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:04.628879 [ 268 ] {1c308f10-82a5-4225-b029-7112df77b691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:04.629212 [ 268 ] {1c308f10-82a5-4225-b029-7112df77b691} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:59:04.629429 [ 268 ] {1c308f10-82a5-4225-b029-7112df77b691} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:04.629564 [ 268 ] {1c308f10-82a5-4225-b029-7112df77b691} executeQuery: Read 392 rows, 25.47 KiB in 0.001338 sec., 292974.5889387145 rows/sec., 18.59 MiB/sec. 2025.08.01 15:59:04.629600 [ 268 ] {1c308f10-82a5-4225-b029-7112df77b691} TCPHandler: Processed in 0.001504876 sec. 2025.08.01 15:59:04.629716 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.629811 [ 268 ] {f8c64fe3-facb-48f3-a31c-6b2559747e8c} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.01 15:59:04.629857 [ 268 ] {f8c64fe3-facb-48f3-a31c-6b2559747e8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.01 15:59:04.630245 [ 268 ] {f8c64fe3-facb-48f3-a31c-6b2559747e8c} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:04.630280 [ 268 ] {f8c64fe3-facb-48f3-a31c-6b2559747e8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:04.630571 [ 268 ] {f8c64fe3-facb-48f3-a31c-6b2559747e8c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:59:04.630783 [ 268 ] {f8c64fe3-facb-48f3-a31c-6b2559747e8c} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:04.630909 [ 268 ] {f8c64fe3-facb-48f3-a31c-6b2559747e8c} executeQuery: Read 10 rows, 835.00 B in 0.001118 sec., 8944.543828264757 rows/sec., 729.36 KiB/sec. 2025.08.01 15:59:04.630945 [ 268 ] {f8c64fe3-facb-48f3-a31c-6b2559747e8c} TCPHandler: Processed in 0.001279348 sec. 2025.08.01 15:59:04.631051 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.631145 [ 268 ] {a269fbb8-c6ba-4802-9851-7c872bca3868} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:59:04.631185 [ 268 ] {a269fbb8-c6ba-4802-9851-7c872bca3868} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:59:04.632044 [ 268 ] {a269fbb8-c6ba-4802-9851-7c872bca3868} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:04.632078 [ 268 ] {a269fbb8-c6ba-4802-9851-7c872bca3868} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:04.632478 [ 268 ] {a269fbb8-c6ba-4802-9851-7c872bca3868} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.01 15:59:04.632699 [ 268 ] {a269fbb8-c6ba-4802-9851-7c872bca3868} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:04.632834 [ 268 ] {a269fbb8-c6ba-4802-9851-7c872bca3868} executeQuery: Read 1107 rows, 89.85 KiB in 0.001707 sec., 648506.151142355 rows/sec., 51.40 MiB/sec. 2025.08.01 15:59:04.632870 [ 268 ] {a269fbb8-c6ba-4802-9851-7c872bca3868} TCPHandler: Processed in 0.001867687 sec. 2025.08.01 15:59:04.632979 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.633105 [ 268 ] {6ecf4c9e-6cea-42e8-a24c-6f45a9932ab4} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:59:04.633145 [ 268 ] {6ecf4c9e-6cea-42e8-a24c-6f45a9932ab4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:59:04.633623 [ 268 ] {6ecf4c9e-6cea-42e8-a24c-6f45a9932ab4} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:04.633659 [ 268 ] {6ecf4c9e-6cea-42e8-a24c-6f45a9932ab4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:04.633983 [ 268 ] {6ecf4c9e-6cea-42e8-a24c-6f45a9932ab4} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.01 15:59:04.634200 [ 268 ] {6ecf4c9e-6cea-42e8-a24c-6f45a9932ab4} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:04.634330 [ 268 ] {6ecf4c9e-6cea-42e8-a24c-6f45a9932ab4} executeQuery: Read 223 rows, 13.75 KiB in 0.001244 sec., 179260.4501607717 rows/sec., 10.80 MiB/sec. 2025.08.01 15:59:04.634367 [ 268 ] {6ecf4c9e-6cea-42e8-a24c-6f45a9932ab4} TCPHandler: Processed in 0.001436263 sec. 2025.08.01 15:59:04.634504 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.634599 [ 268 ] {f4065c46-f1a2-4e24-b974-ac6fdae6191c} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.01 15:59:04.634639 [ 268 ] {f4065c46-f1a2-4e24-b974-ac6fdae6191c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.01 15:59:04.635109 [ 268 ] {f4065c46-f1a2-4e24-b974-ac6fdae6191c} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:04.635145 [ 268 ] {f4065c46-f1a2-4e24-b974-ac6fdae6191c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:04.635448 [ 268 ] {f4065c46-f1a2-4e24-b974-ac6fdae6191c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:59:04.635657 [ 268 ] {f4065c46-f1a2-4e24-b974-ac6fdae6191c} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:04.635788 [ 268 ] {f4065c46-f1a2-4e24-b974-ac6fdae6191c} executeQuery: Read 204 rows, 13.47 KiB in 0.001207 sec., 169014.08450704225 rows/sec., 10.90 MiB/sec. 2025.08.01 15:59:04.635824 [ 268 ] {f4065c46-f1a2-4e24-b974-ac6fdae6191c} TCPHandler: Processed in 0.001369801 sec. 2025.08.01 15:59:04.635935 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.636029 [ 268 ] {91d9d856-867c-4dfd-b751-50adf49d98e4} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.01 15:59:04.636069 [ 268 ] {91d9d856-867c-4dfd-b751-50adf49d98e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.01 15:59:04.636504 [ 268 ] {91d9d856-867c-4dfd-b751-50adf49d98e4} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:04.636539 [ 268 ] {91d9d856-867c-4dfd-b751-50adf49d98e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:04.636842 [ 268 ] {91d9d856-867c-4dfd-b751-50adf49d98e4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:59:04.637061 [ 268 ] {91d9d856-867c-4dfd-b751-50adf49d98e4} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:04.637188 [ 268 ] {91d9d856-867c-4dfd-b751-50adf49d98e4} executeQuery: Read 202 rows, 11.75 KiB in 0.001177 sec., 171622.76975361086 rows/sec., 9.75 MiB/sec. 2025.08.01 15:59:04.637225 [ 268 ] {91d9d856-867c-4dfd-b751-50adf49d98e4} TCPHandler: Processed in 0.001338941 sec. 2025.08.01 15:59:04.637337 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.637431 [ 268 ] {d7fca00a-26ad-4ce0-a4a0-ccd583f4258c} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:59:04.637471 [ 268 ] {d7fca00a-26ad-4ce0-a4a0-ccd583f4258c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:59:04.638077 [ 268 ] {d7fca00a-26ad-4ce0-a4a0-ccd583f4258c} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:04.638113 [ 268 ] {d7fca00a-26ad-4ce0-a4a0-ccd583f4258c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:04.638451 [ 268 ] {d7fca00a-26ad-4ce0-a4a0-ccd583f4258c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.01 15:59:04.638666 [ 268 ] {d7fca00a-26ad-4ce0-a4a0-ccd583f4258c} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:04.638794 [ 268 ] {d7fca00a-26ad-4ce0-a4a0-ccd583f4258c} executeQuery: Read 682 rows, 48.99 KiB in 0.001381 sec., 493845.03982621286 rows/sec., 34.64 MiB/sec. 2025.08.01 15:59:04.638830 [ 268 ] {d7fca00a-26ad-4ce0-a4a0-ccd583f4258c} TCPHandler: Processed in 0.001541127 sec. 2025.08.01 15:59:04.638939 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.639033 [ 268 ] {ffeaea6e-252a-45e9-b52e-b150152997e0} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.01 15:59:04.639075 [ 268 ] {ffeaea6e-252a-45e9-b52e-b150152997e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.01 15:59:04.639395 [ 268 ] {ffeaea6e-252a-45e9-b52e-b150152997e0} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:04.639430 [ 268 ] {ffeaea6e-252a-45e9-b52e-b150152997e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:04.639732 [ 268 ] {ffeaea6e-252a-45e9-b52e-b150152997e0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:59:04.639947 [ 268 ] {ffeaea6e-252a-45e9-b52e-b150152997e0} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:04.640072 [ 268 ] {ffeaea6e-252a-45e9-b52e-b150152997e0} executeQuery: Read 6 rows, 321.00 B in 0.001057 sec., 5676.442762535477 rows/sec., 296.57 KiB/sec. 2025.08.01 15:59:04.640107 [ 268 ] {ffeaea6e-252a-45e9-b52e-b150152997e0} TCPHandler: Processed in 0.001216467 sec. 2025.08.01 15:59:04.640216 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.640310 [ 268 ] {976ec7b9-c6b4-4a9f-ad6b-8b5137cfb09d} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:04.640353 [ 268 ] {976ec7b9-c6b4-4a9f-ad6b-8b5137cfb09d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:59:04.640784 [ 268 ] {976ec7b9-c6b4-4a9f-ad6b-8b5137cfb09d} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:04.640820 [ 268 ] {976ec7b9-c6b4-4a9f-ad6b-8b5137cfb09d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:04.641152 [ 268 ] {976ec7b9-c6b4-4a9f-ad6b-8b5137cfb09d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.01 15:59:04.641371 [ 268 ] {976ec7b9-c6b4-4a9f-ad6b-8b5137cfb09d} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:04.641497 [ 268 ] {976ec7b9-c6b4-4a9f-ad6b-8b5137cfb09d} executeQuery: Read 312 rows, 21.03 KiB in 0.001205 sec., 258921.16182572616 rows/sec., 17.05 MiB/sec. 2025.08.01 15:59:04.641532 [ 268 ] {976ec7b9-c6b4-4a9f-ad6b-8b5137cfb09d} TCPHandler: Processed in 0.001365371 sec. 2025.08.01 15:59:04.641639 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.641733 [ 268 ] {8e18b660-b0db-46c8-a1a5-4e3549cd8369} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.01 15:59:04.641775 [ 268 ] {8e18b660-b0db-46c8-a1a5-4e3549cd8369} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.01 15:59:04.642082 [ 268 ] {8e18b660-b0db-46c8-a1a5-4e3549cd8369} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:04.642116 [ 268 ] {8e18b660-b0db-46c8-a1a5-4e3549cd8369} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:04.642411 [ 268 ] {8e18b660-b0db-46c8-a1a5-4e3549cd8369} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.01 15:59:04.642624 [ 268 ] {8e18b660-b0db-46c8-a1a5-4e3549cd8369} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:04.642746 [ 268 ] {8e18b660-b0db-46c8-a1a5-4e3549cd8369} executeQuery: Read 3 rows, 199.00 B in 0.001031 sec., 2909.796314258002 rows/sec., 188.49 KiB/sec. 2025.08.01 15:59:04.642780 [ 268 ] {8e18b660-b0db-46c8-a1a5-4e3549cd8369} TCPHandler: Processed in 0.001189196 sec. 2025.08.01 15:59:04.642889 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.642983 [ 268 ] {998b17f4-5958-4d08-8c4e-fe8794e4996f} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:04.643036 [ 268 ] {998b17f4-5958-4d08-8c4e-fe8794e4996f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:59:04.643780 [ 268 ] {998b17f4-5958-4d08-8c4e-fe8794e4996f} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:04.643816 [ 268 ] {998b17f4-5958-4d08-8c4e-fe8794e4996f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:04.644331 [ 268 ] {998b17f4-5958-4d08-8c4e-fe8794e4996f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.01 15:59:04.644550 [ 268 ] {998b17f4-5958-4d08-8c4e-fe8794e4996f} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:04.644680 [ 268 ] {998b17f4-5958-4d08-8c4e-fe8794e4996f} executeQuery: Read 17 rows, 31.19 KiB in 0.001716 sec., 9906.759906759906 rows/sec., 17.75 MiB/sec. 2025.08.01 15:59:04.644729 [ 268 ] {998b17f4-5958-4d08-8c4e-fe8794e4996f} TCPHandler: Processed in 0.001888837 sec. 2025.08.01 15:59:04.644838 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.644934 [ 268 ] {bf71703b-de49-4cd9-8330-28e16124e4b1} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.01 15:59:04.644977 [ 268 ] {bf71703b-de49-4cd9-8330-28e16124e4b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.01 15:59:04.645418 [ 268 ] {bf71703b-de49-4cd9-8330-28e16124e4b1} oximeter.measurements_i64 (d1b577f4-d45f-4988-bf27-01cccdc8a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:04.645469 [ 268 ] {bf71703b-de49-4cd9-8330-28e16124e4b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:04.645874 [ 268 ] {bf71703b-de49-4cd9-8330-28e16124e4b1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.01 15:59:04.646130 [ 268 ] {bf71703b-de49-4cd9-8330-28e16124e4b1} oximeter.measurements_i64 (d1b577f4-d45f-4988-bf27-01cccdc8a94a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:04.646279 [ 268 ] {bf71703b-de49-4cd9-8330-28e16124e4b1} executeQuery: Read 3 rows, 217.00 B in 0.001363 sec., 2201.0271460014674 rows/sec., 155.48 KiB/sec. 2025.08.01 15:59:04.646321 [ 268 ] {bf71703b-de49-4cd9-8330-28e16124e4b1} TCPHandler: Processed in 0.001531497 sec. 2025.08.01 15:59:04.646450 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:04.646548 [ 268 ] {f6cb9f3b-697f-49c1-b36c-0bcfe7ebaf8a} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:59:04.646590 [ 268 ] {f6cb9f3b-697f-49c1-b36c-0bcfe7ebaf8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:59:04.646950 [ 268 ] {f6cb9f3b-697f-49c1-b36c-0bcfe7ebaf8a} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:04.646988 [ 268 ] {f6cb9f3b-697f-49c1-b36c-0bcfe7ebaf8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:04.647310 [ 268 ] {f6cb9f3b-697f-49c1-b36c-0bcfe7ebaf8a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.01 15:59:04.647528 [ 268 ] {f6cb9f3b-697f-49c1-b36c-0bcfe7ebaf8a} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:04.647656 [ 268 ] {f6cb9f3b-697f-49c1-b36c-0bcfe7ebaf8a} executeQuery: Read 102 rows, 6.42 KiB in 0.001129 sec., 90345.43844109832 rows/sec., 5.55 MiB/sec. 2025.08.01 15:59:04.647693 [ 268 ] {f6cb9f3b-697f-49c1-b36c-0bcfe7ebaf8a} TCPHandler: Processed in 0.001293459 sec. 2025.08.01 15:59:05.169586 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 2025.08.01 15:59:05.170319 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:05.170394 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:05.171206 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.01 15:59:05.171435 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:05.171568 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 2025.08.01 15:59:05.171618 [ 135 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.01 15:59:05.171719 [ 135 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:05.171755 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:05.171929 [ 199 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.01 15:59:05.172138 [ 199 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:05.172220 [ 199 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part 2025.08.01 15:59:05.172372 [ 199 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part 2025.08.01 15:59:05.172462 [ 199 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part 2025.08.01 15:59:05.172538 [ 199 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part 2025.08.01 15:59:05.172611 [ 199 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part 2025.08.01 15:59:05.172686 [ 199 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part 2025.08.01 15:59:05.174196 [ 187 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002354672 sec., 2176099.2613833267 rows/sec., 31.13 MiB/sec. 2025.08.01 15:59:05.175085 [ 187 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.01 15:59:05.175367 [ 187 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_11_2} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:05.175442 [ 187 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_11_2} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.01 15:59:05.175510 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.08.01 15:59:05.450069 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.08.01 15:59:05.467890 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:05.467948 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:05.473984 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.01 15:59:05.474685 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:05.474939 [ 135 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.01 15:59:05.474972 [ 135 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:05.474990 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:05.475072 [ 199 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.01 15:59:05.478019 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.08.01 15:59:05.478076 [ 199 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:05.478807 [ 199 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2025.08.01 15:59:05.482209 [ 199 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2025.08.01 15:59:05.485648 [ 199 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.08.01 15:59:05.489563 [ 199 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2025.08.01 15:59:05.494057 [ 199 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.08.01 15:59:05.498266 [ 199 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2025.08.01 15:59:05.550694 [ 194 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.075652634 sec., 1097.1197645279608 rows/sec., 5.67 MiB/sec. 2025.08.01 15:59:05.553258 [ 196 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.01 15:59:05.555341 [ 196 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_11_2} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:05.555453 [ 196 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_11_2} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.01 15:59:05.557459 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.08.01 15:59:06.000166 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 186.71 MiB, peak 196.59 MiB, free memory in arenas 0.00 B, will set to 197.07 MiB (RSS), difference: 10.37 MiB 2025.08.01 15:59:09.611530 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:09.611734 [ 268 ] {5f54d7f2-2be2-494d-a51e-7746f6982d9b} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:59:09.611805 [ 268 ] {5f54d7f2-2be2-494d-a51e-7746f6982d9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:59:09.612578 [ 268 ] {5f54d7f2-2be2-494d-a51e-7746f6982d9b} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:09.612640 [ 268 ] {5f54d7f2-2be2-494d-a51e-7746f6982d9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:09.613083 [ 268 ] {5f54d7f2-2be2-494d-a51e-7746f6982d9b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.01 15:59:09.613330 [ 268 ] {5f54d7f2-2be2-494d-a51e-7746f6982d9b} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:09.613487 [ 268 ] {5f54d7f2-2be2-494d-a51e-7746f6982d9b} executeQuery: Read 100 rows, 8.53 KiB in 0.001806 sec., 55370.98560354374 rows/sec., 4.61 MiB/sec. 2025.08.01 15:59:09.613538 [ 268 ] {5f54d7f2-2be2-494d-a51e-7746f6982d9b} TCPHandler: Processed in 0.002148874 sec. 2025.08.01 15:59:09.613675 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:09.613783 [ 268 ] {7cd99af5-4fc5-4d0b-ad11-d2926ba308be} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:59:09.613833 [ 268 ] {7cd99af5-4fc5-4d0b-ad11-d2926ba308be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:59:09.614259 [ 268 ] {7cd99af5-4fc5-4d0b-ad11-d2926ba308be} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:09.614294 [ 268 ] {7cd99af5-4fc5-4d0b-ad11-d2926ba308be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:09.614597 [ 268 ] {7cd99af5-4fc5-4d0b-ad11-d2926ba308be} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.01 15:59:09.614814 [ 268 ] {7cd99af5-4fc5-4d0b-ad11-d2926ba308be} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:09.614944 [ 268 ] {7cd99af5-4fc5-4d0b-ad11-d2926ba308be} executeQuery: Read 22 rows, 1.65 KiB in 0.001187 sec., 18534.119629317607 rows/sec., 1.36 MiB/sec. 2025.08.01 15:59:09.614981 [ 268 ] {7cd99af5-4fc5-4d0b-ad11-d2926ba308be} TCPHandler: Processed in 0.001361071 sec. 2025.08.01 15:59:09.615098 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:09.615192 [ 268 ] {81fecc29-9ba2-42ba-8d0a-01dc36baed99} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:59:09.615234 [ 268 ] {81fecc29-9ba2-42ba-8d0a-01dc36baed99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:59:09.615652 [ 268 ] {81fecc29-9ba2-42ba-8d0a-01dc36baed99} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:09.615688 [ 268 ] {81fecc29-9ba2-42ba-8d0a-01dc36baed99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:09.615996 [ 268 ] {81fecc29-9ba2-42ba-8d0a-01dc36baed99} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.01 15:59:09.616231 [ 268 ] {81fecc29-9ba2-42ba-8d0a-01dc36baed99} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:09.616362 [ 268 ] {81fecc29-9ba2-42ba-8d0a-01dc36baed99} executeQuery: Read 86 rows, 6.88 KiB in 0.001188 sec., 72390.57239057239 rows/sec., 5.65 MiB/sec. 2025.08.01 15:59:09.616398 [ 268 ] {81fecc29-9ba2-42ba-8d0a-01dc36baed99} TCPHandler: Processed in 0.001349321 sec. 2025.08.01 15:59:09.616512 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:09.616607 [ 268 ] {68952757-2208-4efa-a34a-70738a815293} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:09.616652 [ 268 ] {68952757-2208-4efa-a34a-70738a815293} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:59:09.617121 [ 268 ] {68952757-2208-4efa-a34a-70738a815293} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:09.617166 [ 268 ] {68952757-2208-4efa-a34a-70738a815293} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:09.617554 [ 268 ] {68952757-2208-4efa-a34a-70738a815293} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.01 15:59:09.617797 [ 268 ] {68952757-2208-4efa-a34a-70738a815293} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:09.617966 [ 268 ] {68952757-2208-4efa-a34a-70738a815293} executeQuery: Read 160 rows, 11.41 KiB in 0.001376 sec., 116279.06976744186 rows/sec., 8.10 MiB/sec. 2025.08.01 15:59:09.618016 [ 268 ] {68952757-2208-4efa-a34a-70738a815293} TCPHandler: Processed in 0.001552267 sec. 2025.08.01 15:59:09.618131 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:09.618234 [ 268 ] {9ee0fef8-5b07-4bcb-953f-6a678329ca46} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:09.618291 [ 268 ] {9ee0fef8-5b07-4bcb-953f-6a678329ca46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:59:09.619091 [ 268 ] {9ee0fef8-5b07-4bcb-953f-6a678329ca46} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:09.619127 [ 268 ] {9ee0fef8-5b07-4bcb-953f-6a678329ca46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:09.619675 [ 268 ] {9ee0fef8-5b07-4bcb-953f-6a678329ca46} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.01 15:59:09.619910 [ 268 ] {9ee0fef8-5b07-4bcb-953f-6a678329ca46} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:09.620053 [ 268 ] {9ee0fef8-5b07-4bcb-953f-6a678329ca46} executeQuery: Read 22 rows, 40.37 KiB in 0.001838 sec., 11969.532100108814 rows/sec., 21.45 MiB/sec. 2025.08.01 15:59:09.620109 [ 268 ] {9ee0fef8-5b07-4bcb-953f-6a678329ca46} TCPHandler: Processed in 0.002027232 sec. 2025.08.01 15:59:09.620225 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:09.620324 [ 268 ] {bf0491fe-6804-48e9-a42a-c81f99998807} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:59:09.620368 [ 268 ] {bf0491fe-6804-48e9-a42a-c81f99998807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:59:09.620705 [ 268 ] {bf0491fe-6804-48e9-a42a-c81f99998807} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:09.620742 [ 268 ] {bf0491fe-6804-48e9-a42a-c81f99998807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:09.621056 [ 268 ] {bf0491fe-6804-48e9-a42a-c81f99998807} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.01 15:59:09.621267 [ 268 ] {bf0491fe-6804-48e9-a42a-c81f99998807} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:09.621398 [ 268 ] {bf0491fe-6804-48e9-a42a-c81f99998807} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2025.08.01 15:59:09.621433 [ 268 ] {bf0491fe-6804-48e9-a42a-c81f99998807} TCPHandler: Processed in 0.001258288 sec. 2025.08.01 15:59:12.595931 [ 132 ] {} DNSResolver: Updating DNS cache 2025.08.01 15:59:12.595996 [ 132 ] {} DNSResolver: Updated DNS cache 2025.08.01 15:59:12.672442 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 2025.08.01 15:59:12.672925 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:12.672963 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:12.673561 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.01 15:59:12.673807 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:12.673955 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 2025.08.01 15:59:12.674244 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 390 2025.08.01 15:59:12.676844 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:12.676898 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:12.678115 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.01 15:59:12.678393 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:12.678700 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 390 2025.08.01 15:59:12.978889 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.08.01 15:59:12.997483 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:12.997551 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:13.000217 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 201.62 MiB, peak 201.62 MiB, free memory in arenas 0.00 B, will set to 197.41 MiB (RSS), difference: -4.21 MiB 2025.08.01 15:59:13.003159 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.01 15:59:13.003838 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:13.006992 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.08.01 15:59:14.000177 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 193.41 MiB, peak 201.62 MiB, free memory in arenas 0.00 B, will set to 197.71 MiB (RSS), difference: 4.30 MiB 2025.08.01 15:59:14.619485 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:14.619780 [ 268 ] {df5cb91b-5ef0-485e-a7a4-485070de68b9} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.01 15:59:14.619883 [ 268 ] {df5cb91b-5ef0-485e-a7a4-485070de68b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.01 15:59:14.620835 [ 268 ] {df5cb91b-5ef0-485e-a7a4-485070de68b9} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.620885 [ 268 ] {df5cb91b-5ef0-485e-a7a4-485070de68b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.621295 [ 268 ] {df5cb91b-5ef0-485e-a7a4-485070de68b9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:59:14.621534 [ 268 ] {df5cb91b-5ef0-485e-a7a4-485070de68b9} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.621683 [ 86 ] {} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:59:14.621692 [ 268 ] {df5cb91b-5ef0-485e-a7a4-485070de68b9} executeQuery: Read 392 rows, 25.47 KiB in 0.001997 sec., 196294.44166249374 rows/sec., 12.45 MiB/sec. 2025.08.01 15:59:14.621763 [ 86 ] {} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.621783 [ 268 ] {df5cb91b-5ef0-485e-a7a4-485070de68b9} TCPHandler: Processed in 0.002499856 sec. 2025.08.01 15:59:14.621794 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.621920 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:14.621931 [ 189 ] {4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:59:14.622026 [ 268 ] {b1d433c0-c74b-46c4-9eaa-619790827284} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:59:14.622073 [ 268 ] {b1d433c0-c74b-46c4-9eaa-619790827284} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:59:14.622090 [ 189 ] {4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:14.622127 [ 189 ] {4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.08.01 15:59:14.622188 [ 189 ] {4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 416 rows starting from the beginning of the part 2025.08.01 15:59:14.622231 [ 189 ] {4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 392 rows starting from the beginning of the part 2025.08.01 15:59:14.622271 [ 189 ] {4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 392 rows starting from the beginning of the part 2025.08.01 15:59:14.622307 [ 189 ] {4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 392 rows starting from the beginning of the part 2025.08.01 15:59:14.622346 [ 189 ] {4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 392 rows starting from the beginning of the part 2025.08.01 15:59:14.623116 [ 268 ] {b1d433c0-c74b-46c4-9eaa-619790827284} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.623158 [ 268 ] {b1d433c0-c74b-46c4-9eaa-619790827284} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.623430 [ 196 ] {4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2008 rows, containing 5 columns (5 merged, 0 gathered) in 0.001555817 sec., 1290640.2231110728 rows/sec., 87.41 MiB/sec. 2025.08.01 15:59:14.623597 [ 268 ] {b1d433c0-c74b-46c4-9eaa-619790827284} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.01 15:59:14.623641 [ 194 ] {4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:59:14.623876 [ 268 ] {b1d433c0-c74b-46c4-9eaa-619790827284} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.623988 [ 194 ] {4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34::all_1_6_1} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.624025 [ 268 ] {b1d433c0-c74b-46c4-9eaa-619790827284} executeQuery: Read 1101 rows, 89.40 KiB in 0.002019 sec., 545319.4650817236 rows/sec., 43.24 MiB/sec. 2025.08.01 15:59:14.624069 [ 268 ] {b1d433c0-c74b-46c4-9eaa-619790827284} TCPHandler: Processed in 0.002200436 sec. 2025.08.01 15:59:14.624070 [ 194 ] {4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34::all_1_6_1} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:59:14.624171 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.08.01 15:59:14.624187 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:14.624288 [ 268 ] {f2190b75-c735-4c5f-b62c-ecc302e29fda} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:59:14.624328 [ 268 ] {f2190b75-c735-4c5f-b62c-ecc302e29fda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:59:14.624823 [ 268 ] {f2190b75-c735-4c5f-b62c-ecc302e29fda} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.624860 [ 268 ] {f2190b75-c735-4c5f-b62c-ecc302e29fda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.625179 [ 268 ] {f2190b75-c735-4c5f-b62c-ecc302e29fda} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.01 15:59:14.625397 [ 268 ] {f2190b75-c735-4c5f-b62c-ecc302e29fda} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.625497 [ 86 ] {} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.01 15:59:14.625525 [ 268 ] {f2190b75-c735-4c5f-b62c-ecc302e29fda} executeQuery: Read 213 rows, 13.05 KiB in 0.001256 sec., 169585.9872611465 rows/sec., 10.15 MiB/sec. 2025.08.01 15:59:14.625536 [ 86 ] {} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.625567 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.625570 [ 268 ] {f2190b75-c735-4c5f-b62c-ecc302e29fda} TCPHandler: Processed in 0.001432004 sec. 2025.08.01 15:59:14.625639 [ 201 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.01 15:59:14.625689 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:14.625732 [ 201 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:14.625762 [ 201 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 249 rows starting from the beginning of the part 2025.08.01 15:59:14.625793 [ 268 ] {d76a9c88-4451-43ad-80e2-6db8043e16c9} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.01 15:59:14.625829 [ 201 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 205 rows starting from the beginning of the part 2025.08.01 15:59:14.625839 [ 268 ] {d76a9c88-4451-43ad-80e2-6db8043e16c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.01 15:59:14.625882 [ 201 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part 2025.08.01 15:59:14.625925 [ 201 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 223 rows starting from the beginning of the part 2025.08.01 15:59:14.625974 [ 201 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part 2025.08.01 15:59:14.626014 [ 201 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 213 rows starting from the beginning of the part 2025.08.01 15:59:14.626336 [ 268 ] {d76a9c88-4451-43ad-80e2-6db8043e16c9} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.626377 [ 268 ] {d76a9c88-4451-43ad-80e2-6db8043e16c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.626700 [ 268 ] {d76a9c88-4451-43ad-80e2-6db8043e16c9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:59:14.626841 [ 201 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 934 rows, containing 5 columns (5 merged, 0 gathered) in 0.001231118 sec., 758660.0147183292 rows/sec., 49.16 MiB/sec. 2025.08.01 15:59:14.626929 [ 268 ] {d76a9c88-4451-43ad-80e2-6db8043e16c9} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.626984 [ 201 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.01 15:59:14.627034 [ 86 ] {} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:59:14.627063 [ 86 ] {} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.627065 [ 268 ] {d76a9c88-4451-43ad-80e2-6db8043e16c9} executeQuery: Read 203 rows, 13.41 KiB in 0.001295 sec., 156756.75675675677 rows/sec., 10.11 MiB/sec. 2025.08.01 15:59:14.627087 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.627117 [ 268 ] {d76a9c88-4451-43ad-80e2-6db8043e16c9} TCPHandler: Processed in 0.001477525 sec. 2025.08.01 15:59:14.627165 [ 194 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:59:14.627234 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:14.627252 [ 201 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_11_2} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.627253 [ 194 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:14.627301 [ 194 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.08.01 15:59:14.627335 [ 201 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_11_2} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.01 15:59:14.627342 [ 268 ] {94c21d76-cbb1-4daf-ade4-f4289d09cba0} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.01 15:59:14.627362 [ 194 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 227 rows starting from the beginning of the part 2025.08.01 15:59:14.627397 [ 268 ] {94c21d76-cbb1-4daf-ade4-f4289d09cba0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.01 15:59:14.627411 [ 194 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 203 rows starting from the beginning of the part 2025.08.01 15:59:14.627417 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.01 15:59:14.627459 [ 194 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 203 rows starting from the beginning of the part 2025.08.01 15:59:14.627504 [ 194 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 204 rows starting from the beginning of the part 2025.08.01 15:59:14.627542 [ 194 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 203 rows starting from the beginning of the part 2025.08.01 15:59:14.627866 [ 268 ] {94c21d76-cbb1-4daf-ade4-f4289d09cba0} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.627906 [ 268 ] {94c21d76-cbb1-4daf-ade4-f4289d09cba0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.628211 [ 268 ] {94c21d76-cbb1-4daf-ade4-f4289d09cba0} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:59:14.628418 [ 268 ] {94c21d76-cbb1-4daf-ade4-f4289d09cba0} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.628425 [ 196 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1064 rows, containing 5 columns (5 merged, 0 gathered) in 0.001331581 sec., 799050.1516618215 rows/sec., 55.25 MiB/sec. 2025.08.01 15:59:14.628529 [ 89 ] {} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:59:14.628539 [ 268 ] {94c21d76-cbb1-4daf-ade4-f4289d09cba0} executeQuery: Read 202 rows, 11.75 KiB in 0.001276 sec., 158307.21003134796 rows/sec., 8.99 MiB/sec. 2025.08.01 15:59:14.628554 [ 201 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:59:14.628573 [ 89 ] {} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.628594 [ 268 ] {94c21d76-cbb1-4daf-ade4-f4289d09cba0} TCPHandler: Processed in 0.001465534 sec. 2025.08.01 15:59:14.628601 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.628676 [ 194 ] {8a9bf3bc-f1a2-4fa9-b736-c997d20420dc::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:59:14.628770 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:14.628829 [ 194 ] {8a9bf3bc-f1a2-4fa9-b736-c997d20420dc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:14.628859 [ 194 ] {8a9bf3bc-f1a2-4fa9-b736-c997d20420dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.08.01 15:59:14.628872 [ 268 ] {a4ec653a-1354-485b-b637-a0f7bdc61ea1} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:59:14.628895 [ 201 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_6_1} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.628905 [ 194 ] {8a9bf3bc-f1a2-4fa9-b736-c997d20420dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 214 rows starting from the beginning of the part 2025.08.01 15:59:14.628919 [ 268 ] {a4ec653a-1354-485b-b637-a0f7bdc61ea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:59:14.628959 [ 194 ] {8a9bf3bc-f1a2-4fa9-b736-c997d20420dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 202 rows starting from the beginning of the part 2025.08.01 15:59:14.628968 [ 201 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_6_1} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:59:14.629004 [ 194 ] {8a9bf3bc-f1a2-4fa9-b736-c997d20420dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 202 rows starting from the beginning of the part 2025.08.01 15:59:14.629044 [ 194 ] {8a9bf3bc-f1a2-4fa9-b736-c997d20420dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 202 rows starting from the beginning of the part 2025.08.01 15:59:14.629058 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.08.01 15:59:14.629080 [ 194 ] {8a9bf3bc-f1a2-4fa9-b736-c997d20420dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 202 rows starting from the beginning of the part 2025.08.01 15:59:14.629622 [ 268 ] {a4ec653a-1354-485b-b637-a0f7bdc61ea1} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.629664 [ 268 ] {a4ec653a-1354-485b-b637-a0f7bdc61ea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.629879 [ 196 ] {8a9bf3bc-f1a2-4fa9-b736-c997d20420dc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1034 rows, containing 5 columns (5 merged, 0 gathered) in 0.001170805 sec., 883153.0442729575 rows/sec., 53.93 MiB/sec. 2025.08.01 15:59:14.630016 [ 268 ] {a4ec653a-1354-485b-b637-a0f7bdc61ea1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.01 15:59:14.630037 [ 190 ] {8a9bf3bc-f1a2-4fa9-b736-c997d20420dc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:59:14.630286 [ 268 ] {a4ec653a-1354-485b-b637-a0f7bdc61ea1} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.630391 [ 190 ] {8a9bf3bc-f1a2-4fa9-b736-c997d20420dc::all_1_6_1} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.630434 [ 268 ] {a4ec653a-1354-485b-b637-a0f7bdc61ea1} executeQuery: Read 669 rows, 47.93 KiB in 0.00158 sec., 423417.7215189873 rows/sec., 29.62 MiB/sec. 2025.08.01 15:59:14.630475 [ 268 ] {a4ec653a-1354-485b-b637-a0f7bdc61ea1} TCPHandler: Processed in 0.001754003 sec. 2025.08.01 15:59:14.630477 [ 190 ] {8a9bf3bc-f1a2-4fa9-b736-c997d20420dc::all_1_6_1} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:59:14.630560 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.08.01 15:59:14.630587 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:14.630686 [ 268 ] {9cf43469-3222-4aeb-b083-3117c425ccdb} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.01 15:59:14.630729 [ 268 ] {9cf43469-3222-4aeb-b083-3117c425ccdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.01 15:59:14.631056 [ 268 ] {9cf43469-3222-4aeb-b083-3117c425ccdb} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.631093 [ 268 ] {9cf43469-3222-4aeb-b083-3117c425ccdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.631404 [ 268 ] {9cf43469-3222-4aeb-b083-3117c425ccdb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:59:14.631626 [ 268 ] {9cf43469-3222-4aeb-b083-3117c425ccdb} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.631757 [ 268 ] {9cf43469-3222-4aeb-b083-3117c425ccdb} executeQuery: Read 6 rows, 321.00 B in 0.00109 sec., 5504.587155963302 rows/sec., 287.59 KiB/sec. 2025.08.01 15:59:14.631795 [ 268 ] {9cf43469-3222-4aeb-b083-3117c425ccdb} TCPHandler: Processed in 0.001258029 sec. 2025.08.01 15:59:14.631901 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:14.631995 [ 268 ] {8849962a-0a05-4503-a0f9-d429ec25cc49} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:14.632039 [ 268 ] {8849962a-0a05-4503-a0f9-d429ec25cc49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:59:14.632488 [ 268 ] {8849962a-0a05-4503-a0f9-d429ec25cc49} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.632525 [ 268 ] {8849962a-0a05-4503-a0f9-d429ec25cc49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.632858 [ 268 ] {8849962a-0a05-4503-a0f9-d429ec25cc49} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.01 15:59:14.633066 [ 268 ] {8849962a-0a05-4503-a0f9-d429ec25cc49} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.633193 [ 268 ] {8849962a-0a05-4503-a0f9-d429ec25cc49} executeQuery: Read 307 rows, 20.68 KiB in 0.001216 sec., 252467.1052631579 rows/sec., 16.61 MiB/sec. 2025.08.01 15:59:14.633230 [ 268 ] {8849962a-0a05-4503-a0f9-d429ec25cc49} TCPHandler: Processed in 0.001377452 sec. 2025.08.01 15:59:14.633348 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:14.633467 [ 268 ] {7ae22502-f24f-459b-8e49-857fbc958ffe} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.01 15:59:14.633519 [ 268 ] {7ae22502-f24f-459b-8e49-857fbc958ffe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.01 15:59:14.633900 [ 268 ] {7ae22502-f24f-459b-8e49-857fbc958ffe} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.633945 [ 268 ] {7ae22502-f24f-459b-8e49-857fbc958ffe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.634278 [ 268 ] {7ae22502-f24f-459b-8e49-857fbc958ffe} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:59:14.634492 [ 268 ] {7ae22502-f24f-459b-8e49-857fbc958ffe} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.634626 [ 268 ] {7ae22502-f24f-459b-8e49-857fbc958ffe} executeQuery: Read 1 rows, 69.00 B in 0.001184 sec., 844.5945945945946 rows/sec., 56.91 KiB/sec. 2025.08.01 15:59:14.634663 [ 268 ] {7ae22502-f24f-459b-8e49-857fbc958ffe} TCPHandler: Processed in 0.001376832 sec. 2025.08.01 15:59:14.634780 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:14.634901 [ 268 ] {985d91a1-4196-487a-a2d6-e8de96cdcb22} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:14.634968 [ 268 ] {985d91a1-4196-487a-a2d6-e8de96cdcb22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:59:14.635777 [ 268 ] {985d91a1-4196-487a-a2d6-e8de96cdcb22} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.635814 [ 268 ] {985d91a1-4196-487a-a2d6-e8de96cdcb22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.636336 [ 268 ] {985d91a1-4196-487a-a2d6-e8de96cdcb22} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.01 15:59:14.636566 [ 268 ] {985d91a1-4196-487a-a2d6-e8de96cdcb22} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.636676 [ 89 ] {} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.01 15:59:14.636705 [ 268 ] {985d91a1-4196-487a-a2d6-e8de96cdcb22} executeQuery: Read 17 rows, 31.19 KiB in 0.001829 sec., 9294.696555494806 rows/sec., 16.66 MiB/sec. 2025.08.01 15:59:14.636714 [ 89 ] {} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.636751 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.636763 [ 268 ] {985d91a1-4196-487a-a2d6-e8de96cdcb22} TCPHandler: Processed in 0.002043362 sec. 2025.08.01 15:59:14.636826 [ 194 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.01 15:59:14.636877 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:14.636980 [ 268 ] {ad001b24-1769-4e4c-9c39-f6b9950aed19} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:59:14.637019 [ 268 ] {ad001b24-1769-4e4c-9c39-f6b9950aed19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:59:14.637034 [ 194 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:14.637091 [ 194 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 65 rows starting from the beginning of the part 2025.08.01 15:59:14.637211 [ 194 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 9 rows starting from the beginning of the part 2025.08.01 15:59:14.637323 [ 194 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part 2025.08.01 15:59:14.637351 [ 268 ] {ad001b24-1769-4e4c-9c39-f6b9950aed19} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:14.637390 [ 268 ] {ad001b24-1769-4e4c-9c39-f6b9950aed19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:14.637433 [ 194 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 17 rows starting from the beginning of the part 2025.08.01 15:59:14.637547 [ 194 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part 2025.08.01 15:59:14.637650 [ 194 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 17 rows starting from the beginning of the part 2025.08.01 15:59:14.637682 [ 268 ] {ad001b24-1769-4e4c-9c39-f6b9950aed19} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.01 15:59:14.637968 [ 268 ] {ad001b24-1769-4e4c-9c39-f6b9950aed19} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.638104 [ 268 ] {ad001b24-1769-4e4c-9c39-f6b9950aed19} executeQuery: Read 102 rows, 6.42 KiB in 0.001128 sec., 90425.53191489361 rows/sec., 5.56 MiB/sec. 2025.08.01 15:59:14.638142 [ 268 ] {ad001b24-1769-4e4c-9c39-f6b9950aed19} TCPHandler: Processed in 0.001306629 sec. 2025.08.01 15:59:14.644586 [ 190 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 152 rows, containing 19 columns (19 merged, 0 gathered) in 0.007786116 sec., 19521.928519944988 rows/sec., 34.98 MiB/sec. 2025.08.01 15:59:14.644966 [ 190 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.01 15:59:14.645278 [ 190 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_11_2} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:14.645343 [ 190 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_11_2} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.01 15:59:14.645414 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2025.08.01 15:59:19.610093 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:19.610359 [ 268 ] {1be82111-d30c-40d9-afaa-3d2ee817ed49} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:59:19.610430 [ 268 ] {1be82111-d30c-40d9-afaa-3d2ee817ed49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:59:19.611159 [ 268 ] {1be82111-d30c-40d9-afaa-3d2ee817ed49} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:19.611207 [ 268 ] {1be82111-d30c-40d9-afaa-3d2ee817ed49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:19.611604 [ 268 ] {1be82111-d30c-40d9-afaa-3d2ee817ed49} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.01 15:59:19.611834 [ 268 ] {1be82111-d30c-40d9-afaa-3d2ee817ed49} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:19.611959 [ 116 ] {} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.01 15:59:19.611983 [ 268 ] {1be82111-d30c-40d9-afaa-3d2ee817ed49} executeQuery: Read 100 rows, 8.53 KiB in 0.001679 sec., 59559.26146515783 rows/sec., 4.96 MiB/sec. 2025.08.01 15:59:19.612035 [ 116 ] {} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:19.612049 [ 268 ] {1be82111-d30c-40d9-afaa-3d2ee817ed49} TCPHandler: Processed in 0.002147665 sec. 2025.08.01 15:59:19.612067 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:19.612184 [ 192 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.01 15:59:19.612191 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:19.612309 [ 268 ] {b1272e23-84d4-4af2-9a23-5adebc33f26c} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:59:19.612330 [ 192 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:19.612349 [ 268 ] {b1272e23-84d4-4af2-9a23-5adebc33f26c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:59:19.612375 [ 192 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1251 rows starting from the beginning of the part 2025.08.01 15:59:19.612453 [ 192 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 100 rows starting from the beginning of the part 2025.08.01 15:59:19.612502 [ 192 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1107 rows starting from the beginning of the part 2025.08.01 15:59:19.612560 [ 192 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 100 rows starting from the beginning of the part 2025.08.01 15:59:19.612608 [ 192 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1101 rows starting from the beginning of the part 2025.08.01 15:59:19.612652 [ 192 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 100 rows starting from the beginning of the part 2025.08.01 15:59:19.612749 [ 268 ] {b1272e23-84d4-4af2-9a23-5adebc33f26c} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:19.612790 [ 268 ] {b1272e23-84d4-4af2-9a23-5adebc33f26c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:19.613204 [ 268 ] {b1272e23-84d4-4af2-9a23-5adebc33f26c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.01 15:59:19.613429 [ 268 ] {b1272e23-84d4-4af2-9a23-5adebc33f26c} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:19.613562 [ 268 ] {b1272e23-84d4-4af2-9a23-5adebc33f26c} executeQuery: Read 22 rows, 1.65 KiB in 0.001271 sec., 17309.205350118016 rows/sec., 1.27 MiB/sec. 2025.08.01 15:59:19.613597 [ 268 ] {b1272e23-84d4-4af2-9a23-5adebc33f26c} TCPHandler: Processed in 0.001457934 sec. 2025.08.01 15:59:19.613703 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:19.613795 [ 268 ] {d30b35f2-b0ae-4a28-8742-d001d7e586cf} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:59:19.613833 [ 268 ] {d30b35f2-b0ae-4a28-8742-d001d7e586cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:59:19.614252 [ 268 ] {d30b35f2-b0ae-4a28-8742-d001d7e586cf} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:19.614261 [ 190 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3759 rows, containing 5 columns (5 merged, 0 gathered) in 0.002125494 sec., 1768530.045250657 rows/sec., 148.42 MiB/sec. 2025.08.01 15:59:19.614286 [ 268 ] {d30b35f2-b0ae-4a28-8742-d001d7e586cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:19.614549 [ 190 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.01 15:59:19.614635 [ 268 ] {d30b35f2-b0ae-4a28-8742-d001d7e586cf} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.01 15:59:19.614928 [ 190 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_16_3} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:19.614932 [ 268 ] {d30b35f2-b0ae-4a28-8742-d001d7e586cf} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:19.615026 [ 190 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_16_3} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.01 15:59:19.615053 [ 143 ] {} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.01 15:59:19.615081 [ 268 ] {d30b35f2-b0ae-4a28-8742-d001d7e586cf} executeQuery: Read 86 rows, 6.88 KiB in 0.001305 sec., 65900.38314176246 rows/sec., 5.15 MiB/sec. 2025.08.01 15:59:19.615095 [ 143 ] {} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:19.615115 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:19.615117 [ 268 ] {d30b35f2-b0ae-4a28-8742-d001d7e586cf} TCPHandler: Processed in 0.001461774 sec. 2025.08.01 15:59:19.615126 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2025.08.01 15:59:19.615233 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:19.615245 [ 196 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.01 15:59:19.615331 [ 268 ] {2ce4f113-525b-4fe5-a68d-fdc808ae07c4} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:19.615353 [ 196 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:19.615379 [ 268 ] {2ce4f113-525b-4fe5-a68d-fdc808ae07c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:59:19.615383 [ 196 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 745 rows starting from the beginning of the part 2025.08.01 15:59:19.615475 [ 196 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 86 rows starting from the beginning of the part 2025.08.01 15:59:19.615522 [ 196 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 682 rows starting from the beginning of the part 2025.08.01 15:59:19.615561 [ 196 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 86 rows starting from the beginning of the part 2025.08.01 15:59:19.615601 [ 196 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 669 rows starting from the beginning of the part 2025.08.01 15:59:19.615646 [ 196 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 86 rows starting from the beginning of the part 2025.08.01 15:59:19.615801 [ 268 ] {2ce4f113-525b-4fe5-a68d-fdc808ae07c4} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:19.615840 [ 268 ] {2ce4f113-525b-4fe5-a68d-fdc808ae07c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:19.616196 [ 268 ] {2ce4f113-525b-4fe5-a68d-fdc808ae07c4} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.01 15:59:19.616431 [ 268 ] {2ce4f113-525b-4fe5-a68d-fdc808ae07c4} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:19.616556 [ 268 ] {2ce4f113-525b-4fe5-a68d-fdc808ae07c4} executeQuery: Read 160 rows, 11.41 KiB in 0.001243 sec., 128720.83668543847 rows/sec., 8.97 MiB/sec. 2025.08.01 15:59:19.616563 [ 116 ] {} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.01 15:59:19.616592 [ 268 ] {2ce4f113-525b-4fe5-a68d-fdc808ae07c4} TCPHandler: Processed in 0.001406162 sec. 2025.08.01 15:59:19.616614 [ 116 ] {} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:19.616642 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:19.616683 [ 198 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2354 rows, containing 5 columns (5 merged, 0 gathered) in 0.001476455 sec., 1594359.4623608575 rows/sec., 119.83 MiB/sec. 2025.08.01 15:59:19.616706 [ 196 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.01 15:59:19.616712 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:19.616805 [ 196 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:19.616826 [ 268 ] {4fc15a78-a02b-47f5-b6e0-b82a38abdf00} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:19.616836 [ 196 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2075 rows starting from the beginning of the part 2025.08.01 15:59:19.616883 [ 190 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.01 15:59:19.616894 [ 268 ] {4fc15a78-a02b-47f5-b6e0-b82a38abdf00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:59:19.616901 [ 196 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2025.08.01 15:59:19.616958 [ 196 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 312 rows starting from the beginning of the part 2025.08.01 15:59:19.616994 [ 196 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2025.08.01 15:59:19.617033 [ 196 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 307 rows starting from the beginning of the part 2025.08.01 15:59:19.617072 [ 196 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2025.08.01 15:59:19.617145 [ 190 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_16_3} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:19.617226 [ 190 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_16_3} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.01 15:59:19.617304 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.08.01 15:59:19.617697 [ 268 ] {4fc15a78-a02b-47f5-b6e0-b82a38abdf00} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:19.617737 [ 268 ] {4fc15a78-a02b-47f5-b6e0-b82a38abdf00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:19.618179 [ 196 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3174 rows, containing 5 columns (5 merged, 0 gathered) in 0.001498725 sec., 2117800.130110594 rows/sec., 145.15 MiB/sec. 2025.08.01 15:59:19.618262 [ 268 ] {4fc15a78-a02b-47f5-b6e0-b82a38abdf00} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.01 15:59:19.618493 [ 196 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.01 15:59:19.618495 [ 268 ] {4fc15a78-a02b-47f5-b6e0-b82a38abdf00} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:19.618654 [ 268 ] {4fc15a78-a02b-47f5-b6e0-b82a38abdf00} executeQuery: Read 22 rows, 40.37 KiB in 0.001846 sec., 11917.659804983748 rows/sec., 21.36 MiB/sec. 2025.08.01 15:59:19.618707 [ 268 ] {4fc15a78-a02b-47f5-b6e0-b82a38abdf00} TCPHandler: Processed in 0.002049442 sec. 2025.08.01 15:59:19.618758 [ 196 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_16_3} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:19.618828 [ 196 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_16_3} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.01 15:59:19.618837 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:19.618901 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2025.08.01 15:59:19.618936 [ 268 ] {f651b4a0-c2f2-47d1-b77a-4e0494d3a0e1} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:59:19.618982 [ 268 ] {f651b4a0-c2f2-47d1-b77a-4e0494d3a0e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:59:19.619301 [ 268 ] {f651b4a0-c2f2-47d1-b77a-4e0494d3a0e1} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:19.619337 [ 268 ] {f651b4a0-c2f2-47d1-b77a-4e0494d3a0e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:19.619636 [ 268 ] {f651b4a0-c2f2-47d1-b77a-4e0494d3a0e1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.01 15:59:19.619844 [ 268 ] {f651b4a0-c2f2-47d1-b77a-4e0494d3a0e1} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:19.619967 [ 268 ] {f651b4a0-c2f2-47d1-b77a-4e0494d3a0e1} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2025.08.01 15:59:19.619967 [ 116 ] {} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.01 15:59:19.620003 [ 268 ] {f651b4a0-c2f2-47d1-b77a-4e0494d3a0e1} TCPHandler: Processed in 0.001224878 sec. 2025.08.01 15:59:19.620018 [ 116 ] {} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:19.620043 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:19.620138 [ 197 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.01 15:59:19.620289 [ 197 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:19.620320 [ 197 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 606 rows starting from the beginning of the part 2025.08.01 15:59:19.620375 [ 197 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2025.08.01 15:59:19.620414 [ 197 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 102 rows starting from the beginning of the part 2025.08.01 15:59:19.620450 [ 197 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2025.08.01 15:59:19.620485 [ 197 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 102 rows starting from the beginning of the part 2025.08.01 15:59:19.620522 [ 197 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2025.08.01 15:59:19.621408 [ 193 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 990 rows, containing 4 columns (4 merged, 0 gathered) in 0.00131516 sec., 752760.1204416193 rows/sec., 48.57 MiB/sec. 2025.08.01 15:59:19.621594 [ 193 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.01 15:59:19.621841 [ 193 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_16_3} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:19.621908 [ 193 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_16_3} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.01 15:59:19.621968 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.08.01 15:59:20.174989 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 2025.08.01 15:59:20.175505 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:20.175554 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:20.176061 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.01 15:59:20.176303 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:20.176452 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 2025.08.01 15:59:20.507979 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.08.01 15:59:20.524275 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:20.524331 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.01 15:59:20.530607 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.01 15:59:20.531270 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:20.534189 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.08.01 15:59:21.001069 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 199.10 MiB, peak 203.10 MiB, free memory in arenas 0.00 B, will set to 200.47 MiB (RSS), difference: 1.37 MiB 2025.08.01 15:59:22.679736 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 424 2025.08.01 15:59:22.682015 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:22.682063 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:22.683234 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.01 15:59:22.683511 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:22.683829 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 424 2025.08.01 15:59:24.620240 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:24.620422 [ 268 ] {7090a5d2-1a01-476c-9072-541565bd7cb0} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.01 15:59:24.620488 [ 268 ] {7090a5d2-1a01-476c-9072-541565bd7cb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.01 15:59:24.621233 [ 268 ] {7090a5d2-1a01-476c-9072-541565bd7cb0} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:24.621281 [ 268 ] {7090a5d2-1a01-476c-9072-541565bd7cb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:24.621678 [ 268 ] {7090a5d2-1a01-476c-9072-541565bd7cb0} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.01 15:59:24.621907 [ 268 ] {7090a5d2-1a01-476c-9072-541565bd7cb0} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:24.622055 [ 268 ] {7090a5d2-1a01-476c-9072-541565bd7cb0} executeQuery: Read 392 rows, 25.47 KiB in 0.001685 sec., 232640.94955489613 rows/sec., 14.76 MiB/sec. 2025.08.01 15:59:24.622095 [ 268 ] {7090a5d2-1a01-476c-9072-541565bd7cb0} TCPHandler: Processed in 0.001987601 sec. 2025.08.01 15:59:24.622203 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:24.622305 [ 268 ] {e54d4749-fe90-4eed-a0a0-d6b670187bad} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:59:24.622346 [ 268 ] {e54d4749-fe90-4eed-a0a0-d6b670187bad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:59:24.623122 [ 268 ] {e54d4749-fe90-4eed-a0a0-d6b670187bad} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:24.623159 [ 268 ] {e54d4749-fe90-4eed-a0a0-d6b670187bad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:24.623543 [ 268 ] {e54d4749-fe90-4eed-a0a0-d6b670187bad} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.01 15:59:24.623754 [ 268 ] {e54d4749-fe90-4eed-a0a0-d6b670187bad} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:24.623880 [ 268 ] {e54d4749-fe90-4eed-a0a0-d6b670187bad} executeQuery: Read 1103 rows, 89.60 KiB in 0.001594 sec., 691969.887076537 rows/sec., 54.89 MiB/sec. 2025.08.01 15:59:24.623916 [ 268 ] {e54d4749-fe90-4eed-a0a0-d6b670187bad} TCPHandler: Processed in 0.001762323 sec. 2025.08.01 15:59:24.624026 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:24.624119 [ 268 ] {f8df547d-ed89-4f46-9105-60f6d97d013b} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:59:24.624158 [ 268 ] {f8df547d-ed89-4f46-9105-60f6d97d013b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:59:24.624629 [ 268 ] {f8df547d-ed89-4f46-9105-60f6d97d013b} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:24.624665 [ 268 ] {f8df547d-ed89-4f46-9105-60f6d97d013b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:24.624972 [ 268 ] {f8df547d-ed89-4f46-9105-60f6d97d013b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.01 15:59:24.625189 [ 268 ] {f8df547d-ed89-4f46-9105-60f6d97d013b} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:24.625314 [ 268 ] {f8df547d-ed89-4f46-9105-60f6d97d013b} executeQuery: Read 214 rows, 13.13 KiB in 0.001213 sec., 176422.09398186315 rows/sec., 10.57 MiB/sec. 2025.08.01 15:59:24.625350 [ 268 ] {f8df547d-ed89-4f46-9105-60f6d97d013b} TCPHandler: Processed in 0.001372311 sec. 2025.08.01 15:59:24.625453 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:24.625546 [ 268 ] {f3e1c684-234f-4df0-ac30-516fb6bc39e7} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.01 15:59:24.625586 [ 268 ] {f3e1c684-234f-4df0-ac30-516fb6bc39e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.01 15:59:24.626054 [ 268 ] {f3e1c684-234f-4df0-ac30-516fb6bc39e7} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:24.626090 [ 268 ] {f3e1c684-234f-4df0-ac30-516fb6bc39e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:24.626390 [ 268 ] {f3e1c684-234f-4df0-ac30-516fb6bc39e7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.01 15:59:24.626597 [ 268 ] {f3e1c684-234f-4df0-ac30-516fb6bc39e7} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:24.626725 [ 268 ] {f3e1c684-234f-4df0-ac30-516fb6bc39e7} executeQuery: Read 203 rows, 13.41 KiB in 0.001197 sec., 169590.64327485382 rows/sec., 10.94 MiB/sec. 2025.08.01 15:59:24.626760 [ 268 ] {f3e1c684-234f-4df0-ac30-516fb6bc39e7} TCPHandler: Processed in 0.001355201 sec. 2025.08.01 15:59:24.626869 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:24.626961 [ 268 ] {812e24af-fb6d-465d-8458-803c1a21ddbd} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.01 15:59:24.627000 [ 268 ] {812e24af-fb6d-465d-8458-803c1a21ddbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.01 15:59:24.627433 [ 268 ] {812e24af-fb6d-465d-8458-803c1a21ddbd} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:24.627469 [ 268 ] {812e24af-fb6d-465d-8458-803c1a21ddbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:24.627769 [ 268 ] {812e24af-fb6d-465d-8458-803c1a21ddbd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.01 15:59:24.627973 [ 268 ] {812e24af-fb6d-465d-8458-803c1a21ddbd} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:24.628096 [ 268 ] {812e24af-fb6d-465d-8458-803c1a21ddbd} executeQuery: Read 202 rows, 11.75 KiB in 0.001152 sec., 175347.22222222222 rows/sec., 9.96 MiB/sec. 2025.08.01 15:59:24.628131 [ 268 ] {812e24af-fb6d-465d-8458-803c1a21ddbd} TCPHandler: Processed in 0.00130976 sec. 2025.08.01 15:59:24.628239 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:24.628331 [ 268 ] {8cf721b1-4303-4562-973c-f1f44cbf6209} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:59:24.628369 [ 268 ] {8cf721b1-4303-4562-973c-f1f44cbf6209} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:59:24.628947 [ 268 ] {8cf721b1-4303-4562-973c-f1f44cbf6209} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:24.628983 [ 268 ] {8cf721b1-4303-4562-973c-f1f44cbf6209} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:24.629305 [ 268 ] {8cf721b1-4303-4562-973c-f1f44cbf6209} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.01 15:59:24.629521 [ 268 ] {8cf721b1-4303-4562-973c-f1f44cbf6209} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:24.629644 [ 268 ] {8cf721b1-4303-4562-973c-f1f44cbf6209} executeQuery: Read 670 rows, 48.01 KiB in 0.00133 sec., 503759.3984962406 rows/sec., 35.25 MiB/sec. 2025.08.01 15:59:24.629680 [ 268 ] {8cf721b1-4303-4562-973c-f1f44cbf6209} TCPHandler: Processed in 0.001488876 sec. 2025.08.01 15:59:24.629785 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:24.629877 [ 268 ] {7ad39c8d-bf7e-42d3-a4f4-fe623931f1df} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.01 15:59:24.629917 [ 268 ] {7ad39c8d-bf7e-42d3-a4f4-fe623931f1df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.01 15:59:24.630234 [ 268 ] {7ad39c8d-bf7e-42d3-a4f4-fe623931f1df} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:24.630269 [ 268 ] {7ad39c8d-bf7e-42d3-a4f4-fe623931f1df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:24.630561 [ 268 ] {7ad39c8d-bf7e-42d3-a4f4-fe623931f1df} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:59:24.630780 [ 268 ] {7ad39c8d-bf7e-42d3-a4f4-fe623931f1df} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:24.630876 [ 145 ] {} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:59:24.630900 [ 268 ] {7ad39c8d-bf7e-42d3-a4f4-fe623931f1df} executeQuery: Read 6 rows, 321.00 B in 0.001041 sec., 5763.688760806916 rows/sec., 301.13 KiB/sec. 2025.08.01 15:59:24.630944 [ 145 ] {} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:24.630952 [ 268 ] {7ad39c8d-bf7e-42d3-a4f4-fe623931f1df} TCPHandler: Processed in 0.001213767 sec. 2025.08.01 15:59:24.630975 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:24.631072 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:24.631102 [ 186 ] {3ed06225-0b00-4db8-98a2-191caca62a86::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:59:24.631169 [ 268 ] {7fb1658d-2512-484c-a532-ea86f50e5805} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:24.631216 [ 268 ] {7fb1658d-2512-484c-a532-ea86f50e5805} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:59:24.631258 [ 186 ] {3ed06225-0b00-4db8-98a2-191caca62a86::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:24.631304 [ 186 ] {3ed06225-0b00-4db8-98a2-191caca62a86::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.08.01 15:59:24.631372 [ 186 ] {3ed06225-0b00-4db8-98a2-191caca62a86::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.08.01 15:59:24.631418 [ 186 ] {3ed06225-0b00-4db8-98a2-191caca62a86::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.08.01 15:59:24.631463 [ 186 ] {3ed06225-0b00-4db8-98a2-191caca62a86::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.08.01 15:59:24.631507 [ 186 ] {3ed06225-0b00-4db8-98a2-191caca62a86::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.08.01 15:59:24.631548 [ 186 ] {3ed06225-0b00-4db8-98a2-191caca62a86::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.08.01 15:59:24.631655 [ 268 ] {7fb1658d-2512-484c-a532-ea86f50e5805} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:24.631699 [ 268 ] {7fb1658d-2512-484c-a532-ea86f50e5805} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:24.632187 [ 268 ] {7fb1658d-2512-484c-a532-ea86f50e5805} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.01 15:59:24.632405 [ 268 ] {7fb1658d-2512-484c-a532-ea86f50e5805} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:24.632411 [ 193 ] {3ed06225-0b00-4db8-98a2-191caca62a86::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001366601 sec., 26342.729150644554 rows/sec., 1.34 MiB/sec. 2025.08.01 15:59:24.632535 [ 268 ] {7fb1658d-2512-484c-a532-ea86f50e5805} executeQuery: Read 307 rows, 20.68 KiB in 0.001386 sec., 221500.7215007215 rows/sec., 14.57 MiB/sec. 2025.08.01 15:59:24.632574 [ 193 ] {3ed06225-0b00-4db8-98a2-191caca62a86::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:59:24.632578 [ 268 ] {7fb1658d-2512-484c-a532-ea86f50e5805} TCPHandler: Processed in 0.001554428 sec. 2025.08.01 15:59:24.632701 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:24.632796 [ 268 ] {866ed4ed-40d1-404b-a2da-58bec528ab91} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.01 15:59:24.632839 [ 268 ] {866ed4ed-40d1-404b-a2da-58bec528ab91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.01 15:59:24.632889 [ 193 ] {3ed06225-0b00-4db8-98a2-191caca62a86::all_1_6_1} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:24.632965 [ 193 ] {3ed06225-0b00-4db8-98a2-191caca62a86::all_1_6_1} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:59:24.633048 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.08.01 15:59:24.633143 [ 268 ] {866ed4ed-40d1-404b-a2da-58bec528ab91} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:24.633184 [ 268 ] {866ed4ed-40d1-404b-a2da-58bec528ab91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:24.633480 [ 268 ] {866ed4ed-40d1-404b-a2da-58bec528ab91} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:59:24.633682 [ 268 ] {866ed4ed-40d1-404b-a2da-58bec528ab91} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:24.633777 [ 145 ] {} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:59:24.633805 [ 268 ] {866ed4ed-40d1-404b-a2da-58bec528ab91} executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. 2025.08.01 15:59:24.633808 [ 145 ] {} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:24.633845 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:24.633847 [ 268 ] {866ed4ed-40d1-404b-a2da-58bec528ab91} TCPHandler: Processed in 0.001192976 sec. 2025.08.01 15:59:24.633959 [ 188 ] {e1c9a4b4-e1dd-4909-9213-8135ceb7ceac::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:59:24.633962 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:24.634112 [ 268 ] {3a8639e5-abb3-4e03-8361-8776a790f3ac} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:24.634113 [ 188 ] {e1c9a4b4-e1dd-4909-9213-8135ceb7ceac::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:24.634167 [ 188 ] {e1c9a4b4-e1dd-4909-9213-8135ceb7ceac::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.08.01 15:59:24.634170 [ 268 ] {3a8639e5-abb3-4e03-8361-8776a790f3ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:59:24.634254 [ 188 ] {e1c9a4b4-e1dd-4909-9213-8135ceb7ceac::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.08.01 15:59:24.634304 [ 188 ] {e1c9a4b4-e1dd-4909-9213-8135ceb7ceac::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.08.01 15:59:24.634348 [ 188 ] {e1c9a4b4-e1dd-4909-9213-8135ceb7ceac::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part 2025.08.01 15:59:24.634391 [ 188 ] {e1c9a4b4-e1dd-4909-9213-8135ceb7ceac::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.08.01 15:59:24.634442 [ 188 ] {e1c9a4b4-e1dd-4909-9213-8135ceb7ceac::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2025.08.01 15:59:24.634964 [ 268 ] {3a8639e5-abb3-4e03-8361-8776a790f3ac} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:24.635006 [ 268 ] {3a8639e5-abb3-4e03-8361-8776a790f3ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:24.635228 [ 193 ] {e1c9a4b4-e1dd-4909-9213-8135ceb7ceac::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 8 rows, containing 4 columns (4 merged, 0 gathered) in 0.00132312 sec., 6046.3147711469865 rows/sec., 401.51 KiB/sec. 2025.08.01 15:59:24.635353 [ 193 ] {e1c9a4b4-e1dd-4909-9213-8135ceb7ceac::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:59:24.635561 [ 268 ] {3a8639e5-abb3-4e03-8361-8776a790f3ac} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.01 15:59:24.635613 [ 193 ] {e1c9a4b4-e1dd-4909-9213-8135ceb7ceac::all_1_6_1} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:24.635693 [ 193 ] {e1c9a4b4-e1dd-4909-9213-8135ceb7ceac::all_1_6_1} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:59:24.635763 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.01 15:59:24.635815 [ 268 ] {3a8639e5-abb3-4e03-8361-8776a790f3ac} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:24.635954 [ 268 ] {3a8639e5-abb3-4e03-8361-8776a790f3ac} executeQuery: Read 18 rows, 33.03 KiB in 0.001859 sec., 9682.625067240451 rows/sec., 17.35 MiB/sec. 2025.08.01 15:59:24.636006 [ 268 ] {3a8639e5-abb3-4e03-8361-8776a790f3ac} TCPHandler: Processed in 0.002091323 sec. 2025.08.01 15:59:24.636114 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:24.636206 [ 268 ] {0494125b-f7f9-4de9-ae35-afcb356da969} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:59:24.636247 [ 268 ] {0494125b-f7f9-4de9-ae35-afcb356da969} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:59:24.636590 [ 268 ] {0494125b-f7f9-4de9-ae35-afcb356da969} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:24.636625 [ 268 ] {0494125b-f7f9-4de9-ae35-afcb356da969} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:24.636920 [ 268 ] {0494125b-f7f9-4de9-ae35-afcb356da969} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.01 15:59:24.637127 [ 268 ] {0494125b-f7f9-4de9-ae35-afcb356da969} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:24.637249 [ 268 ] {0494125b-f7f9-4de9-ae35-afcb356da969} executeQuery: Read 102 rows, 6.42 KiB in 0.001061 sec., 96135.72101790762 rows/sec., 5.91 MiB/sec. 2025.08.01 15:59:24.637282 [ 268 ] {0494125b-f7f9-4de9-ae35-afcb356da969} TCPHandler: Processed in 0.001216947 sec. 2025.08.01 15:59:27.596320 [ 141 ] {} DNSResolver: Updating DNS cache 2025.08.01 15:59:27.596387 [ 141 ] {} DNSResolver: Updated DNS cache 2025.08.01 15:59:27.676640 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 2025.08.01 15:59:27.677340 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:27.677407 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:27.677984 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.01 15:59:27.678230 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:27.678373 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 2025.08.01 15:59:28.034553 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.08.01 15:59:28.051782 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:28.051838 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:28.058237 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.01 15:59:28.058950 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:28.062011 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.08.01 15:59:29.000177 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 201.03 MiB, peak 205.03 MiB, free memory in arenas 0.00 B, will set to 202.52 MiB (RSS), difference: 1.49 MiB 2025.08.01 15:59:29.610246 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:29.610533 [ 268 ] {777b9f11-088a-484b-a02b-c3343808fe72} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:59:29.610641 [ 268 ] {777b9f11-088a-484b-a02b-c3343808fe72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:59:29.611401 [ 268 ] {777b9f11-088a-484b-a02b-c3343808fe72} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:29.611451 [ 268 ] {777b9f11-088a-484b-a02b-c3343808fe72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:29.611872 [ 268 ] {777b9f11-088a-484b-a02b-c3343808fe72} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.01 15:59:29.612109 [ 268 ] {777b9f11-088a-484b-a02b-c3343808fe72} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:29.612270 [ 268 ] {777b9f11-088a-484b-a02b-c3343808fe72} executeQuery: Read 102 rows, 8.72 KiB in 0.001818 sec., 56105.610561056106 rows/sec., 4.68 MiB/sec. 2025.08.01 15:59:29.612341 [ 268 ] {777b9f11-088a-484b-a02b-c3343808fe72} TCPHandler: Processed in 0.00229368 sec. 2025.08.01 15:59:29.612462 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:29.612558 [ 268 ] {dde8267e-6089-453c-87c3-0435c811d36e} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:59:29.612599 [ 268 ] {dde8267e-6089-453c-87c3-0435c811d36e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:59:29.613030 [ 268 ] {dde8267e-6089-453c-87c3-0435c811d36e} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:29.613081 [ 268 ] {dde8267e-6089-453c-87c3-0435c811d36e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:29.613458 [ 268 ] {dde8267e-6089-453c-87c3-0435c811d36e} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.01 15:59:29.613722 [ 268 ] {dde8267e-6089-453c-87c3-0435c811d36e} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:29.613887 [ 268 ] {dde8267e-6089-453c-87c3-0435c811d36e} executeQuery: Read 23 rows, 1.73 KiB in 0.001348 sec., 17062.314540059346 rows/sec., 1.25 MiB/sec. 2025.08.01 15:59:29.613924 [ 268 ] {dde8267e-6089-453c-87c3-0435c811d36e} TCPHandler: Processed in 0.001512526 sec. 2025.08.01 15:59:29.614046 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:29.614171 [ 268 ] {d6410b40-a141-4dc3-a710-c26d82bb815e} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:59:29.614222 [ 268 ] {d6410b40-a141-4dc3-a710-c26d82bb815e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:59:29.614756 [ 268 ] {d6410b40-a141-4dc3-a710-c26d82bb815e} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:29.614794 [ 268 ] {d6410b40-a141-4dc3-a710-c26d82bb815e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:29.615141 [ 268 ] {d6410b40-a141-4dc3-a710-c26d82bb815e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.01 15:59:29.615365 [ 268 ] {d6410b40-a141-4dc3-a710-c26d82bb815e} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:29.615505 [ 268 ] {d6410b40-a141-4dc3-a710-c26d82bb815e} executeQuery: Read 87 rows, 6.96 KiB in 0.00136 sec., 63970.58823529411 rows/sec., 5.00 MiB/sec. 2025.08.01 15:59:29.615544 [ 268 ] {d6410b40-a141-4dc3-a710-c26d82bb815e} TCPHandler: Processed in 0.001562397 sec. 2025.08.01 15:59:29.615654 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:29.615751 [ 268 ] {f2d9d9e8-4954-4553-99fb-e164dcfa3ad7} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:29.615796 [ 268 ] {f2d9d9e8-4954-4553-99fb-e164dcfa3ad7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:59:29.616200 [ 268 ] {f2d9d9e8-4954-4553-99fb-e164dcfa3ad7} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:29.616237 [ 268 ] {f2d9d9e8-4954-4553-99fb-e164dcfa3ad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:29.616576 [ 268 ] {f2d9d9e8-4954-4553-99fb-e164dcfa3ad7} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.01 15:59:29.616793 [ 268 ] {f2d9d9e8-4954-4553-99fb-e164dcfa3ad7} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:29.616926 [ 268 ] {f2d9d9e8-4954-4553-99fb-e164dcfa3ad7} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2025.08.01 15:59:29.616963 [ 268 ] {f2d9d9e8-4954-4553-99fb-e164dcfa3ad7} TCPHandler: Processed in 0.001360581 sec. 2025.08.01 15:59:29.617064 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:29.617158 [ 268 ] {0c5d186e-35ec-4835-8699-512285f79cdc} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:29.617215 [ 268 ] {0c5d186e-35ec-4835-8699-512285f79cdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:59:29.618008 [ 268 ] {0c5d186e-35ec-4835-8699-512285f79cdc} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:29.618046 [ 268 ] {0c5d186e-35ec-4835-8699-512285f79cdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:29.618559 [ 268 ] {0c5d186e-35ec-4835-8699-512285f79cdc} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.01 15:59:29.618786 [ 268 ] {0c5d186e-35ec-4835-8699-512285f79cdc} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:29.618927 [ 268 ] {0c5d186e-35ec-4835-8699-512285f79cdc} executeQuery: Read 23 rows, 42.20 KiB in 0.001787 sec., 12870.733072188024 rows/sec., 23.06 MiB/sec. 2025.08.01 15:59:29.618977 [ 268 ] {0c5d186e-35ec-4835-8699-512285f79cdc} TCPHandler: Processed in 0.001962979 sec. 2025.08.01 15:59:29.619082 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:29.619178 [ 268 ] {ce9e2184-9d4d-4534-8060-ed0bcf1e4a28} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:59:29.619220 [ 268 ] {ce9e2184-9d4d-4534-8060-ed0bcf1e4a28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:59:29.619547 [ 268 ] {ce9e2184-9d4d-4534-8060-ed0bcf1e4a28} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:29.619584 [ 268 ] {ce9e2184-9d4d-4534-8060-ed0bcf1e4a28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:29.619896 [ 268 ] {ce9e2184-9d4d-4534-8060-ed0bcf1e4a28} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.01 15:59:29.620106 [ 268 ] {ce9e2184-9d4d-4534-8060-ed0bcf1e4a28} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:29.620238 [ 268 ] {ce9e2184-9d4d-4534-8060-ed0bcf1e4a28} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.08.01 15:59:29.620274 [ 268 ] {ce9e2184-9d4d-4534-8060-ed0bcf1e4a28} TCPHandler: Processed in 0.001243198 sec. 2025.08.01 15:59:32.684193 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 458 2025.08.01 15:59:32.686381 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:32.686423 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:32.687562 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.01 15:59:32.687824 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:32.688080 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 458 2025.08.01 15:59:34.620345 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:34.620552 [ 268 ] {fcd57e6d-ed0d-4e4c-9823-a9d6ad957a6b} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.01 15:59:34.620626 [ 268 ] {fcd57e6d-ed0d-4e4c-9823-a9d6ad957a6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.01 15:59:34.621476 [ 268 ] {fcd57e6d-ed0d-4e4c-9823-a9d6ad957a6b} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:34.621526 [ 268 ] {fcd57e6d-ed0d-4e4c-9823-a9d6ad957a6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:34.621946 [ 268 ] {fcd57e6d-ed0d-4e4c-9823-a9d6ad957a6b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.01 15:59:34.622172 [ 268 ] {fcd57e6d-ed0d-4e4c-9823-a9d6ad957a6b} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:34.622326 [ 268 ] {fcd57e6d-ed0d-4e4c-9823-a9d6ad957a6b} executeQuery: Read 392 rows, 25.47 KiB in 0.001829 sec., 214324.76763258612 rows/sec., 13.60 MiB/sec. 2025.08.01 15:59:34.622368 [ 268 ] {fcd57e6d-ed0d-4e4c-9823-a9d6ad957a6b} TCPHandler: Processed in 0.002165415 sec. 2025.08.01 15:59:34.622493 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:34.622589 [ 268 ] {07c475a0-62bb-4d52-a3a7-386a7857a8cb} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.01 15:59:34.622630 [ 268 ] {07c475a0-62bb-4d52-a3a7-386a7857a8cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.01 15:59:34.623022 [ 268 ] {07c475a0-62bb-4d52-a3a7-386a7857a8cb} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:34.623059 [ 268 ] {07c475a0-62bb-4d52-a3a7-386a7857a8cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:34.623349 [ 268 ] {07c475a0-62bb-4d52-a3a7-386a7857a8cb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:59:34.623555 [ 268 ] {07c475a0-62bb-4d52-a3a7-386a7857a8cb} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:34.623686 [ 268 ] {07c475a0-62bb-4d52-a3a7-386a7857a8cb} executeQuery: Read 4 rows, 334.00 B in 0.001117 sec., 3581.020590868398 rows/sec., 292.01 KiB/sec. 2025.08.01 15:59:34.623723 [ 268 ] {07c475a0-62bb-4d52-a3a7-386a7857a8cb} TCPHandler: Processed in 0.001279889 sec. 2025.08.01 15:59:34.623831 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:34.623923 [ 268 ] {6fb5294b-a045-4e52-bf0a-2f74e93f4958} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:59:34.623963 [ 268 ] {6fb5294b-a045-4e52-bf0a-2f74e93f4958} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:59:34.624947 [ 268 ] {6fb5294b-a045-4e52-bf0a-2f74e93f4958} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:34.624983 [ 268 ] {6fb5294b-a045-4e52-bf0a-2f74e93f4958} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:34.625352 [ 268 ] {6fb5294b-a045-4e52-bf0a-2f74e93f4958} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.01 15:59:34.625566 [ 268 ] {6fb5294b-a045-4e52-bf0a-2f74e93f4958} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:34.625690 [ 268 ] {6fb5294b-a045-4e52-bf0a-2f74e93f4958} executeQuery: Read 1105 rows, 89.74 KiB in 0.001784 sec., 619394.6188340808 rows/sec., 49.13 MiB/sec. 2025.08.01 15:59:34.625726 [ 268 ] {6fb5294b-a045-4e52-bf0a-2f74e93f4958} TCPHandler: Processed in 0.001943529 sec. 2025.08.01 15:59:34.625842 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:34.625935 [ 268 ] {ac48d8b4-0fd1-4f35-9e46-11c524c6a334} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:59:34.625974 [ 268 ] {ac48d8b4-0fd1-4f35-9e46-11c524c6a334} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:59:34.626450 [ 268 ] {ac48d8b4-0fd1-4f35-9e46-11c524c6a334} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:34.626486 [ 268 ] {ac48d8b4-0fd1-4f35-9e46-11c524c6a334} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:34.626807 [ 268 ] {ac48d8b4-0fd1-4f35-9e46-11c524c6a334} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.01 15:59:34.627018 [ 268 ] {ac48d8b4-0fd1-4f35-9e46-11c524c6a334} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:34.627144 [ 268 ] {ac48d8b4-0fd1-4f35-9e46-11c524c6a334} executeQuery: Read 218 rows, 13.41 KiB in 0.001227 sec., 177669.11165444172 rows/sec., 10.67 MiB/sec. 2025.08.01 15:59:34.627180 [ 268 ] {ac48d8b4-0fd1-4f35-9e46-11c524c6a334} TCPHandler: Processed in 0.001385332 sec. 2025.08.01 15:59:34.627289 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:34.627380 [ 268 ] {3282fbd5-dacf-4c50-ba89-217b86e1cd63} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.01 15:59:34.627419 [ 268 ] {3282fbd5-dacf-4c50-ba89-217b86e1cd63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.01 15:59:34.627875 [ 268 ] {3282fbd5-dacf-4c50-ba89-217b86e1cd63} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:34.627911 [ 268 ] {3282fbd5-dacf-4c50-ba89-217b86e1cd63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:34.628208 [ 268 ] {3282fbd5-dacf-4c50-ba89-217b86e1cd63} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.01 15:59:34.628418 [ 268 ] {3282fbd5-dacf-4c50-ba89-217b86e1cd63} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:34.628542 [ 268 ] {3282fbd5-dacf-4c50-ba89-217b86e1cd63} executeQuery: Read 203 rows, 13.41 KiB in 0.00118 sec., 172033.89830508473 rows/sec., 11.10 MiB/sec. 2025.08.01 15:59:34.628579 [ 268 ] {3282fbd5-dacf-4c50-ba89-217b86e1cd63} TCPHandler: Processed in 0.001338101 sec. 2025.08.01 15:59:34.628694 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:34.628785 [ 268 ] {8e3e4a68-ab6f-4ddc-b4a9-e26364432320} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.01 15:59:34.628825 [ 268 ] {8e3e4a68-ab6f-4ddc-b4a9-e26364432320} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.01 15:59:34.629264 [ 268 ] {8e3e4a68-ab6f-4ddc-b4a9-e26364432320} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:34.629301 [ 268 ] {8e3e4a68-ab6f-4ddc-b4a9-e26364432320} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:34.629593 [ 268 ] {8e3e4a68-ab6f-4ddc-b4a9-e26364432320} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.01 15:59:34.629802 [ 268 ] {8e3e4a68-ab6f-4ddc-b4a9-e26364432320} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:34.629925 [ 268 ] {8e3e4a68-ab6f-4ddc-b4a9-e26364432320} executeQuery: Read 202 rows, 11.75 KiB in 0.001158 sec., 174438.68739205526 rows/sec., 9.91 MiB/sec. 2025.08.01 15:59:34.629961 [ 268 ] {8e3e4a68-ab6f-4ddc-b4a9-e26364432320} TCPHandler: Processed in 0.00131482 sec. 2025.08.01 15:59:34.630071 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:34.630163 [ 268 ] {97514d8c-d3bb-419a-ad36-198c3b4ccd0e} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:59:34.630202 [ 268 ] {97514d8c-d3bb-419a-ad36-198c3b4ccd0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:59:34.630835 [ 268 ] {97514d8c-d3bb-419a-ad36-198c3b4ccd0e} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:34.630871 [ 268 ] {97514d8c-d3bb-419a-ad36-198c3b4ccd0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:34.631194 [ 268 ] {97514d8c-d3bb-419a-ad36-198c3b4ccd0e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.01 15:59:34.631413 [ 268 ] {97514d8c-d3bb-419a-ad36-198c3b4ccd0e} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:34.631537 [ 268 ] {97514d8c-d3bb-419a-ad36-198c3b4ccd0e} executeQuery: Read 674 rows, 48.34 KiB in 0.001392 sec., 484195.4022988506 rows/sec., 33.91 MiB/sec. 2025.08.01 15:59:34.631574 [ 268 ] {97514d8c-d3bb-419a-ad36-198c3b4ccd0e} TCPHandler: Processed in 0.001550198 sec. 2025.08.01 15:59:34.631682 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:34.631774 [ 268 ] {0453e3ba-a02d-45df-a1d0-04e7b42641a4} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.01 15:59:34.631815 [ 268 ] {0453e3ba-a02d-45df-a1d0-04e7b42641a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.01 15:59:34.632139 [ 268 ] {0453e3ba-a02d-45df-a1d0-04e7b42641a4} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:34.632175 [ 268 ] {0453e3ba-a02d-45df-a1d0-04e7b42641a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:34.632475 [ 268 ] {0453e3ba-a02d-45df-a1d0-04e7b42641a4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.01 15:59:34.632677 [ 268 ] {0453e3ba-a02d-45df-a1d0-04e7b42641a4} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:34.632800 [ 268 ] {0453e3ba-a02d-45df-a1d0-04e7b42641a4} executeQuery: Read 6 rows, 321.00 B in 0.001044 sec., 5747.126436781609 rows/sec., 300.26 KiB/sec. 2025.08.01 15:59:34.632834 [ 268 ] {0453e3ba-a02d-45df-a1d0-04e7b42641a4} TCPHandler: Processed in 0.001199987 sec. 2025.08.01 15:59:34.632941 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:34.633032 [ 268 ] {ed18b4ea-226a-490b-979c-280e42ec6021} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:34.633075 [ 268 ] {ed18b4ea-226a-490b-979c-280e42ec6021} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:59:34.633492 [ 268 ] {ed18b4ea-226a-490b-979c-280e42ec6021} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:34.633526 [ 268 ] {ed18b4ea-226a-490b-979c-280e42ec6021} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:34.633841 [ 268 ] {ed18b4ea-226a-490b-979c-280e42ec6021} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.01 15:59:34.634045 [ 268 ] {ed18b4ea-226a-490b-979c-280e42ec6021} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:34.634166 [ 268 ] {ed18b4ea-226a-490b-979c-280e42ec6021} executeQuery: Read 309 rows, 20.82 KiB in 0.001152 sec., 268229.1666666667 rows/sec., 17.65 MiB/sec. 2025.08.01 15:59:34.634200 [ 268 ] {ed18b4ea-226a-490b-979c-280e42ec6021} TCPHandler: Processed in 0.001306109 sec. 2025.08.01 15:59:34.634309 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:34.634401 [ 268 ] {2e4919d6-e1c1-42dd-8fa5-0b19b63c033d} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.01 15:59:34.634441 [ 268 ] {2e4919d6-e1c1-42dd-8fa5-0b19b63c033d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.01 15:59:34.634743 [ 268 ] {2e4919d6-e1c1-42dd-8fa5-0b19b63c033d} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:34.634776 [ 268 ] {2e4919d6-e1c1-42dd-8fa5-0b19b63c033d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:34.635062 [ 268 ] {2e4919d6-e1c1-42dd-8fa5-0b19b63c033d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.01 15:59:34.635274 [ 268 ] {2e4919d6-e1c1-42dd-8fa5-0b19b63c033d} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:34.635395 [ 268 ] {2e4919d6-e1c1-42dd-8fa5-0b19b63c033d} executeQuery: Read 1 rows, 69.00 B in 0.001011 sec., 989.1196834817014 rows/sec., 66.65 KiB/sec. 2025.08.01 15:59:34.635428 [ 268 ] {2e4919d6-e1c1-42dd-8fa5-0b19b63c033d} TCPHandler: Processed in 0.001166975 sec. 2025.08.01 15:59:34.635535 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:34.635626 [ 268 ] {7c773578-cd01-48fd-ba78-471eb0c07b91} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:34.635679 [ 268 ] {7c773578-cd01-48fd-ba78-471eb0c07b91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:59:34.636434 [ 268 ] {7c773578-cd01-48fd-ba78-471eb0c07b91} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:34.636468 [ 268 ] {7c773578-cd01-48fd-ba78-471eb0c07b91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:34.636972 [ 268 ] {7c773578-cd01-48fd-ba78-471eb0c07b91} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.01 15:59:34.637186 [ 268 ] {7c773578-cd01-48fd-ba78-471eb0c07b91} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:34.637317 [ 268 ] {7c773578-cd01-48fd-ba78-471eb0c07b91} executeQuery: Read 18 rows, 33.03 KiB in 0.001709 sec., 10532.47513165594 rows/sec., 18.87 MiB/sec. 2025.08.01 15:59:34.637365 [ 268 ] {7c773578-cd01-48fd-ba78-471eb0c07b91} TCPHandler: Processed in 0.001877917 sec. 2025.08.01 15:59:34.637473 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:34.637564 [ 268 ] {ae46ee0c-036f-4ad4-afcf-5ec32017e2c1} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:59:34.637605 [ 268 ] {ae46ee0c-036f-4ad4-afcf-5ec32017e2c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:59:34.637926 [ 268 ] {ae46ee0c-036f-4ad4-afcf-5ec32017e2c1} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:34.637959 [ 268 ] {ae46ee0c-036f-4ad4-afcf-5ec32017e2c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:34.638254 [ 268 ] {ae46ee0c-036f-4ad4-afcf-5ec32017e2c1} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.01 15:59:34.638461 [ 268 ] {ae46ee0c-036f-4ad4-afcf-5ec32017e2c1} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:34.638581 [ 268 ] {ae46ee0c-036f-4ad4-afcf-5ec32017e2c1} executeQuery: Read 102 rows, 6.42 KiB in 0.001035 sec., 98550.72463768117 rows/sec., 6.05 MiB/sec. 2025.08.01 15:59:34.638615 [ 268 ] {ae46ee0c-036f-4ad4-afcf-5ec32017e2c1} TCPHandler: Processed in 0.001190026 sec. 2025.08.01 15:59:35.179421 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 2025.08.01 15:59:35.179936 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:35.179979 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:35.180558 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.01 15:59:35.180791 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:35.180927 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 2025.08.01 15:59:35.562951 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.08.01 15:59:35.579391 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:35.579451 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:35.585143 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.01 15:59:35.585881 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:35.588655 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.08.01 15:59:39.609969 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:39.610210 [ 268 ] {547a70cf-8669-4da4-a8b5-e9dfd3864100} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:59:39.610313 [ 268 ] {547a70cf-8669-4da4-a8b5-e9dfd3864100} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:59:39.611377 [ 268 ] {547a70cf-8669-4da4-a8b5-e9dfd3864100} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:39.611413 [ 268 ] {547a70cf-8669-4da4-a8b5-e9dfd3864100} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:39.611811 [ 268 ] {547a70cf-8669-4da4-a8b5-e9dfd3864100} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.01 15:59:39.612056 [ 268 ] {547a70cf-8669-4da4-a8b5-e9dfd3864100} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:39.612202 [ 268 ] {547a70cf-8669-4da4-a8b5-e9dfd3864100} executeQuery: Read 102 rows, 8.72 KiB in 0.00207 sec., 49275.36231884058 rows/sec., 4.11 MiB/sec. 2025.08.01 15:59:39.612242 [ 268 ] {547a70cf-8669-4da4-a8b5-e9dfd3864100} TCPHandler: Processed in 0.002417783 sec. 2025.08.01 15:59:39.612388 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:39.612482 [ 268 ] {05d5c514-d572-465e-a2c2-396be79e5601} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:59:39.612521 [ 268 ] {05d5c514-d572-465e-a2c2-396be79e5601} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:59:39.613034 [ 268 ] {05d5c514-d572-465e-a2c2-396be79e5601} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:39.613070 [ 268 ] {05d5c514-d572-465e-a2c2-396be79e5601} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:39.613362 [ 268 ] {05d5c514-d572-465e-a2c2-396be79e5601} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.01 15:59:39.613572 [ 268 ] {05d5c514-d572-465e-a2c2-396be79e5601} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:39.613689 [ 123 ] {} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.01 15:59:39.613698 [ 268 ] {05d5c514-d572-465e-a2c2-396be79e5601} executeQuery: Read 23 rows, 1.73 KiB in 0.001235 sec., 18623.48178137652 rows/sec., 1.37 MiB/sec. 2025.08.01 15:59:39.613725 [ 123 ] {} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:39.613743 [ 268 ] {05d5c514-d572-465e-a2c2-396be79e5601} TCPHandler: Processed in 0.001418894 sec. 2025.08.01 15:59:39.613745 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:39.613866 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:39.613894 [ 200 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.01 15:59:39.613960 [ 268 ] {1377ecc4-d828-4e5f-aa5e-7aaa480bed53} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:59:39.614009 [ 268 ] {1377ecc4-d828-4e5f-aa5e-7aaa480bed53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:59:39.614050 [ 200 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:39.614092 [ 200 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 265 rows starting from the beginning of the part 2025.08.01 15:59:39.614168 [ 200 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part 2025.08.01 15:59:39.614216 [ 200 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 214 rows starting from the beginning of the part 2025.08.01 15:59:39.614260 [ 200 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part 2025.08.01 15:59:39.614301 [ 200 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 218 rows starting from the beginning of the part 2025.08.01 15:59:39.614352 [ 200 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part 2025.08.01 15:59:39.614483 [ 268 ] {1377ecc4-d828-4e5f-aa5e-7aaa480bed53} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:39.614525 [ 268 ] {1377ecc4-d828-4e5f-aa5e-7aaa480bed53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:39.614848 [ 268 ] {1377ecc4-d828-4e5f-aa5e-7aaa480bed53} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.01 15:59:39.615073 [ 268 ] {1377ecc4-d828-4e5f-aa5e-7aaa480bed53} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:39.615202 [ 268 ] {1377ecc4-d828-4e5f-aa5e-7aaa480bed53} executeQuery: Read 87 rows, 6.96 KiB in 0.00126 sec., 69047.61904761904 rows/sec., 5.39 MiB/sec. 2025.08.01 15:59:39.615238 [ 268 ] {1377ecc4-d828-4e5f-aa5e-7aaa480bed53} TCPHandler: Processed in 0.001420603 sec. 2025.08.01 15:59:39.615326 [ 193 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 765 rows, containing 5 columns (5 merged, 0 gathered) in 0.001493555 sec., 512200.75591457967 rows/sec., 33.72 MiB/sec. 2025.08.01 15:59:39.615358 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:39.615461 [ 268 ] {d4899430-3a0d-4ca7-bd8b-ac10884b9775} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:39.615504 [ 268 ] {d4899430-3a0d-4ca7-bd8b-ac10884b9775} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:59:39.615515 [ 188 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.01 15:59:39.615795 [ 188 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_16_3} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:39.615867 [ 188 ] {dd7c7e15-4439-4ecf-83b2-fb9e7a671e37::all_1_16_3} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.01 15:59:39.615942 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.08.01 15:59:39.615963 [ 268 ] {d4899430-3a0d-4ca7-bd8b-ac10884b9775} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:39.616005 [ 268 ] {d4899430-3a0d-4ca7-bd8b-ac10884b9775} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:39.616370 [ 268 ] {d4899430-3a0d-4ca7-bd8b-ac10884b9775} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.01 15:59:39.616582 [ 268 ] {d4899430-3a0d-4ca7-bd8b-ac10884b9775} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:39.616711 [ 268 ] {d4899430-3a0d-4ca7-bd8b-ac10884b9775} executeQuery: Read 160 rows, 11.41 KiB in 0.001269 sec., 126083.5303388495 rows/sec., 8.78 MiB/sec. 2025.08.01 15:59:39.616747 [ 268 ] {d4899430-3a0d-4ca7-bd8b-ac10884b9775} TCPHandler: Processed in 0.001438194 sec. 2025.08.01 15:59:39.616866 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:39.616967 [ 268 ] {680fcbbb-5456-4f9a-9683-e51d45d170f4} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:39.617021 [ 268 ] {680fcbbb-5456-4f9a-9683-e51d45d170f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:59:39.617848 [ 268 ] {680fcbbb-5456-4f9a-9683-e51d45d170f4} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:39.617885 [ 268 ] {680fcbbb-5456-4f9a-9683-e51d45d170f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:39.618440 [ 268 ] {680fcbbb-5456-4f9a-9683-e51d45d170f4} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.01 15:59:39.618683 [ 268 ] {680fcbbb-5456-4f9a-9683-e51d45d170f4} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:39.618803 [ 123 ] {} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.01 15:59:39.618822 [ 268 ] {680fcbbb-5456-4f9a-9683-e51d45d170f4} executeQuery: Read 23 rows, 42.20 KiB in 0.001881 sec., 12227.538543328017 rows/sec., 21.91 MiB/sec. 2025.08.01 15:59:39.618836 [ 123 ] {} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:39.618856 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:39.618871 [ 268 ] {680fcbbb-5456-4f9a-9683-e51d45d170f4} TCPHandler: Processed in 0.002059512 sec. 2025.08.01 15:59:39.618941 [ 200 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.01 15:59:39.618987 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:39.619095 [ 268 ] {6592843b-5642-4b34-b0d7-b0ccda9c99f2} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:59:39.619136 [ 268 ] {6592843b-5642-4b34-b0d7-b0ccda9c99f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:59:39.619147 [ 200 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:39.619207 [ 200 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 152 rows starting from the beginning of the part 2025.08.01 15:59:39.619316 [ 200 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part 2025.08.01 15:59:39.619425 [ 200 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 18 rows starting from the beginning of the part 2025.08.01 15:59:39.619487 [ 268 ] {6592843b-5642-4b34-b0d7-b0ccda9c99f2} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:39.619525 [ 268 ] {6592843b-5642-4b34-b0d7-b0ccda9c99f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:39.619529 [ 200 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part 2025.08.01 15:59:39.619636 [ 200 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 18 rows starting from the beginning of the part 2025.08.01 15:59:39.619735 [ 200 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part 2025.08.01 15:59:39.619840 [ 268 ] {6592843b-5642-4b34-b0d7-b0ccda9c99f2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.01 15:59:39.620074 [ 268 ] {6592843b-5642-4b34-b0d7-b0ccda9c99f2} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:39.620215 [ 268 ] {6592843b-5642-4b34-b0d7-b0ccda9c99f2} executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. 2025.08.01 15:59:39.620249 [ 268 ] {6592843b-5642-4b34-b0d7-b0ccda9c99f2} TCPHandler: Processed in 0.00131167 sec. 2025.08.01 15:59:39.622370 [ 195 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 19 columns (19 merged, 0 gathered) in 0.003460885 sec., 73969.51935704307 rows/sec., 132.55 MiB/sec. 2025.08.01 15:59:39.622696 [ 200 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.01 15:59:39.623006 [ 200 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_16_3} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:39.623068 [ 200 ] {ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b::all_1_16_3} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.01 15:59:39.623139 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. 2025.08.01 15:59:42.597425 [ 119 ] {} DNSResolver: Updating DNS cache 2025.08.01 15:59:42.597492 [ 119 ] {} DNSResolver: Updated DNS cache 2025.08.01 15:59:42.681955 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 2025.08.01 15:59:42.682485 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:42.682534 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:42.683043 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.01 15:59:42.683283 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:42.683434 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 2025.08.01 15:59:42.683439 [ 119 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.01 15:59:42.683516 [ 119 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:42.683545 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:42.683710 [ 193 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.01 15:59:42.683906 [ 193 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:42.683963 [ 193 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part 2025.08.01 15:59:42.684061 [ 193 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part 2025.08.01 15:59:42.684141 [ 193 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part 2025.08.01 15:59:42.684204 [ 193 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part 2025.08.01 15:59:42.684246 [ 193 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part 2025.08.01 15:59:42.684285 [ 193 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part 2025.08.01 15:59:42.685640 [ 195 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002008511 sec., 3674861.626349071 rows/sec., 52.57 MiB/sec. 2025.08.01 15:59:42.686203 [ 195 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.01 15:59:42.686538 [ 195 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_16_3} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:42.686621 [ 195 ] {a486c2ff-810a-4b70-80f0-4b4b147a0202::all_1_16_3} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.01 15:59:42.686720 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.08.01 15:59:42.689164 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 494 2025.08.01 15:59:42.691429 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:42.691478 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:42.692662 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.01 15:59:42.692950 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:42.693085 [ 119 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.01 15:59:42.693122 [ 119 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:42.693139 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:42.693224 [ 187 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.01 15:59:42.693281 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 494 2025.08.01 15:59:42.693826 [ 187 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:42.694003 [ 187 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 314 rows starting from the beginning of the part 2025.08.01 15:59:42.694442 [ 187 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part 2025.08.01 15:59:42.694820 [ 187 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 42 rows starting from the beginning of the part 2025.08.01 15:59:42.695171 [ 187 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part 2025.08.01 15:59:42.695510 [ 187 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part 2025.08.01 15:59:42.695868 [ 187 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part 2025.08.01 15:59:42.701795 [ 193 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 494 rows, containing 72 columns (72 merged, 0 gathered) in 0.008608081 sec., 57387.93582448864 rows/sec., 52.90 MiB/sec. 2025.08.01 15:59:42.702701 [ 199 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.01 15:59:42.703241 [ 199 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_11_2} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:42.703323 [ 199 ] {361c60f9-d3b3-4257-90ee-987991eeb1c3::all_1_11_2} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.01 15:59:42.703506 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. 2025.08.01 15:59:43.002041 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000786664 sec. 2025.08.01 15:59:43.089636 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.08.01 15:59:43.105321 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:43.105368 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:43.111142 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.01 15:59:43.111869 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:43.112134 [ 119 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.01 15:59:43.112176 [ 119 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:43.112199 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:43.112291 [ 187 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.08.01 15:59:43.114624 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.08.01 15:59:43.115560 [ 187 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:43.116367 [ 187 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2025.08.01 15:59:43.119738 [ 187 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2025.08.01 15:59:43.123095 [ 187 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2025.08.01 15:59:43.126950 [ 187 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2025.08.01 15:59:43.131168 [ 187 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2025.08.01 15:59:43.135442 [ 187 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2025.08.01 15:59:43.188003 [ 193 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.075749507 sec., 1597.3701320590774 rows/sec., 8.26 MiB/sec. 2025.08.01 15:59:43.190569 [ 189 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.01 15:59:43.192704 [ 189 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_16_3} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:43.192810 [ 189 ] {d42a46db-4120-4609-a267-a673ecc09f9d::all_1_16_3} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.01 15:59:43.194978 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.08.01 15:59:44.000238 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 205.02 MiB, peak 214.97 MiB, free memory in arenas 0.00 B, will set to 213.39 MiB (RSS), difference: 8.37 MiB 2025.08.01 15:59:44.619600 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:44.619895 [ 268 ] {4fcc23e6-bac9-435d-9e52-7c8965a4ede0} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.01 15:59:44.620007 [ 268 ] {4fcc23e6-bac9-435d-9e52-7c8965a4ede0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.01 15:59:44.621043 [ 268 ] {4fcc23e6-bac9-435d-9e52-7c8965a4ede0} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.621094 [ 268 ] {4fcc23e6-bac9-435d-9e52-7c8965a4ede0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.621539 [ 268 ] {4fcc23e6-bac9-435d-9e52-7c8965a4ede0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.01 15:59:44.621782 [ 268 ] {4fcc23e6-bac9-435d-9e52-7c8965a4ede0} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.621949 [ 268 ] {4fcc23e6-bac9-435d-9e52-7c8965a4ede0} executeQuery: Read 392 rows, 25.47 KiB in 0.002135 sec., 183606.55737704918 rows/sec., 11.65 MiB/sec. 2025.08.01 15:59:44.621999 [ 268 ] {4fcc23e6-bac9-435d-9e52-7c8965a4ede0} TCPHandler: Processed in 0.002591879 sec. 2025.08.01 15:59:44.622130 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:44.622233 [ 268 ] {ade5da51-437a-49df-ac79-75eaa60be26b} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:59:44.622278 [ 268 ] {ade5da51-437a-49df-ac79-75eaa60be26b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:59:44.623216 [ 268 ] {ade5da51-437a-49df-ac79-75eaa60be26b} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.623252 [ 268 ] {ade5da51-437a-49df-ac79-75eaa60be26b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.623663 [ 268 ] {ade5da51-437a-49df-ac79-75eaa60be26b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.01 15:59:44.623886 [ 268 ] {ade5da51-437a-49df-ac79-75eaa60be26b} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.623988 [ 115 ] {} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.01 15:59:44.624016 [ 268 ] {ade5da51-437a-49df-ac79-75eaa60be26b} executeQuery: Read 1103 rows, 89.60 KiB in 0.001808 sec., 610066.3716814159 rows/sec., 48.39 MiB/sec. 2025.08.01 15:59:44.624035 [ 115 ] {} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.624055 [ 268 ] {ade5da51-437a-49df-ac79-75eaa60be26b} TCPHandler: Processed in 0.00197973 sec. 2025.08.01 15:59:44.624059 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.624169 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:44.624207 [ 189 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.01 15:59:44.624270 [ 268 ] {d70d8f95-a1fd-449b-a19b-048de455f1c4} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:59:44.624320 [ 268 ] {d70d8f95-a1fd-449b-a19b-048de455f1c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:59:44.624416 [ 189 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:44.624473 [ 189 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1275 rows starting from the beginning of the part 2025.08.01 15:59:44.624578 [ 189 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1103 rows starting from the beginning of the part 2025.08.01 15:59:44.624655 [ 189 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 102 rows starting from the beginning of the part 2025.08.01 15:59:44.624723 [ 189 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1105 rows starting from the beginning of the part 2025.08.01 15:59:44.624789 [ 189 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 102 rows starting from the beginning of the part 2025.08.01 15:59:44.624862 [ 189 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1103 rows starting from the beginning of the part 2025.08.01 15:59:44.624875 [ 268 ] {d70d8f95-a1fd-449b-a19b-048de455f1c4} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.624920 [ 268 ] {d70d8f95-a1fd-449b-a19b-048de455f1c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.625395 [ 268 ] {d70d8f95-a1fd-449b-a19b-048de455f1c4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.01 15:59:44.625633 [ 268 ] {d70d8f95-a1fd-449b-a19b-048de455f1c4} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.625775 [ 268 ] {d70d8f95-a1fd-449b-a19b-048de455f1c4} executeQuery: Read 214 rows, 13.13 KiB in 0.001526 sec., 140235.9108781127 rows/sec., 8.40 MiB/sec. 2025.08.01 15:59:44.625813 [ 268 ] {d70d8f95-a1fd-449b-a19b-048de455f1c4} TCPHandler: Processed in 0.001693871 sec. 2025.08.01 15:59:44.625925 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:44.626022 [ 268 ] {c38e613c-8fc0-43d5-af96-99c0b361f912} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.01 15:59:44.626063 [ 268 ] {c38e613c-8fc0-43d5-af96-99c0b361f912} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.01 15:59:44.626550 [ 268 ] {c38e613c-8fc0-43d5-af96-99c0b361f912} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.626585 [ 268 ] {c38e613c-8fc0-43d5-af96-99c0b361f912} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.626864 [ 193 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4790 rows, containing 5 columns (5 merged, 0 gathered) in 0.002718912 sec., 1761734.1054068687 rows/sec., 147.56 MiB/sec. 2025.08.01 15:59:44.626929 [ 268 ] {c38e613c-8fc0-43d5-af96-99c0b361f912} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.01 15:59:44.627122 [ 193 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.01 15:59:44.627176 [ 268 ] {c38e613c-8fc0-43d5-af96-99c0b361f912} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.627322 [ 268 ] {c38e613c-8fc0-43d5-af96-99c0b361f912} executeQuery: Read 203 rows, 13.41 KiB in 0.001319 sec., 153904.47308567096 rows/sec., 9.93 MiB/sec. 2025.08.01 15:59:44.627362 [ 268 ] {c38e613c-8fc0-43d5-af96-99c0b361f912} TCPHandler: Processed in 0.001487455 sec. 2025.08.01 15:59:44.627412 [ 193 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_21_4} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.627474 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:44.627488 [ 193 ] {770ad89b-e8d4-4784-8220-f027624496d6::all_1_21_4} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.01 15:59:44.627568 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. 2025.08.01 15:59:44.627575 [ 268 ] {dd8fb942-d167-40ae-836c-b09857f01925} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.01 15:59:44.627624 [ 268 ] {dd8fb942-d167-40ae-836c-b09857f01925} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.01 15:59:44.628094 [ 268 ] {dd8fb942-d167-40ae-836c-b09857f01925} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.628132 [ 268 ] {dd8fb942-d167-40ae-836c-b09857f01925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.628463 [ 268 ] {dd8fb942-d167-40ae-836c-b09857f01925} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.01 15:59:44.628697 [ 268 ] {dd8fb942-d167-40ae-836c-b09857f01925} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.628828 [ 268 ] {dd8fb942-d167-40ae-836c-b09857f01925} executeQuery: Read 202 rows, 11.75 KiB in 0.001271 sec., 158929.97639653817 rows/sec., 9.03 MiB/sec. 2025.08.01 15:59:44.628867 [ 268 ] {dd8fb942-d167-40ae-836c-b09857f01925} TCPHandler: Processed in 0.001441584 sec. 2025.08.01 15:59:44.628981 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:44.629075 [ 268 ] {4ba0d9d5-d2eb-432f-a498-6666a0fb66a2} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:59:44.629116 [ 268 ] {4ba0d9d5-d2eb-432f-a498-6666a0fb66a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:59:44.629785 [ 268 ] {4ba0d9d5-d2eb-432f-a498-6666a0fb66a2} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.629821 [ 268 ] {4ba0d9d5-d2eb-432f-a498-6666a0fb66a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.630168 [ 268 ] {4ba0d9d5-d2eb-432f-a498-6666a0fb66a2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.01 15:59:44.630387 [ 268 ] {4ba0d9d5-d2eb-432f-a498-6666a0fb66a2} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.630493 [ 115 ] {} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.01 15:59:44.630516 [ 268 ] {4ba0d9d5-d2eb-432f-a498-6666a0fb66a2} executeQuery: Read 670 rows, 48.01 KiB in 0.001459 sec., 459218.6429061001 rows/sec., 32.14 MiB/sec. 2025.08.01 15:59:44.630527 [ 115 ] {} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.630550 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.630554 [ 268 ] {4ba0d9d5-d2eb-432f-a498-6666a0fb66a2} TCPHandler: Processed in 0.001622809 sec. 2025.08.01 15:59:44.630653 [ 201 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.01 15:59:44.630669 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:44.630769 [ 201 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:44.630786 [ 268 ] {1c13662c-7b35-426e-a8fc-dd0bca65730a} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.01 15:59:44.630804 [ 201 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 763 rows starting from the beginning of the part 2025.08.01 15:59:44.630834 [ 268 ] {1c13662c-7b35-426e-a8fc-dd0bca65730a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.01 15:59:44.630870 [ 201 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 670 rows starting from the beginning of the part 2025.08.01 15:59:44.630929 [ 201 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 87 rows starting from the beginning of the part 2025.08.01 15:59:44.630973 [ 201 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 674 rows starting from the beginning of the part 2025.08.01 15:59:44.631014 [ 201 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 87 rows starting from the beginning of the part 2025.08.01 15:59:44.631057 [ 201 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 670 rows starting from the beginning of the part 2025.08.01 15:59:44.631176 [ 268 ] {1c13662c-7b35-426e-a8fc-dd0bca65730a} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.631219 [ 268 ] {1c13662c-7b35-426e-a8fc-dd0bca65730a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.631557 [ 268 ] {1c13662c-7b35-426e-a8fc-dd0bca65730a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.01 15:59:44.631799 [ 268 ] {1c13662c-7b35-426e-a8fc-dd0bca65730a} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.631934 [ 268 ] {1c13662c-7b35-426e-a8fc-dd0bca65730a} executeQuery: Read 6 rows, 321.00 B in 0.001167 sec., 5141.388174807198 rows/sec., 268.62 KiB/sec. 2025.08.01 15:59:44.631971 [ 268 ] {1c13662c-7b35-426e-a8fc-dd0bca65730a} TCPHandler: Processed in 0.001350701 sec. 2025.08.01 15:59:44.632081 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:44.632176 [ 268 ] {a120b218-7f1b-46b3-bdd1-61b1bdb2e8cf} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:44.632221 [ 268 ] {a120b218-7f1b-46b3-bdd1-61b1bdb2e8cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:59:44.632241 [ 189 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2951 rows, containing 5 columns (5 merged, 0 gathered) in 0.001626589 sec., 1814225.966116825 rows/sec., 135.48 MiB/sec. 2025.08.01 15:59:44.632463 [ 194 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.01 15:59:44.632687 [ 268 ] {a120b218-7f1b-46b3-bdd1-61b1bdb2e8cf} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.632731 [ 268 ] {a120b218-7f1b-46b3-bdd1-61b1bdb2e8cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.632793 [ 194 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_21_4} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.632882 [ 194 ] {298a6530-de1b-48f0-b548-ffb3273b4711::all_1_21_4} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.01 15:59:44.632973 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.08.01 15:59:44.633120 [ 268 ] {a120b218-7f1b-46b3-bdd1-61b1bdb2e8cf} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.01 15:59:44.633355 [ 268 ] {a120b218-7f1b-46b3-bdd1-61b1bdb2e8cf} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.633448 [ 115 ] {} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.01 15:59:44.633475 [ 115 ] {} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.633487 [ 268 ] {a120b218-7f1b-46b3-bdd1-61b1bdb2e8cf} executeQuery: Read 307 rows, 20.68 KiB in 0.001329 sec., 231000.7524454477 rows/sec., 15.20 MiB/sec. 2025.08.01 15:59:44.633491 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.633523 [ 268 ] {a120b218-7f1b-46b3-bdd1-61b1bdb2e8cf} TCPHandler: Processed in 0.001491505 sec. 2025.08.01 15:59:44.633600 [ 192 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.01 15:59:44.633633 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:44.633737 [ 268 ] {f568306e-6357-4511-924e-a0c0dfd7e607} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.01 15:59:44.633763 [ 192 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:44.633781 [ 268 ] {f568306e-6357-4511-924e-a0c0dfd7e607} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.01 15:59:44.633813 [ 192 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3174 rows starting from the beginning of the part 2025.08.01 15:59:44.633884 [ 192 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 307 rows starting from the beginning of the part 2025.08.01 15:59:44.633942 [ 192 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2025.08.01 15:59:44.633986 [ 192 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 309 rows starting from the beginning of the part 2025.08.01 15:59:44.634026 [ 192 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2025.08.01 15:59:44.634068 [ 192 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 307 rows starting from the beginning of the part 2025.08.01 15:59:44.634129 [ 268 ] {f568306e-6357-4511-924e-a0c0dfd7e607} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.634170 [ 268 ] {f568306e-6357-4511-924e-a0c0dfd7e607} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.634544 [ 268 ] {f568306e-6357-4511-924e-a0c0dfd7e607} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.01 15:59:44.634773 [ 268 ] {f568306e-6357-4511-924e-a0c0dfd7e607} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.634931 [ 268 ] {f568306e-6357-4511-924e-a0c0dfd7e607} executeQuery: Read 1 rows, 69.00 B in 0.001212 sec., 825.0825082508251 rows/sec., 55.60 KiB/sec. 2025.08.01 15:59:44.634986 [ 268 ] {f568306e-6357-4511-924e-a0c0dfd7e607} TCPHandler: Processed in 0.001402342 sec. 2025.08.01 15:59:44.635093 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:44.635188 [ 268 ] {5b7e5b12-b01f-4a98-80a8-c16f1237f770} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:44.635245 [ 268 ] {5b7e5b12-b01f-4a98-80a8-c16f1237f770} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:59:44.635905 [ 192 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4417 rows, containing 5 columns (5 merged, 0 gathered) in 0.002351931 sec., 1878031.2857817684 rows/sec., 127.79 MiB/sec. 2025.08.01 15:59:44.636054 [ 268 ] {5b7e5b12-b01f-4a98-80a8-c16f1237f770} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.636096 [ 268 ] {5b7e5b12-b01f-4a98-80a8-c16f1237f770} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.636330 [ 193 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.01 15:59:44.636596 [ 193 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_21_4} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.636659 [ 268 ] {5b7e5b12-b01f-4a98-80a8-c16f1237f770} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.01 15:59:44.636670 [ 193 ] {96fa4356-479b-4a15-9613-6bcc2bc110dc::all_1_21_4} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.01 15:59:44.636756 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2025.08.01 15:59:44.636916 [ 268 ] {5b7e5b12-b01f-4a98-80a8-c16f1237f770} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.637065 [ 268 ] {5b7e5b12-b01f-4a98-80a8-c16f1237f770} executeQuery: Read 18 rows, 33.03 KiB in 0.001895 sec., 9498.68073878628 rows/sec., 17.02 MiB/sec. 2025.08.01 15:59:44.637133 [ 268 ] {5b7e5b12-b01f-4a98-80a8-c16f1237f770} TCPHandler: Processed in 0.002087474 sec. 2025.08.01 15:59:44.637248 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:44.637342 [ 268 ] {53bf35a4-e0db-4475-8832-0d4ae3818265} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:59:44.637386 [ 268 ] {53bf35a4-e0db-4475-8832-0d4ae3818265} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:59:44.637726 [ 268 ] {53bf35a4-e0db-4475-8832-0d4ae3818265} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.637764 [ 268 ] {53bf35a4-e0db-4475-8832-0d4ae3818265} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.638085 [ 268 ] {53bf35a4-e0db-4475-8832-0d4ae3818265} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.01 15:59:44.638312 [ 268 ] {53bf35a4-e0db-4475-8832-0d4ae3818265} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.638406 [ 115 ] {} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.01 15:59:44.638430 [ 115 ] {} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:44.638444 [ 268 ] {53bf35a4-e0db-4475-8832-0d4ae3818265} executeQuery: Read 102 rows, 6.42 KiB in 0.00112 sec., 91071.42857142858 rows/sec., 5.60 MiB/sec. 2025.08.01 15:59:44.638446 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:44.638479 [ 268 ] {53bf35a4-e0db-4475-8832-0d4ae3818265} TCPHandler: Processed in 0.001282009 sec. 2025.08.01 15:59:44.638537 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.01 15:59:44.638671 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:44.638704 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 990 rows starting from the beginning of the part 2025.08.01 15:59:44.638768 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 102 rows starting from the beginning of the part 2025.08.01 15:59:44.638813 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2025.08.01 15:59:44.638857 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 102 rows starting from the beginning of the part 2025.08.01 15:59:44.638897 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2025.08.01 15:59:44.638937 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 102 rows starting from the beginning of the part 2025.08.01 15:59:44.639854 [ 194 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1416 rows, containing 4 columns (4 merged, 0 gathered) in 0.001351651 sec., 1047607.7034678331 rows/sec., 67.15 MiB/sec. 2025.08.01 15:59:44.640032 [ 190 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.01 15:59:44.640273 [ 190 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_21_4} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:44.640333 [ 190 ] {cb63fe47-56b0-4e53-ad40-4cfa9f265de3::all_1_21_4} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.01 15:59:44.640390 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.08.01 15:59:45.228560 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.228948 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} executeQuery: (from [fd00:1122:3344:101::d]:39218) 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) 2025.08.01 15:59:45.229458 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:59:45.229499 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} 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 2025.08.01 15:59:45.229769 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:59:45.229836 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:59:45.229974 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2025.08.01 15:59:45.230073 [ 293 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:59:45.230124 [ 292 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.01 15:59:45.230151 [ 295 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.08.01 15:59:45.230124 [ 290 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.01 15:59:45.230317 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.08.01 15:59:45.230352 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:59:45.230445 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.01 15:59:45.230465 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Reading approx. 41 rows with 3 streams 2025.08.01 15:59:45.230500 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} 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'))" 2025.08.01 15:59:45.230545 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} 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'))" 2025.08.01 15:59:45.230580 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} 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'))" 2025.08.01 15:59:45.231638 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} executeQuery: Read 41 rows, 1.65 KiB in 0.002869 sec., 14290.693621470895 rows/sec., 575.59 KiB/sec. 2025.08.01 15:59:45.231758 [ 268 ] {420ed542-0d20-4d91-9707-4c5de1d1a43e} TCPHandler: Processed in 0.003387743 sec. 2025.08.01 15:59:45.232044 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.232181 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} executeQuery: (from [fd00:1122:3344:101::d]:39218) 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) 2025.08.01 15:59:45.232399 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:59:45.232436 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} 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 2025.08.01 15:59:45.232644 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:59:45.232696 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:59:45.232794 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2025.08.01 15:59:45.232865 [ 290 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.01 15:59:45.232869 [ 292 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:59:45.232874 [ 293 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.01 15:59:45.232875 [ 295 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.08.01 15:59:45.233012 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.08.01 15:59:45.233039 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:59:45.233107 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.01 15:59:45.233124 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Reading approx. 41 rows with 3 streams 2025.08.01 15:59:45.233153 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} 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'))" 2025.08.01 15:59:45.233183 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} 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'))" 2025.08.01 15:59:45.233210 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} 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'))" 2025.08.01 15:59:45.233839 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} executeQuery: Read 41 rows, 1.65 KiB in 0.001716 sec., 23892.77389277389 rows/sec., 962.34 KiB/sec. 2025.08.01 15:59:45.233964 [ 268 ] {e40caa07-9eea-41d6-ba39-b3a432a98cc0} TCPHandler: Processed in 0.00196918 sec. 2025.08.01 15:59:45.234199 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.234334 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} executeQuery: (from [fd00:1122:3344:101::d]:39218) 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) 2025.08.01 15:59:45.234552 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:59:45.234588 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} 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 2025.08.01 15:59:45.234807 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:59:45.234859 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:59:45.234956 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2025.08.01 15:59:45.235017 [ 290 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:59:45.235027 [ 292 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.01 15:59:45.235034 [ 295 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.08.01 15:59:45.235030 [ 293 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.01 15:59:45.235151 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.08.01 15:59:45.235173 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:59:45.235239 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.01 15:59:45.235257 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Reading approx. 41 rows with 3 streams 2025.08.01 15:59:45.235286 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} 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'))" 2025.08.01 15:59:45.235320 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} 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'))" 2025.08.01 15:59:45.235352 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} 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'))" 2025.08.01 15:59:45.235956 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} executeQuery: Read 41 rows, 1.65 KiB in 0.00168 sec., 24404.761904761905 rows/sec., 982.96 KiB/sec. 2025.08.01 15:59:45.236065 [ 268 ] {4bc4e79c-3e5f-42a2-980b-6e83f020aead} TCPHandler: Processed in 0.001914208 sec. 2025.08.01 15:59:45.236270 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.236406 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} executeQuery: (from [fd00:1122:3344:101::d]:39218) 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) 2025.08.01 15:59:45.236733 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:59:45.236770 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} 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 2025.08.01 15:59:45.236980 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:59:45.237031 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:59:45.237128 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2025.08.01 15:59:45.237191 [ 290 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:59:45.237199 [ 295 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.08.01 15:59:45.237198 [ 292 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.01 15:59:45.237193 [ 293 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.01 15:59:45.237336 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.08.01 15:59:45.237356 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:59:45.237422 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.01 15:59:45.237439 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Reading approx. 41 rows with 3 streams 2025.08.01 15:59:45.237468 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} 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'))" 2025.08.01 15:59:45.237498 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} 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'))" 2025.08.01 15:59:45.237526 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} 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'))" 2025.08.01 15:59:45.238109 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} executeQuery: Read 41 rows, 1.65 KiB in 0.001761 sec., 23282.22600795003 rows/sec., 937.74 KiB/sec. 2025.08.01 15:59:45.238222 [ 268 ] {97612a2f-cf51-47ee-9b44-fff95ad3f6d8} TCPHandler: Processed in 0.002000011 sec. 2025.08.01 15:59:45.238426 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.238561 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} executeQuery: (from [fd00:1122:3344:101::d]:39218) 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) 2025.08.01 15:59:45.238785 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:59:45.238821 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} 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 2025.08.01 15:59:45.239032 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:59:45.239082 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:59:45.239177 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2025.08.01 15:59:45.239235 [ 292 ] {bd768d38-7b45-4105-9fea-f486ec04d192} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:59:45.239235 [ 290 ] {bd768d38-7b45-4105-9fea-f486ec04d192} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.01 15:59:45.239248 [ 295 ] {bd768d38-7b45-4105-9fea-f486ec04d192} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.08.01 15:59:45.239242 [ 293 ] {bd768d38-7b45-4105-9fea-f486ec04d192} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.01 15:59:45.239367 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.08.01 15:59:45.239388 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:59:45.239453 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.01 15:59:45.239470 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Reading approx. 41 rows with 3 streams 2025.08.01 15:59:45.239498 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} 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'))" 2025.08.01 15:59:45.239527 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} 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'))" 2025.08.01 15:59:45.239556 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} 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'))" 2025.08.01 15:59:45.240111 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} executeQuery: Read 41 rows, 1.65 KiB in 0.001608 sec., 25497.512437810943 rows/sec., 1.00 MiB/sec. 2025.08.01 15:59:45.240221 [ 268 ] {bd768d38-7b45-4105-9fea-f486ec04d192} TCPHandler: Processed in 0.001843105 sec. 2025.08.01 15:59:45.240428 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.240563 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} executeQuery: (from [fd00:1122:3344:101::d]:39218) 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) 2025.08.01 15:59:45.240781 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.01 15:59:45.240817 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} 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 2025.08.01 15:59:45.241028 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:59:45.241078 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.01 15:59:45.241174 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2025.08.01 15:59:45.241235 [ 292 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.01 15:59:45.241247 [ 290 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.01 15:59:45.241248 [ 295 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.08.01 15:59:45.241238 [ 293 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.01 15:59:45.241372 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.08.01 15:59:45.241393 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.01 15:59:45.241458 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.01 15:59:45.241475 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (SelectExecutor): Reading approx. 41 rows with 3 streams 2025.08.01 15:59:45.241504 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} 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'))" 2025.08.01 15:59:45.241534 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} 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'))" 2025.08.01 15:59:45.241562 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} 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'))" 2025.08.01 15:59:45.242184 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} executeQuery: Read 41 rows, 1.65 KiB in 0.001679 sec., 24419.29720071471 rows/sec., 983.54 KiB/sec. 2025.08.01 15:59:45.242292 [ 268 ] {5f9cea50-cf1e-4756-a1c7-437b97afb681} TCPHandler: Processed in 0.001912668 sec. 2025.08.01 15:59:45.424191 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.424395 [ 268 ] {db0de48e-33b8-4d91-8116-1d68d440ceff} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.01 15:59:45.424477 [ 268 ] {db0de48e-33b8-4d91-8116-1d68d440ceff} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.01 15:59:45.425306 [ 268 ] {db0de48e-33b8-4d91-8116-1d68d440ceff} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:45.425355 [ 268 ] {db0de48e-33b8-4d91-8116-1d68d440ceff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:45.425817 [ 268 ] {db0de48e-33b8-4d91-8116-1d68d440ceff} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.01 15:59:45.426038 [ 268 ] {db0de48e-33b8-4d91-8116-1d68d440ceff} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:45.426202 [ 268 ] {db0de48e-33b8-4d91-8116-1d68d440ceff} executeQuery: Read 6 rows, 1.34 KiB in 0.001863 sec., 3220.6119162640903 rows/sec., 717.09 KiB/sec. 2025.08.01 15:59:45.426245 [ 268 ] {db0de48e-33b8-4d91-8116-1d68d440ceff} TCPHandler: Processed in 0.002203677 sec. 2025.08.01 15:59:45.426365 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.426462 [ 268 ] {97d0682b-a898-4e23-8ee8-3b537c39f7c3} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.01 15:59:45.426504 [ 268 ] {97d0682b-a898-4e23-8ee8-3b537c39f7c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.01 15:59:45.426944 [ 268 ] {97d0682b-a898-4e23-8ee8-3b537c39f7c3} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:45.426982 [ 268 ] {97d0682b-a898-4e23-8ee8-3b537c39f7c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:45.427285 [ 268 ] {97d0682b-a898-4e23-8ee8-3b537c39f7c3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.01 15:59:45.427507 [ 268 ] {97d0682b-a898-4e23-8ee8-3b537c39f7c3} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:45.427635 [ 268 ] {97d0682b-a898-4e23-8ee8-3b537c39f7c3} executeQuery: Read 4 rows, 334.00 B in 0.001193 sec., 3352.891869237217 rows/sec., 273.40 KiB/sec. 2025.08.01 15:59:45.427622 [ 112 ] {} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.01 15:59:45.427673 [ 268 ] {97d0682b-a898-4e23-8ee8-3b537c39f7c3} TCPHandler: Processed in 0.001358591 sec. 2025.08.01 15:59:45.427735 [ 112 ] {} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:45.427769 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:45.427815 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.427902 [ 190 ] {49e596fc-2b99-45fa-82f6-2abc6efa44ed::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.08.01 15:59:45.427913 [ 268 ] {13b2b87c-67fd-4c16-bd89-4b6e34ddaf34} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:59:45.427998 [ 268 ] {13b2b87c-67fd-4c16-bd89-4b6e34ddaf34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:59:45.428063 [ 190 ] {49e596fc-2b99-45fa-82f6-2abc6efa44ed::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:45.428106 [ 190 ] {49e596fc-2b99-45fa-82f6-2abc6efa44ed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.08.01 15:59:45.428179 [ 190 ] {49e596fc-2b99-45fa-82f6-2abc6efa44ed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2025.08.01 15:59:45.428233 [ 190 ] {49e596fc-2b99-45fa-82f6-2abc6efa44ed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2025.08.01 15:59:45.428279 [ 190 ] {49e596fc-2b99-45fa-82f6-2abc6efa44ed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2025.08.01 15:59:45.428320 [ 190 ] {49e596fc-2b99-45fa-82f6-2abc6efa44ed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part 2025.08.01 15:59:45.428356 [ 190 ] {49e596fc-2b99-45fa-82f6-2abc6efa44ed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2025.08.01 15:59:45.429085 [ 194 ] {49e596fc-2b99-45fa-82f6-2abc6efa44ed::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.001247757 sec., 24043.1430158276 rows/sec., 2.01 MiB/sec. 2025.08.01 15:59:45.429124 [ 268 ] {13b2b87c-67fd-4c16-bd89-4b6e34ddaf34} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:45.429169 [ 268 ] {13b2b87c-67fd-4c16-bd89-4b6e34ddaf34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:45.429203 [ 190 ] {49e596fc-2b99-45fa-82f6-2abc6efa44ed::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.01 15:59:45.429494 [ 190 ] {49e596fc-2b99-45fa-82f6-2abc6efa44ed::all_1_6_1} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:45.429564 [ 190 ] {49e596fc-2b99-45fa-82f6-2abc6efa44ed::all_1_6_1} oximeter.fields_ipaddr (49e596fc-2b99-45fa-82f6-2abc6efa44ed) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.01 15:59:45.429595 [ 268 ] {13b2b87c-67fd-4c16-bd89-4b6e34ddaf34} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.01 15:59:45.429631 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.08.01 15:59:45.429837 [ 268 ] {13b2b87c-67fd-4c16-bd89-4b6e34ddaf34} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:45.429976 [ 268 ] {13b2b87c-67fd-4c16-bd89-4b6e34ddaf34} executeQuery: Read 1244 rows, 105.43 KiB in 0.00208 sec., 598076.9230769231 rows/sec., 49.50 MiB/sec. 2025.08.01 15:59:45.430013 [ 268 ] {13b2b87c-67fd-4c16-bd89-4b6e34ddaf34} TCPHandler: Processed in 0.002248869 sec. 2025.08.01 15:59:45.430129 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.430224 [ 268 ] {172b4880-21a9-41f8-bd2a-4ca39510f0ff} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:59:45.430264 [ 268 ] {172b4880-21a9-41f8-bd2a-4ca39510f0ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:59:45.430660 [ 268 ] {172b4880-21a9-41f8-bd2a-4ca39510f0ff} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:45.430698 [ 268 ] {172b4880-21a9-41f8-bd2a-4ca39510f0ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:45.431011 [ 268 ] {172b4880-21a9-41f8-bd2a-4ca39510f0ff} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.01 15:59:45.431235 [ 268 ] {172b4880-21a9-41f8-bd2a-4ca39510f0ff} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:45.431368 [ 268 ] {172b4880-21a9-41f8-bd2a-4ca39510f0ff} executeQuery: Read 27 rows, 2.01 KiB in 0.001163 sec., 23215.821152192606 rows/sec., 1.69 MiB/sec. 2025.08.01 15:59:45.431406 [ 268 ] {172b4880-21a9-41f8-bd2a-4ca39510f0ff} TCPHandler: Processed in 0.00132608 sec. 2025.08.01 15:59:45.431513 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.431607 [ 268 ] {b62a2a62-877e-41cb-b7d2-196577a876f3} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.01 15:59:45.431647 [ 268 ] {b62a2a62-877e-41cb-b7d2-196577a876f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.01 15:59:45.432138 [ 268 ] {b62a2a62-877e-41cb-b7d2-196577a876f3} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:45.432175 [ 268 ] {b62a2a62-877e-41cb-b7d2-196577a876f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:45.432484 [ 268 ] {b62a2a62-877e-41cb-b7d2-196577a876f3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.01 15:59:45.432705 [ 268 ] {b62a2a62-877e-41cb-b7d2-196577a876f3} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:45.432832 [ 268 ] {b62a2a62-877e-41cb-b7d2-196577a876f3} executeQuery: Read 228 rows, 15.81 KiB in 0.001243 sec., 183427.19227674982 rows/sec., 12.42 MiB/sec. 2025.08.01 15:59:45.432870 [ 268 ] {b62a2a62-877e-41cb-b7d2-196577a876f3} TCPHandler: Processed in 0.001405512 sec. 2025.08.01 15:59:45.432977 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.433071 [ 268 ] {5b957a47-90d6-4194-8926-1052910aea4d} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:59:45.433112 [ 268 ] {5b957a47-90d6-4194-8926-1052910aea4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:59:45.433702 [ 268 ] {5b957a47-90d6-4194-8926-1052910aea4d} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:45.433739 [ 268 ] {5b957a47-90d6-4194-8926-1052910aea4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:45.434059 [ 268 ] {5b957a47-90d6-4194-8926-1052910aea4d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.01 15:59:45.434277 [ 268 ] {5b957a47-90d6-4194-8926-1052910aea4d} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:45.434403 [ 268 ] {5b957a47-90d6-4194-8926-1052910aea4d} executeQuery: Read 547 rows, 41.57 KiB in 0.00135 sec., 405185.18518518517 rows/sec., 30.07 MiB/sec. 2025.08.01 15:59:45.434441 [ 268 ] {5b957a47-90d6-4194-8926-1052910aea4d} TCPHandler: Processed in 0.001512546 sec. 2025.08.01 15:59:45.434551 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.434644 [ 268 ] {2db4f8bf-f8a7-4aee-b7a0-069316b29682} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:45.434688 [ 268 ] {2db4f8bf-f8a7-4aee-b7a0-069316b29682} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:59:45.436884 [ 268 ] {2db4f8bf-f8a7-4aee-b7a0-069316b29682} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:45.436922 [ 268 ] {2db4f8bf-f8a7-4aee-b7a0-069316b29682} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:45.437811 [ 268 ] {2db4f8bf-f8a7-4aee-b7a0-069316b29682} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.01 15:59:45.438034 [ 268 ] {2db4f8bf-f8a7-4aee-b7a0-069316b29682} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:45.438169 [ 268 ] {2db4f8bf-f8a7-4aee-b7a0-069316b29682} executeQuery: Read 5224 rows, 357.21 KiB in 0.003543 sec., 1474456.6751340672 rows/sec., 98.46 MiB/sec. 2025.08.01 15:59:45.438209 [ 268 ] {2db4f8bf-f8a7-4aee-b7a0-069316b29682} MemoryTracker: Peak memory usage (for query): 4.16 MiB. 2025.08.01 15:59:45.438223 [ 268 ] {2db4f8bf-f8a7-4aee-b7a0-069316b29682} TCPHandler: Processed in 0.003722523 sec. 2025.08.01 15:59:45.438345 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.438464 [ 268 ] {e0050966-7318-4cd1-97f2-c5a6814dc9e5} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:45.438532 [ 268 ] {e0050966-7318-4cd1-97f2-c5a6814dc9e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:59:45.439385 [ 268 ] {e0050966-7318-4cd1-97f2-c5a6814dc9e5} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:45.439423 [ 268 ] {e0050966-7318-4cd1-97f2-c5a6814dc9e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:45.439958 [ 268 ] {e0050966-7318-4cd1-97f2-c5a6814dc9e5} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.01 15:59:45.440192 [ 268 ] {e0050966-7318-4cd1-97f2-c5a6814dc9e5} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:45.440333 [ 268 ] {e0050966-7318-4cd1-97f2-c5a6814dc9e5} executeQuery: Read 23 rows, 42.20 KiB in 0.001894 sec., 12143.611404435058 rows/sec., 21.76 MiB/sec. 2025.08.01 15:59:45.440386 [ 268 ] {e0050966-7318-4cd1-97f2-c5a6814dc9e5} TCPHandler: Processed in 0.002101623 sec. 2025.08.01 15:59:45.440495 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:45.440591 [ 268 ] {252b63fa-3f95-4dc6-8778-14160c4fb36a} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:59:45.440633 [ 268 ] {252b63fa-3f95-4dc6-8778-14160c4fb36a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:59:45.440946 [ 268 ] {252b63fa-3f95-4dc6-8778-14160c4fb36a} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:45.440983 [ 268 ] {252b63fa-3f95-4dc6-8778-14160c4fb36a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:45.441295 [ 268 ] {252b63fa-3f95-4dc6-8778-14160c4fb36a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.01 15:59:45.441510 [ 268 ] {252b63fa-3f95-4dc6-8778-14160c4fb36a} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:45.441638 [ 268 ] {252b63fa-3f95-4dc6-8778-14160c4fb36a} executeQuery: Read 12 rows, 848.00 B in 0.001065 sec., 11267.605633802817 rows/sec., 777.58 KiB/sec. 2025.08.01 15:59:45.441673 [ 268 ] {252b63fa-3f95-4dc6-8778-14160c4fb36a} TCPHandler: Processed in 0.001227447 sec. 2025.08.01 15:59:49.608028 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:49.608229 [ 268 ] {33babf4b-0f7d-4ddc-aaf9-eb37dfe30a95} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:59:49.608295 [ 268 ] {33babf4b-0f7d-4ddc-aaf9-eb37dfe30a95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:59:49.609029 [ 268 ] {33babf4b-0f7d-4ddc-aaf9-eb37dfe30a95} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:49.609073 [ 268 ] {33babf4b-0f7d-4ddc-aaf9-eb37dfe30a95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:49.609506 [ 268 ] {33babf4b-0f7d-4ddc-aaf9-eb37dfe30a95} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.01 15:59:49.609750 [ 268 ] {33babf4b-0f7d-4ddc-aaf9-eb37dfe30a95} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:49.609911 [ 268 ] {33babf4b-0f7d-4ddc-aaf9-eb37dfe30a95} executeQuery: Read 56 rows, 4.41 KiB in 0.001734 sec., 32295.271049596307 rows/sec., 2.48 MiB/sec. 2025.08.01 15:59:49.609954 [ 268 ] {33babf4b-0f7d-4ddc-aaf9-eb37dfe30a95} TCPHandler: Processed in 0.002066903 sec. 2025.08.01 15:59:49.610081 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:49.610177 [ 268 ] {7c40af7c-fb9c-4f52-9ed6-a559d5444dac} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:59:49.610217 [ 268 ] {7c40af7c-fb9c-4f52-9ed6-a559d5444dac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:59:49.610679 [ 268 ] {7c40af7c-fb9c-4f52-9ed6-a559d5444dac} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:49.610716 [ 268 ] {7c40af7c-fb9c-4f52-9ed6-a559d5444dac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:49.611031 [ 268 ] {7c40af7c-fb9c-4f52-9ed6-a559d5444dac} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.01 15:59:49.611250 [ 268 ] {7c40af7c-fb9c-4f52-9ed6-a559d5444dac} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:49.611379 [ 268 ] {7c40af7c-fb9c-4f52-9ed6-a559d5444dac} executeQuery: Read 64 rows, 5.12 KiB in 0.001221 sec., 52416.052416052415 rows/sec., 4.09 MiB/sec. 2025.08.01 15:59:49.611416 [ 268 ] {7c40af7c-fb9c-4f52-9ed6-a559d5444dac} TCPHandler: Processed in 0.001388992 sec. 2025.08.01 15:59:49.611534 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:49.611629 [ 268 ] {7d502d81-c3c9-447a-a488-3b394aa264b0} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:49.611674 [ 268 ] {7d502d81-c3c9-447a-a488-3b394aa264b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:59:49.612075 [ 268 ] {7d502d81-c3c9-447a-a488-3b394aa264b0} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:49.612112 [ 268 ] {7d502d81-c3c9-447a-a488-3b394aa264b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:49.612448 [ 268 ] {7d502d81-c3c9-447a-a488-3b394aa264b0} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.01 15:59:49.612663 [ 268 ] {7d502d81-c3c9-447a-a488-3b394aa264b0} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:49.612795 [ 268 ] {7d502d81-c3c9-447a-a488-3b394aa264b0} executeQuery: Read 128 rows, 9.13 KiB in 0.001185 sec., 108016.87763713079 rows/sec., 7.52 MiB/sec. 2025.08.01 15:59:49.612832 [ 268 ] {7d502d81-c3c9-447a-a488-3b394aa264b0} TCPHandler: Processed in 0.001350901 sec. 2025.08.01 15:59:49.612945 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:49.613038 [ 268 ] {3b2873c2-089d-4643-932c-43092b09ae95} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:59:49.613080 [ 268 ] {3b2873c2-089d-4643-932c-43092b09ae95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:59:49.613406 [ 268 ] {3b2873c2-089d-4643-932c-43092b09ae95} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:49.613442 [ 268 ] {3b2873c2-089d-4643-932c-43092b09ae95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:49.613776 [ 268 ] {3b2873c2-089d-4643-932c-43092b09ae95} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.01 15:59:49.613992 [ 268 ] {3b2873c2-089d-4643-932c-43092b09ae95} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:49.614119 [ 268 ] {3b2873c2-089d-4643-932c-43092b09ae95} executeQuery: Read 48 rows, 3.31 KiB in 0.001098 sec., 43715.84699453552 rows/sec., 2.95 MiB/sec. 2025.08.01 15:59:49.614155 [ 268 ] {3b2873c2-089d-4643-932c-43092b09ae95} TCPHandler: Processed in 0.001258538 sec. 2025.08.01 15:59:50.184376 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 2025.08.01 15:59:50.185030 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:50.185097 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:50.185776 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.01 15:59:50.186020 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:50.186160 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 2025.08.01 15:59:50.615556 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.08.01 15:59:50.630796 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:50.630857 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:50.637056 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.01 15:59:50.637808 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:50.640488 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.08.01 15:59:52.694280 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 554 2025.08.01 15:59:52.697085 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:52.697127 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:52.698374 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.01 15:59:52.698661 [ 243 ] {} system.query_log (361c60f9-d3b3-4257-90ee-987991eeb1c3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:52.698972 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 554 2025.08.01 15:59:54.619356 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:54.619545 [ 268 ] {8925f791-ee96-4182-b8d5-f9dc35e6cacb} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.01 15:59:54.619615 [ 268 ] {8925f791-ee96-4182-b8d5-f9dc35e6cacb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.01 15:59:54.620479 [ 268 ] {8925f791-ee96-4182-b8d5-f9dc35e6cacb} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:54.620534 [ 268 ] {8925f791-ee96-4182-b8d5-f9dc35e6cacb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:54.620963 [ 268 ] {8925f791-ee96-4182-b8d5-f9dc35e6cacb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.01 15:59:54.621218 [ 268 ] {8925f791-ee96-4182-b8d5-f9dc35e6cacb} oximeter.fields_i16 (4f18cd59-f9e6-45ab-8aa6-ce2d3377cb34): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:54.621380 [ 268 ] {8925f791-ee96-4182-b8d5-f9dc35e6cacb} executeQuery: Read 392 rows, 25.47 KiB in 0.001886 sec., 207847.29586426297 rows/sec., 13.19 MiB/sec. 2025.08.01 15:59:54.621431 [ 268 ] {8925f791-ee96-4182-b8d5-f9dc35e6cacb} TCPHandler: Processed in 0.002213898 sec. 2025.08.01 15:59:54.621558 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:54.621665 [ 268 ] {a15868da-ffe5-4ca6-884a-319e6955f83f} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:59:54.621710 [ 268 ] {a15868da-ffe5-4ca6-884a-319e6955f83f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:59:54.622595 [ 268 ] {a15868da-ffe5-4ca6-884a-319e6955f83f} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:54.622632 [ 268 ] {a15868da-ffe5-4ca6-884a-319e6955f83f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:54.623014 [ 268 ] {a15868da-ffe5-4ca6-884a-319e6955f83f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.01 15:59:54.623236 [ 268 ] {a15868da-ffe5-4ca6-884a-319e6955f83f} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:54.623371 [ 268 ] {a15868da-ffe5-4ca6-884a-319e6955f83f} executeQuery: Read 1103 rows, 89.60 KiB in 0.001732 sec., 636836.0277136258 rows/sec., 50.52 MiB/sec. 2025.08.01 15:59:54.623411 [ 268 ] {a15868da-ffe5-4ca6-884a-319e6955f83f} TCPHandler: Processed in 0.001905557 sec. 2025.08.01 15:59:54.623523 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:54.623624 [ 268 ] {f753da38-816c-4892-be25-61207683b3c4} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:59:54.623666 [ 268 ] {f753da38-816c-4892-be25-61207683b3c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:59:54.624150 [ 268 ] {f753da38-816c-4892-be25-61207683b3c4} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:54.624187 [ 268 ] {f753da38-816c-4892-be25-61207683b3c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:54.624505 [ 268 ] {f753da38-816c-4892-be25-61207683b3c4} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.01 15:59:54.624739 [ 268 ] {f753da38-816c-4892-be25-61207683b3c4} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:54.624875 [ 268 ] {f753da38-816c-4892-be25-61207683b3c4} executeQuery: Read 214 rows, 13.13 KiB in 0.001273 sec., 168106.83424980362 rows/sec., 10.07 MiB/sec. 2025.08.01 15:59:54.624912 [ 268 ] {f753da38-816c-4892-be25-61207683b3c4} TCPHandler: Processed in 0.001440004 sec. 2025.08.01 15:59:54.625026 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:54.625147 [ 268 ] {8d8f532f-61a3-496b-9ec4-16f60c265a82} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.01 15:59:54.625192 [ 268 ] {8d8f532f-61a3-496b-9ec4-16f60c265a82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.01 15:59:54.625699 [ 268 ] {8d8f532f-61a3-496b-9ec4-16f60c265a82} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:54.625737 [ 268 ] {8d8f532f-61a3-496b-9ec4-16f60c265a82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:54.626050 [ 268 ] {8d8f532f-61a3-496b-9ec4-16f60c265a82} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.01 15:59:54.626268 [ 268 ] {8d8f532f-61a3-496b-9ec4-16f60c265a82} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:54.626381 [ 97 ] {} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.01 15:59:54.626398 [ 268 ] {8d8f532f-61a3-496b-9ec4-16f60c265a82} executeQuery: Read 203 rows, 13.41 KiB in 0.001277 sec., 158966.32732967896 rows/sec., 10.25 MiB/sec. 2025.08.01 15:59:54.626452 [ 97 ] {} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:54.626459 [ 268 ] {8d8f532f-61a3-496b-9ec4-16f60c265a82} TCPHandler: Processed in 0.001488935 sec. 2025.08.01 15:59:54.626487 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:54.626591 [ 193 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.08.01 15:59:54.626592 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:54.626715 [ 193 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:54.626727 [ 268 ] {f301178d-ae85-4ea6-93f0-ce7814b4afc4} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.01 15:59:54.626756 [ 193 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 228 rows starting from the beginning of the part 2025.08.01 15:59:54.626776 [ 268 ] {f301178d-ae85-4ea6-93f0-ce7814b4afc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.01 15:59:54.626828 [ 193 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 203 rows starting from the beginning of the part 2025.08.01 15:59:54.626880 [ 193 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 203 rows starting from the beginning of the part 2025.08.01 15:59:54.626923 [ 193 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 203 rows starting from the beginning of the part 2025.08.01 15:59:54.626965 [ 193 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part 2025.08.01 15:59:54.627005 [ 193 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 203 rows starting from the beginning of the part 2025.08.01 15:59:54.627249 [ 268 ] {f301178d-ae85-4ea6-93f0-ce7814b4afc4} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:54.627294 [ 268 ] {f301178d-ae85-4ea6-93f0-ce7814b4afc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:54.627698 [ 268 ] {f301178d-ae85-4ea6-93f0-ce7814b4afc4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.01 15:59:54.627929 [ 268 ] {f301178d-ae85-4ea6-93f0-ce7814b4afc4} oximeter.fields_u8 (8a9bf3bc-f1a2-4fa9-b736-c997d20420dc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:54.628046 [ 190 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1268 rows, containing 5 columns (5 merged, 0 gathered) in 0.001491595 sec., 850096.7085569474 rows/sec., 58.86 MiB/sec. 2025.08.01 15:59:54.628062 [ 268 ] {f301178d-ae85-4ea6-93f0-ce7814b4afc4} executeQuery: Read 202 rows, 11.75 KiB in 0.001354 sec., 149187.59231905465 rows/sec., 8.47 MiB/sec. 2025.08.01 15:59:54.628127 [ 268 ] {f301178d-ae85-4ea6-93f0-ce7814b4afc4} TCPHandler: Processed in 0.001585717 sec. 2025.08.01 15:59:54.628238 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:54.628276 [ 194 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.01 15:59:54.628333 [ 268 ] {cbccc66e-4e46-4339-ba25-0f861e585b5b} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:59:54.628378 [ 268 ] {cbccc66e-4e46-4339-ba25-0f861e585b5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:59:54.628592 [ 194 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_11_2} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:54.628687 [ 194 ] {b181f2a2-d6fd-45b1-aea4-c73b578fc05d::all_1_11_2} oximeter.fields_u32 (b181f2a2-d6fd-45b1-aea4-c73b578fc05d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.01 15:59:54.628781 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.08.01 15:59:54.629020 [ 268 ] {cbccc66e-4e46-4339-ba25-0f861e585b5b} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:54.629063 [ 268 ] {cbccc66e-4e46-4339-ba25-0f861e585b5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:54.629411 [ 268 ] {cbccc66e-4e46-4339-ba25-0f861e585b5b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.01 15:59:54.629659 [ 268 ] {cbccc66e-4e46-4339-ba25-0f861e585b5b} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:54.629792 [ 268 ] {cbccc66e-4e46-4339-ba25-0f861e585b5b} executeQuery: Read 670 rows, 48.01 KiB in 0.001477 sec., 453622.20717670955 rows/sec., 31.74 MiB/sec. 2025.08.01 15:59:54.629830 [ 268 ] {cbccc66e-4e46-4339-ba25-0f861e585b5b} TCPHandler: Processed in 0.00164079 sec. 2025.08.01 15:59:54.629938 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:54.630033 [ 268 ] {009bd87f-664f-41cf-bfa5-c35093d7fcb7} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.01 15:59:54.630074 [ 268 ] {009bd87f-664f-41cf-bfa5-c35093d7fcb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.01 15:59:54.630400 [ 268 ] {009bd87f-664f-41cf-bfa5-c35093d7fcb7} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:54.630438 [ 268 ] {009bd87f-664f-41cf-bfa5-c35093d7fcb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:54.630743 [ 268 ] {009bd87f-664f-41cf-bfa5-c35093d7fcb7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.01 15:59:54.630974 [ 268 ] {009bd87f-664f-41cf-bfa5-c35093d7fcb7} oximeter.measurements_bool (3ed06225-0b00-4db8-98a2-191caca62a86): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:54.631103 [ 268 ] {009bd87f-664f-41cf-bfa5-c35093d7fcb7} executeQuery: Read 6 rows, 321.00 B in 0.001089 sec., 5509.641873278238 rows/sec., 287.86 KiB/sec. 2025.08.01 15:59:54.631140 [ 268 ] {009bd87f-664f-41cf-bfa5-c35093d7fcb7} TCPHandler: Processed in 0.001251778 sec. 2025.08.01 15:59:54.631244 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:54.631350 [ 268 ] {51bd794c-068c-40e7-8332-8dea0ca97a00} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:54.631395 [ 268 ] {51bd794c-068c-40e7-8332-8dea0ca97a00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:59:54.631891 [ 268 ] {51bd794c-068c-40e7-8332-8dea0ca97a00} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:54.631931 [ 268 ] {51bd794c-068c-40e7-8332-8dea0ca97a00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:54.632286 [ 268 ] {51bd794c-068c-40e7-8332-8dea0ca97a00} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.01 15:59:54.632513 [ 268 ] {51bd794c-068c-40e7-8332-8dea0ca97a00} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:54.632658 [ 268 ] {51bd794c-068c-40e7-8332-8dea0ca97a00} executeQuery: Read 307 rows, 20.68 KiB in 0.001328 sec., 231174.69879518074 rows/sec., 15.21 MiB/sec. 2025.08.01 15:59:54.632696 [ 268 ] {51bd794c-068c-40e7-8332-8dea0ca97a00} TCPHandler: Processed in 0.001502725 sec. 2025.08.01 15:59:54.632803 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:54.632900 [ 268 ] {7a247650-88a7-42f7-854e-db5c77063570} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.01 15:59:54.632942 [ 268 ] {7a247650-88a7-42f7-854e-db5c77063570} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.01 15:59:54.633256 [ 268 ] {7a247650-88a7-42f7-854e-db5c77063570} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:54.633293 [ 268 ] {7a247650-88a7-42f7-854e-db5c77063570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:54.633591 [ 268 ] {7a247650-88a7-42f7-854e-db5c77063570} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.01 15:59:54.633826 [ 268 ] {7a247650-88a7-42f7-854e-db5c77063570} oximeter.measurements_f64 (e1c9a4b4-e1dd-4909-9213-8135ceb7ceac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:54.633957 [ 268 ] {7a247650-88a7-42f7-854e-db5c77063570} executeQuery: Read 1 rows, 69.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 62.57 KiB/sec. 2025.08.01 15:59:54.633993 [ 268 ] {7a247650-88a7-42f7-854e-db5c77063570} TCPHandler: Processed in 0.001239097 sec. 2025.08.01 15:59:54.634101 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:54.634195 [ 268 ] {c3847b0d-62f9-4b44-a603-33abc1777b8e} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:54.634252 [ 268 ] {c3847b0d-62f9-4b44-a603-33abc1777b8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:59:54.635027 [ 268 ] {c3847b0d-62f9-4b44-a603-33abc1777b8e} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:54.635063 [ 268 ] {c3847b0d-62f9-4b44-a603-33abc1777b8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:54.635597 [ 268 ] {c3847b0d-62f9-4b44-a603-33abc1777b8e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.01 15:59:54.635830 [ 268 ] {c3847b0d-62f9-4b44-a603-33abc1777b8e} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:54.635971 [ 268 ] {c3847b0d-62f9-4b44-a603-33abc1777b8e} executeQuery: Read 18 rows, 33.03 KiB in 0.001793 sec., 10039.04071388734 rows/sec., 17.99 MiB/sec. 2025.08.01 15:59:54.636039 [ 268 ] {c3847b0d-62f9-4b44-a603-33abc1777b8e} TCPHandler: Processed in 0.00198708 sec. 2025.08.01 15:59:54.636150 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:54.636245 [ 268 ] {4b05e9c1-7df3-4745-8508-f4388b63ace1} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:59:54.636288 [ 268 ] {4b05e9c1-7df3-4745-8508-f4388b63ace1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:59:54.636626 [ 268 ] {4b05e9c1-7df3-4745-8508-f4388b63ace1} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:54.636662 [ 268 ] {4b05e9c1-7df3-4745-8508-f4388b63ace1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:54.636980 [ 268 ] {4b05e9c1-7df3-4745-8508-f4388b63ace1} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.01 15:59:54.637189 [ 268 ] {4b05e9c1-7df3-4745-8508-f4388b63ace1} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:54.637316 [ 268 ] {4b05e9c1-7df3-4745-8508-f4388b63ace1} executeQuery: Read 102 rows, 6.42 KiB in 0.001089 sec., 93663.91184573004 rows/sec., 5.75 MiB/sec. 2025.08.01 15:59:54.637353 [ 268 ] {4b05e9c1-7df3-4745-8508-f4388b63ace1} TCPHandler: Processed in 0.001252578 sec. 2025.08.01 15:59:56.343696 [ 94 ] {} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.01 15:59:56.343763 [ 94 ] {} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:56.343787 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:56.343929 [ 197 ] {5631523d-b6a3-4a25-85b4-956a70824b60::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.08.01 15:59:56.344347 [ 197 ] {5631523d-b6a3-4a25-85b4-956a70824b60::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.01 15:59:56.344417 [ 197 ] {5631523d-b6a3-4a25-85b4-956a70824b60::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part 2025.08.01 15:59:56.344539 [ 197 ] {5631523d-b6a3-4a25-85b4-956a70824b60::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part 2025.08.01 15:59:56.344649 [ 197 ] {5631523d-b6a3-4a25-85b4-956a70824b60::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part 2025.08.01 15:59:56.344713 [ 197 ] {5631523d-b6a3-4a25-85b4-956a70824b60::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.08.01 15:59:56.344767 [ 197 ] {5631523d-b6a3-4a25-85b4-956a70824b60::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.08.01 15:59:56.346263 [ 194 ] {5631523d-b6a3-4a25-85b4-956a70824b60::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 6 columns (6 merged, 0 gathered) in 0.002403273 sec., 19972.762145623907 rows/sec., 4.80 MiB/sec. 2025.08.01 15:59:56.346417 [ 197 ] {5631523d-b6a3-4a25-85b4-956a70824b60::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.01 15:59:56.346725 [ 197 ] {5631523d-b6a3-4a25-85b4-956a70824b60::all_1_5_1} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:56.346798 [ 197 ] {5631523d-b6a3-4a25-85b4-956a70824b60::all_1_5_1} oximeter.timeseries_schema (5631523d-b6a3-4a25-85b4-956a70824b60) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.01 15:59:56.346869 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.08.01 15:59:57.597532 [ 93 ] {} DNSResolver: Updating DNS cache 2025.08.01 15:59:57.597605 [ 93 ] {} DNSResolver: Updated DNS cache 2025.08.01 15:59:57.686323 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 2025.08.01 15:59:57.686808 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:57.686854 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:57.687343 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.01 15:59:57.687589 [ 245 ] {} system.asynchronous_metric_log (a486c2ff-810a-4b70-80f0-4b4b147a0202): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:57.687723 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 2025.08.01 15:59:58.140671 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.08.01 15:59:58.157389 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:58.157443 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:58.163632 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.01 15:59:58.164395 [ 244 ] {} system.metric_log (d42a46db-4120-4609-a267-a673ecc09f9d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:58.167138 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.08.01 15:59:59.610385 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:59.610667 [ 268 ] {e04fad21-29dd-4b98-842e-1f3df1e12657} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.01 15:59:59.610778 [ 268 ] {e04fad21-29dd-4b98-842e-1f3df1e12657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.01 15:59:59.611493 [ 268 ] {e04fad21-29dd-4b98-842e-1f3df1e12657} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:59.611536 [ 268 ] {e04fad21-29dd-4b98-842e-1f3df1e12657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:59.611968 [ 268 ] {e04fad21-29dd-4b98-842e-1f3df1e12657} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.01 15:59:59.612196 [ 268 ] {e04fad21-29dd-4b98-842e-1f3df1e12657} oximeter.fields_string (770ad89b-e8d4-4784-8220-f027624496d6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:59.612357 [ 268 ] {e04fad21-29dd-4b98-842e-1f3df1e12657} executeQuery: Read 102 rows, 8.72 KiB in 0.001768 sec., 57692.30769230769 rows/sec., 4.82 MiB/sec. 2025.08.01 15:59:59.612400 [ 268 ] {e04fad21-29dd-4b98-842e-1f3df1e12657} TCPHandler: Processed in 0.002204107 sec. 2025.08.01 15:59:59.612523 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:59.612619 [ 268 ] {5d17e558-b067-4d5b-9afc-8d71ef80f758} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.01 15:59:59.612659 [ 268 ] {5d17e558-b067-4d5b-9afc-8d71ef80f758} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.01 15:59:59.613059 [ 268 ] {5d17e558-b067-4d5b-9afc-8d71ef80f758} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:59.613095 [ 268 ] {5d17e558-b067-4d5b-9afc-8d71ef80f758} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:59.613388 [ 268 ] {5d17e558-b067-4d5b-9afc-8d71ef80f758} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.01 15:59:59.613599 [ 268 ] {5d17e558-b067-4d5b-9afc-8d71ef80f758} oximeter.fields_u16 (dd7c7e15-4439-4ecf-83b2-fb9e7a671e37): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:59.613729 [ 268 ] {5d17e558-b067-4d5b-9afc-8d71ef80f758} executeQuery: Read 23 rows, 1.73 KiB in 0.00113 sec., 20353.982300884956 rows/sec., 1.49 MiB/sec. 2025.08.01 15:59:59.613766 [ 268 ] {5d17e558-b067-4d5b-9afc-8d71ef80f758} TCPHandler: Processed in 0.001293929 sec. 2025.08.01 15:59:59.613875 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:59.613969 [ 268 ] {9de968d0-7f59-4b2c-b428-5d272f6c5967} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.01 15:59:59.614010 [ 268 ] {9de968d0-7f59-4b2c-b428-5d272f6c5967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.01 15:59:59.614431 [ 268 ] {9de968d0-7f59-4b2c-b428-5d272f6c5967} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:59.614468 [ 268 ] {9de968d0-7f59-4b2c-b428-5d272f6c5967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:59.614776 [ 268 ] {9de968d0-7f59-4b2c-b428-5d272f6c5967} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.01 15:59:59.614987 [ 268 ] {9de968d0-7f59-4b2c-b428-5d272f6c5967} oximeter.fields_uuid (298a6530-de1b-48f0-b548-ffb3273b4711): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:59.615123 [ 268 ] {9de968d0-7f59-4b2c-b428-5d272f6c5967} executeQuery: Read 87 rows, 6.96 KiB in 0.001172 sec., 74232.0819112628 rows/sec., 5.80 MiB/sec. 2025.08.01 15:59:59.615160 [ 268 ] {9de968d0-7f59-4b2c-b428-5d272f6c5967} TCPHandler: Processed in 0.001335431 sec. 2025.08.01 15:59:59.615269 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:59.615362 [ 268 ] {4708c14e-2ee8-45b6-b031-0d0b7cdd7264} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:59.615406 [ 268 ] {4708c14e-2ee8-45b6-b031-0d0b7cdd7264} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.01 15:59:59.615807 [ 268 ] {4708c14e-2ee8-45b6-b031-0d0b7cdd7264} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:59.615843 [ 268 ] {4708c14e-2ee8-45b6-b031-0d0b7cdd7264} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:59.616190 [ 268 ] {4708c14e-2ee8-45b6-b031-0d0b7cdd7264} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.01 15:59:59.616396 [ 268 ] {4708c14e-2ee8-45b6-b031-0d0b7cdd7264} oximeter.measurements_cumulativeu64 (96fa4356-479b-4a15-9613-6bcc2bc110dc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:59.616534 [ 268 ] {4708c14e-2ee8-45b6-b031-0d0b7cdd7264} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.08.01 15:59:59.616570 [ 268 ] {4708c14e-2ee8-45b6-b031-0d0b7cdd7264} TCPHandler: Processed in 0.001350621 sec. 2025.08.01 15:59:59.616678 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:59.616777 [ 268 ] {dcfebce8-3c6b-4253-b715-2f06ded178f2} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.01 15:59:59.616833 [ 268 ] {dcfebce8-3c6b-4253-b715-2f06ded178f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.01 15:59:59.617662 [ 268 ] {dcfebce8-3c6b-4253-b715-2f06ded178f2} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:59.617697 [ 268 ] {dcfebce8-3c6b-4253-b715-2f06ded178f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:59.618228 [ 268 ] {dcfebce8-3c6b-4253-b715-2f06ded178f2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.01 15:59:59.618447 [ 268 ] {dcfebce8-3c6b-4253-b715-2f06ded178f2} oximeter.measurements_histogramu64 (ffe0a7c9-1cbc-455c-861c-fb5b0f7f9c7b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:59.618582 [ 268 ] {dcfebce8-3c6b-4253-b715-2f06ded178f2} executeQuery: Read 23 rows, 42.20 KiB in 0.001823 sec., 12616.566099835436 rows/sec., 22.61 MiB/sec. 2025.08.01 15:59:59.618633 [ 268 ] {dcfebce8-3c6b-4253-b715-2f06ded178f2} TCPHandler: Processed in 0.002004421 sec. 2025.08.01 15:59:59.618748 [ 268 ] {} TCP-Session: f160eb8f-dc9b-40b8-85c5-a56df652d23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.01 15:59:59.618840 [ 268 ] {eaf04c15-11e7-4722-9171-403c96239ccb} executeQuery: (from [fd00:1122:3344:101::d]:39218) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.01 15:59:59.618882 [ 268 ] {eaf04c15-11e7-4722-9171-403c96239ccb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.01 15:59:59.619218 [ 268 ] {eaf04c15-11e7-4722-9171-403c96239ccb} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.01 15:59:59.619255 [ 268 ] {eaf04c15-11e7-4722-9171-403c96239ccb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.01 15:59:59.619567 [ 268 ] {eaf04c15-11e7-4722-9171-403c96239ccb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.01 15:59:59.619776 [ 268 ] {eaf04c15-11e7-4722-9171-403c96239ccb} oximeter.measurements_u64 (cb63fe47-56b0-4e53-ad40-4cfa9f265de3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.01 15:59:59.619910 [ 268 ] {eaf04c15-11e7-4722-9171-403c96239ccb} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.08.01 15:59:59.619946 [ 268 ] {eaf04c15-11e7-4722-9171-403c96239ccb} TCPHandler: Processed in 0.001249238 sec.