[ May 8 21:58:31 Enabled. ] [ May 8 21:58:31 Rereading configuration. ] [ May 8 21:58:32 Rereading configuration. ] [ May 8 21:58:33 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 [ May 8 21:58:33 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.05.08 21:58:34.546708 [ 1 ] {} Application: Will watch for the process with pid 23236 2025.05.08 21:58:34.547117 [ 1 ] {} Application: Forked a child process to watch 2025.05.08 21:58:34.785425 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23236 2025.05.08 21:58:34.786157 [ 1 ] {} Application: starting up 2025.05.08 21:58:34.786313 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.05.08 21:58:34.882756 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.05.08 21:58:34.918756 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.05.08 21:58:34.918820 [ 1 ] {} Application: Initializing DateLUT. 2025.05.08 21:58:34.918842 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.05.08 21:58:34.918914 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.05.08 21:58:34.919409 [ 1 ] {} Application: Initializing interserver credentials. 2025.05.08 21:58:34.921730 [ 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.05.08 21:58:34.922544 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.05.08 21:58:34.923364 [ 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.05.08 21:58:34.923387 [ 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.05.08 21:58:34.923400 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.05.08 21:58:34.924132 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.05.08 21:58:34.925108 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.05.08 21:58:34.931573 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.05.08 21:58:34.932370 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.05.08 21:58:34.933761 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.05.08 21:58:34.933834 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.05.08 21:58:34.934928 [ 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.05.08 21:58:34.935344 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.05.08 21:58:34.939656 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.05.08 21:58:34.940388 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.05.08 21:58:34.943628 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.05.08 21:58:34.944062 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.05.08 21:58:34.944491 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.05.08 21:58:34.944882 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.05.08 21:58:34.946375 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.05.08 21:58:34.946403 [ 1 ] {} Application: Loading metadata from /data/ 2025.05.08 21:58:34.946479 [ 126 ] {} DNSResolver: Updating DNS cache 2025.05.08 21:58:34.946542 [ 126 ] {} DNSResolver: Updated DNS cache 2025.05.08 21:58:34.954846 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.05.08 21:58:34.954868 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000159892 sec 2025.05.08 21:58:34.954887 [ 1 ] {} ReferentialDeps: No tables 2025.05.08 21:58:34.954900 [ 1 ] {} LoadingDeps: No tables 2025.05.08 21:58:34.955585 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.05.08 21:58:34.956157 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.05.08 21:58:34.965268 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.05.08 21:58:34.965313 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.05.08 21:58:34.965333 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.05.08 21:58:34.965344 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.05.08 21:58:34.965377 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.05.08 21:58:34.965396 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.05.08 21:58:34.967618 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.05.08 21:58:34.967665 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.05.08 21:58:34.967684 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.05.08 21:58:34.967822 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.05.08 21:58:34.967863 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.05.08 21:58:34.967875 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.05.08 21:58:34.967894 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.05.08 21:58:34.967905 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.05.08 21:58:34.967934 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.05.08 21:58:34.967952 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.05.08 21:58:34.990152 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.05.08 21:58:34.991560 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.05.08 21:58:34.991589 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.671e-05 sec 2025.05.08 21:58:34.991602 [ 1 ] {} ReferentialDeps: No tables 2025.05.08 21:58:34.991612 [ 1 ] {} LoadingDeps: No tables 2025.05.08 21:58:34.991636 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.05.08 21:58:34.991830 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.05.08 21:58:34.991873 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.05.08 21:58:34.991886 [ 1 ] {} Application: Loaded metadata. 2025.05.08 21:58:34.991897 [ 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.05.08 21:58:34.991907 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.05.08 21:58:34.996210 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.05.08 21:58:34.996430 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.69 MiB (RSS), difference: 91.92 MiB 2025.05.08 21:58:34.997829 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.4771e-05 sec. 2025.05.08 21:58:34.998192 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.05.08 21:58:34.998802 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.05.08 21:58:34.998834 [ 1 ] {} Application: Ready for connections. 2025.05.08 21:58:35.166401 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63074 2025.05.08 21:58:35.167268 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.167333 [ 3 ] {} TCP-Session: 7825c89d-7543-4045-b80f-42f8cfd01fe3 Authenticating user 'default' from [fd00:1122:3344:101::c]:63074 2025.05.08 21:58:35.167387 [ 3 ] {} TCP-Session: 7825c89d-7543-4045-b80f-42f8cfd01fe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.167431 [ 3 ] {} TCP-Session: 7825c89d-7543-4045-b80f-42f8cfd01fe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.167558 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.05.08 21:58:35.167589 [ 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.05.08 21:58:35.167618 [ 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.05.08 21:58:35.169083 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56698 2025.05.08 21:58:35.169925 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34874 2025.05.08 21:58:35.169937 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63664 2025.05.08 21:58:35.169980 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.170048 [ 4 ] {} TCP-Session: ef25bf5d-c38a-4a82-8217-9853c08865b1 Authenticating user 'default' from [fd00:1122:3344:101::c]:56698 2025.05.08 21:58:35.170077 [ 4 ] {} TCP-Session: ef25bf5d-c38a-4a82-8217-9853c08865b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.170092 [ 4 ] {} TCP-Session: ef25bf5d-c38a-4a82-8217-9853c08865b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.170176 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63122 2025.05.08 21:58:35.170268 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51329 2025.05.08 21:58:35.170559 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53819 2025.05.08 21:58:35.170834 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38650 2025.05.08 21:58:35.171018 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.171172 [ 253 ] {} TCP-Session: 2f76c825-d459-41da-9913-fcc97533bd3c Authenticating user 'default' from [fd00:1122:3344:101::c]:34874 2025.05.08 21:58:35.171192 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.171195 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.171205 [ 253 ] {} TCP-Session: 2f76c825-d459-41da-9913-fcc97533bd3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.171281 [ 253 ] {} TCP-Session: 2f76c825-d459-41da-9913-fcc97533bd3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.171296 [ 257 ] {} TCP-Session: 0f8cee99-d971-473a-b710-e45d65fc3097 Authenticating user 'default' from [fd00:1122:3344:101::c]:38650 2025.05.08 21:58:35.171297 [ 256 ] {} TCP-Session: 83e647af-f742-42d1-9ec8-42b6b89509f5 Authenticating user 'default' from [fd00:1122:3344:101::c]:51329 2025.05.08 21:58:35.171311 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.171323 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.171377 [ 5 ] {} TCP-Session: ae730d08-81fc-4026-95e9-207c48e7cd13 Authenticating user 'default' from [fd00:1122:3344:101::c]:63664 2025.05.08 21:58:35.171348 [ 256 ] {} TCP-Session: 83e647af-f742-42d1-9ec8-42b6b89509f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.171403 [ 255 ] {} TCP-Session: a2352931-ffa0-43f4-8d73-234bb2e1fa77 Authenticating user 'default' from [fd00:1122:3344:101::c]:63122 2025.05.08 21:58:35.171420 [ 256 ] {} TCP-Session: 83e647af-f742-42d1-9ec8-42b6b89509f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.171420 [ 5 ] {} TCP-Session: ae730d08-81fc-4026-95e9-207c48e7cd13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.171437 [ 255 ] {} TCP-Session: a2352931-ffa0-43f4-8d73-234bb2e1fa77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.171465 [ 5 ] {} TCP-Session: ae730d08-81fc-4026-95e9-207c48e7cd13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.171471 [ 255 ] {} TCP-Session: a2352931-ffa0-43f4-8d73-234bb2e1fa77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.171341 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.171335 [ 257 ] {} TCP-Session: 0f8cee99-d971-473a-b710-e45d65fc3097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.171525 [ 258 ] {} TCP-Session: 7296ae2a-aa7d-42ef-94da-94d611dcf52d Authenticating user 'default' from [fd00:1122:3344:101::c]:53819 2025.05.08 21:58:35.171574 [ 257 ] {} TCP-Session: 0f8cee99-d971-473a-b710-e45d65fc3097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.171586 [ 258 ] {} TCP-Session: 7296ae2a-aa7d-42ef-94da-94d611dcf52d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.171623 [ 258 ] {} TCP-Session: 7296ae2a-aa7d-42ef-94da-94d611dcf52d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.470532 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44973 2025.05.08 21:58:35.470714 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.470787 [ 259 ] {} TCP-Session: a88a9bbc-4354-459a-8e63-4d0bbe5b0c32 Authenticating user 'default' from [fd00:1122:3344:101::b]:44973 2025.05.08 21:58:35.470815 [ 259 ] {} TCP-Session: a88a9bbc-4354-459a-8e63-4d0bbe5b0c32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.470833 [ 259 ] {} TCP-Session: a88a9bbc-4354-459a-8e63-4d0bbe5b0c32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.470915 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.05.08 21:58:35.470960 [ 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.05.08 21:58:35.470989 [ 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.05.08 21:58:35.472488 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42706 2025.05.08 21:58:35.472709 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.472748 [ 260 ] {} TCP-Session: 376ecdac-1293-4d2d-8831-ca9ce2428718 Authenticating user 'default' from [fd00:1122:3344:101::b]:42706 2025.05.08 21:58:35.472748 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51247 2025.05.08 21:58:35.472771 [ 260 ] {} TCP-Session: 376ecdac-1293-4d2d-8831-ca9ce2428718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.472749 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65453 2025.05.08 21:58:35.472818 [ 260 ] {} TCP-Session: 376ecdac-1293-4d2d-8831-ca9ce2428718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.472843 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49026 2025.05.08 21:58:35.473061 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49641 2025.05.08 21:58:35.473262 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.473306 [ 262 ] {} TCP-Session: c24c73b2-d238-45ec-aeda-c7ea2b183b90 Authenticating user 'default' from [fd00:1122:3344:101::b]:51247 2025.05.08 21:58:35.473330 [ 262 ] {} TCP-Session: c24c73b2-d238-45ec-aeda-c7ea2b183b90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.473337 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49895 2025.05.08 21:58:35.473368 [ 262 ] {} TCP-Session: c24c73b2-d238-45ec-aeda-c7ea2b183b90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.473494 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47288 2025.05.08 21:58:35.475395 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.475438 [ 261 ] {} TCP-Session: 8cb976b8-db7f-4094-be06-1807c3843185 Authenticating user 'default' from [fd00:1122:3344:101::b]:65453 2025.05.08 21:58:35.475459 [ 261 ] {} TCP-Session: 8cb976b8-db7f-4094-be06-1807c3843185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.475490 [ 261 ] {} TCP-Session: 8cb976b8-db7f-4094-be06-1807c3843185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.475916 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.475957 [ 266 ] {} TCP-Session: f5b0fb9d-f7f8-4577-9318-b6756b2af1f4 Authenticating user 'default' from [fd00:1122:3344:101::b]:47288 2025.05.08 21:58:35.475974 [ 266 ] {} TCP-Session: f5b0fb9d-f7f8-4577-9318-b6756b2af1f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.476000 [ 266 ] {} TCP-Session: f5b0fb9d-f7f8-4577-9318-b6756b2af1f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.478166 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.478241 [ 263 ] {} TCP-Session: 582c0042-5662-40d7-b7a7-e5167c0f4924 Authenticating user 'default' from [fd00:1122:3344:101::b]:49026 2025.05.08 21:58:35.478285 [ 263 ] {} TCP-Session: 582c0042-5662-40d7-b7a7-e5167c0f4924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.478298 [ 263 ] {} TCP-Session: 582c0042-5662-40d7-b7a7-e5167c0f4924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.478744 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.478803 [ 264 ] {} TCP-Session: abe74923-d1b0-4abc-af4d-f25931fb540f Authenticating user 'default' from [fd00:1122:3344:101::b]:49641 2025.05.08 21:58:35.478822 [ 264 ] {} TCP-Session: abe74923-d1b0-4abc-af4d-f25931fb540f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.478834 [ 264 ] {} TCP-Session: abe74923-d1b0-4abc-af4d-f25931fb540f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.484958 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:35.485003 [ 265 ] {} TCP-Session: a1e58c1a-cde8-4186-a5c4-798208d0f74b Authenticating user 'default' from [fd00:1122:3344:101::b]:49895 2025.05.08 21:58:35.485021 [ 265 ] {} TCP-Session: a1e58c1a-cde8-4186-a5c4-798208d0f74b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:35.485050 [ 265 ] {} TCP-Session: a1e58c1a-cde8-4186-a5c4-798208d0f74b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.000205 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 117.32 MiB, peak 117.32 MiB, free memory in arenas 0.00 B, will set to 119.60 MiB (RSS), difference: 2.27 MiB 2025.05.08 21:58:36.387409 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42462 2025.05.08 21:58:36.387584 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.387628 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42462 2025.05.08 21:58:36.387649 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.387663 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.387735 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.05.08 21:58:36.387763 [ 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.05.08 21:58:36.387792 [ 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.05.08 21:58:36.392139 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52903 2025.05.08 21:58:36.392336 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.392355 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47699 2025.05.08 21:58:36.392377 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Authenticating user 'default' from [fd00:1122:3344:101::d]:52903 2025.05.08 21:58:36.392370 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39502 2025.05.08 21:58:36.392437 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.392474 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.392466 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38632 2025.05.08 21:58:36.392572 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65086 2025.05.08 21:58:36.392620 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.392737 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43836 2025.05.08 21:58:36.393407 [ 270 ] {} TCP-Session: 9353758a-f4c8-4cbf-bda5-0bd54972e782 Authenticating user 'default' from [fd00:1122:3344:101::d]:47699 2025.05.08 21:58:36.393461 [ 270 ] {} TCP-Session: 9353758a-f4c8-4cbf-bda5-0bd54972e782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.393473 [ 270 ] {} TCP-Session: 9353758a-f4c8-4cbf-bda5-0bd54972e782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.393520 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63788 2025.05.08 21:58:36.393568 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.393610 [ 273 ] {} TCP-Session: e472b462-2db7-4401-9a1c-db049ddd8cbe Authenticating user 'default' from [fd00:1122:3344:101::d]:43836 2025.05.08 21:58:36.393632 [ 273 ] {} TCP-Session: e472b462-2db7-4401-9a1c-db049ddd8cbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.393667 [ 273 ] {} TCP-Session: e472b462-2db7-4401-9a1c-db049ddd8cbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.393681 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65188 2025.05.08 21:58:36.394209 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.394246 [ 269 ] {} TCP-Session: b4f411b8-d182-440e-8efd-8113db56601c Authenticating user 'default' from [fd00:1122:3344:101::d]:39502 2025.05.08 21:58:36.394277 [ 269 ] {} TCP-Session: b4f411b8-d182-440e-8efd-8113db56601c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.394288 [ 269 ] {} TCP-Session: b4f411b8-d182-440e-8efd-8113db56601c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.395085 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.395126 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.395176 [ 275 ] {} TCP-Session: 21198458-c139-4e73-9153-cf45ca0baa4d Authenticating user 'default' from [fd00:1122:3344:101::d]:65188 2025.05.08 21:58:36.395179 [ 271 ] {} TCP-Session: 35684357-7e8a-46f3-a923-9d859392a104 Authenticating user 'default' from [fd00:1122:3344:101::d]:38632 2025.05.08 21:58:36.395201 [ 275 ] {} TCP-Session: 21198458-c139-4e73-9153-cf45ca0baa4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.395228 [ 271 ] {} TCP-Session: 35684357-7e8a-46f3-a923-9d859392a104 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.395230 [ 275 ] {} TCP-Session: 21198458-c139-4e73-9153-cf45ca0baa4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.395242 [ 271 ] {} TCP-Session: 35684357-7e8a-46f3-a923-9d859392a104 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.395274 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.395274 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.395326 [ 274 ] {} TCP-Session: a235274b-130c-488d-8949-121e39829b01 Authenticating user 'default' from [fd00:1122:3344:101::d]:63788 2025.05.08 21:58:36.395346 [ 274 ] {} TCP-Session: a235274b-130c-488d-8949-121e39829b01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.395361 [ 274 ] {} TCP-Session: a235274b-130c-488d-8949-121e39829b01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.395367 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.395417 [ 272 ] {} TCP-Session: 447be012-9e0f-4b1f-b7f6-ad3ef7955e31 Authenticating user 'default' from [fd00:1122:3344:101::d]:65086 2025.05.08 21:58:36.395435 [ 272 ] {} TCP-Session: 447be012-9e0f-4b1f-b7f6-ad3ef7955e31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.395477 [ 272 ] {} TCP-Session: 447be012-9e0f-4b1f-b7f6-ad3ef7955e31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.398471 [ 267 ] {17c4bd80-2e9c-4685-8c8a-6e3502f22bc1} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.05.08 21:58:36.455531 [ 267 ] {17c4bd80-2e9c-4685-8c8a-6e3502f22bc1} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42462) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.05.08 21:58:36.456544 [ 267 ] {17c4bd80-2e9c-4685-8c8a-6e3502f22bc1} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.05.08 21:58:36.456778 [ 267 ] {17c4bd80-2e9c-4685-8c8a-6e3502f22bc1} TCPHandler: Processed in 0.064368869 sec. 2025.05.08 21:58:36.457454 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.457691 [ 268 ] {ce2c9676-dd07-403c-8fd5-09e08a3dd4f3} executeQuery: (from [fd00:1122:3344:101::d]:52903) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.05.08 21:58:36.458202 [ 268 ] {ce2c9676-dd07-403c-8fd5-09e08a3dd4f3} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52903) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.05.08 21:58:36.458484 [ 268 ] {ce2c9676-dd07-403c-8fd5-09e08a3dd4f3} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.05.08 21:58:36.458698 [ 268 ] {ce2c9676-dd07-403c-8fd5-09e08a3dd4f3} TCPHandler: Processed in 0.001685838 sec. 2025.05.08 21:58:36.458993 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.459789 [ 267 ] {c8d23bba-4af9-485d-b2e6-832ba81c92c5} executeQuery: (from [fd00:1122:3344:101::d]:42462) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.05.08 21:58:36.460433 [ 267 ] {c8d23bba-4af9-485d-b2e6-832ba81c92c5} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.05.08 21:58:36.463530 [ 267 ] {c8d23bba-4af9-485d-b2e6-832ba81c92c5} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.05.08 21:58:36.463551 [ 267 ] {c8d23bba-4af9-485d-b2e6-832ba81c92c5} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.718e-05 sec 2025.05.08 21:58:36.463565 [ 267 ] {c8d23bba-4af9-485d-b2e6-832ba81c92c5} ReferentialDeps: No tables 2025.05.08 21:58:36.463625 [ 267 ] {c8d23bba-4af9-485d-b2e6-832ba81c92c5} LoadingDeps: No tables 2025.05.08 21:58:36.463684 [ 267 ] {c8d23bba-4af9-485d-b2e6-832ba81c92c5} DatabaseAtomic (oximeter): Starting up tables. 2025.05.08 21:58:36.464333 [ 267 ] {c8d23bba-4af9-485d-b2e6-832ba81c92c5} TCPHandler: Processed in 0.005452889 sec. 2025.05.08 21:58:36.464491 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.464731 [ 267 ] {46919fd4-8ed8-4551-866e-5520f6695135} executeQuery: (from [fd00:1122:3344:101::d]:42462) /* 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.05.08 21:58:36.464789 [ 267 ] {46919fd4-8ed8-4551-866e-5520f6695135} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.05.08 21:58:36.469912 [ 267 ] {46919fd4-8ed8-4551-866e-5520f6695135} StoragePolicy (default): Storage policy default created, total volumes 1 2025.05.08 21:58:36.471277 [ 267 ] {46919fd4-8ed8-4551-866e-5520f6695135} oximeter.version (2033543c-c71e-4881-9a68-9ddb51c4e4fd): Loading data parts 2025.05.08 21:58:36.472384 [ 267 ] {46919fd4-8ed8-4551-866e-5520f6695135} oximeter.version (2033543c-c71e-4881-9a68-9ddb51c4e4fd): There are no data parts 2025.05.08 21:58:36.475241 [ 267 ] {46919fd4-8ed8-4551-866e-5520f6695135} TCPHandler: Processed in 0.010798795 sec. 2025.05.08 21:58:36.475408 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.475599 [ 267 ] {228dd45d-be79-4d28-8374-bdf7ca263cf8} executeQuery: (from [fd00:1122:3344:101::d]:42462) /* 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.05.08 21:58:36.475732 [ 267 ] {228dd45d-be79-4d28-8374-bdf7ca263cf8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.05.08 21:58:36.498511 [ 267 ] {228dd45d-be79-4d28-8374-bdf7ca263cf8} oximeter.measurements_bool (4a1d2212-736e-45a8-9b14-4edf82d932a9): Loading data parts 2025.05.08 21:58:36.498747 [ 267 ] {228dd45d-be79-4d28-8374-bdf7ca263cf8} oximeter.measurements_bool (4a1d2212-736e-45a8-9b14-4edf82d932a9): There are no data parts 2025.05.08 21:58:36.512104 [ 267 ] {228dd45d-be79-4d28-8374-bdf7ca263cf8} TCPHandler: Processed in 0.036747024 sec. 2025.05.08 21:58:36.512343 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.512561 [ 267 ] {451271ef-5321-4788-aeae-b40a804e62dd} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.512630 [ 267 ] {451271ef-5321-4788-aeae-b40a804e62dd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.05.08 21:58:36.517871 [ 267 ] {451271ef-5321-4788-aeae-b40a804e62dd} oximeter.measurements_i8 (14f312cb-6824-43bc-8268-70350556f202): Loading data parts 2025.05.08 21:58:36.518037 [ 267 ] {451271ef-5321-4788-aeae-b40a804e62dd} oximeter.measurements_i8 (14f312cb-6824-43bc-8268-70350556f202): There are no data parts 2025.05.08 21:58:36.519910 [ 267 ] {451271ef-5321-4788-aeae-b40a804e62dd} TCPHandler: Processed in 0.007657522 sec. 2025.05.08 21:58:36.520083 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.520258 [ 267 ] {5220b661-375d-4467-b206-da305090a26f} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.520330 [ 267 ] {5220b661-375d-4467-b206-da305090a26f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.05.08 21:58:36.523763 [ 267 ] {5220b661-375d-4467-b206-da305090a26f} oximeter.measurements_u8 (d2c604f5-5829-4a08-8bd0-d3038c766a6e): Loading data parts 2025.05.08 21:58:36.523982 [ 267 ] {5220b661-375d-4467-b206-da305090a26f} oximeter.measurements_u8 (d2c604f5-5829-4a08-8bd0-d3038c766a6e): There are no data parts 2025.05.08 21:58:36.525718 [ 267 ] {5220b661-375d-4467-b206-da305090a26f} TCPHandler: Processed in 0.005695521 sec. 2025.05.08 21:58:36.525876 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.526102 [ 267 ] {2061c760-2263-4844-b7dd-2b45af694e3e} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.526187 [ 267 ] {2061c760-2263-4844-b7dd-2b45af694e3e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.05.08 21:58:36.528099 [ 267 ] {2061c760-2263-4844-b7dd-2b45af694e3e} oximeter.measurements_i16 (0899fe8f-216a-414a-901a-caec97f7c141): Loading data parts 2025.05.08 21:58:36.528249 [ 267 ] {2061c760-2263-4844-b7dd-2b45af694e3e} oximeter.measurements_i16 (0899fe8f-216a-414a-901a-caec97f7c141): There are no data parts 2025.05.08 21:58:36.529503 [ 267 ] {2061c760-2263-4844-b7dd-2b45af694e3e} TCPHandler: Processed in 0.00367732 sec. 2025.05.08 21:58:36.529647 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.529811 [ 267 ] {43485c5e-74dd-46b7-a12f-9c8e3dc9a800} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.529880 [ 267 ] {43485c5e-74dd-46b7-a12f-9c8e3dc9a800} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.05.08 21:58:36.531681 [ 267 ] {43485c5e-74dd-46b7-a12f-9c8e3dc9a800} oximeter.measurements_u16 (044989e7-609c-4e75-9c03-66aa08cd1884): Loading data parts 2025.05.08 21:58:36.531863 [ 267 ] {43485c5e-74dd-46b7-a12f-9c8e3dc9a800} oximeter.measurements_u16 (044989e7-609c-4e75-9c03-66aa08cd1884): There are no data parts 2025.05.08 21:58:36.533072 [ 267 ] {43485c5e-74dd-46b7-a12f-9c8e3dc9a800} TCPHandler: Processed in 0.003474297 sec. 2025.05.08 21:58:36.533216 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.533400 [ 267 ] {66941508-cd05-4a1c-aed2-463932f72c05} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.533464 [ 267 ] {66941508-cd05-4a1c-aed2-463932f72c05} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.05.08 21:58:36.535312 [ 267 ] {66941508-cd05-4a1c-aed2-463932f72c05} oximeter.measurements_i32 (5c3952a7-966a-4fdc-b182-4caf49176c4b): Loading data parts 2025.05.08 21:58:36.535458 [ 267 ] {66941508-cd05-4a1c-aed2-463932f72c05} oximeter.measurements_i32 (5c3952a7-966a-4fdc-b182-4caf49176c4b): There are no data parts 2025.05.08 21:58:36.536939 [ 267 ] {66941508-cd05-4a1c-aed2-463932f72c05} TCPHandler: Processed in 0.00377336 sec. 2025.05.08 21:58:36.537092 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.537255 [ 267 ] {507572e0-88c4-4af0-bad1-8ebe17809289} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.537323 [ 267 ] {507572e0-88c4-4af0-bad1-8ebe17809289} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.05.08 21:58:36.539075 [ 267 ] {507572e0-88c4-4af0-bad1-8ebe17809289} oximeter.measurements_u32 (e3ac8276-ace1-4ac2-8228-3d77c0fe9884): Loading data parts 2025.05.08 21:58:36.539266 [ 267 ] {507572e0-88c4-4af0-bad1-8ebe17809289} oximeter.measurements_u32 (e3ac8276-ace1-4ac2-8228-3d77c0fe9884): There are no data parts 2025.05.08 21:58:36.540490 [ 267 ] {507572e0-88c4-4af0-bad1-8ebe17809289} TCPHandler: Processed in 0.003446607 sec. 2025.05.08 21:58:36.540645 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.540822 [ 267 ] {73c9ff03-efa1-42fe-b55c-3c7f50e07237} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.540884 [ 267 ] {73c9ff03-efa1-42fe-b55c-3c7f50e07237} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.05.08 21:58:36.542479 [ 267 ] {73c9ff03-efa1-42fe-b55c-3c7f50e07237} oximeter.measurements_i64 (17eb624e-f1ae-48a6-96ed-874f13302eed): Loading data parts 2025.05.08 21:58:36.542617 [ 267 ] {73c9ff03-efa1-42fe-b55c-3c7f50e07237} oximeter.measurements_i64 (17eb624e-f1ae-48a6-96ed-874f13302eed): There are no data parts 2025.05.08 21:58:36.544034 [ 267 ] {73c9ff03-efa1-42fe-b55c-3c7f50e07237} TCPHandler: Processed in 0.003438887 sec. 2025.05.08 21:58:36.544198 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.544351 [ 267 ] {2e9678ed-07f3-4fd6-858f-6733a8c1971e} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.544410 [ 267 ] {2e9678ed-07f3-4fd6-858f-6733a8c1971e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.05.08 21:58:36.546058 [ 267 ] {2e9678ed-07f3-4fd6-858f-6733a8c1971e} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Loading data parts 2025.05.08 21:58:36.546231 [ 267 ] {2e9678ed-07f3-4fd6-858f-6733a8c1971e} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): There are no data parts 2025.05.08 21:58:36.547433 [ 267 ] {2e9678ed-07f3-4fd6-858f-6733a8c1971e} TCPHandler: Processed in 0.003290056 sec. 2025.05.08 21:58:36.547589 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.547769 [ 267 ] {4202fa04-597c-4780-9b3e-d123d340d077} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.547820 [ 267 ] {4202fa04-597c-4780-9b3e-d123d340d077} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.05.08 21:58:36.549422 [ 267 ] {4202fa04-597c-4780-9b3e-d123d340d077} oximeter.measurements_f32 (9b328951-a1f4-4a30-abc5-79da62b4447d): Loading data parts 2025.05.08 21:58:36.549584 [ 267 ] {4202fa04-597c-4780-9b3e-d123d340d077} oximeter.measurements_f32 (9b328951-a1f4-4a30-abc5-79da62b4447d): There are no data parts 2025.05.08 21:58:36.550842 [ 267 ] {4202fa04-597c-4780-9b3e-d123d340d077} TCPHandler: Processed in 0.003304405 sec. 2025.05.08 21:58:36.550989 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.551143 [ 267 ] {8f13e33b-433b-4345-9c3c-d3358478b67b} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.551199 [ 267 ] {8f13e33b-433b-4345-9c3c-d3358478b67b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.05.08 21:58:36.553709 [ 267 ] {8f13e33b-433b-4345-9c3c-d3358478b67b} oximeter.measurements_f64 (756f6b2a-3045-4e3c-8678-b7ed3e5320e1): Loading data parts 2025.05.08 21:58:36.553861 [ 267 ] {8f13e33b-433b-4345-9c3c-d3358478b67b} oximeter.measurements_f64 (756f6b2a-3045-4e3c-8678-b7ed3e5320e1): There are no data parts 2025.05.08 21:58:36.555455 [ 267 ] {8f13e33b-433b-4345-9c3c-d3358478b67b} TCPHandler: Processed in 0.004515288 sec. 2025.05.08 21:58:36.555602 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.555770 [ 267 ] {d42b18e2-43e9-4389-8d7f-328c4af38293} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.555819 [ 267 ] {d42b18e2-43e9-4389-8d7f-328c4af38293} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.05.08 21:58:36.558055 [ 267 ] {d42b18e2-43e9-4389-8d7f-328c4af38293} oximeter.measurements_string (2ebfd723-059d-417b-b69c-b5acbea63e8a): Loading data parts 2025.05.08 21:58:36.558196 [ 267 ] {d42b18e2-43e9-4389-8d7f-328c4af38293} oximeter.measurements_string (2ebfd723-059d-417b-b69c-b5acbea63e8a): There are no data parts 2025.05.08 21:58:36.559749 [ 267 ] {d42b18e2-43e9-4389-8d7f-328c4af38293} TCPHandler: Processed in 0.004195625 sec. 2025.05.08 21:58:36.559940 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.560097 [ 267 ] {67fd967f-1269-44e7-b9e5-591030b65918} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.560225 [ 267 ] {67fd967f-1269-44e7-b9e5-591030b65918} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.05.08 21:58:36.561974 [ 267 ] {67fd967f-1269-44e7-b9e5-591030b65918} oximeter.measurements_bytes (4a5477ab-f4b5-4912-a0d1-83636cb3e7c0): Loading data parts 2025.05.08 21:58:36.562218 [ 267 ] {67fd967f-1269-44e7-b9e5-591030b65918} oximeter.measurements_bytes (4a5477ab-f4b5-4912-a0d1-83636cb3e7c0): There are no data parts 2025.05.08 21:58:36.563494 [ 267 ] {67fd967f-1269-44e7-b9e5-591030b65918} TCPHandler: Processed in 0.003604488 sec. 2025.05.08 21:58:36.563641 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.563807 [ 267 ] {62089f4d-30f3-4d15-adf4-92af07372429} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.563918 [ 267 ] {62089f4d-30f3-4d15-adf4-92af07372429} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.05.08 21:58:36.565704 [ 267 ] {62089f4d-30f3-4d15-adf4-92af07372429} oximeter.measurements_cumulativei64 (f4b81ed0-3a14-4103-bab3-1f3e219db906): Loading data parts 2025.05.08 21:58:36.565852 [ 267 ] {62089f4d-30f3-4d15-adf4-92af07372429} oximeter.measurements_cumulativei64 (f4b81ed0-3a14-4103-bab3-1f3e219db906): There are no data parts 2025.05.08 21:58:36.567316 [ 267 ] {62089f4d-30f3-4d15-adf4-92af07372429} TCPHandler: Processed in 0.00372813 sec. 2025.05.08 21:58:36.567510 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.567711 [ 267 ] {4aa3f49c-3c06-4512-9a56-619e4d2a4aae} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.567829 [ 267 ] {4aa3f49c-3c06-4512-9a56-619e4d2a4aae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.05.08 21:58:36.569732 [ 267 ] {4aa3f49c-3c06-4512-9a56-619e4d2a4aae} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Loading data parts 2025.05.08 21:58:36.569954 [ 267 ] {4aa3f49c-3c06-4512-9a56-619e4d2a4aae} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): There are no data parts 2025.05.08 21:58:36.571229 [ 267 ] {4aa3f49c-3c06-4512-9a56-619e4d2a4aae} TCPHandler: Processed in 0.003778751 sec. 2025.05.08 21:58:36.571370 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.571609 [ 267 ] {97e3a228-954c-4952-8ffa-8ef9535dbe33} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.571727 [ 267 ] {97e3a228-954c-4952-8ffa-8ef9535dbe33} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.05.08 21:58:36.573681 [ 267 ] {97e3a228-954c-4952-8ffa-8ef9535dbe33} oximeter.measurements_cumulativef32 (fdb861fa-3dbc-4576-a42c-71cbc210a451): Loading data parts 2025.05.08 21:58:36.573823 [ 267 ] {97e3a228-954c-4952-8ffa-8ef9535dbe33} oximeter.measurements_cumulativef32 (fdb861fa-3dbc-4576-a42c-71cbc210a451): There are no data parts 2025.05.08 21:58:36.575135 [ 267 ] {97e3a228-954c-4952-8ffa-8ef9535dbe33} TCPHandler: Processed in 0.003812731 sec. 2025.05.08 21:58:36.575275 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.575441 [ 267 ] {c5a65938-874b-4838-8f7a-ee90888ab83e} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.575560 [ 267 ] {c5a65938-874b-4838-8f7a-ee90888ab83e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.05.08 21:58:36.577477 [ 267 ] {c5a65938-874b-4838-8f7a-ee90888ab83e} oximeter.measurements_cumulativef64 (0ccee12c-faad-4a88-9e0a-e5b945a471c7): Loading data parts 2025.05.08 21:58:36.577641 [ 267 ] {c5a65938-874b-4838-8f7a-ee90888ab83e} oximeter.measurements_cumulativef64 (0ccee12c-faad-4a88-9e0a-e5b945a471c7): There are no data parts 2025.05.08 21:58:36.578934 [ 267 ] {c5a65938-874b-4838-8f7a-ee90888ab83e} TCPHandler: Processed in 0.00370668 sec. 2025.05.08 21:58:36.579089 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.579406 [ 267 ] {f748967c-2e61-496f-adb1-5f6208034052} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.579548 [ 267 ] {f748967c-2e61-496f-adb1-5f6208034052} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.05.08 21:58:36.581622 [ 267 ] {f748967c-2e61-496f-adb1-5f6208034052} oximeter.measurements_histogrami8 (fdab03f6-1c18-4fa8-bd3c-11f8aad06f19): Loading data parts 2025.05.08 21:58:36.581769 [ 267 ] {f748967c-2e61-496f-adb1-5f6208034052} oximeter.measurements_histogrami8 (fdab03f6-1c18-4fa8-bd3c-11f8aad06f19): There are no data parts 2025.05.08 21:58:36.583208 [ 267 ] {f748967c-2e61-496f-adb1-5f6208034052} TCPHandler: Processed in 0.004173805 sec. 2025.05.08 21:58:36.583355 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.583572 [ 267 ] {5b0a7580-a773-40a0-8513-9f0a43d36772} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.583725 [ 267 ] {5b0a7580-a773-40a0-8513-9f0a43d36772} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.05.08 21:58:36.585820 [ 267 ] {5b0a7580-a773-40a0-8513-9f0a43d36772} oximeter.measurements_histogramu8 (cc08f818-560b-4158-8531-258b1f5966d9): Loading data parts 2025.05.08 21:58:36.586317 [ 267 ] {5b0a7580-a773-40a0-8513-9f0a43d36772} oximeter.measurements_histogramu8 (cc08f818-560b-4158-8531-258b1f5966d9): There are no data parts 2025.05.08 21:58:36.587613 [ 267 ] {5b0a7580-a773-40a0-8513-9f0a43d36772} TCPHandler: Processed in 0.004307826 sec. 2025.05.08 21:58:36.587755 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.587998 [ 267 ] {b51bf1d1-8707-482f-ac58-68973d167ea7} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.588075 [ 267 ] {b51bf1d1-8707-482f-ac58-68973d167ea7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.05.08 21:58:36.589904 [ 267 ] {b51bf1d1-8707-482f-ac58-68973d167ea7} oximeter.measurements_histogrami16 (ff22b3fd-ff66-4b5a-8503-d47723e05734): Loading data parts 2025.05.08 21:58:36.590051 [ 267 ] {b51bf1d1-8707-482f-ac58-68973d167ea7} oximeter.measurements_histogrami16 (ff22b3fd-ff66-4b5a-8503-d47723e05734): There are no data parts 2025.05.08 21:58:36.591343 [ 267 ] {b51bf1d1-8707-482f-ac58-68973d167ea7} TCPHandler: Processed in 0.003638049 sec. 2025.05.08 21:58:36.591498 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.591726 [ 267 ] {47cdafd4-7957-440b-8acb-3d9d7d1753e5} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.591806 [ 267 ] {47cdafd4-7957-440b-8acb-3d9d7d1753e5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.05.08 21:58:36.593691 [ 267 ] {47cdafd4-7957-440b-8acb-3d9d7d1753e5} oximeter.measurements_histogramu16 (921470ad-49ea-457f-b24a-23c0289417da): Loading data parts 2025.05.08 21:58:36.593879 [ 267 ] {47cdafd4-7957-440b-8acb-3d9d7d1753e5} oximeter.measurements_histogramu16 (921470ad-49ea-457f-b24a-23c0289417da): There are no data parts 2025.05.08 21:58:36.595113 [ 267 ] {47cdafd4-7957-440b-8acb-3d9d7d1753e5} TCPHandler: Processed in 0.003668 sec. 2025.05.08 21:58:36.595274 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.595570 [ 267 ] {a2549066-0450-4216-8a74-221d84998f22} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.597026 [ 267 ] {a2549066-0450-4216-8a74-221d84998f22} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.05.08 21:58:36.599006 [ 267 ] {a2549066-0450-4216-8a74-221d84998f22} oximeter.measurements_histogrami32 (e08d3fc4-8508-4211-adda-7324ac2532bd): Loading data parts 2025.05.08 21:58:36.599166 [ 267 ] {a2549066-0450-4216-8a74-221d84998f22} oximeter.measurements_histogrami32 (e08d3fc4-8508-4211-adda-7324ac2532bd): There are no data parts 2025.05.08 21:58:36.600476 [ 267 ] {a2549066-0450-4216-8a74-221d84998f22} TCPHandler: Processed in 0.005253766 sec. 2025.05.08 21:58:36.600626 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.600839 [ 267 ] {6e38c86b-69de-4b09-89b9-0739247505dd} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.600910 [ 267 ] {6e38c86b-69de-4b09-89b9-0739247505dd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.05.08 21:58:36.602906 [ 267 ] {6e38c86b-69de-4b09-89b9-0739247505dd} oximeter.measurements_histogramu32 (cf5af773-c6d4-4ea6-865a-82df23608139): Loading data parts 2025.05.08 21:58:36.603087 [ 267 ] {6e38c86b-69de-4b09-89b9-0739247505dd} oximeter.measurements_histogramu32 (cf5af773-c6d4-4ea6-865a-82df23608139): There are no data parts 2025.05.08 21:58:36.604741 [ 267 ] {6e38c86b-69de-4b09-89b9-0739247505dd} TCPHandler: Processed in 0.004164294 sec. 2025.05.08 21:58:36.604887 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.605121 [ 267 ] {eb789787-8fec-409e-a484-ac65096665cd} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.605187 [ 267 ] {eb789787-8fec-409e-a484-ac65096665cd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.05.08 21:58:36.608160 [ 267 ] {eb789787-8fec-409e-a484-ac65096665cd} oximeter.measurements_histogrami64 (1b778d3a-e216-4923-8304-ec164c0b7b8c): Loading data parts 2025.05.08 21:58:36.608382 [ 267 ] {eb789787-8fec-409e-a484-ac65096665cd} oximeter.measurements_histogrami64 (1b778d3a-e216-4923-8304-ec164c0b7b8c): There are no data parts 2025.05.08 21:58:36.610147 [ 267 ] {eb789787-8fec-409e-a484-ac65096665cd} TCPHandler: Processed in 0.005311067 sec. 2025.05.08 21:58:36.610299 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.610528 [ 267 ] {d0df0b09-6e4e-49a7-b947-38d7c8b95153} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.610596 [ 267 ] {d0df0b09-6e4e-49a7-b947-38d7c8b95153} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.05.08 21:58:36.612474 [ 267 ] {d0df0b09-6e4e-49a7-b947-38d7c8b95153} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Loading data parts 2025.05.08 21:58:36.612635 [ 267 ] {d0df0b09-6e4e-49a7-b947-38d7c8b95153} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): There are no data parts 2025.05.08 21:58:36.614047 [ 267 ] {d0df0b09-6e4e-49a7-b947-38d7c8b95153} TCPHandler: Processed in 0.003801501 sec. 2025.05.08 21:58:36.614210 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.614444 [ 267 ] {8edb9530-0a02-48bc-a913-c72a054fe3b7} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.614507 [ 267 ] {8edb9530-0a02-48bc-a913-c72a054fe3b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.05.08 21:58:36.616323 [ 267 ] {8edb9530-0a02-48bc-a913-c72a054fe3b7} oximeter.measurements_histogramf32 (16d3b791-8d46-4755-9c39-92e642981a64): Loading data parts 2025.05.08 21:58:36.616471 [ 267 ] {8edb9530-0a02-48bc-a913-c72a054fe3b7} oximeter.measurements_histogramf32 (16d3b791-8d46-4755-9c39-92e642981a64): There are no data parts 2025.05.08 21:58:36.617677 [ 267 ] {8edb9530-0a02-48bc-a913-c72a054fe3b7} TCPHandler: Processed in 0.003532058 sec. 2025.05.08 21:58:36.617817 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.618028 [ 267 ] {7cb41383-7ef8-4e3f-98ac-86b5fff78842} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.618092 [ 267 ] {7cb41383-7ef8-4e3f-98ac-86b5fff78842} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.05.08 21:58:36.619867 [ 267 ] {7cb41383-7ef8-4e3f-98ac-86b5fff78842} oximeter.measurements_histogramf64 (c107b93a-3aaa-4ae5-9c59-c11821a8eaa9): Loading data parts 2025.05.08 21:58:36.620018 [ 267 ] {7cb41383-7ef8-4e3f-98ac-86b5fff78842} oximeter.measurements_histogramf64 (c107b93a-3aaa-4ae5-9c59-c11821a8eaa9): There are no data parts 2025.05.08 21:58:36.621227 [ 267 ] {7cb41383-7ef8-4e3f-98ac-86b5fff78842} TCPHandler: Processed in 0.003460527 sec. 2025.05.08 21:58:36.621373 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.621573 [ 267 ] {4bb9af77-ab92-4e0b-8e76-65a12f2f5c22} executeQuery: (from [fd00:1122:3344:101::d]:42462) /* 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.05.08 21:58:36.621640 [ 267 ] {4bb9af77-ab92-4e0b-8e76-65a12f2f5c22} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.05.08 21:58:36.623368 [ 267 ] {4bb9af77-ab92-4e0b-8e76-65a12f2f5c22} oximeter.fields_bool (5519f6aa-bf84-483f-a73e-79aa42011b07): Loading data parts 2025.05.08 21:58:36.623511 [ 267 ] {4bb9af77-ab92-4e0b-8e76-65a12f2f5c22} oximeter.fields_bool (5519f6aa-bf84-483f-a73e-79aa42011b07): There are no data parts 2025.05.08 21:58:36.624760 [ 267 ] {4bb9af77-ab92-4e0b-8e76-65a12f2f5c22} TCPHandler: Processed in 0.003438627 sec. 2025.05.08 21:58:36.624915 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.625069 [ 267 ] {d6012336-c19d-4f09-bdba-83b2bb8acb58} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.625129 [ 267 ] {d6012336-c19d-4f09-bdba-83b2bb8acb58} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.05.08 21:58:36.626852 [ 267 ] {d6012336-c19d-4f09-bdba-83b2bb8acb58} oximeter.fields_i8 (75c81e1c-6bfd-4e1b-908c-a903529c4b84): Loading data parts 2025.05.08 21:58:36.627085 [ 267 ] {d6012336-c19d-4f09-bdba-83b2bb8acb58} oximeter.fields_i8 (75c81e1c-6bfd-4e1b-908c-a903529c4b84): There are no data parts 2025.05.08 21:58:36.628294 [ 267 ] {d6012336-c19d-4f09-bdba-83b2bb8acb58} TCPHandler: Processed in 0.003427366 sec. 2025.05.08 21:58:36.628444 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.628615 [ 267 ] {530a37a1-27af-4639-b6b4-1927c814e8b1} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.628657 [ 267 ] {530a37a1-27af-4639-b6b4-1927c814e8b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.05.08 21:58:36.630336 [ 267 ] {530a37a1-27af-4639-b6b4-1927c814e8b1} oximeter.fields_u8 (098847cf-e66d-44ca-9716-bcbe86ff4f3e): Loading data parts 2025.05.08 21:58:36.630499 [ 267 ] {530a37a1-27af-4639-b6b4-1927c814e8b1} oximeter.fields_u8 (098847cf-e66d-44ca-9716-bcbe86ff4f3e): There are no data parts 2025.05.08 21:58:36.631712 [ 267 ] {530a37a1-27af-4639-b6b4-1927c814e8b1} TCPHandler: Processed in 0.003321415 sec. 2025.05.08 21:58:36.632250 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.632405 [ 267 ] {ddc878d8-1fa1-448b-a1cb-d6e2a26a8f23} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.632460 [ 267 ] {ddc878d8-1fa1-448b-a1cb-d6e2a26a8f23} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.05.08 21:58:36.634086 [ 267 ] {ddc878d8-1fa1-448b-a1cb-d6e2a26a8f23} oximeter.fields_i16 (edc2ac4c-5ec3-4309-b3f5-be88f0ea6622): Loading data parts 2025.05.08 21:58:36.634239 [ 267 ] {ddc878d8-1fa1-448b-a1cb-d6e2a26a8f23} oximeter.fields_i16 (edc2ac4c-5ec3-4309-b3f5-be88f0ea6622): There are no data parts 2025.05.08 21:58:36.635504 [ 267 ] {ddc878d8-1fa1-448b-a1cb-d6e2a26a8f23} TCPHandler: Processed in 0.003302785 sec. 2025.05.08 21:58:36.635635 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.635810 [ 267 ] {d1194bf0-58bb-42c4-b120-aa1a32a69dbe} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.635859 [ 267 ] {d1194bf0-58bb-42c4-b120-aa1a32a69dbe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.05.08 21:58:36.637575 [ 267 ] {d1194bf0-58bb-42c4-b120-aa1a32a69dbe} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Loading data parts 2025.05.08 21:58:36.637706 [ 267 ] {d1194bf0-58bb-42c4-b120-aa1a32a69dbe} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): There are no data parts 2025.05.08 21:58:36.639008 [ 267 ] {d1194bf0-58bb-42c4-b120-aa1a32a69dbe} TCPHandler: Processed in 0.003422397 sec. 2025.05.08 21:58:36.639165 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.639356 [ 267 ] {69a9fb49-4e42-4e8f-a332-5fa08d1aeae4} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.639428 [ 267 ] {69a9fb49-4e42-4e8f-a332-5fa08d1aeae4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.05.08 21:58:36.641306 [ 267 ] {69a9fb49-4e42-4e8f-a332-5fa08d1aeae4} oximeter.fields_i32 (59be85ee-15dc-4c3f-9cec-7ced999fb1ff): Loading data parts 2025.05.08 21:58:36.641477 [ 267 ] {69a9fb49-4e42-4e8f-a332-5fa08d1aeae4} oximeter.fields_i32 (59be85ee-15dc-4c3f-9cec-7ced999fb1ff): There are no data parts 2025.05.08 21:58:36.642704 [ 267 ] {69a9fb49-4e42-4e8f-a332-5fa08d1aeae4} TCPHandler: Processed in 0.003587979 sec. 2025.05.08 21:58:36.642846 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.643044 [ 267 ] {05552401-43df-4efc-aa33-128561fa45a3} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.643110 [ 267 ] {05552401-43df-4efc-aa33-128561fa45a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.05.08 21:58:36.644788 [ 267 ] {05552401-43df-4efc-aa33-128561fa45a3} oximeter.fields_u32 (3240399b-9d89-433e-bcb1-e2de7749076d): Loading data parts 2025.05.08 21:58:36.644922 [ 267 ] {05552401-43df-4efc-aa33-128561fa45a3} oximeter.fields_u32 (3240399b-9d89-433e-bcb1-e2de7749076d): There are no data parts 2025.05.08 21:58:36.646141 [ 267 ] {05552401-43df-4efc-aa33-128561fa45a3} TCPHandler: Processed in 0.003357826 sec. 2025.05.08 21:58:36.646270 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.646423 [ 267 ] {c2d6c622-be40-45fa-bc64-679025bd16e5} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.646486 [ 267 ] {c2d6c622-be40-45fa-bc64-679025bd16e5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.05.08 21:58:36.648124 [ 267 ] {c2d6c622-be40-45fa-bc64-679025bd16e5} oximeter.fields_i64 (9b41c7e3-74cd-4b35-b5f2-ae6662c50b8f): Loading data parts 2025.05.08 21:58:36.648262 [ 267 ] {c2d6c622-be40-45fa-bc64-679025bd16e5} oximeter.fields_i64 (9b41c7e3-74cd-4b35-b5f2-ae6662c50b8f): There are no data parts 2025.05.08 21:58:36.649468 [ 267 ] {c2d6c622-be40-45fa-bc64-679025bd16e5} TCPHandler: Processed in 0.003247185 sec. 2025.05.08 21:58:36.649597 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.649784 [ 267 ] {854d31f1-0711-4244-8da4-1a606bb2e175} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.649866 [ 267 ] {854d31f1-0711-4244-8da4-1a606bb2e175} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.05.08 21:58:36.653243 [ 267 ] {854d31f1-0711-4244-8da4-1a606bb2e175} oximeter.fields_u64 (8027a1af-0497-40d4-8f96-d5afd478cc8b): Loading data parts 2025.05.08 21:58:36.653379 [ 267 ] {854d31f1-0711-4244-8da4-1a606bb2e175} oximeter.fields_u64 (8027a1af-0497-40d4-8f96-d5afd478cc8b): There are no data parts 2025.05.08 21:58:36.655389 [ 267 ] {854d31f1-0711-4244-8da4-1a606bb2e175} TCPHandler: Processed in 0.005840392 sec. 2025.05.08 21:58:36.655525 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.655680 [ 267 ] {867f8777-b238-43c5-b050-c18d396d2b6a} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.655751 [ 267 ] {867f8777-b238-43c5-b050-c18d396d2b6a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.05.08 21:58:36.657587 [ 267 ] {867f8777-b238-43c5-b050-c18d396d2b6a} oximeter.fields_ipaddr (615291a8-8d02-44f9-a750-3423738f08d8): Loading data parts 2025.05.08 21:58:36.657736 [ 267 ] {867f8777-b238-43c5-b050-c18d396d2b6a} oximeter.fields_ipaddr (615291a8-8d02-44f9-a750-3423738f08d8): There are no data parts 2025.05.08 21:58:36.659444 [ 267 ] {867f8777-b238-43c5-b050-c18d396d2b6a} TCPHandler: Processed in 0.003968473 sec. 2025.05.08 21:58:36.659586 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.659773 [ 267 ] {48b9c115-4acc-4056-a3e2-564838b32426} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.659841 [ 267 ] {48b9c115-4acc-4056-a3e2-564838b32426} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.05.08 21:58:36.662356 [ 267 ] {48b9c115-4acc-4056-a3e2-564838b32426} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Loading data parts 2025.05.08 21:58:36.662488 [ 267 ] {48b9c115-4acc-4056-a3e2-564838b32426} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): There are no data parts 2025.05.08 21:58:36.664176 [ 267 ] {48b9c115-4acc-4056-a3e2-564838b32426} TCPHandler: Processed in 0.004639699 sec. 2025.05.08 21:58:36.664319 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.664473 [ 267 ] {ec468438-8513-4665-97ed-616eba229f6d} executeQuery: (from [fd00:1122:3344:101::d]:42462) 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.05.08 21:58:36.664540 [ 267 ] {ec468438-8513-4665-97ed-616eba229f6d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.05.08 21:58:36.666322 [ 267 ] {ec468438-8513-4665-97ed-616eba229f6d} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Loading data parts 2025.05.08 21:58:36.666468 [ 267 ] {ec468438-8513-4665-97ed-616eba229f6d} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): There are no data parts 2025.05.08 21:58:36.667667 [ 267 ] {ec468438-8513-4665-97ed-616eba229f6d} TCPHandler: Processed in 0.003396597 sec. 2025.05.08 21:58:36.667853 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.667976 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47084 2025.05.08 21:58:36.668137 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.668168 [ 278 ] {} TCP-Session: d3b0d3f7-dc10-4461-9560-9de670796251 Authenticating user 'default' from [fd00:1122:3344:101::a]:47084 2025.05.08 21:58:36.668178 [ 267 ] {d87373a6-ecd3-4a94-aec7-b9df353efd99} executeQuery: (from [fd00:1122:3344:101::d]:42462) /* 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.05.08 21:58:36.668216 [ 278 ] {} TCP-Session: d3b0d3f7-dc10-4461-9560-9de670796251 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.668244 [ 278 ] {} TCP-Session: d3b0d3f7-dc10-4461-9560-9de670796251 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.668299 [ 267 ] {d87373a6-ecd3-4a94-aec7-b9df353efd99} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.05.08 21:58:36.668322 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.05.08 21:58:36.668357 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.05.08 21:58:36.668398 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.05.08 21:58:36.670302 [ 267 ] {d87373a6-ecd3-4a94-aec7-b9df353efd99} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3): Loading data parts 2025.05.08 21:58:36.670426 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61017 2025.05.08 21:58:36.670543 [ 267 ] {d87373a6-ecd3-4a94-aec7-b9df353efd99} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3): There are no data parts 2025.05.08 21:58:36.670687 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42613 2025.05.08 21:58:36.670757 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53115 2025.05.08 21:58:36.670845 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34939 2025.05.08 21:58:36.670863 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50150 2025.05.08 21:58:36.671100 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60755 2025.05.08 21:58:36.671205 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.671251 [ 281 ] {} TCP-Session: 1bfc8596-cb19-49c2-8279-6ac271606497 Authenticating user 'default' from [fd00:1122:3344:101::a]:42613 2025.05.08 21:58:36.671253 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.671275 [ 281 ] {} TCP-Session: 1bfc8596-cb19-49c2-8279-6ac271606497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.671347 [ 281 ] {} TCP-Session: 1bfc8596-cb19-49c2-8279-6ac271606497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.671378 [ 280 ] {} TCP-Session: 43eef8b5-ef03-4e45-825a-693d949d1bba Authenticating user 'default' from [fd00:1122:3344:101::a]:34939 2025.05.08 21:58:36.671394 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.671406 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62155 2025.05.08 21:58:36.671439 [ 284 ] {} TCP-Session: 67f8bd35-7384-467d-8fce-f69e373f4129 Authenticating user 'default' from [fd00:1122:3344:101::a]:60755 2025.05.08 21:58:36.671441 [ 280 ] {} TCP-Session: 43eef8b5-ef03-4e45-825a-693d949d1bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.671464 [ 284 ] {} TCP-Session: 67f8bd35-7384-467d-8fce-f69e373f4129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.671366 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.671483 [ 280 ] {} TCP-Session: 43eef8b5-ef03-4e45-825a-693d949d1bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.671485 [ 284 ] {} TCP-Session: 67f8bd35-7384-467d-8fce-f69e373f4129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.671549 [ 283 ] {} TCP-Session: ff2064b0-53f5-4ab2-86f7-5d534e7e7484 Authenticating user 'default' from [fd00:1122:3344:101::a]:50150 2025.05.08 21:58:36.671577 [ 283 ] {} TCP-Session: ff2064b0-53f5-4ab2-86f7-5d534e7e7484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.671580 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.671641 [ 283 ] {} TCP-Session: ff2064b0-53f5-4ab2-86f7-5d534e7e7484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.671657 [ 285 ] {} TCP-Session: b7fba3bb-3661-47e4-a8d2-ddac4a7477af Authenticating user 'default' from [fd00:1122:3344:101::a]:62155 2025.05.08 21:58:36.671724 [ 285 ] {} TCP-Session: b7fba3bb-3661-47e4-a8d2-ddac4a7477af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.671736 [ 285 ] {} TCP-Session: b7fba3bb-3661-47e4-a8d2-ddac4a7477af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.671914 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.671923 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.08 21:58:36.672026 [ 282 ] {} TCP-Session: 03071d65-f0e5-4338-9296-6effd61b8932 Authenticating user 'default' from [fd00:1122:3344:101::a]:53115 2025.05.08 21:58:36.672026 [ 279 ] {} TCP-Session: 0bf9327f-eb3b-458c-aec6-ed47e9548c55 Authenticating user 'default' from [fd00:1122:3344:101::a]:61017 2025.05.08 21:58:36.672057 [ 282 ] {} TCP-Session: 03071d65-f0e5-4338-9296-6effd61b8932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.672076 [ 279 ] {} TCP-Session: 0bf9327f-eb3b-458c-aec6-ed47e9548c55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.672122 [ 282 ] {} TCP-Session: 03071d65-f0e5-4338-9296-6effd61b8932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.672128 [ 279 ] {} TCP-Session: 0bf9327f-eb3b-458c-aec6-ed47e9548c55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:58:36.672310 [ 267 ] {d87373a6-ecd3-4a94-aec7-b9df353efd99} TCPHandler: Processed in 0.004506728 sec. 2025.05.08 21:58:36.674472 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:36.674777 [ 268 ] {80556d6c-0a26-4140-9b4d-e240c8e8356a} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.05.08 21:58:36.676050 [ 268 ] {80556d6c-0a26-4140-9b4d-e240c8e8356a} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.05.08 21:58:36.683887 [ 276 ] {80556d6c-0a26-4140-9b4d-e240c8e8356a} oximeter.version (2033543c-c71e-4881-9a68-9ddb51c4e4fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:58:36.683967 [ 276 ] {80556d6c-0a26-4140-9b4d-e240c8e8356a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2025.05.08 21:58:36.688876 [ 276 ] {80556d6c-0a26-4140-9b4d-e240c8e8356a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:58:36.689262 [ 276 ] {80556d6c-0a26-4140-9b4d-e240c8e8356a} oximeter.version (2033543c-c71e-4881-9a68-9ddb51c4e4fd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:58:36.689554 [ 268 ] {80556d6c-0a26-4140-9b4d-e240c8e8356a} executeQuery: Read 1 rows, 16.00 B in 0.014925 sec., 67.00167504187604 rows/sec., 1.05 KiB/sec. 2025.05.08 21:58:36.689788 [ 268 ] {80556d6c-0a26-4140-9b4d-e240c8e8356a} TCPHandler: Processed in 0.015438865 sec. 2025.05.08 21:58:37.000175 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 127.00 MiB, peak 127.00 MiB, free memory in arenas 0.00 B, will set to 139.71 MiB (RSS), difference: 12.71 MiB 2025.05.08 21:58:42.468382 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.05.08 21:58:42.468434 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.05.08 21:58:42.468476 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.05.08 21:58:42.468570 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.05.08 21:58:42.472110 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Loading data parts 2025.05.08 21:58:42.472303 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): There are no data parts 2025.05.08 21:58:42.480303 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Loading data parts 2025.05.08 21:58:42.480641 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): There are no data parts 2025.05.08 21:58:42.482419 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:58:42.482459 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2025.05.08 21:58:42.486077 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:58:42.486459 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:58:42.486599 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.05.08 21:58:42.505048 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:58:42.505133 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2025.05.08 21:58:42.511260 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:58:42.511980 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:58:42.515161 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.05.08 21:58:43.000191 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.89 MiB, peak 148.89 MiB, free memory in arenas 0.00 B, will set to 153.95 MiB (RSS), difference: 9.06 MiB 2025.05.08 21:58:44.968366 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.05.08 21:58:44.968520 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.05.08 21:58:44.972489 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Loading data parts 2025.05.08 21:58:44.972645 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): There are no data parts 2025.05.08 21:58:44.978024 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:58:44.978089 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2025.05.08 21:58:44.979716 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:58:44.980039 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:58:44.980365 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.05.08 21:58:45.000166 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.15 MiB, peak 158.15 MiB, free memory in arenas 0.00 B, will set to 155.01 MiB (RSS), difference: -3.15 MiB 2025.05.08 21:58:49.946589 [ 115 ] {} DNSResolver: Updating DNS cache 2025.05.08 21:58:49.946656 [ 115 ] {} DNSResolver: Updated DNS cache 2025.05.08 21:58:49.986808 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.05.08 21:58:49.989768 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:58:49.989814 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:58:49.990659 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.08 21:58:49.991208 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:58:49.991381 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.05.08 21:58:50.015480 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.05.08 21:58:50.034495 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:58:50.034620 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:58:50.041560 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.08 21:58:50.042685 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:58:50.046498 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.05.08 21:58:51.000270 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 156.12 MiB, peak 160.12 MiB, free memory in arenas 0.00 B, will set to 157.73 MiB (RSS), difference: 1.61 MiB 2025.05.08 21:58:55.000179 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.73 MiB, peak 160.12 MiB, free memory in arenas 0.00 B, will set to 157.75 MiB (RSS), difference: 4.02 MiB 2025.05.08 21:58:56.710666 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.710865 [ 267 ] {097ad7a8-dd22-4c3f-af09-9c2659486f17} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.711270 [ 267 ] {097ad7a8-dd22-4c3f-af09-9c2659486f17} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.711494 [ 267 ] {097ad7a8-dd22-4c3f-af09-9c2659486f17} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.714017 [ 267 ] {097ad7a8-dd22-4c3f-af09-9c2659486f17} TCPHandler: Processed in 0.003474137 sec. 2025.05.08 21:58:56.719112 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.719251 [ 267 ] {166b1712-09fc-48cf-a2d2-1005e1ba05d9} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.721338 [ 267 ] {166b1712-09fc-48cf-a2d2-1005e1ba05d9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.721388 [ 267 ] {166b1712-09fc-48cf-a2d2-1005e1ba05d9} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.721793 [ 267 ] {166b1712-09fc-48cf-a2d2-1005e1ba05d9} TCPHandler: Processed in 0.002734759 sec. 2025.05.08 21:58:56.722080 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.722205 [ 267 ] {65f877b2-5d06-4f3e-affe-5e5a71665a02} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.722489 [ 267 ] {65f877b2-5d06-4f3e-affe-5e5a71665a02} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.722534 [ 267 ] {65f877b2-5d06-4f3e-affe-5e5a71665a02} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.722862 [ 267 ] {65f877b2-5d06-4f3e-affe-5e5a71665a02} TCPHandler: Processed in 0.000832909 sec. 2025.05.08 21:58:56.723064 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.723180 [ 267 ] {01fb6a8d-c35b-45f9-a437-215fcbf61d63} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.723417 [ 267 ] {01fb6a8d-c35b-45f9-a437-215fcbf61d63} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.723461 [ 267 ] {01fb6a8d-c35b-45f9-a437-215fcbf61d63} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.723846 [ 267 ] {01fb6a8d-c35b-45f9-a437-215fcbf61d63} TCPHandler: Processed in 0.000832259 sec. 2025.05.08 21:58:56.724085 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.724224 [ 267 ] {a1e94c80-94e2-4f14-82fb-34c7e81ce3ec} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.724537 [ 267 ] {a1e94c80-94e2-4f14-82fb-34c7e81ce3ec} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.724591 [ 267 ] {a1e94c80-94e2-4f14-82fb-34c7e81ce3ec} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.724986 [ 267 ] {a1e94c80-94e2-4f14-82fb-34c7e81ce3ec} TCPHandler: Processed in 0.00096089 sec. 2025.05.08 21:58:56.725207 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.725339 [ 267 ] {93bfef9d-5194-49ae-ae97-d784c195ede8} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.725644 [ 267 ] {93bfef9d-5194-49ae-ae97-d784c195ede8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.725695 [ 267 ] {93bfef9d-5194-49ae-ae97-d784c195ede8} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.726043 [ 267 ] {93bfef9d-5194-49ae-ae97-d784c195ede8} TCPHandler: Processed in 0.000892709 sec. 2025.05.08 21:58:56.726255 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.726394 [ 267 ] {55c3f231-f4bd-4b8b-bc25-bf93d5b6b2c9} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.726651 [ 267 ] {55c3f231-f4bd-4b8b-bc25-bf93d5b6b2c9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.726696 [ 267 ] {55c3f231-f4bd-4b8b-bc25-bf93d5b6b2c9} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.727027 [ 267 ] {55c3f231-f4bd-4b8b-bc25-bf93d5b6b2c9} TCPHandler: Processed in 0.000818589 sec. 2025.05.08 21:58:56.727223 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.727341 [ 267 ] {7bce18fd-58f3-4f1b-b548-039986f80d2f} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.727592 [ 267 ] {7bce18fd-58f3-4f1b-b548-039986f80d2f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.727636 [ 267 ] {7bce18fd-58f3-4f1b-b548-039986f80d2f} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.727973 [ 267 ] {7bce18fd-58f3-4f1b-b548-039986f80d2f} TCPHandler: Processed in 0.000798748 sec. 2025.05.08 21:58:56.728191 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.728313 [ 267 ] {7e8c6c41-8237-46af-b720-ab123141c489} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.728576 [ 267 ] {7e8c6c41-8237-46af-b720-ab123141c489} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.728621 [ 267 ] {7e8c6c41-8237-46af-b720-ab123141c489} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.728945 [ 267 ] {7e8c6c41-8237-46af-b720-ab123141c489} TCPHandler: Processed in 0.000804289 sec. 2025.05.08 21:58:56.729159 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.729279 [ 267 ] {69c96894-ecb6-4f84-999e-ad8ce9bba9db} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.729532 [ 267 ] {69c96894-ecb6-4f84-999e-ad8ce9bba9db} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.729577 [ 267 ] {69c96894-ecb6-4f84-999e-ad8ce9bba9db} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.729901 [ 267 ] {69c96894-ecb6-4f84-999e-ad8ce9bba9db} TCPHandler: Processed in 0.000790969 sec. 2025.05.08 21:58:56.730113 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.730233 [ 267 ] {6c693b0d-ab1c-42f1-a364-044398642e66} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.730479 [ 267 ] {6c693b0d-ab1c-42f1-a364-044398642e66} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.730522 [ 267 ] {6c693b0d-ab1c-42f1-a364-044398642e66} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.730840 [ 267 ] {6c693b0d-ab1c-42f1-a364-044398642e66} TCPHandler: Processed in 0.000775689 sec. 2025.05.08 21:58:56.731098 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.731219 [ 267 ] {512896e6-7928-486e-b726-6cdb389344e7} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.731466 [ 267 ] {512896e6-7928-486e-b726-6cdb389344e7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.731510 [ 267 ] {512896e6-7928-486e-b726-6cdb389344e7} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.731832 [ 267 ] {512896e6-7928-486e-b726-6cdb389344e7} TCPHandler: Processed in 0.000782429 sec. 2025.05.08 21:58:56.732070 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.732188 [ 267 ] {8232fdd4-31e2-4719-9397-ff7091111445} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.732436 [ 267 ] {8232fdd4-31e2-4719-9397-ff7091111445} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.732480 [ 267 ] {8232fdd4-31e2-4719-9397-ff7091111445} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.732796 [ 267 ] {8232fdd4-31e2-4719-9397-ff7091111445} TCPHandler: Processed in 0.000774848 sec. 2025.05.08 21:58:56.732999 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.733117 [ 267 ] {54ac52c7-91e8-4e5c-8187-1d2ce7f59cf4} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.733365 [ 267 ] {54ac52c7-91e8-4e5c-8187-1d2ce7f59cf4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.733407 [ 267 ] {54ac52c7-91e8-4e5c-8187-1d2ce7f59cf4} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.733728 [ 267 ] {54ac52c7-91e8-4e5c-8187-1d2ce7f59cf4} TCPHandler: Processed in 0.000777459 sec. 2025.05.08 21:58:56.733939 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.734056 [ 267 ] {92c80e76-3c4c-41b8-8c3b-8888ca7a361a} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.734302 [ 267 ] {92c80e76-3c4c-41b8-8c3b-8888ca7a361a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.734345 [ 267 ] {92c80e76-3c4c-41b8-8c3b-8888ca7a361a} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.734659 [ 267 ] {92c80e76-3c4c-41b8-8c3b-8888ca7a361a} TCPHandler: Processed in 0.000768279 sec. 2025.05.08 21:58:56.734866 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.734984 [ 267 ] {71db54db-af73-402c-a832-b83965267eab} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.735231 [ 267 ] {71db54db-af73-402c-a832-b83965267eab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.735274 [ 267 ] {71db54db-af73-402c-a832-b83965267eab} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.735600 [ 267 ] {71db54db-af73-402c-a832-b83965267eab} TCPHandler: Processed in 0.000782249 sec. 2025.05.08 21:58:56.735813 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.735933 [ 267 ] {18dfa8cc-4865-4b4f-9754-b7f50fa9bf91} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.736181 [ 267 ] {18dfa8cc-4865-4b4f-9754-b7f50fa9bf91} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.736224 [ 267 ] {18dfa8cc-4865-4b4f-9754-b7f50fa9bf91} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.736639 [ 267 ] {18dfa8cc-4865-4b4f-9754-b7f50fa9bf91} TCPHandler: Processed in 0.000873629 sec. 2025.05.08 21:58:56.736893 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.737054 [ 267 ] {c8a4cf4d-3fc2-4d23-b8c1-e0761a00bb99} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:58:56.737367 [ 267 ] {c8a4cf4d-3fc2-4d23-b8c1-e0761a00bb99} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.737413 [ 267 ] {c8a4cf4d-3fc2-4d23-b8c1-e0761a00bb99} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:58:56.737768 [ 267 ] {c8a4cf4d-3fc2-4d23-b8c1-e0761a00bb99} TCPHandler: Processed in 0.00093463 sec. 2025.05.08 21:58:56.744065 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.744177 [ 267 ] {4502e7fe-6915-403e-adb1-8d5342a02cbf} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.08 21:58:56.744221 [ 267 ] {4502e7fe-6915-403e-adb1-8d5342a02cbf} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:58:56.744835 [ 267 ] {4502e7fe-6915-403e-adb1-8d5342a02cbf} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:58:56.744878 [ 267 ] {4502e7fe-6915-403e-adb1-8d5342a02cbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:58:56.745500 [ 267 ] {4502e7fe-6915-403e-adb1-8d5342a02cbf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:58:56.745878 [ 267 ] {4502e7fe-6915-403e-adb1-8d5342a02cbf} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:58:56.746025 [ 267 ] {4502e7fe-6915-403e-adb1-8d5342a02cbf} executeQuery: Read 18 rows, 2.52 KiB in 0.001879 sec., 9579.563597658329 rows/sec., 1.31 MiB/sec. 2025.05.08 21:58:56.746062 [ 267 ] {4502e7fe-6915-403e-adb1-8d5342a02cbf} TCPHandler: Processed in 0.002047572 sec. 2025.05.08 21:58:56.746192 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.746288 [ 267 ] {c0efa578-3be3-4a38-bab1-40ccae5666c6} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 21:58:56.746329 [ 267 ] {c0efa578-3be3-4a38-bab1-40ccae5666c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 21:58:56.746878 [ 267 ] {c0efa578-3be3-4a38-bab1-40ccae5666c6} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:58:56.746913 [ 267 ] {c0efa578-3be3-4a38-bab1-40ccae5666c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:58:56.747330 [ 267 ] {c0efa578-3be3-4a38-bab1-40ccae5666c6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:58:56.747747 [ 267 ] {c0efa578-3be3-4a38-bab1-40ccae5666c6} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:58:56.747876 [ 267 ] {c0efa578-3be3-4a38-bab1-40ccae5666c6} executeQuery: Read 56 rows, 4.38 KiB in 0.001609 sec., 34804.22622747048 rows/sec., 2.66 MiB/sec. 2025.05.08 21:58:56.747914 [ 267 ] {c0efa578-3be3-4a38-bab1-40ccae5666c6} TCPHandler: Processed in 0.00177055 sec. 2025.05.08 21:58:56.748030 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.748124 [ 267 ] {5091b4e0-064a-42f5-b7d8-3efa15ba3d90} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 21:58:56.748166 [ 267 ] {5091b4e0-064a-42f5-b7d8-3efa15ba3d90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 21:58:56.748589 [ 267 ] {5091b4e0-064a-42f5-b7d8-3efa15ba3d90} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:58:56.748627 [ 267 ] {5091b4e0-064a-42f5-b7d8-3efa15ba3d90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:58:56.749061 [ 267 ] {5091b4e0-064a-42f5-b7d8-3efa15ba3d90} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:58:56.749478 [ 267 ] {5091b4e0-064a-42f5-b7d8-3efa15ba3d90} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:58:56.749607 [ 267 ] {5091b4e0-064a-42f5-b7d8-3efa15ba3d90} executeQuery: Read 64 rows, 5.12 KiB in 0.001501 sec., 42638.241172551636 rows/sec., 3.33 MiB/sec. 2025.05.08 21:58:56.749644 [ 267 ] {5091b4e0-064a-42f5-b7d8-3efa15ba3d90} TCPHandler: Processed in 0.001663538 sec. 2025.05.08 21:58:56.749756 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.749850 [ 267 ] {bc197d60-491a-4855-96cc-17318b178962} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 21:58:56.749891 [ 267 ] {bc197d60-491a-4855-96cc-17318b178962} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 21:58:56.750317 [ 267 ] {bc197d60-491a-4855-96cc-17318b178962} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:58:56.750351 [ 267 ] {bc197d60-491a-4855-96cc-17318b178962} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:58:56.750836 [ 267 ] {bc197d60-491a-4855-96cc-17318b178962} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:58:56.751310 [ 267 ] {bc197d60-491a-4855-96cc-17318b178962} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:58:56.751436 [ 267 ] {bc197d60-491a-4855-96cc-17318b178962} executeQuery: Read 128 rows, 9.13 KiB in 0.001605 sec., 79750.77881619937 rows/sec., 5.55 MiB/sec. 2025.05.08 21:58:56.751474 [ 267 ] {bc197d60-491a-4855-96cc-17318b178962} TCPHandler: Processed in 0.001766758 sec. 2025.05.08 21:58:56.751586 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:58:56.751680 [ 267 ] {dcd138ef-b6c7-4054-93ff-3eb9053c2f61} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 21:58:56.751720 [ 267 ] {dcd138ef-b6c7-4054-93ff-3eb9053c2f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 21:58:56.752040 [ 267 ] {dcd138ef-b6c7-4054-93ff-3eb9053c2f61} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:58:56.752077 [ 267 ] {dcd138ef-b6c7-4054-93ff-3eb9053c2f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:58:56.752526 [ 267 ] {dcd138ef-b6c7-4054-93ff-3eb9053c2f61} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:58:56.753048 [ 267 ] {dcd138ef-b6c7-4054-93ff-3eb9053c2f61} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:58:56.753173 [ 267 ] {dcd138ef-b6c7-4054-93ff-3eb9053c2f61} executeQuery: Read 48 rows, 3.31 KiB in 0.001513 sec., 31725.049570389954 rows/sec., 2.14 MiB/sec. 2025.05.08 21:58:56.753209 [ 267 ] {dcd138ef-b6c7-4054-93ff-3eb9053c2f61} TCPHandler: Processed in 0.001670588 sec. 2025.05.08 21:58:57.491542 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.05.08 21:58:57.492042 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:58:57.492084 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:58:57.492740 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.08 21:58:57.493217 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:58:57.493358 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.05.08 21:58:57.546657 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.05.08 21:58:57.562431 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:58:57.562488 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:58:57.568960 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.08 21:58:57.570039 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:58:57.572854 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.05.08 21:59:01.711575 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:01.711779 [ 267 ] {ddf33d60-f9b2-4392-844e-fbaa073c5fbe} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 21:59:01.711850 [ 267 ] {ddf33d60-f9b2-4392-844e-fbaa073c5fbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 21:59:01.712544 [ 267 ] {ddf33d60-f9b2-4392-844e-fbaa073c5fbe} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:01.712590 [ 267 ] {ddf33d60-f9b2-4392-844e-fbaa073c5fbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:01.713112 [ 267 ] {ddf33d60-f9b2-4392-844e-fbaa073c5fbe} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.08 21:59:01.713696 [ 267 ] {ddf33d60-f9b2-4392-844e-fbaa073c5fbe} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:01.713851 [ 267 ] {ddf33d60-f9b2-4392-844e-fbaa073c5fbe} executeQuery: Read 56 rows, 4.38 KiB in 0.002124 sec., 26365.348399246705 rows/sec., 2.01 MiB/sec. 2025.05.08 21:59:01.713896 [ 267 ] {ddf33d60-f9b2-4392-844e-fbaa073c5fbe} TCPHandler: Processed in 0.002461326 sec. 2025.05.08 21:59:01.714028 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:01.714130 [ 267 ] {db64cdcb-d17a-4c68-86cd-2cad822bbfaf} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 21:59:01.714173 [ 267 ] {db64cdcb-d17a-4c68-86cd-2cad822bbfaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 21:59:01.714699 [ 267 ] {db64cdcb-d17a-4c68-86cd-2cad822bbfaf} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:01.714744 [ 267 ] {db64cdcb-d17a-4c68-86cd-2cad822bbfaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:01.715237 [ 267 ] {db64cdcb-d17a-4c68-86cd-2cad822bbfaf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.08 21:59:01.715745 [ 267 ] {db64cdcb-d17a-4c68-86cd-2cad822bbfaf} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:01.715875 [ 267 ] {db64cdcb-d17a-4c68-86cd-2cad822bbfaf} executeQuery: Read 64 rows, 5.12 KiB in 0.001769 sec., 36178.63199547767 rows/sec., 2.82 MiB/sec. 2025.05.08 21:59:01.715911 [ 267 ] {db64cdcb-d17a-4c68-86cd-2cad822bbfaf} TCPHandler: Processed in 0.001934221 sec. 2025.05.08 21:59:01.716039 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:01.716134 [ 267 ] {00f4e11f-354d-43c8-ba9d-7ac6203dddaa} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:01.716176 [ 267 ] {00f4e11f-354d-43c8-ba9d-7ac6203dddaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 21:59:01.716624 [ 267 ] {00f4e11f-354d-43c8-ba9d-7ac6203dddaa} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:01.716660 [ 267 ] {00f4e11f-354d-43c8-ba9d-7ac6203dddaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:01.717108 [ 267 ] {00f4e11f-354d-43c8-ba9d-7ac6203dddaa} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.08 21:59:01.717579 [ 267 ] {00f4e11f-354d-43c8-ba9d-7ac6203dddaa} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:01.717707 [ 267 ] {00f4e11f-354d-43c8-ba9d-7ac6203dddaa} executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. 2025.05.08 21:59:01.717742 [ 267 ] {00f4e11f-354d-43c8-ba9d-7ac6203dddaa} TCPHandler: Processed in 0.001751119 sec. 2025.05.08 21:59:01.717862 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:01.717955 [ 267 ] {8079ba8c-219a-4237-a64b-bbba38397b07} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 21:59:01.717995 [ 267 ] {8079ba8c-219a-4237-a64b-bbba38397b07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 21:59:01.718346 [ 267 ] {8079ba8c-219a-4237-a64b-bbba38397b07} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:01.718381 [ 267 ] {8079ba8c-219a-4237-a64b-bbba38397b07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:01.718809 [ 267 ] {8079ba8c-219a-4237-a64b-bbba38397b07} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.08 21:59:01.719271 [ 267 ] {8079ba8c-219a-4237-a64b-bbba38397b07} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:01.719395 [ 267 ] {8079ba8c-219a-4237-a64b-bbba38397b07} executeQuery: Read 60 rows, 4.14 KiB in 0.001459 sec., 41124.057573680606 rows/sec., 2.77 MiB/sec. 2025.05.08 21:59:01.719433 [ 267 ] {8079ba8c-219a-4237-a64b-bbba38397b07} TCPHandler: Processed in 0.001618007 sec. 2025.05.08 21:59:04.946695 [ 84 ] {} DNSResolver: Updating DNS cache 2025.05.08 21:59:04.946755 [ 84 ] {} DNSResolver: Updated DNS cache 2025.05.08 21:59:04.981754 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 2025.05.08 21:59:04.984932 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:04.984985 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:04.986244 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.08 21:59:04.986705 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:04.986996 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 142 2025.05.08 21:59:04.994353 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.05.08 21:59:04.994833 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:04.994878 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:04.995528 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.08 21:59:04.995989 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:04.996135 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.05.08 21:59:05.073834 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.05.08 21:59:05.090894 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:05.090946 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:05.097345 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.08 21:59:05.098517 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:05.101740 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.05.08 21:59:06.705059 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:06.705347 [ 267 ] {2fe6a61e-9a4f-4cb8-93df-6b0ed27d5973} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:06.705937 [ 267 ] {2fe6a61e-9a4f-4cb8-93df-6b0ed27d5973} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:06.706052 [ 267 ] {2fe6a61e-9a4f-4cb8-93df-6b0ed27d5973} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:06.706371 [ 267 ] {2fe6a61e-9a4f-4cb8-93df-6b0ed27d5973} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:06.708568 [ 267 ] {2fe6a61e-9a4f-4cb8-93df-6b0ed27d5973} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:06.711201 [ 267 ] {2fe6a61e-9a4f-4cb8-93df-6b0ed27d5973} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.05.08 21:59:06.713216 [ 267 ] {2fe6a61e-9a4f-4cb8-93df-6b0ed27d5973} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:06.715600 [ 267 ] {2fe6a61e-9a4f-4cb8-93df-6b0ed27d5973} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (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.05.08 21:59:06.715640 [ 267 ] {2fe6a61e-9a4f-4cb8-93df-6b0ed27d5973} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:06.715814 [ 267 ] {2fe6a61e-9a4f-4cb8-93df-6b0ed27d5973} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.05.08 21:59:06.715855 [ 267 ] {2fe6a61e-9a4f-4cb8-93df-6b0ed27d5973} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.08 21:59:06.728448 [ 267 ] {2fe6a61e-9a4f-4cb8-93df-6b0ed27d5973} executeQuery: Read 18 rows, 754.00 B in 0.023245 sec., 774.3600774360078 rows/sec., 31.68 KiB/sec. 2025.05.08 21:59:06.728551 [ 267 ] {2fe6a61e-9a4f-4cb8-93df-6b0ed27d5973} TCPHandler: Processed in 0.023625193 sec. 2025.05.08 21:59:06.735293 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:06.735418 [ 267 ] {c05d4db0-659e-4825-bdf2-37826aabc54a} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.08 21:59:06.735467 [ 267 ] {c05d4db0-659e-4825-bdf2-37826aabc54a} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:06.736087 [ 267 ] {c05d4db0-659e-4825-bdf2-37826aabc54a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:06.736132 [ 267 ] {c05d4db0-659e-4825-bdf2-37826aabc54a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:06.736697 [ 267 ] {c05d4db0-659e-4825-bdf2-37826aabc54a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.08 21:59:06.737122 [ 267 ] {c05d4db0-659e-4825-bdf2-37826aabc54a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:06.737281 [ 267 ] {c05d4db0-659e-4825-bdf2-37826aabc54a} executeQuery: Read 1 rows, 153.00 B in 0.001899 sec., 526.592943654555 rows/sec., 78.68 KiB/sec. 2025.05.08 21:59:06.737327 [ 267 ] {c05d4db0-659e-4825-bdf2-37826aabc54a} TCPHandler: Processed in 0.002092942 sec. 2025.05.08 21:59:06.737481 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:06.737596 [ 267 ] {a77e635b-d73e-4caf-9850-c89c0c2b37cb} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 21:59:06.737647 [ 267 ] {a77e635b-d73e-4caf-9850-c89c0c2b37cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 21:59:06.738264 [ 267 ] {a77e635b-d73e-4caf-9850-c89c0c2b37cb} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:06.738309 [ 267 ] {a77e635b-d73e-4caf-9850-c89c0c2b37cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:06.738801 [ 267 ] {a77e635b-d73e-4caf-9850-c89c0c2b37cb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.08 21:59:06.739328 [ 267 ] {a77e635b-d73e-4caf-9850-c89c0c2b37cb} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:06.739494 [ 267 ] {a77e635b-d73e-4caf-9850-c89c0c2b37cb} executeQuery: Read 72 rows, 5.96 KiB in 0.001925 sec., 37402.5974025974 rows/sec., 3.02 MiB/sec. 2025.05.08 21:59:06.739541 [ 267 ] {a77e635b-d73e-4caf-9850-c89c0c2b37cb} TCPHandler: Processed in 0.002120363 sec. 2025.05.08 21:59:06.739685 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:06.739788 [ 267 ] {b23366cb-732c-4c91-9612-17badc52f014} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.08 21:59:06.739830 [ 267 ] {b23366cb-732c-4c91-9612-17badc52f014} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.08 21:59:06.740247 [ 267 ] {b23366cb-732c-4c91-9612-17badc52f014} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:06.740285 [ 267 ] {b23366cb-732c-4c91-9612-17badc52f014} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:06.740756 [ 267 ] {b23366cb-732c-4c91-9612-17badc52f014} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:59:06.741206 [ 267 ] {b23366cb-732c-4c91-9612-17badc52f014} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:06.741341 [ 267 ] {b23366cb-732c-4c91-9612-17badc52f014} executeQuery: Read 8 rows, 616.00 B in 0.001576 sec., 5076.1421319796955 rows/sec., 381.70 KiB/sec. 2025.05.08 21:59:06.741382 [ 267 ] {b23366cb-732c-4c91-9612-17badc52f014} TCPHandler: Processed in 0.001748908 sec. 2025.05.08 21:59:06.741506 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:06.741604 [ 267 ] {109e7dc6-6ca5-4b2d-bbc3-be54c232971b} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 21:59:06.741644 [ 267 ] {109e7dc6-6ca5-4b2d-bbc3-be54c232971b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 21:59:06.742192 [ 267 ] {109e7dc6-6ca5-4b2d-bbc3-be54c232971b} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:06.742235 [ 267 ] {109e7dc6-6ca5-4b2d-bbc3-be54c232971b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:06.742719 [ 267 ] {109e7dc6-6ca5-4b2d-bbc3-be54c232971b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.08 21:59:06.743181 [ 267 ] {109e7dc6-6ca5-4b2d-bbc3-be54c232971b} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:06.743318 [ 267 ] {109e7dc6-6ca5-4b2d-bbc3-be54c232971b} executeQuery: Read 72 rows, 5.76 KiB in 0.001734 sec., 41522.491349480966 rows/sec., 3.24 MiB/sec. 2025.05.08 21:59:06.743356 [ 267 ] {109e7dc6-6ca5-4b2d-bbc3-be54c232971b} TCPHandler: Processed in 0.00189982 sec. 2025.05.08 21:59:06.743479 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:06.743576 [ 267 ] {9116bf3c-866b-4f9f-bbcb-b32ddc186837} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:06.743621 [ 267 ] {9116bf3c-866b-4f9f-bbcb-b32ddc186837} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 21:59:06.744036 [ 267 ] {9116bf3c-866b-4f9f-bbcb-b32ddc186837} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:06.744074 [ 267 ] {9116bf3c-866b-4f9f-bbcb-b32ddc186837} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:06.744549 [ 267 ] {9116bf3c-866b-4f9f-bbcb-b32ddc186837} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.08 21:59:06.745127 [ 267 ] {9116bf3c-866b-4f9f-bbcb-b32ddc186837} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:06.745267 [ 267 ] {9116bf3c-866b-4f9f-bbcb-b32ddc186837} executeQuery: Read 160 rows, 11.41 KiB in 0.001711 sec., 93512.56575102279 rows/sec., 6.51 MiB/sec. 2025.05.08 21:59:06.745305 [ 267 ] {9116bf3c-866b-4f9f-bbcb-b32ddc186837} TCPHandler: Processed in 0.00187529 sec. 2025.05.08 21:59:06.745441 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:06.745537 [ 267 ] {05e932bd-e285-4730-b771-d817b97e1969} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:06.745592 [ 267 ] {05e932bd-e285-4730-b771-d817b97e1969} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.05.08 21:59:06.746405 [ 267 ] {05e932bd-e285-4730-b771-d817b97e1969} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:06.746444 [ 267 ] {05e932bd-e285-4730-b771-d817b97e1969} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:06.747616 [ 267 ] {05e932bd-e285-4730-b771-d817b97e1969} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:59:06.748097 [ 267 ] {05e932bd-e285-4730-b771-d817b97e1969} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:06.748234 [ 267 ] {05e932bd-e285-4730-b771-d817b97e1969} executeQuery: Read 8 rows, 14.68 KiB in 0.002716 sec., 2945.5081001472754 rows/sec., 5.28 MiB/sec. 2025.05.08 21:59:06.748297 [ 267 ] {05e932bd-e285-4730-b771-d817b97e1969} TCPHandler: Processed in 0.002904151 sec. 2025.05.08 21:59:06.748416 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:06.748510 [ 267 ] {e6fd6e4b-736b-4782-a989-694f42c04c0e} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 21:59:06.748551 [ 267 ] {e6fd6e4b-736b-4782-a989-694f42c04c0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 21:59:06.748890 [ 267 ] {e6fd6e4b-736b-4782-a989-694f42c04c0e} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:06.748926 [ 267 ] {e6fd6e4b-736b-4782-a989-694f42c04c0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:06.749357 [ 267 ] {e6fd6e4b-736b-4782-a989-694f42c04c0e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.08 21:59:06.749838 [ 267 ] {e6fd6e4b-736b-4782-a989-694f42c04c0e} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:06.749968 [ 267 ] {e6fd6e4b-736b-4782-a989-694f42c04c0e} executeQuery: Read 60 rows, 4.14 KiB in 0.001476 sec., 40650.40650406504 rows/sec., 2.74 MiB/sec. 2025.05.08 21:59:06.750004 [ 267 ] {e6fd6e4b-736b-4782-a989-694f42c04c0e} TCPHandler: Processed in 0.001637418 sec. 2025.05.08 21:59:11.711871 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:11.712056 [ 267 ] {f6e8c2c5-66a7-4e41-a20f-334dc0c4d462} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 21:59:11.712122 [ 267 ] {f6e8c2c5-66a7-4e41-a20f-334dc0c4d462} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 21:59:11.712796 [ 267 ] {f6e8c2c5-66a7-4e41-a20f-334dc0c4d462} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:11.712846 [ 267 ] {f6e8c2c5-66a7-4e41-a20f-334dc0c4d462} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:11.713366 [ 267 ] {f6e8c2c5-66a7-4e41-a20f-334dc0c4d462} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.08 21:59:11.713792 [ 267 ] {f6e8c2c5-66a7-4e41-a20f-334dc0c4d462} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:11.713958 [ 267 ] {f6e8c2c5-66a7-4e41-a20f-334dc0c4d462} executeQuery: Read 56 rows, 4.38 KiB in 0.001947 sec., 28762.19825372368 rows/sec., 2.20 MiB/sec. 2025.05.08 21:59:11.714006 [ 267 ] {f6e8c2c5-66a7-4e41-a20f-334dc0c4d462} TCPHandler: Processed in 0.002259784 sec. 2025.05.08 21:59:11.714135 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:11.714237 [ 267 ] {6d4ffb72-4588-48e3-9c2d-a0473d2fa7a0} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 21:59:11.714280 [ 267 ] {6d4ffb72-4588-48e3-9c2d-a0473d2fa7a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 21:59:11.714710 [ 267 ] {6d4ffb72-4588-48e3-9c2d-a0473d2fa7a0} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:11.714748 [ 267 ] {6d4ffb72-4588-48e3-9c2d-a0473d2fa7a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:11.715212 [ 267 ] {6d4ffb72-4588-48e3-9c2d-a0473d2fa7a0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.08 21:59:11.715618 [ 267 ] {6d4ffb72-4588-48e3-9c2d-a0473d2fa7a0} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:11.715754 [ 267 ] {6d4ffb72-4588-48e3-9c2d-a0473d2fa7a0} executeQuery: Read 64 rows, 5.12 KiB in 0.001541 sec., 41531.47306943543 rows/sec., 3.24 MiB/sec. 2025.05.08 21:59:11.715793 [ 267 ] {6d4ffb72-4588-48e3-9c2d-a0473d2fa7a0} TCPHandler: Processed in 0.001710588 sec. 2025.05.08 21:59:11.715908 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:11.716004 [ 267 ] {338b3c40-f97d-457f-9458-49d6103de9d3} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:11.716047 [ 267 ] {338b3c40-f97d-457f-9458-49d6103de9d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 21:59:11.716460 [ 267 ] {338b3c40-f97d-457f-9458-49d6103de9d3} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:11.716498 [ 267 ] {338b3c40-f97d-457f-9458-49d6103de9d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:11.716933 [ 267 ] {338b3c40-f97d-457f-9458-49d6103de9d3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.08 21:59:11.717364 [ 267 ] {338b3c40-f97d-457f-9458-49d6103de9d3} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:11.717500 [ 267 ] {338b3c40-f97d-457f-9458-49d6103de9d3} executeQuery: Read 160 rows, 11.41 KiB in 0.001515 sec., 105610.56105610561 rows/sec., 7.36 MiB/sec. 2025.05.08 21:59:11.717536 [ 267 ] {338b3c40-f97d-457f-9458-49d6103de9d3} TCPHandler: Processed in 0.001677638 sec. 2025.05.08 21:59:11.717642 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:11.717737 [ 267 ] {b51efb30-63b2-4f22-9700-dee9959241f3} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 21:59:11.717779 [ 267 ] {b51efb30-63b2-4f22-9700-dee9959241f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 21:59:11.718110 [ 267 ] {b51efb30-63b2-4f22-9700-dee9959241f3} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:11.718147 [ 267 ] {b51efb30-63b2-4f22-9700-dee9959241f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:11.718520 [ 267 ] {b51efb30-63b2-4f22-9700-dee9959241f3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.08 21:59:11.718962 [ 267 ] {b51efb30-63b2-4f22-9700-dee9959241f3} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:11.719091 [ 267 ] {b51efb30-63b2-4f22-9700-dee9959241f3} executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec. 2025.05.08 21:59:11.719125 [ 267 ] {b51efb30-63b2-4f22-9700-dee9959241f3} TCPHandler: Processed in 0.001590448 sec. 2025.05.08 21:59:12.496207 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2025.05.08 21:59:12.496710 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:12.496747 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:12.497354 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.08 21:59:12.497791 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:12.497949 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2025.05.08 21:59:12.601806 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.05.08 21:59:12.620355 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:12.620429 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:12.627171 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.08 21:59:12.628267 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:12.631689 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.05.08 21:59:13.000174 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 163.40 MiB, peak 167.40 MiB, free memory in arenas 0.00 B, will set to 164.58 MiB (RSS), difference: 1.18 MiB 2025.05.08 21:59:14.987196 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 166 2025.05.08 21:59:14.989190 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:14.989244 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:14.990547 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.08 21:59:14.991031 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:14.991336 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 166 2025.05.08 21:59:16.712315 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:16.712568 [ 267 ] {059f81d3-6b4d-4fc4-9772-c9ba6f1df6af} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 21:59:16.712633 [ 267 ] {059f81d3-6b4d-4fc4-9772-c9ba6f1df6af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 21:59:16.713284 [ 267 ] {059f81d3-6b4d-4fc4-9772-c9ba6f1df6af} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:16.713334 [ 267 ] {059f81d3-6b4d-4fc4-9772-c9ba6f1df6af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:16.713716 [ 267 ] {059f81d3-6b4d-4fc4-9772-c9ba6f1df6af} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.08 21:59:16.713943 [ 267 ] {059f81d3-6b4d-4fc4-9772-c9ba6f1df6af} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:16.714108 [ 267 ] {059f81d3-6b4d-4fc4-9772-c9ba6f1df6af} executeQuery: Read 72 rows, 5.96 KiB in 0.001586 sec., 45397.22572509458 rows/sec., 3.67 MiB/sec. 2025.05.08 21:59:16.714154 [ 267 ] {059f81d3-6b4d-4fc4-9772-c9ba6f1df6af} TCPHandler: Processed in 0.002019601 sec. 2025.05.08 21:59:16.714289 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:16.714391 [ 267 ] {036ff696-caa7-4ed9-b9e2-fd83a179f459} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.08 21:59:16.714434 [ 267 ] {036ff696-caa7-4ed9-b9e2-fd83a179f459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.08 21:59:16.714849 [ 267 ] {036ff696-caa7-4ed9-b9e2-fd83a179f459} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:16.714888 [ 267 ] {036ff696-caa7-4ed9-b9e2-fd83a179f459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:16.715199 [ 267 ] {036ff696-caa7-4ed9-b9e2-fd83a179f459} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.08 21:59:16.715406 [ 267 ] {036ff696-caa7-4ed9-b9e2-fd83a179f459} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:16.715539 [ 267 ] {036ff696-caa7-4ed9-b9e2-fd83a179f459} executeQuery: Read 8 rows, 616.00 B in 0.00117 sec., 6837.606837606837 rows/sec., 514.16 KiB/sec. 2025.05.08 21:59:16.715576 [ 267 ] {036ff696-caa7-4ed9-b9e2-fd83a179f459} TCPHandler: Processed in 0.001338975 sec. 2025.05.08 21:59:16.715690 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:16.715785 [ 267 ] {23f1f6a7-05ea-469a-a186-15a0c75efaa2} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 21:59:16.715825 [ 267 ] {23f1f6a7-05ea-469a-a186-15a0c75efaa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 21:59:16.716257 [ 267 ] {23f1f6a7-05ea-469a-a186-15a0c75efaa2} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:16.716294 [ 267 ] {23f1f6a7-05ea-469a-a186-15a0c75efaa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:16.716584 [ 267 ] {23f1f6a7-05ea-469a-a186-15a0c75efaa2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.08 21:59:16.716796 [ 267 ] {23f1f6a7-05ea-469a-a186-15a0c75efaa2} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:16.716926 [ 267 ] {23f1f6a7-05ea-469a-a186-15a0c75efaa2} executeQuery: Read 72 rows, 5.76 KiB in 0.00116 sec., 62068.96551724138 rows/sec., 4.85 MiB/sec. 2025.05.08 21:59:16.716962 [ 267 ] {23f1f6a7-05ea-469a-a186-15a0c75efaa2} TCPHandler: Processed in 0.001321443 sec. 2025.05.08 21:59:16.717074 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:16.717169 [ 267 ] {a1e8270d-a356-4c87-82ce-1bf9af14fcf1} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:16.717211 [ 267 ] {a1e8270d-a356-4c87-82ce-1bf9af14fcf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 21:59:16.717618 [ 267 ] {a1e8270d-a356-4c87-82ce-1bf9af14fcf1} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:16.717654 [ 267 ] {a1e8270d-a356-4c87-82ce-1bf9af14fcf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:16.717983 [ 267 ] {a1e8270d-a356-4c87-82ce-1bf9af14fcf1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.08 21:59:16.718185 [ 267 ] {a1e8270d-a356-4c87-82ce-1bf9af14fcf1} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:16.718314 [ 267 ] {a1e8270d-a356-4c87-82ce-1bf9af14fcf1} executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. 2025.05.08 21:59:16.718352 [ 267 ] {a1e8270d-a356-4c87-82ce-1bf9af14fcf1} TCPHandler: Processed in 0.001326935 sec. 2025.05.08 21:59:16.718462 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:16.718556 [ 267 ] {a311ac63-8956-4209-9d2b-a5b8e9389570} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:16.718609 [ 267 ] {a311ac63-8956-4209-9d2b-a5b8e9389570} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.05.08 21:59:16.719352 [ 267 ] {a311ac63-8956-4209-9d2b-a5b8e9389570} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:16.719390 [ 267 ] {a311ac63-8956-4209-9d2b-a5b8e9389570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:16.719890 [ 267 ] {a311ac63-8956-4209-9d2b-a5b8e9389570} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.08 21:59:16.720104 [ 267 ] {a311ac63-8956-4209-9d2b-a5b8e9389570} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:16.720239 [ 267 ] {a311ac63-8956-4209-9d2b-a5b8e9389570} executeQuery: Read 8 rows, 14.68 KiB in 0.001701 sec., 4703.115814226925 rows/sec., 8.43 MiB/sec. 2025.05.08 21:59:16.720294 [ 267 ] {a311ac63-8956-4209-9d2b-a5b8e9389570} TCPHandler: Processed in 0.00188094 sec. 2025.05.08 21:59:16.720409 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:16.720502 [ 267 ] {9e0a1060-16e7-4d86-9008-43343c0130df} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 21:59:16.720543 [ 267 ] {9e0a1060-16e7-4d86-9008-43343c0130df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 21:59:16.720887 [ 267 ] {9e0a1060-16e7-4d86-9008-43343c0130df} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:16.720922 [ 267 ] {9e0a1060-16e7-4d86-9008-43343c0130df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:16.721219 [ 267 ] {9e0a1060-16e7-4d86-9008-43343c0130df} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.08 21:59:16.721427 [ 267 ] {9e0a1060-16e7-4d86-9008-43343c0130df} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:16.721558 [ 267 ] {9e0a1060-16e7-4d86-9008-43343c0130df} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2025.05.08 21:59:16.721593 [ 267 ] {9e0a1060-16e7-4d86-9008-43343c0130df} TCPHandler: Processed in 0.001233883 sec. 2025.05.08 21:59:19.947003 [ 23 ] {} DNSResolver: Updating DNS cache 2025.05.08 21:59:19.947064 [ 23 ] {} DNSResolver: Updated DNS cache 2025.05.08 21:59:19.998055 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 2025.05.08 21:59:19.998545 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:19.998592 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:19.999177 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.08 21:59:19.999438 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:19.999580 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.05.08 21:59:19.999586 [ 23 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.08 21:59:19.999658 [ 23 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:19.999678 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:19.999875 [ 202 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::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.05.08 21:59:20.000065 [ 202 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:20.000170 [ 202 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::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.05.08 21:59:20.000297 [ 202 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::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.05.08 21:59:20.000405 [ 202 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::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.05.08 21:59:20.000465 [ 202 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::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.05.08 21:59:20.000517 [ 202 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::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.05.08 21:59:20.000567 [ 202 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::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.05.08 21:59:20.015213 [ 203 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.015446275 sec., 181661.92172546455 rows/sec., 2.60 MiB/sec. 2025.05.08 21:59:20.015955 [ 201 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.08 21:59:20.016304 [ 201 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::all_1_6_1} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:20.016385 [ 201 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::all_1_6_1} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.08 21:59:20.016520 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.05.08 21:59:20.131788 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.05.08 21:59:20.149845 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:20.149916 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:20.155933 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.08 21:59:20.156718 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:20.157024 [ 23 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.08 21:59:20.157086 [ 23 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:20.157110 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:20.157206 [ 201 ] {5baa2467-10a4-4072-aedc-143364581ce0::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.05.08 21:59:20.160787 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.05.08 21:59:20.161563 [ 201 ] {5baa2467-10a4-4072-aedc-143364581ce0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:20.163077 [ 201 ] {5baa2467-10a4-4072-aedc-143364581ce0::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.05.08 21:59:20.167757 [ 201 ] {5baa2467-10a4-4072-aedc-143364581ce0::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.05.08 21:59:20.172027 [ 201 ] {5baa2467-10a4-4072-aedc-143364581ce0::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.05.08 21:59:20.176297 [ 201 ] {5baa2467-10a4-4072-aedc-143364581ce0::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.05.08 21:59:20.181499 [ 201 ] {5baa2467-10a4-4072-aedc-143364581ce0::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.05.08 21:59:20.185928 [ 201 ] {5baa2467-10a4-4072-aedc-143364581ce0::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.05.08 21:59:20.242010 [ 203 ] {5baa2467-10a4-4072-aedc-143364581ce0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.084840667 sec., 542.1928142078374 rows/sec., 2.80 MiB/sec. 2025.05.08 21:59:20.244509 [ 203 ] {5baa2467-10a4-4072-aedc-143364581ce0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.08 21:59:20.246780 [ 203 ] {5baa2467-10a4-4072-aedc-143364581ce0::all_1_6_1} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:20.246862 [ 203 ] {5baa2467-10a4-4072-aedc-143364581ce0::all_1_6_1} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.08 21:59:20.248861 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.05.08 21:59:21.000161 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 165.95 MiB, peak 175.49 MiB, free memory in arenas 0.00 B, will set to 175.73 MiB (RSS), difference: 9.78 MiB 2025.05.08 21:59:21.711705 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:21.711880 [ 267 ] {fb25676a-9781-4ff9-bfd6-00c318689f26} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 21:59:21.711944 [ 267 ] {fb25676a-9781-4ff9-bfd6-00c318689f26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 21:59:21.712601 [ 267 ] {fb25676a-9781-4ff9-bfd6-00c318689f26} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:21.712647 [ 267 ] {fb25676a-9781-4ff9-bfd6-00c318689f26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:21.713037 [ 267 ] {fb25676a-9781-4ff9-bfd6-00c318689f26} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.08 21:59:21.713279 [ 267 ] {fb25676a-9781-4ff9-bfd6-00c318689f26} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:21.713420 [ 28 ] {} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.08 21:59:21.713451 [ 267 ] {fb25676a-9781-4ff9-bfd6-00c318689f26} executeQuery: Read 56 rows, 4.38 KiB in 0.001618 sec., 34610.630407911 rows/sec., 2.64 MiB/sec. 2025.05.08 21:59:21.713458 [ 28 ] {} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:21.713487 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:21.713498 [ 267 ] {fb25676a-9781-4ff9-bfd6-00c318689f26} TCPHandler: Processed in 0.0019142 sec. 2025.05.08 21:59:21.713623 [ 197 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::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.05.08 21:59:21.713633 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:21.713777 [ 267 ] {5f76c944-94df-463c-aed2-cbe240758808} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 21:59:21.713788 [ 197 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:21.713824 [ 267 ] {5f76c944-94df-463c-aed2-cbe240758808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 21:59:21.713845 [ 197 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part 2025.05.08 21:59:21.713949 [ 197 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2025.05.08 21:59:21.714000 [ 197 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part 2025.05.08 21:59:21.714046 [ 197 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2025.05.08 21:59:21.714143 [ 197 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part 2025.05.08 21:59:21.714199 [ 197 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2025.05.08 21:59:21.714280 [ 267 ] {5f76c944-94df-463c-aed2-cbe240758808} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:21.714321 [ 267 ] {5f76c944-94df-463c-aed2-cbe240758808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:21.714776 [ 267 ] {5f76c944-94df-463c-aed2-cbe240758808} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.08 21:59:21.715025 [ 267 ] {5f76c944-94df-463c-aed2-cbe240758808} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:21.715131 [ 28 ] {} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.08 21:59:21.715163 [ 28 ] {} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:21.715166 [ 267 ] {5f76c944-94df-463c-aed2-cbe240758808} executeQuery: Read 64 rows, 5.12 KiB in 0.001414 sec., 45261.669024045266 rows/sec., 3.53 MiB/sec. 2025.05.08 21:59:21.715181 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:21.715210 [ 267 ] {5f76c944-94df-463c-aed2-cbe240758808} TCPHandler: Processed in 0.001632157 sec. 2025.05.08 21:59:21.715311 [ 188 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::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.05.08 21:59:21.715333 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:21.715384 [ 186 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 5 columns (5 merged, 0 gathered) in 0.00182478 sec., 201668.14629708786 rows/sec., 16.52 MiB/sec. 2025.05.08 21:59:21.715453 [ 267 ] {0bf48b69-8962-4ec1-afb1-349f7123e89c} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:21.715484 [ 188 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:21.715501 [ 267 ] {0bf48b69-8962-4ec1-afb1-349f7123e89c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 21:59:21.715531 [ 188 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part 2025.05.08 21:59:21.715612 [ 196 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.08 21:59:21.715628 [ 188 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2025.05.08 21:59:21.715681 [ 188 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part 2025.05.08 21:59:21.715728 [ 188 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part 2025.05.08 21:59:21.715771 [ 188 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part 2025.05.08 21:59:21.715816 [ 188 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2025.05.08 21:59:21.715939 [ 196 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_6_1} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:21.715960 [ 267 ] {0bf48b69-8962-4ec1-afb1-349f7123e89c} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:21.716004 [ 267 ] {0bf48b69-8962-4ec1-afb1-349f7123e89c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:21.716022 [ 196 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_6_1} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.08 21:59:21.716121 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.05.08 21:59:21.716474 [ 267 ] {0bf48b69-8962-4ec1-afb1-349f7123e89c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.08 21:59:21.716733 [ 267 ] {0bf48b69-8962-4ec1-afb1-349f7123e89c} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:21.716833 [ 28 ] {} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.08 21:59:21.716863 [ 28 ] {} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:21.716873 [ 267 ] {0bf48b69-8962-4ec1-afb1-349f7123e89c} executeQuery: Read 160 rows, 11.41 KiB in 0.001442 sec., 110957.00416088766 rows/sec., 7.73 MiB/sec. 2025.05.08 21:59:21.716880 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:21.716884 [ 186 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 400 rows, containing 5 columns (5 merged, 0 gathered) in 0.001637877 sec., 244218.58295830517 rows/sec., 19.99 MiB/sec. 2025.05.08 21:59:21.716910 [ 267 ] {0bf48b69-8962-4ec1-afb1-349f7123e89c} TCPHandler: Processed in 0.001629148 sec. 2025.05.08 21:59:21.716953 [ 188 ] {54be8bcc-e808-4acb-b658-5743956c83f8::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.05.08 21:59:21.717014 [ 196 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.08 21:59:21.717037 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:21.717070 [ 188 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:21.717103 [ 188 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part 2025.05.08 21:59:21.717138 [ 267 ] {6ccc9533-ae79-4e55-9c4b-e4113932152c} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 21:59:21.717151 [ 188 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2025.05.08 21:59:21.717192 [ 267 ] {6ccc9533-ae79-4e55-9c4b-e4113932152c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 21:59:21.717212 [ 188 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2025.05.08 21:59:21.717252 [ 188 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2025.05.08 21:59:21.717288 [ 188 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2025.05.08 21:59:21.717322 [ 188 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2025.05.08 21:59:21.717350 [ 196 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_6_1} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:21.717422 [ 196 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_6_1} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.08 21:59:21.717485 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.08 21:59:21.717552 [ 267 ] {6ccc9533-ae79-4e55-9c4b-e4113932152c} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:21.717592 [ 267 ] {6ccc9533-ae79-4e55-9c4b-e4113932152c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:21.717950 [ 267 ] {6ccc9533-ae79-4e55-9c4b-e4113932152c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.08 21:59:21.718167 [ 267 ] {6ccc9533-ae79-4e55-9c4b-e4113932152c} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:21.718261 [ 28 ] {} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.08 21:59:21.718288 [ 28 ] {} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:21.718299 [ 267 ] {6ccc9533-ae79-4e55-9c4b-e4113932152c} executeQuery: Read 60 rows, 4.14 KiB in 0.001182 sec., 50761.42131979695 rows/sec., 3.42 MiB/sec. 2025.05.08 21:59:21.718304 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:21.718334 [ 267 ] {6ccc9533-ae79-4e55-9c4b-e4113932152c} TCPHandler: Processed in 0.001347335 sec. 2025.05.08 21:59:21.718338 [ 200 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 928 rows, containing 5 columns (5 merged, 0 gathered) in 0.001411385 sec., 657510.176174467 rows/sec., 45.79 MiB/sec. 2025.05.08 21:59:21.718396 [ 186 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::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.05.08 21:59:21.718535 [ 200 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.08 21:59:21.718556 [ 186 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:21.718607 [ 186 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part 2025.05.08 21:59:21.718697 [ 186 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2025.05.08 21:59:21.718748 [ 186 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2025.05.08 21:59:21.718813 [ 186 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2025.05.08 21:59:21.718818 [ 200 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_6_1} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:21.718860 [ 186 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2025.05.08 21:59:21.718897 [ 200 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_6_1} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.08 21:59:21.718914 [ 186 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2025.05.08 21:59:21.718961 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.05.08 21:59:21.719877 [ 191 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.001530676 sec., 227350.53009258656 rows/sec., 15.32 MiB/sec. 2025.05.08 21:59:21.720013 [ 200 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.08 21:59:21.720253 [ 200 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_6_1} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:21.720314 [ 200 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_6_1} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.08 21:59:21.720380 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.05.08 21:59:24.991455 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 186 2025.05.08 21:59:24.993591 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:24.993645 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:24.994831 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.08 21:59:24.995101 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:24.995399 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 186 2025.05.08 21:59:26.706035 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.706310 [ 267 ] {9bf87ae1-1784-47fe-81ad-fd8f65acde54} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:26.706756 [ 267 ] {9bf87ae1-1784-47fe-81ad-fd8f65acde54} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:26.706800 [ 267 ] {9bf87ae1-1784-47fe-81ad-fd8f65acde54} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:26.707094 [ 267 ] {9bf87ae1-1784-47fe-81ad-fd8f65acde54} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:26.707178 [ 267 ] {9bf87ae1-1784-47fe-81ad-fd8f65acde54} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:26.707357 [ 267 ] {9bf87ae1-1784-47fe-81ad-fd8f65acde54} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.05.08 21:59:26.707611 [ 289 ] {9bf87ae1-1784-47fe-81ad-fd8f65acde54} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:26.707654 [ 290 ] {9bf87ae1-1784-47fe-81ad-fd8f65acde54} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:26.707791 [ 267 ] {9bf87ae1-1784-47fe-81ad-fd8f65acde54} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.08 21:59:26.707831 [ 267 ] {9bf87ae1-1784-47fe-81ad-fd8f65acde54} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:26.707891 [ 267 ] {9bf87ae1-1784-47fe-81ad-fd8f65acde54} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.05.08 21:59:26.707922 [ 267 ] {9bf87ae1-1784-47fe-81ad-fd8f65acde54} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.08 21:59:26.708689 [ 267 ] {9bf87ae1-1784-47fe-81ad-fd8f65acde54} executeQuery: Read 18 rows, 754.00 B in 0.002494 sec., 7217.321571772253 rows/sec., 295.24 KiB/sec. 2025.05.08 21:59:26.708801 [ 267 ] {9bf87ae1-1784-47fe-81ad-fd8f65acde54} TCPHandler: Processed in 0.002981282 sec. 2025.05.08 21:59:26.709237 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.709381 [ 267 ] {94e28cdc-5a70-413c-b026-72f8c5970ccc} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:26.709596 [ 267 ] {94e28cdc-5a70-413c-b026-72f8c5970ccc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:26.709631 [ 267 ] {94e28cdc-5a70-413c-b026-72f8c5970ccc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:26.709807 [ 267 ] {94e28cdc-5a70-413c-b026-72f8c5970ccc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:26.709861 [ 267 ] {94e28cdc-5a70-413c-b026-72f8c5970ccc} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:26.709966 [ 267 ] {94e28cdc-5a70-413c-b026-72f8c5970ccc} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.05.08 21:59:26.710037 [ 290 ] {94e28cdc-5a70-413c-b026-72f8c5970ccc} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:26.710053 [ 289 ] {94e28cdc-5a70-413c-b026-72f8c5970ccc} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:26.710153 [ 267 ] {94e28cdc-5a70-413c-b026-72f8c5970ccc} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.08 21:59:26.710177 [ 267 ] {94e28cdc-5a70-413c-b026-72f8c5970ccc} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:26.710212 [ 267 ] {94e28cdc-5a70-413c-b026-72f8c5970ccc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" 2025.05.08 21:59:26.710232 [ 267 ] {94e28cdc-5a70-413c-b026-72f8c5970ccc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.08 21:59:26.710734 [ 267 ] {94e28cdc-5a70-413c-b026-72f8c5970ccc} executeQuery: Read 18 rows, 754.00 B in 0.001416 sec., 12711.864406779661 rows/sec., 520.01 KiB/sec. 2025.05.08 21:59:26.710823 [ 267 ] {94e28cdc-5a70-413c-b026-72f8c5970ccc} TCPHandler: Processed in 0.001641028 sec. 2025.05.08 21:59:26.711114 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.711245 [ 267 ] {4643f60a-ab05-4a50-a191-c9a6bee88c7b} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:26.711487 [ 267 ] {4643f60a-ab05-4a50-a191-c9a6bee88c7b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:26.711526 [ 267 ] {4643f60a-ab05-4a50-a191-c9a6bee88c7b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:26.711706 [ 267 ] {4643f60a-ab05-4a50-a191-c9a6bee88c7b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:26.711767 [ 267 ] {4643f60a-ab05-4a50-a191-c9a6bee88c7b} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:26.711872 [ 267 ] {4643f60a-ab05-4a50-a191-c9a6bee88c7b} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.05.08 21:59:26.711941 [ 290 ] {4643f60a-ab05-4a50-a191-c9a6bee88c7b} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:26.711954 [ 289 ] {4643f60a-ab05-4a50-a191-c9a6bee88c7b} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:26.712050 [ 267 ] {4643f60a-ab05-4a50-a191-c9a6bee88c7b} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.08 21:59:26.712080 [ 267 ] {4643f60a-ab05-4a50-a191-c9a6bee88c7b} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:26.712118 [ 267 ] {4643f60a-ab05-4a50-a191-c9a6bee88c7b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2025.05.08 21:59:26.712138 [ 267 ] {4643f60a-ab05-4a50-a191-c9a6bee88c7b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.08 21:59:26.712602 [ 267 ] {4643f60a-ab05-4a50-a191-c9a6bee88c7b} executeQuery: Read 18 rows, 754.00 B in 0.001408 sec., 12784.09090909091 rows/sec., 522.96 KiB/sec. 2025.05.08 21:59:26.712689 [ 267 ] {4643f60a-ab05-4a50-a191-c9a6bee88c7b} TCPHandler: Processed in 0.001625808 sec. 2025.05.08 21:59:26.712998 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.713131 [ 267 ] {42b21d2a-2ae5-4635-a8f9-769d48230668} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:26.713336 [ 267 ] {42b21d2a-2ae5-4635-a8f9-769d48230668} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:26.713370 [ 267 ] {42b21d2a-2ae5-4635-a8f9-769d48230668} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:26.713549 [ 267 ] {42b21d2a-2ae5-4635-a8f9-769d48230668} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:26.713603 [ 267 ] {42b21d2a-2ae5-4635-a8f9-769d48230668} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:26.713707 [ 267 ] {42b21d2a-2ae5-4635-a8f9-769d48230668} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.05.08 21:59:26.713778 [ 289 ] {42b21d2a-2ae5-4635-a8f9-769d48230668} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:26.713785 [ 290 ] {42b21d2a-2ae5-4635-a8f9-769d48230668} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:26.713879 [ 267 ] {42b21d2a-2ae5-4635-a8f9-769d48230668} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.08 21:59:26.713904 [ 267 ] {42b21d2a-2ae5-4635-a8f9-769d48230668} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:26.713940 [ 267 ] {42b21d2a-2ae5-4635-a8f9-769d48230668} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2025.05.08 21:59:26.714048 [ 267 ] {42b21d2a-2ae5-4635-a8f9-769d48230668} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.08 21:59:26.714653 [ 267 ] {42b21d2a-2ae5-4635-a8f9-769d48230668} executeQuery: Read 18 rows, 754.00 B in 0.001573 sec., 11443.102352193262 rows/sec., 468.10 KiB/sec. 2025.05.08 21:59:26.714746 [ 267 ] {42b21d2a-2ae5-4635-a8f9-769d48230668} TCPHandler: Processed in 0.00179922 sec. 2025.05.08 21:59:26.715023 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.715153 [ 267 ] {71549158-f344-4a24-b75c-eb4e61a7777a} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:26.715449 [ 267 ] {71549158-f344-4a24-b75c-eb4e61a7777a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:26.715484 [ 267 ] {71549158-f344-4a24-b75c-eb4e61a7777a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:26.715666 [ 267 ] {71549158-f344-4a24-b75c-eb4e61a7777a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:26.715722 [ 267 ] {71549158-f344-4a24-b75c-eb4e61a7777a} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:26.715822 [ 267 ] {71549158-f344-4a24-b75c-eb4e61a7777a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.05.08 21:59:26.715892 [ 289 ] {71549158-f344-4a24-b75c-eb4e61a7777a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:26.715895 [ 290 ] {71549158-f344-4a24-b75c-eb4e61a7777a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:26.715997 [ 267 ] {71549158-f344-4a24-b75c-eb4e61a7777a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.08 21:59:26.716024 [ 267 ] {71549158-f344-4a24-b75c-eb4e61a7777a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:26.716063 [ 267 ] {71549158-f344-4a24-b75c-eb4e61a7777a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2025.05.08 21:59:26.716084 [ 267 ] {71549158-f344-4a24-b75c-eb4e61a7777a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.08 21:59:26.716581 [ 267 ] {71549158-f344-4a24-b75c-eb4e61a7777a} executeQuery: Read 18 rows, 754.00 B in 0.001478 sec., 12178.619756427606 rows/sec., 498.19 KiB/sec. 2025.05.08 21:59:26.716662 [ 267 ] {71549158-f344-4a24-b75c-eb4e61a7777a} TCPHandler: Processed in 0.001690438 sec. 2025.05.08 21:59:26.716936 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.717066 [ 267 ] {d4f85690-2a1d-4ed4-8a10-802e49a62dfc} executeQuery: (from [fd00:1122:3344:101::d]:42462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:26.717268 [ 267 ] {d4f85690-2a1d-4ed4-8a10-802e49a62dfc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:26.717302 [ 267 ] {d4f85690-2a1d-4ed4-8a10-802e49a62dfc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:26.717485 [ 267 ] {d4f85690-2a1d-4ed4-8a10-802e49a62dfc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:26.717540 [ 267 ] {d4f85690-2a1d-4ed4-8a10-802e49a62dfc} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:26.717641 [ 267 ] {d4f85690-2a1d-4ed4-8a10-802e49a62dfc} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.05.08 21:59:26.717709 [ 289 ] {d4f85690-2a1d-4ed4-8a10-802e49a62dfc} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:26.717713 [ 290 ] {d4f85690-2a1d-4ed4-8a10-802e49a62dfc} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:26.717805 [ 267 ] {d4f85690-2a1d-4ed4-8a10-802e49a62dfc} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2025.05.08 21:59:26.717830 [ 267 ] {d4f85690-2a1d-4ed4-8a10-802e49a62dfc} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:26.717866 [ 267 ] {d4f85690-2a1d-4ed4-8a10-802e49a62dfc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2025.05.08 21:59:26.717885 [ 267 ] {d4f85690-2a1d-4ed4-8a10-802e49a62dfc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.08 21:59:26.718344 [ 267 ] {d4f85690-2a1d-4ed4-8a10-802e49a62dfc} executeQuery: Read 18 rows, 754.00 B in 0.001327 sec., 13564.431047475508 rows/sec., 554.88 KiB/sec. 2025.05.08 21:59:26.718431 [ 267 ] {d4f85690-2a1d-4ed4-8a10-802e49a62dfc} TCPHandler: Processed in 0.001543847 sec. 2025.05.08 21:59:26.733146 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.733265 [ 267 ] {9bf07009-5cf1-4068-a229-0752d41c9661} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.08 21:59:26.733314 [ 267 ] {9bf07009-5cf1-4068-a229-0752d41c9661} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:26.733914 [ 267 ] {9bf07009-5cf1-4068-a229-0752d41c9661} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:26.733963 [ 267 ] {9bf07009-5cf1-4068-a229-0752d41c9661} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:26.734406 [ 267 ] {9bf07009-5cf1-4068-a229-0752d41c9661} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.08 21:59:26.734610 [ 267 ] {9bf07009-5cf1-4068-a229-0752d41c9661} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:26.734764 [ 267 ] {9bf07009-5cf1-4068-a229-0752d41c9661} executeQuery: Read 6 rows, 2.84 KiB in 0.001535 sec., 3908.7947882736157 rows/sec., 1.81 MiB/sec. 2025.05.08 21:59:26.734805 [ 267 ] {9bf07009-5cf1-4068-a229-0752d41c9661} TCPHandler: Processed in 0.001717838 sec. 2025.05.08 21:59:26.734945 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.735046 [ 267 ] {a21bc8b1-50fc-4907-9489-b511481c5a0b} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.08 21:59:26.735087 [ 267 ] {a21bc8b1-50fc-4907-9489-b511481c5a0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.08 21:59:26.737554 [ 267 ] {a21bc8b1-50fc-4907-9489-b511481c5a0b} oximeter.fields_i16 (edc2ac4c-5ec3-4309-b3f5-be88f0ea6622): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:26.737593 [ 267 ] {a21bc8b1-50fc-4907-9489-b511481c5a0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:26.738078 [ 267 ] {a21bc8b1-50fc-4907-9489-b511481c5a0b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:59:26.738422 [ 267 ] {a21bc8b1-50fc-4907-9489-b511481c5a0b} oximeter.fields_i16 (edc2ac4c-5ec3-4309-b3f5-be88f0ea6622): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:26.738599 [ 267 ] {a21bc8b1-50fc-4907-9489-b511481c5a0b} executeQuery: Read 24 rows, 2.04 KiB in 0.003575 sec., 6713.286713286713 rows/sec., 570.37 KiB/sec. 2025.05.08 21:59:26.738644 [ 267 ] {a21bc8b1-50fc-4907-9489-b511481c5a0b} TCPHandler: Processed in 0.00374978 sec. 2025.05.08 21:59:26.738774 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.738871 [ 267 ] {84d879f7-b948-4b73-9902-44e32ff57a0d} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 21:59:26.738913 [ 267 ] {84d879f7-b948-4b73-9902-44e32ff57a0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 21:59:26.739420 [ 267 ] {84d879f7-b948-4b73-9902-44e32ff57a0d} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:26.739459 [ 267 ] {84d879f7-b948-4b73-9902-44e32ff57a0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:26.739785 [ 267 ] {84d879f7-b948-4b73-9902-44e32ff57a0d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.08 21:59:26.739995 [ 267 ] {84d879f7-b948-4b73-9902-44e32ff57a0d} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:26.740127 [ 267 ] {84d879f7-b948-4b73-9902-44e32ff57a0d} executeQuery: Read 192 rows, 17.40 KiB in 0.001278 sec., 150234.74178403756 rows/sec., 13.30 MiB/sec. 2025.05.08 21:59:26.740163 [ 267 ] {84d879f7-b948-4b73-9902-44e32ff57a0d} TCPHandler: Processed in 0.001439046 sec. 2025.05.08 21:59:26.740283 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.740380 [ 267 ] {15e8a1b2-06db-43a8-aa7c-c20b3015f32d} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.08 21:59:26.740419 [ 267 ] {15e8a1b2-06db-43a8-aa7c-c20b3015f32d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.08 21:59:26.740815 [ 267 ] {15e8a1b2-06db-43a8-aa7c-c20b3015f32d} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:26.740854 [ 267 ] {15e8a1b2-06db-43a8-aa7c-c20b3015f32d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:26.741159 [ 267 ] {15e8a1b2-06db-43a8-aa7c-c20b3015f32d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.08 21:59:26.741374 [ 267 ] {15e8a1b2-06db-43a8-aa7c-c20b3015f32d} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:26.741515 [ 267 ] {15e8a1b2-06db-43a8-aa7c-c20b3015f32d} executeQuery: Read 20 rows, 1.56 KiB in 0.001155 sec., 17316.017316017314 rows/sec., 1.32 MiB/sec. 2025.05.08 21:59:26.741552 [ 267 ] {15e8a1b2-06db-43a8-aa7c-c20b3015f32d} TCPHandler: Processed in 0.001319164 sec. 2025.05.08 21:59:26.741679 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.741773 [ 267 ] {343a217f-2e29-4a18-a88c-dc85d065d077} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.08 21:59:26.741816 [ 267 ] {343a217f-2e29-4a18-a88c-dc85d065d077} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.08 21:59:26.742276 [ 267 ] {343a217f-2e29-4a18-a88c-dc85d065d077} oximeter.fields_u32 (3240399b-9d89-433e-bcb1-e2de7749076d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:26.742310 [ 267 ] {343a217f-2e29-4a18-a88c-dc85d065d077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:26.742618 [ 267 ] {343a217f-2e29-4a18-a88c-dc85d065d077} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:59:26.742833 [ 267 ] {343a217f-2e29-4a18-a88c-dc85d065d077} oximeter.fields_u32 (3240399b-9d89-433e-bcb1-e2de7749076d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:26.742965 [ 267 ] {343a217f-2e29-4a18-a88c-dc85d065d077} executeQuery: Read 24 rows, 2.04 KiB in 0.00121 sec., 19834.710743801654 rows/sec., 1.65 MiB/sec. 2025.05.08 21:59:26.743002 [ 267 ] {343a217f-2e29-4a18-a88c-dc85d065d077} TCPHandler: Processed in 0.001373225 sec. 2025.05.08 21:59:26.743122 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.743217 [ 267 ] {78642101-8af7-4299-8ca2-1b1f10fdb1a4} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.08 21:59:26.743257 [ 267 ] {78642101-8af7-4299-8ca2-1b1f10fdb1a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.08 21:59:26.743666 [ 267 ] {78642101-8af7-4299-8ca2-1b1f10fdb1a4} oximeter.fields_u8 (098847cf-e66d-44ca-9716-bcbe86ff4f3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:26.743704 [ 267 ] {78642101-8af7-4299-8ca2-1b1f10fdb1a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:26.744086 [ 267 ] {78642101-8af7-4299-8ca2-1b1f10fdb1a4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:59:26.744302 [ 267 ] {78642101-8af7-4299-8ca2-1b1f10fdb1a4} oximeter.fields_u8 (098847cf-e66d-44ca-9716-bcbe86ff4f3e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:26.744433 [ 267 ] {78642101-8af7-4299-8ca2-1b1f10fdb1a4} executeQuery: Read 12 rows, 960.00 B in 0.001235 sec., 9716.599190283401 rows/sec., 759.11 KiB/sec. 2025.05.08 21:59:26.744471 [ 267 ] {78642101-8af7-4299-8ca2-1b1f10fdb1a4} TCPHandler: Processed in 0.001399605 sec. 2025.05.08 21:59:26.744604 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.744699 [ 267 ] {504adce3-5e25-4645-a4c0-e8c2a10ecf84} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 21:59:26.744740 [ 267 ] {504adce3-5e25-4645-a4c0-e8c2a10ecf84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 21:59:26.745207 [ 267 ] {504adce3-5e25-4645-a4c0-e8c2a10ecf84} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:26.745246 [ 267 ] {504adce3-5e25-4645-a4c0-e8c2a10ecf84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:26.745564 [ 267 ] {504adce3-5e25-4645-a4c0-e8c2a10ecf84} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.08 21:59:26.745775 [ 267 ] {504adce3-5e25-4645-a4c0-e8c2a10ecf84} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:26.745906 [ 267 ] {504adce3-5e25-4645-a4c0-e8c2a10ecf84} executeQuery: Read 108 rows, 9.01 KiB in 0.001226 sec., 88091.35399673735 rows/sec., 7.18 MiB/sec. 2025.05.08 21:59:26.745943 [ 267 ] {504adce3-5e25-4645-a4c0-e8c2a10ecf84} TCPHandler: Processed in 0.001389065 sec. 2025.05.08 21:59:26.746066 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.746161 [ 267 ] {e509cd63-0908-4420-a959-82ceef2ec915} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:26.746203 [ 267 ] {e509cd63-0908-4420-a959-82ceef2ec915} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 21:59:26.746679 [ 267 ] {e509cd63-0908-4420-a959-82ceef2ec915} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:26.746718 [ 267 ] {e509cd63-0908-4420-a959-82ceef2ec915} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:26.747070 [ 267 ] {e509cd63-0908-4420-a959-82ceef2ec915} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.08 21:59:26.747290 [ 267 ] {e509cd63-0908-4420-a959-82ceef2ec915} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:26.747428 [ 267 ] {e509cd63-0908-4420-a959-82ceef2ec915} executeQuery: Read 340 rows, 26.35 KiB in 0.001286 sec., 264385.69206842926 rows/sec., 20.01 MiB/sec. 2025.05.08 21:59:26.747464 [ 267 ] {e509cd63-0908-4420-a959-82ceef2ec915} TCPHandler: Processed in 0.001447435 sec. 2025.05.08 21:59:26.747594 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.747689 [ 267 ] {ec6cf40f-4d00-4471-8473-bbf8defd8d38} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:26.747745 [ 267 ] {ec6cf40f-4d00-4471-8473-bbf8defd8d38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.05.08 21:59:26.748474 [ 267 ] {ec6cf40f-4d00-4471-8473-bbf8defd8d38} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:26.748512 [ 267 ] {ec6cf40f-4d00-4471-8473-bbf8defd8d38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:26.749020 [ 267 ] {ec6cf40f-4d00-4471-8473-bbf8defd8d38} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.08 21:59:26.749251 [ 267 ] {ec6cf40f-4d00-4471-8473-bbf8defd8d38} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:26.749392 [ 267 ] {ec6cf40f-4d00-4471-8473-bbf8defd8d38} executeQuery: Read 8 rows, 14.68 KiB in 0.001721 sec., 4648.460197559558 rows/sec., 8.33 MiB/sec. 2025.05.08 21:59:26.749454 [ 267 ] {ec6cf40f-4d00-4471-8473-bbf8defd8d38} TCPHandler: Processed in 0.001909771 sec. 2025.05.08 21:59:26.749575 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:26.749672 [ 267 ] {db19c822-680d-43c0-8b9f-b7a3f6b5ed4d} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 21:59:26.749713 [ 267 ] {db19c822-680d-43c0-8b9f-b7a3f6b5ed4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 21:59:26.750057 [ 267 ] {db19c822-680d-43c0-8b9f-b7a3f6b5ed4d} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:26.750094 [ 267 ] {db19c822-680d-43c0-8b9f-b7a3f6b5ed4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:26.750398 [ 267 ] {db19c822-680d-43c0-8b9f-b7a3f6b5ed4d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.08 21:59:26.750617 [ 267 ] {db19c822-680d-43c0-8b9f-b7a3f6b5ed4d} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:26.750750 [ 267 ] {db19c822-680d-43c0-8b9f-b7a3f6b5ed4d} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2025.05.08 21:59:26.750786 [ 267 ] {db19c822-680d-43c0-8b9f-b7a3f6b5ed4d} TCPHandler: Processed in 0.001261043 sec. 2025.05.08 21:59:27.499636 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 2025.05.08 21:59:27.500173 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:27.500226 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:27.500750 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.08 21:59:27.501005 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:27.501155 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 2025.05.08 21:59:27.661838 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.05.08 21:59:27.680396 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:27.680462 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:27.686113 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.08 21:59:27.686888 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:27.690646 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.05.08 21:59:31.712305 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:31.712483 [ 267 ] {2919f5a9-795e-4730-acdc-e55e75466d50} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 21:59:31.712549 [ 267 ] {2919f5a9-795e-4730-acdc-e55e75466d50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 21:59:31.713313 [ 267 ] {2919f5a9-795e-4730-acdc-e55e75466d50} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:31.713360 [ 267 ] {2919f5a9-795e-4730-acdc-e55e75466d50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:31.713748 [ 267 ] {2919f5a9-795e-4730-acdc-e55e75466d50} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.08 21:59:31.714006 [ 267 ] {2919f5a9-795e-4730-acdc-e55e75466d50} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:31.714166 [ 267 ] {2919f5a9-795e-4730-acdc-e55e75466d50} executeQuery: Read 56 rows, 4.38 KiB in 0.00173 sec., 32369.942196531792 rows/sec., 2.47 MiB/sec. 2025.05.08 21:59:31.714214 [ 267 ] {2919f5a9-795e-4730-acdc-e55e75466d50} TCPHandler: Processed in 0.002034172 sec. 2025.05.08 21:59:31.714344 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:31.714461 [ 267 ] {6871bef8-dc5b-4fc7-acd9-08f5ab3ed5cd} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 21:59:31.714513 [ 267 ] {6871bef8-dc5b-4fc7-acd9-08f5ab3ed5cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 21:59:31.715062 [ 267 ] {6871bef8-dc5b-4fc7-acd9-08f5ab3ed5cd} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:31.715098 [ 267 ] {6871bef8-dc5b-4fc7-acd9-08f5ab3ed5cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:31.715417 [ 267 ] {6871bef8-dc5b-4fc7-acd9-08f5ab3ed5cd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.08 21:59:31.715637 [ 267 ] {6871bef8-dc5b-4fc7-acd9-08f5ab3ed5cd} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:31.715776 [ 267 ] {6871bef8-dc5b-4fc7-acd9-08f5ab3ed5cd} executeQuery: Read 64 rows, 5.12 KiB in 0.001345 sec., 47583.64312267658 rows/sec., 3.71 MiB/sec. 2025.05.08 21:59:31.715813 [ 267 ] {6871bef8-dc5b-4fc7-acd9-08f5ab3ed5cd} TCPHandler: Processed in 0.001522256 sec. 2025.05.08 21:59:31.715930 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:31.716030 [ 267 ] {14cbfd52-8b7a-4605-a982-105312357ae7} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:31.716076 [ 267 ] {14cbfd52-8b7a-4605-a982-105312357ae7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 21:59:31.716506 [ 267 ] {14cbfd52-8b7a-4605-a982-105312357ae7} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:31.716541 [ 267 ] {14cbfd52-8b7a-4605-a982-105312357ae7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:31.716885 [ 267 ] {14cbfd52-8b7a-4605-a982-105312357ae7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.08 21:59:31.717111 [ 267 ] {14cbfd52-8b7a-4605-a982-105312357ae7} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:31.717246 [ 267 ] {14cbfd52-8b7a-4605-a982-105312357ae7} executeQuery: Read 160 rows, 11.41 KiB in 0.001238 sec., 129240.71082390954 rows/sec., 9.00 MiB/sec. 2025.05.08 21:59:31.717282 [ 267 ] {14cbfd52-8b7a-4605-a982-105312357ae7} TCPHandler: Processed in 0.001403175 sec. 2025.05.08 21:59:31.717395 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:31.717494 [ 267 ] {ed7029fb-34c0-4e5b-abb8-fa95bd37db30} executeQuery: (from [fd00:1122:3344:101::d]:42462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 21:59:31.717536 [ 267 ] {ed7029fb-34c0-4e5b-abb8-fa95bd37db30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 21:59:31.717880 [ 267 ] {ed7029fb-34c0-4e5b-abb8-fa95bd37db30} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:31.717915 [ 267 ] {ed7029fb-34c0-4e5b-abb8-fa95bd37db30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:31.718227 [ 267 ] {ed7029fb-34c0-4e5b-abb8-fa95bd37db30} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.08 21:59:31.718438 [ 267 ] {ed7029fb-34c0-4e5b-abb8-fa95bd37db30} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:31.718569 [ 267 ] {ed7029fb-34c0-4e5b-abb8-fa95bd37db30} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.05.08 21:59:31.718604 [ 267 ] {ed7029fb-34c0-4e5b-abb8-fa95bd37db30} TCPHandler: Processed in 0.001260954 sec. 2025.05.08 21:59:34.947114 [ 63 ] {} DNSResolver: Updating DNS cache 2025.05.08 21:59:34.947177 [ 63 ] {} DNSResolver: Updated DNS cache 2025.05.08 21:59:34.995636 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 226 2025.05.08 21:59:34.998093 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:34.998149 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:34.999363 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.08 21:59:34.999641 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:34.999966 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 226 2025.05.08 21:59:35.001357 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3782 2025.05.08 21:59:35.001882 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:35.001934 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:35.002438 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.08 21:59:35.002695 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:35.002861 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3782 2025.05.08 21:59:35.190834 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.05.08 21:59:35.209752 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:35.209811 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:35.216001 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.08 21:59:35.216700 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:35.220294 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.05.08 21:59:36.394159 [ 267 ] {} TCPHandler: Done processing connection. 2025.05.08 21:59:36.394245 [ 267 ] {} TCP-Session: 3c96d157-f657-4d93-8efe-6c5a9b66bfa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.08 21:59:36.711964 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:36.712167 [ 268 ] {a6b97110-fbdb-46a7-8308-dcfa68bd7331} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 21:59:36.712245 [ 268 ] {a6b97110-fbdb-46a7-8308-dcfa68bd7331} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 21:59:36.713006 [ 268 ] {a6b97110-fbdb-46a7-8308-dcfa68bd7331} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:36.713064 [ 268 ] {a6b97110-fbdb-46a7-8308-dcfa68bd7331} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:36.713468 [ 268 ] {a6b97110-fbdb-46a7-8308-dcfa68bd7331} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.08 21:59:36.713709 [ 268 ] {a6b97110-fbdb-46a7-8308-dcfa68bd7331} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:36.713869 [ 268 ] {a6b97110-fbdb-46a7-8308-dcfa68bd7331} executeQuery: Read 72 rows, 5.96 KiB in 0.001756 sec., 41002.27790432802 rows/sec., 3.32 MiB/sec. 2025.05.08 21:59:36.713918 [ 268 ] {a6b97110-fbdb-46a7-8308-dcfa68bd7331} TCPHandler: Processed in 0.002097662 sec. 2025.05.08 21:59:36.714048 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:36.714158 [ 268 ] {96380a90-98c3-4b06-b1d4-8d17a93d87ff} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.08 21:59:36.714202 [ 268 ] {96380a90-98c3-4b06-b1d4-8d17a93d87ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.08 21:59:36.714620 [ 268 ] {96380a90-98c3-4b06-b1d4-8d17a93d87ff} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:36.714661 [ 268 ] {96380a90-98c3-4b06-b1d4-8d17a93d87ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:36.714969 [ 268 ] {96380a90-98c3-4b06-b1d4-8d17a93d87ff} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.08 21:59:36.715189 [ 268 ] {96380a90-98c3-4b06-b1d4-8d17a93d87ff} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:36.715321 [ 268 ] {96380a90-98c3-4b06-b1d4-8d17a93d87ff} executeQuery: Read 8 rows, 616.00 B in 0.001188 sec., 6734.0067340067335 rows/sec., 506.37 KiB/sec. 2025.05.08 21:59:36.715359 [ 268 ] {96380a90-98c3-4b06-b1d4-8d17a93d87ff} TCPHandler: Processed in 0.001365055 sec. 2025.05.08 21:59:36.715478 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:36.715580 [ 268 ] {ced6da43-d8e3-45a0-800e-5c0216c4983a} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 21:59:36.715622 [ 268 ] {ced6da43-d8e3-45a0-800e-5c0216c4983a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 21:59:36.716040 [ 268 ] {ced6da43-d8e3-45a0-800e-5c0216c4983a} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:36.716078 [ 268 ] {ced6da43-d8e3-45a0-800e-5c0216c4983a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:36.716403 [ 268 ] {ced6da43-d8e3-45a0-800e-5c0216c4983a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.08 21:59:36.716638 [ 268 ] {ced6da43-d8e3-45a0-800e-5c0216c4983a} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:36.716765 [ 268 ] {ced6da43-d8e3-45a0-800e-5c0216c4983a} executeQuery: Read 72 rows, 5.76 KiB in 0.001204 sec., 59800.664451827244 rows/sec., 4.67 MiB/sec. 2025.05.08 21:59:36.716804 [ 268 ] {ced6da43-d8e3-45a0-800e-5c0216c4983a} TCPHandler: Processed in 0.001377145 sec. 2025.05.08 21:59:36.716923 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:36.717018 [ 268 ] {ad820286-b3ad-4891-9675-137cc48561af} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:36.717063 [ 268 ] {ad820286-b3ad-4891-9675-137cc48561af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 21:59:36.717499 [ 268 ] {ad820286-b3ad-4891-9675-137cc48561af} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:36.717535 [ 268 ] {ad820286-b3ad-4891-9675-137cc48561af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:36.717849 [ 268 ] {ad820286-b3ad-4891-9675-137cc48561af} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.08 21:59:36.718045 [ 268 ] {ad820286-b3ad-4891-9675-137cc48561af} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:36.718166 [ 268 ] {ad820286-b3ad-4891-9675-137cc48561af} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2025.05.08 21:59:36.718201 [ 268 ] {ad820286-b3ad-4891-9675-137cc48561af} TCPHandler: Processed in 0.001374104 sec. 2025.05.08 21:59:36.718312 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:36.718401 [ 268 ] {a75399ac-e3ee-461b-934d-cbe940dcfc66} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:36.718516 [ 268 ] {a75399ac-e3ee-461b-934d-cbe940dcfc66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.05.08 21:59:36.719356 [ 268 ] {a75399ac-e3ee-461b-934d-cbe940dcfc66} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:36.719394 [ 268 ] {a75399ac-e3ee-461b-934d-cbe940dcfc66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:36.719892 [ 268 ] {a75399ac-e3ee-461b-934d-cbe940dcfc66} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.08 21:59:36.720110 [ 268 ] {a75399ac-e3ee-461b-934d-cbe940dcfc66} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:36.720246 [ 268 ] {a75399ac-e3ee-461b-934d-cbe940dcfc66} executeQuery: Read 8 rows, 14.68 KiB in 0.001803 sec., 4437.049362174154 rows/sec., 7.95 MiB/sec. 2025.05.08 21:59:36.720305 [ 268 ] {a75399ac-e3ee-461b-934d-cbe940dcfc66} TCPHandler: Processed in 0.001986301 sec. 2025.05.08 21:59:36.720429 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:36.720524 [ 268 ] {d0d27bdd-41e7-445a-9bd6-7b6c0d688a0a} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 21:59:36.720567 [ 268 ] {d0d27bdd-41e7-445a-9bd6-7b6c0d688a0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 21:59:36.720918 [ 268 ] {d0d27bdd-41e7-445a-9bd6-7b6c0d688a0a} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:36.720954 [ 268 ] {d0d27bdd-41e7-445a-9bd6-7b6c0d688a0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:36.721293 [ 268 ] {d0d27bdd-41e7-445a-9bd6-7b6c0d688a0a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.08 21:59:36.721500 [ 268 ] {d0d27bdd-41e7-445a-9bd6-7b6c0d688a0a} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:36.721624 [ 268 ] {d0d27bdd-41e7-445a-9bd6-7b6c0d688a0a} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2025.05.08 21:59:36.721661 [ 268 ] {d0d27bdd-41e7-445a-9bd6-7b6c0d688a0a} TCPHandler: Processed in 0.001281584 sec. 2025.05.08 21:59:37.000195 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 176.42 MiB, peak 181.55 MiB, free memory in arenas 0.00 B, will set to 178.10 MiB (RSS), difference: 1.68 MiB 2025.05.08 21:59:41.712064 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:41.712280 [ 268 ] {b800cc13-f2ac-4640-801e-d706ad00a7b7} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 21:59:41.712350 [ 268 ] {b800cc13-f2ac-4640-801e-d706ad00a7b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 21:59:41.713092 [ 268 ] {b800cc13-f2ac-4640-801e-d706ad00a7b7} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:41.713136 [ 268 ] {b800cc13-f2ac-4640-801e-d706ad00a7b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:41.713528 [ 268 ] {b800cc13-f2ac-4640-801e-d706ad00a7b7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.08 21:59:41.713742 [ 268 ] {b800cc13-f2ac-4640-801e-d706ad00a7b7} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:41.713881 [ 268 ] {b800cc13-f2ac-4640-801e-d706ad00a7b7} executeQuery: Read 56 rows, 4.38 KiB in 0.001657 sec., 33796.01689800845 rows/sec., 2.58 MiB/sec. 2025.05.08 21:59:41.713919 [ 268 ] {b800cc13-f2ac-4640-801e-d706ad00a7b7} TCPHandler: Processed in 0.001991851 sec. 2025.05.08 21:59:41.714049 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:41.714142 [ 268 ] {3f025212-9627-416d-ab15-6ac1d773dabb} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 21:59:41.714182 [ 268 ] {3f025212-9627-416d-ab15-6ac1d773dabb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 21:59:41.714597 [ 268 ] {3f025212-9627-416d-ab15-6ac1d773dabb} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:41.714631 [ 268 ] {3f025212-9627-416d-ab15-6ac1d773dabb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:41.714917 [ 268 ] {3f025212-9627-416d-ab15-6ac1d773dabb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.08 21:59:41.715117 [ 268 ] {3f025212-9627-416d-ab15-6ac1d773dabb} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:41.715236 [ 268 ] {3f025212-9627-416d-ab15-6ac1d773dabb} executeQuery: Read 64 rows, 5.12 KiB in 0.001113 sec., 57502.246181491464 rows/sec., 4.49 MiB/sec. 2025.05.08 21:59:41.715270 [ 268 ] {3f025212-9627-416d-ab15-6ac1d773dabb} TCPHandler: Processed in 0.001268614 sec. 2025.05.08 21:59:41.715384 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:41.715475 [ 268 ] {cd890b52-5e15-406d-845a-62d8ea1191b0} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:41.715516 [ 268 ] {cd890b52-5e15-406d-845a-62d8ea1191b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 21:59:41.715922 [ 268 ] {cd890b52-5e15-406d-845a-62d8ea1191b0} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:41.715955 [ 268 ] {cd890b52-5e15-406d-845a-62d8ea1191b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:41.716269 [ 268 ] {cd890b52-5e15-406d-845a-62d8ea1191b0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.08 21:59:41.716485 [ 268 ] {cd890b52-5e15-406d-845a-62d8ea1191b0} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:41.716608 [ 268 ] {cd890b52-5e15-406d-845a-62d8ea1191b0} executeQuery: Read 160 rows, 11.41 KiB in 0.001151 sec., 139009.55690703736 rows/sec., 9.68 MiB/sec. 2025.05.08 21:59:41.716642 [ 268 ] {cd890b52-5e15-406d-845a-62d8ea1191b0} TCPHandler: Processed in 0.001304265 sec. 2025.05.08 21:59:41.716752 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:41.716843 [ 268 ] {1d65aa6d-8743-443a-81ab-0bc051cbf245} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 21:59:41.716881 [ 268 ] {1d65aa6d-8743-443a-81ab-0bc051cbf245} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 21:59:41.717205 [ 268 ] {1d65aa6d-8743-443a-81ab-0bc051cbf245} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:41.717237 [ 268 ] {1d65aa6d-8743-443a-81ab-0bc051cbf245} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:41.717542 [ 268 ] {1d65aa6d-8743-443a-81ab-0bc051cbf245} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.08 21:59:41.717740 [ 268 ] {1d65aa6d-8743-443a-81ab-0bc051cbf245} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:41.717857 [ 268 ] {1d65aa6d-8743-443a-81ab-0bc051cbf245} executeQuery: Read 60 rows, 4.14 KiB in 0.001032 sec., 58139.53488372093 rows/sec., 3.92 MiB/sec. 2025.05.08 21:59:41.717889 [ 268 ] {1d65aa6d-8743-443a-81ab-0bc051cbf245} TCPHandler: Processed in 0.001184193 sec. 2025.05.08 21:59:42.503024 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4209 2025.05.08 21:59:42.503512 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:42.503553 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:42.504038 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.08 21:59:42.504265 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:42.504396 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 2025.05.08 21:59:42.720447 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.05.08 21:59:42.737617 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:42.737674 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:42.744155 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.08 21:59:42.744916 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:42.748304 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.05.08 21:59:43.000225 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 178.65 MiB, peak 182.65 MiB, free memory in arenas 0.00 B, will set to 179.82 MiB (RSS), difference: 1.18 MiB 2025.05.08 21:59:45.000254 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 246 2025.05.08 21:59:45.002250 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:45.002299 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:45.003487 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.08 21:59:45.003757 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:45.003905 [ 52 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.08 21:59:45.003968 [ 52 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:45.003991 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:45.004064 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 246 2025.05.08 21:59:45.004089 [ 186 ] {528b0cbd-31b6-4fd4-b10c-fe498569bd90::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.05.08 21:59:45.004603 [ 186 ] {528b0cbd-31b6-4fd4-b10c-fe498569bd90::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:45.004775 [ 186 ] {528b0cbd-31b6-4fd4-b10c-fe498569bd90::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.05.08 21:59:45.005161 [ 186 ] {528b0cbd-31b6-4fd4-b10c-fe498569bd90::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part 2025.05.08 21:59:45.005542 [ 186 ] {528b0cbd-31b6-4fd4-b10c-fe498569bd90::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2025.05.08 21:59:45.005920 [ 186 ] {528b0cbd-31b6-4fd4-b10c-fe498569bd90::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.05.08 21:59:45.006282 [ 186 ] {528b0cbd-31b6-4fd4-b10c-fe498569bd90::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2025.05.08 21:59:45.006632 [ 186 ] {528b0cbd-31b6-4fd4-b10c-fe498569bd90::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.05.08 21:59:45.013208 [ 191 ] {528b0cbd-31b6-4fd4-b10c-fe498569bd90::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 72 columns (72 merged, 0 gathered) in 0.009164358 sec., 26843.12419920741 rows/sec., 26.05 MiB/sec. 2025.05.08 21:59:45.013889 [ 190 ] {528b0cbd-31b6-4fd4-b10c-fe498569bd90::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.08 21:59:45.014448 [ 190 ] {528b0cbd-31b6-4fd4-b10c-fe498569bd90::all_1_6_1} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:45.014520 [ 190 ] {528b0cbd-31b6-4fd4-b10c-fe498569bd90::all_1_6_1} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.08 21:59:45.014667 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2025.05.08 21:59:46.000168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 179.94 MiB, peak 184.39 MiB, free memory in arenas 0.00 B, will set to 181.05 MiB (RSS), difference: 1.11 MiB 2025.05.08 21:59:46.711891 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:46.712093 [ 268 ] {4f1d3966-f194-401f-9749-59f925cfb47c} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 21:59:46.712170 [ 268 ] {4f1d3966-f194-401f-9749-59f925cfb47c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 21:59:46.712878 [ 268 ] {4f1d3966-f194-401f-9749-59f925cfb47c} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:46.712934 [ 268 ] {4f1d3966-f194-401f-9749-59f925cfb47c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:46.713359 [ 268 ] {4f1d3966-f194-401f-9749-59f925cfb47c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.08 21:59:46.713600 [ 268 ] {4f1d3966-f194-401f-9749-59f925cfb47c} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:46.713749 [ 51 ] {} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.08 21:59:46.713768 [ 268 ] {4f1d3966-f194-401f-9749-59f925cfb47c} executeQuery: Read 72 rows, 5.96 KiB in 0.001732 sec., 41570.43879907621 rows/sec., 3.36 MiB/sec. 2025.05.08 21:59:46.713815 [ 51 ] {} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:46.713835 [ 268 ] {4f1d3966-f194-401f-9749-59f925cfb47c} TCPHandler: Processed in 0.002098503 sec. 2025.05.08 21:59:46.713842 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:46.713979 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:46.714001 [ 191 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::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.05.08 21:59:46.714092 [ 268 ] {212f5081-b627-4f24-bfe1-88e6023262bc} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.08 21:59:46.714142 [ 268 ] {212f5081-b627-4f24-bfe1-88e6023262bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.08 21:59:46.714162 [ 191 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:46.714219 [ 191 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part 2025.05.08 21:59:46.714322 [ 191 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 192 rows starting from the beginning of the part 2025.05.08 21:59:46.714374 [ 191 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::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.05.08 21:59:46.714421 [ 191 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part 2025.05.08 21:59:46.714464 [ 191 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2025.05.08 21:59:46.714507 [ 191 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part 2025.05.08 21:59:46.714582 [ 268 ] {212f5081-b627-4f24-bfe1-88e6023262bc} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:46.714627 [ 268 ] {212f5081-b627-4f24-bfe1-88e6023262bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:46.715001 [ 268 ] {212f5081-b627-4f24-bfe1-88e6023262bc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.08 21:59:46.715249 [ 268 ] {212f5081-b627-4f24-bfe1-88e6023262bc} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:46.715397 [ 268 ] {212f5081-b627-4f24-bfe1-88e6023262bc} executeQuery: Read 8 rows, 616.00 B in 0.001329 sec., 6019.563581640331 rows/sec., 452.64 KiB/sec. 2025.05.08 21:59:46.715437 [ 268 ] {212f5081-b627-4f24-bfe1-88e6023262bc} TCPHandler: Processed in 0.001512546 sec. 2025.05.08 21:59:46.715563 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:46.715663 [ 268 ] {817125bc-384c-489c-a560-534d6751f310} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 21:59:46.715702 [ 268 ] {817125bc-384c-489c-a560-534d6751f310} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 21:59:46.715736 [ 190 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.001809219 sec., 287416.8356622388 rows/sec., 24.87 MiB/sec. 2025.05.08 21:59:46.715948 [ 196 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.08 21:59:46.716117 [ 268 ] {817125bc-384c-489c-a560-534d6751f310} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:46.716152 [ 268 ] {817125bc-384c-489c-a560-534d6751f310} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:46.716354 [ 196 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_11_2} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:46.716427 [ 196 ] {f72229fe-6ce0-4c5f-bfb2-abf612522016::all_1_11_2} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.08 21:59:46.716453 [ 268 ] {817125bc-384c-489c-a560-534d6751f310} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.08 21:59:46.716503 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.05.08 21:59:46.716758 [ 268 ] {817125bc-384c-489c-a560-534d6751f310} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:46.716868 [ 51 ] {} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.08 21:59:46.716893 [ 268 ] {817125bc-384c-489c-a560-534d6751f310} executeQuery: Read 72 rows, 5.76 KiB in 0.001248 sec., 57692.307692307695 rows/sec., 4.50 MiB/sec. 2025.05.08 21:59:46.716906 [ 51 ] {} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:46.716936 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:46.716939 [ 268 ] {817125bc-384c-489c-a560-534d6751f310} TCPHandler: Processed in 0.001429746 sec. 2025.05.08 21:59:46.717023 [ 191 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::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.05.08 21:59:46.717083 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:46.717123 [ 191 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:46.717154 [ 191 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part 2025.05.08 21:59:46.717190 [ 268 ] {86b8b9c2-52c4-4b28-94a0-bd68af01d671} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:46.717204 [ 191 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 108 rows starting from the beginning of the part 2025.05.08 21:59:46.717243 [ 268 ] {86b8b9c2-52c4-4b28-94a0-bd68af01d671} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 21:59:46.717255 [ 191 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::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.05.08 21:59:46.717300 [ 191 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part 2025.05.08 21:59:46.717338 [ 191 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part 2025.05.08 21:59:46.717376 [ 191 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part 2025.05.08 21:59:46.717675 [ 268 ] {86b8b9c2-52c4-4b28-94a0-bd68af01d671} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:46.717721 [ 268 ] {86b8b9c2-52c4-4b28-94a0-bd68af01d671} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:46.718087 [ 268 ] {86b8b9c2-52c4-4b28-94a0-bd68af01d671} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.08 21:59:46.718257 [ 193 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 452 rows, containing 5 columns (5 merged, 0 gathered) in 0.001264474 sec., 357460.88887553243 rows/sec., 29.56 MiB/sec. 2025.05.08 21:59:46.718311 [ 268 ] {86b8b9c2-52c4-4b28-94a0-bd68af01d671} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:46.718415 [ 191 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.08 21:59:46.718432 [ 51 ] {} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.08 21:59:46.718455 [ 268 ] {86b8b9c2-52c4-4b28-94a0-bd68af01d671} executeQuery: Read 160 rows, 11.41 KiB in 0.001285 sec., 124513.61867704282 rows/sec., 8.67 MiB/sec. 2025.05.08 21:59:46.718470 [ 51 ] {} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:46.718499 [ 268 ] {86b8b9c2-52c4-4b28-94a0-bd68af01d671} TCPHandler: Processed in 0.001479126 sec. 2025.05.08 21:59:46.718499 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:46.718597 [ 190 ] {54be8bcc-e808-4acb-b658-5743956c83f8::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.05.08 21:59:46.718625 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:46.718690 [ 191 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_11_2} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:46.718726 [ 190 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:46.718729 [ 268 ] {6555eda7-b080-45a4-9771-85eef337fbb9} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:46.718768 [ 190 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 928 rows starting from the beginning of the part 2025.05.08 21:59:46.718773 [ 191 ] {7d853513-dc86-4df6-a113-41b9e9118b4d::all_1_11_2} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.08 21:59:46.718804 [ 268 ] {6555eda7-b080-45a4-9771-85eef337fbb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.05.08 21:59:46.718861 [ 190 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 340 rows starting from the beginning of the part 2025.05.08 21:59:46.718872 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.08 21:59:46.718923 [ 190 ] {54be8bcc-e808-4acb-b658-5743956c83f8::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.05.08 21:59:46.718975 [ 190 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2025.05.08 21:59:46.719021 [ 190 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2025.05.08 21:59:46.719085 [ 190 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2025.05.08 21:59:46.719588 [ 268 ] {6555eda7-b080-45a4-9771-85eef337fbb9} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:46.719632 [ 268 ] {6555eda7-b080-45a4-9771-85eef337fbb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:46.720186 [ 268 ] {6555eda7-b080-45a4-9771-85eef337fbb9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.08 21:59:46.720292 [ 193 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1908 rows, containing 5 columns (5 merged, 0 gathered) in 0.001729319 sec., 1103324.4878475284 rows/sec., 78.03 MiB/sec. 2025.05.08 21:59:46.720433 [ 268 ] {6555eda7-b080-45a4-9771-85eef337fbb9} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:46.720508 [ 190 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.08 21:59:46.720594 [ 268 ] {6555eda7-b080-45a4-9771-85eef337fbb9} executeQuery: Read 8 rows, 14.68 KiB in 0.001883 sec., 4248.5395645246945 rows/sec., 7.61 MiB/sec. 2025.05.08 21:59:46.720669 [ 268 ] {6555eda7-b080-45a4-9771-85eef337fbb9} TCPHandler: Processed in 0.002094473 sec. 2025.05.08 21:59:46.720790 [ 190 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_11_2} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:46.720798 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:46.720874 [ 190 ] {54be8bcc-e808-4acb-b658-5743956c83f8::all_1_11_2} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.08 21:59:46.720906 [ 268 ] {e42b5bee-84ca-48fa-ab42-50a16d414654} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 21:59:46.720951 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2025.05.08 21:59:46.720955 [ 268 ] {e42b5bee-84ca-48fa-ab42-50a16d414654} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 21:59:46.721339 [ 268 ] {e42b5bee-84ca-48fa-ab42-50a16d414654} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:46.721377 [ 268 ] {e42b5bee-84ca-48fa-ab42-50a16d414654} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:46.721696 [ 268 ] {e42b5bee-84ca-48fa-ab42-50a16d414654} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.08 21:59:46.721920 [ 268 ] {e42b5bee-84ca-48fa-ab42-50a16d414654} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:46.722034 [ 51 ] {} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.08 21:59:46.722060 [ 268 ] {e42b5bee-84ca-48fa-ab42-50a16d414654} executeQuery: Read 60 rows, 4.14 KiB in 0.001174 sec., 51107.325383304946 rows/sec., 3.44 MiB/sec. 2025.05.08 21:59:46.722069 [ 51 ] {} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:46.722102 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.05.08 21:59:46.722102 [ 268 ] {e42b5bee-84ca-48fa-ab42-50a16d414654} TCPHandler: Processed in 0.001355024 sec. 2025.05.08 21:59:46.722215 [ 195 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::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.05.08 21:59:46.722362 [ 195 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:46.722406 [ 195 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 348 rows starting from the beginning of the part 2025.05.08 21:59:46.722488 [ 195 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2025.05.08 21:59:46.722536 [ 195 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::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.05.08 21:59:46.722582 [ 195 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2025.05.08 21:59:46.722623 [ 195 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::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.05.08 21:59:46.722674 [ 195 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2025.05.08 21:59:46.723542 [ 190 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 4 columns (4 merged, 0 gathered) in 0.001374525 sec., 471435.58683908987 rows/sec., 31.77 MiB/sec. 2025.05.08 21:59:46.723769 [ 193 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.08 21:59:46.724181 [ 193 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_11_2} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:46.724274 [ 193 ] {706ed1dc-378f-4849-a6d9-540eae8cbe0b::all_1_11_2} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.08 21:59:46.724367 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.05.08 21:59:49.948241 [ 48 ] {} DNSResolver: Updating DNS cache 2025.05.08 21:59:49.948305 [ 48 ] {} DNSResolver: Updated DNS cache 2025.05.08 21:59:50.004558 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4697 2025.05.08 21:59:50.005075 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:50.005126 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:50.005651 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.08 21:59:50.005898 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:50.006058 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4697 2025.05.08 21:59:50.248521 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.05.08 21:59:50.268068 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:50.268138 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:50.274897 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.08 21:59:50.275642 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:50.279560 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.05.08 21:59:51.704997 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:51.705236 [ 268 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} executeQuery: (from [fd00:1122:3344:101::d]:52903) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:51.705580 [ 268 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:51.705619 [ 268 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:51.705892 [ 268 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:51.705965 [ 268 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:51.706112 [ 268 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.05.08 21:59:51.706337 [ 290 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:51.706356 [ 289 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:51.706376 [ 291 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.08 21:59:51.706482 [ 268 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2025.05.08 21:59:51.706532 [ 268 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:51.710798 [ 268 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.08 21:59:51.710830 [ 268 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Reading approx. 24 rows with 2 streams 2025.05.08 21:59:51.710890 [ 268 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.05.08 21:59:51.710931 [ 268 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.05.08 21:59:51.711893 [ 268 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} executeQuery: Read 24 rows, 1.04 KiB in 0.006758 sec., 3551.346552234389 rows/sec., 154.04 KiB/sec. 2025.05.08 21:59:51.712004 [ 268 ] {68393115-4005-4e4b-8343-a8900bb9a6d4} TCPHandler: Processed in 0.007150176 sec. 2025.05.08 21:59:51.712321 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:51.712471 [ 268 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} executeQuery: (from [fd00:1122:3344:101::d]:52903) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:51.712702 [ 268 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:51.712738 [ 268 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:51.712935 [ 268 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:51.712991 [ 268 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:51.713108 [ 268 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.05.08 21:59:51.713178 [ 289 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:51.713191 [ 291 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.08 21:59:51.713184 [ 290 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:51.713305 [ 268 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2025.05.08 21:59:51.713328 [ 268 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:51.713386 [ 268 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.08 21:59:51.713405 [ 268 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Reading approx. 24 rows with 2 streams 2025.05.08 21:59:51.713437 [ 268 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.05.08 21:59:51.713469 [ 268 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.05.08 21:59:51.714072 [ 268 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} executeQuery: Read 24 rows, 1.04 KiB in 0.001666 sec., 14405.76230492197 rows/sec., 624.86 KiB/sec. 2025.05.08 21:59:51.714162 [ 268 ] {4edca619-c9e4-42bd-862e-fa98d2caaff8} TCPHandler: Processed in 0.001899311 sec. 2025.05.08 21:59:51.714390 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:51.714528 [ 268 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} executeQuery: (from [fd00:1122:3344:101::d]:52903) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:51.714750 [ 268 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:51.714784 [ 268 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:51.714974 [ 268 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:51.715028 [ 268 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:51.715133 [ 268 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.05.08 21:59:51.715206 [ 291 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:51.715208 [ 290 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:51.715224 [ 289 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.08 21:59:51.715335 [ 268 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2025.05.08 21:59:51.715361 [ 268 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:51.715417 [ 268 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.08 21:59:51.715435 [ 268 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Reading approx. 24 rows with 2 streams 2025.05.08 21:59:51.715465 [ 268 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.05.08 21:59:51.715499 [ 268 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.05.08 21:59:51.716063 [ 268 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} executeQuery: Read 24 rows, 1.04 KiB in 0.001592 sec., 15075.37688442211 rows/sec., 653.90 KiB/sec. 2025.05.08 21:59:51.716150 [ 268 ] {3d212999-68bd-41c5-bf58-5dfeb1b26072} TCPHandler: Processed in 0.001811929 sec. 2025.05.08 21:59:51.724877 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:51.724989 [ 268 ] {ee1b48f4-0cec-42a2-9817-24d92488b5c3} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.08 21:59:51.725030 [ 268 ] {ee1b48f4-0cec-42a2-9817-24d92488b5c3} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:51.725618 [ 268 ] {ee1b48f4-0cec-42a2-9817-24d92488b5c3} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:51.725725 [ 268 ] {ee1b48f4-0cec-42a2-9817-24d92488b5c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:51.726149 [ 268 ] {ee1b48f4-0cec-42a2-9817-24d92488b5c3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.08 21:59:51.726354 [ 268 ] {ee1b48f4-0cec-42a2-9817-24d92488b5c3} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:51.726509 [ 268 ] {ee1b48f4-0cec-42a2-9817-24d92488b5c3} executeQuery: Read 3 rows, 280.00 B in 0.001535 sec., 1954.3973941368079 rows/sec., 178.14 KiB/sec. 2025.05.08 21:59:51.726549 [ 268 ] {ee1b48f4-0cec-42a2-9817-24d92488b5c3} TCPHandler: Processed in 0.001712608 sec. 2025.05.08 21:59:51.726666 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:51.726766 [ 268 ] {9114e2b3-42e9-4860-9fe5-7a265d1b5669} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 21:59:51.726808 [ 268 ] {9114e2b3-42e9-4860-9fe5-7a265d1b5669} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 21:59:51.727271 [ 268 ] {9114e2b3-42e9-4860-9fe5-7a265d1b5669} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:51.727309 [ 268 ] {9114e2b3-42e9-4860-9fe5-7a265d1b5669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:51.727626 [ 268 ] {9114e2b3-42e9-4860-9fe5-7a265d1b5669} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.08 21:59:51.727837 [ 268 ] {9114e2b3-42e9-4860-9fe5-7a265d1b5669} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:51.727971 [ 268 ] {9114e2b3-42e9-4860-9fe5-7a265d1b5669} executeQuery: Read 108 rows, 9.24 KiB in 0.001229 sec., 87876.32221318144 rows/sec., 7.34 MiB/sec. 2025.05.08 21:59:51.728010 [ 268 ] {9114e2b3-42e9-4860-9fe5-7a265d1b5669} TCPHandler: Processed in 0.001395055 sec. 2025.05.08 21:59:51.728166 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:51.728291 [ 268 ] {448d9ac6-1127-40e2-b13a-d9884f56709b} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.08 21:59:51.728352 [ 268 ] {448d9ac6-1127-40e2-b13a-d9884f56709b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.08 21:59:51.728883 [ 268 ] {448d9ac6-1127-40e2-b13a-d9884f56709b} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:51.728928 [ 268 ] {448d9ac6-1127-40e2-b13a-d9884f56709b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:51.729363 [ 268 ] {448d9ac6-1127-40e2-b13a-d9884f56709b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.08 21:59:51.729693 [ 268 ] {448d9ac6-1127-40e2-b13a-d9884f56709b} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:51.729828 [ 43 ] {} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.08 21:59:51.729870 [ 43 ] {} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:51.729883 [ 268 ] {448d9ac6-1127-40e2-b13a-d9884f56709b} executeQuery: Read 26 rows, 1.96 KiB in 0.001617 sec., 16079.158936301794 rows/sec., 1.18 MiB/sec. 2025.05.08 21:59:51.729889 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:51.729946 [ 268 ] {448d9ac6-1127-40e2-b13a-d9884f56709b} TCPHandler: Processed in 0.001844309 sec. 2025.05.08 21:59:51.730008 [ 190 ] {591b35f6-495e-4570-a68e-737f7e996b65::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.05.08 21:59:51.730098 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:51.730117 [ 190 ] {591b35f6-495e-4570-a68e-737f7e996b65::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:51.730162 [ 190 ] {591b35f6-495e-4570-a68e-737f7e996b65::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.05.08 21:59:51.730221 [ 190 ] {591b35f6-495e-4570-a68e-737f7e996b65::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.05.08 21:59:51.730236 [ 268 ] {a44c5d3a-25da-48e4-9b0d-c30c932cf8fe} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 21:59:51.730266 [ 190 ] {591b35f6-495e-4570-a68e-737f7e996b65::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.05.08 21:59:51.730299 [ 268 ] {a44c5d3a-25da-48e4-9b0d-c30c932cf8fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 21:59:51.730312 [ 190 ] {591b35f6-495e-4570-a68e-737f7e996b65::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.05.08 21:59:51.730365 [ 190 ] {591b35f6-495e-4570-a68e-737f7e996b65::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2025.05.08 21:59:51.730402 [ 190 ] {591b35f6-495e-4570-a68e-737f7e996b65::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.05.08 21:59:51.730855 [ 268 ] {a44c5d3a-25da-48e4-9b0d-c30c932cf8fe} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:51.730899 [ 268 ] {a44c5d3a-25da-48e4-9b0d-c30c932cf8fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:51.731387 [ 268 ] {a44c5d3a-25da-48e4-9b0d-c30c932cf8fe} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.08 21:59:51.731415 [ 193 ] {591b35f6-495e-4570-a68e-737f7e996b65::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 5 columns (5 merged, 0 gathered) in 0.001442135 sec., 54086.47595405423 rows/sec., 4.22 MiB/sec. 2025.05.08 21:59:51.731636 [ 198 ] {591b35f6-495e-4570-a68e-737f7e996b65::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.08 21:59:51.731665 [ 268 ] {a44c5d3a-25da-48e4-9b0d-c30c932cf8fe} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:51.731825 [ 268 ] {a44c5d3a-25da-48e4-9b0d-c30c932cf8fe} executeQuery: Read 102 rows, 8.16 KiB in 0.001617 sec., 63079.77736549165 rows/sec., 4.93 MiB/sec. 2025.05.08 21:59:51.731866 [ 268 ] {a44c5d3a-25da-48e4-9b0d-c30c932cf8fe} TCPHandler: Processed in 0.00183274 sec. 2025.05.08 21:59:51.731946 [ 198 ] {591b35f6-495e-4570-a68e-737f7e996b65::all_1_6_1} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:51.731996 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:51.732025 [ 198 ] {591b35f6-495e-4570-a68e-737f7e996b65::all_1_6_1} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.08 21:59:51.732101 [ 268 ] {0909e768-61ad-480d-b935-e8d0a521d214} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:51.732115 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.05.08 21:59:51.732153 [ 268 ] {0909e768-61ad-480d-b935-e8d0a521d214} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 21:59:51.732582 [ 268 ] {0909e768-61ad-480d-b935-e8d0a521d214} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:51.732620 [ 268 ] {0909e768-61ad-480d-b935-e8d0a521d214} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:51.732972 [ 268 ] {0909e768-61ad-480d-b935-e8d0a521d214} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.08 21:59:51.733194 [ 268 ] {0909e768-61ad-480d-b935-e8d0a521d214} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:51.733337 [ 268 ] {0909e768-61ad-480d-b935-e8d0a521d214} executeQuery: Read 160 rows, 11.41 KiB in 0.001255 sec., 127490.03984063744 rows/sec., 8.88 MiB/sec. 2025.05.08 21:59:51.733376 [ 268 ] {0909e768-61ad-480d-b935-e8d0a521d214} TCPHandler: Processed in 0.001430925 sec. 2025.05.08 21:59:51.733493 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:51.733590 [ 268 ] {48cca6a8-84ce-4720-8cb6-db8e799b2a3f} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:51.733644 [ 268 ] {48cca6a8-84ce-4720-8cb6-db8e799b2a3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.05.08 21:59:51.734460 [ 268 ] {48cca6a8-84ce-4720-8cb6-db8e799b2a3f} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:51.734499 [ 268 ] {48cca6a8-84ce-4720-8cb6-db8e799b2a3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:51.735051 [ 268 ] {48cca6a8-84ce-4720-8cb6-db8e799b2a3f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.08 21:59:51.735277 [ 268 ] {48cca6a8-84ce-4720-8cb6-db8e799b2a3f} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:51.735381 [ 43 ] {} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.08 21:59:51.735419 [ 43 ] {} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:51.735422 [ 268 ] {48cca6a8-84ce-4720-8cb6-db8e799b2a3f} executeQuery: Read 26 rows, 47.71 KiB in 0.001851 sec., 14046.461372231226 rows/sec., 25.17 MiB/sec. 2025.05.08 21:59:51.735441 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:51.735493 [ 268 ] {48cca6a8-84ce-4720-8cb6-db8e799b2a3f} TCPHandler: Processed in 0.002051062 sec. 2025.05.08 21:59:51.735521 [ 190 ] {87a3af4f-7316-4eff-b603-e1458be0a378::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.05.08 21:59:51.735628 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:51.735728 [ 268 ] {07644c31-1c3d-49af-94cd-8cb685f90b50} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.05.08 21:59:51.735737 [ 190 ] {87a3af4f-7316-4eff-b603-e1458be0a378::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:51.735771 [ 268 ] {07644c31-1c3d-49af-94cd-8cb685f90b50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.05.08 21:59:51.735806 [ 190 ] {87a3af4f-7316-4eff-b603-e1458be0a378::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.05.08 21:59:51.735936 [ 190 ] {87a3af4f-7316-4eff-b603-e1458be0a378::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.05.08 21:59:51.736083 [ 190 ] {87a3af4f-7316-4eff-b603-e1458be0a378::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part 2025.05.08 21:59:51.736138 [ 268 ] {07644c31-1c3d-49af-94cd-8cb685f90b50} oximeter.measurements_i64 (17eb624e-f1ae-48a6-96ed-874f13302eed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:51.736182 [ 268 ] {07644c31-1c3d-49af-94cd-8cb685f90b50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:51.736197 [ 190 ] {87a3af4f-7316-4eff-b603-e1458be0a378::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.05.08 21:59:51.736316 [ 190 ] {87a3af4f-7316-4eff-b603-e1458be0a378::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2025.05.08 21:59:51.736429 [ 190 ] {87a3af4f-7316-4eff-b603-e1458be0a378::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.05.08 21:59:51.736504 [ 268 ] {07644c31-1c3d-49af-94cd-8cb685f90b50} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:59:51.736721 [ 268 ] {07644c31-1c3d-49af-94cd-8cb685f90b50} oximeter.measurements_i64 (17eb624e-f1ae-48a6-96ed-874f13302eed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:51.736890 [ 268 ] {07644c31-1c3d-49af-94cd-8cb685f90b50} executeQuery: Read 21 rows, 1.57 KiB in 0.001181 sec., 17781.541066892463 rows/sec., 1.30 MiB/sec. 2025.05.08 21:59:51.736928 [ 268 ] {07644c31-1c3d-49af-94cd-8cb685f90b50} TCPHandler: Processed in 0.001350044 sec. 2025.05.08 21:59:51.737044 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:51.737139 [ 268 ] {46efe85a-17c1-4f16-9ad0-21aa36a7e91f} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 21:59:51.737179 [ 268 ] {46efe85a-17c1-4f16-9ad0-21aa36a7e91f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 21:59:51.737589 [ 268 ] {46efe85a-17c1-4f16-9ad0-21aa36a7e91f} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:51.737629 [ 268 ] {46efe85a-17c1-4f16-9ad0-21aa36a7e91f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:51.737973 [ 268 ] {46efe85a-17c1-4f16-9ad0-21aa36a7e91f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.08 21:59:51.738215 [ 268 ] {46efe85a-17c1-4f16-9ad0-21aa36a7e91f} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:51.738362 [ 268 ] {46efe85a-17c1-4f16-9ad0-21aa36a7e91f} executeQuery: Read 60 rows, 4.14 KiB in 0.001242 sec., 48309.17874396135 rows/sec., 3.26 MiB/sec. 2025.05.08 21:59:51.738401 [ 268 ] {46efe85a-17c1-4f16-9ad0-21aa36a7e91f} TCPHandler: Processed in 0.001406495 sec. 2025.05.08 21:59:51.738447 [ 193 ] {87a3af4f-7316-4eff-b603-e1458be0a378::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 19 columns (19 merged, 0 gathered) in 0.002953651 sec., 22345.226297893692 rows/sec., 40.04 MiB/sec. 2025.05.08 21:59:51.738866 [ 199 ] {87a3af4f-7316-4eff-b603-e1458be0a378::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.08 21:59:51.739305 [ 199 ] {87a3af4f-7316-4eff-b603-e1458be0a378::all_1_6_1} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:51.739390 [ 199 ] {87a3af4f-7316-4eff-b603-e1458be0a378::all_1_6_1} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.08 21:59:51.739521 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.05.08 21:59:52.137647 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.137902 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} executeQuery: (from [fd00:1122:3344:101::d]:52903) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:52.138314 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:52.138358 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:52.138636 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:52.138709 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:52.138856 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.05.08 21:59:52.138998 [ 289 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:52.139011 [ 291 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.08 21:59:52.139025 [ 290 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:52.139070 [ 293 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.05.08 21:59:52.139156 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (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.05.08 21:59:52.139183 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:52.139276 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.08 21:59:52.139299 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Reading approx. 27 rows with 3 streams 2025.05.08 21:59:52.139353 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.05.08 21:59:52.139405 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.05.08 21:59:52.139448 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.05.08 21:59:52.140537 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} executeQuery: Read 27 rows, 1.18 KiB in 0.002742 sec., 9846.827133479212 rows/sec., 430.23 KiB/sec. 2025.05.08 21:59:52.140674 [ 268 ] {aef8c94b-f0a9-42f8-ad7e-d1abe512ff27} TCPHandler: Processed in 0.003169174 sec. 2025.05.08 21:59:52.145636 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.145799 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} executeQuery: (from [fd00:1122:3344:101::d]:52903) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:52.146069 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:52.146106 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:52.146314 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:52.146371 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:52.146489 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.05.08 21:59:52.146571 [ 289 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:52.146582 [ 291 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:52.146585 [ 290 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.05.08 21:59:52.146577 [ 293 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.08 21:59:52.146716 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (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.05.08 21:59:52.146740 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:52.146812 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.08 21:59:52.146833 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Reading approx. 27 rows with 3 streams 2025.05.08 21:59:52.146866 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.05.08 21:59:52.146899 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.05.08 21:59:52.146930 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.05.08 21:59:52.147617 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} executeQuery: Read 27 rows, 1.18 KiB in 0.001889 sec., 14293.2768660667 rows/sec., 624.50 KiB/sec. 2025.05.08 21:59:52.147724 [ 268 ] {18b3fc6d-5607-4930-9a1e-c4f11517f437} TCPHandler: Processed in 0.002157773 sec. 2025.05.08 21:59:52.147964 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.148107 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} executeQuery: (from [fd00:1122:3344:101::d]:52903) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:52.148344 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:52.148380 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:52.148587 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:52.148642 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:52.148746 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.05.08 21:59:52.148813 [ 290 ] {3b72629c-de70-4932-8c67-cf5671f09949} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:52.148822 [ 293 ] {3b72629c-de70-4932-8c67-cf5671f09949} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:52.148816 [ 289 ] {3b72629c-de70-4932-8c67-cf5671f09949} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.08 21:59:52.148821 [ 291 ] {3b72629c-de70-4932-8c67-cf5671f09949} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.05.08 21:59:52.148957 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (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.05.08 21:59:52.148985 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:52.149054 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.08 21:59:52.149073 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Reading approx. 27 rows with 3 streams 2025.05.08 21:59:52.149103 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.149136 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.149165 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.149750 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} executeQuery: Read 27 rows, 1.18 KiB in 0.001704 sec., 15845.070422535211 rows/sec., 692.30 KiB/sec. 2025.05.08 21:59:52.149863 [ 268 ] {3b72629c-de70-4932-8c67-cf5671f09949} TCPHandler: Processed in 0.001951721 sec. 2025.05.08 21:59:52.150078 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.150216 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} executeQuery: (from [fd00:1122:3344:101::d]:52903) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:52.150485 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:52.150521 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:52.150721 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:52.150781 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:52.150911 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.05.08 21:59:52.151001 [ 289 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:52.151003 [ 293 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:52.151015 [ 290 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.08 21:59:52.151077 [ 291 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.05.08 21:59:52.151177 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (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.05.08 21:59:52.151220 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:52.151316 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.08 21:59:52.151342 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Reading approx. 27 rows with 3 streams 2025.05.08 21:59:52.151384 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.151427 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.151467 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.152531 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} executeQuery: Read 27 rows, 1.18 KiB in 0.00237 sec., 11392.405063291139 rows/sec., 497.76 KiB/sec. 2025.05.08 21:59:52.152668 [ 268 ] {a98400d9-0517-4c6f-aa49-663fc2eec9f4} TCPHandler: Processed in 0.002641038 sec. 2025.05.08 21:59:52.152950 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.153113 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} executeQuery: (from [fd00:1122:3344:101::d]:52903) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:52.153433 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:52.153480 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:52.153693 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:52.153751 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:52.153857 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.05.08 21:59:52.153929 [ 290 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:52.153959 [ 291 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.08 21:59:52.153961 [ 289 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:52.153970 [ 293 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.05.08 21:59:52.154098 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (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.05.08 21:59:52.154129 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:52.154200 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.08 21:59:52.154219 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Reading approx. 27 rows with 3 streams 2025.05.08 21:59:52.154251 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.154283 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.154319 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.155013 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} executeQuery: Read 27 rows, 1.18 KiB in 0.001975 sec., 13670.886075949365 rows/sec., 597.31 KiB/sec. 2025.05.08 21:59:52.155144 [ 268 ] {13caba2c-5942-4be2-b7d9-52e8fe78790a} TCPHandler: Processed in 0.002252824 sec. 2025.05.08 21:59:52.155395 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.155534 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} executeQuery: (from [fd00:1122:3344:101::d]:52903) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:52.155785 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:52.155820 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:52.156020 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:52.156075 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:52.156175 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.05.08 21:59:52.156242 [ 289 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:52.156246 [ 290 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.08 21:59:52.156258 [ 291 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.05.08 21:59:52.156251 [ 293 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:52.156385 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (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.05.08 21:59:52.156407 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:52.156474 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.08 21:59:52.156492 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Reading approx. 27 rows with 3 streams 2025.05.08 21:59:52.156523 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.156552 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.156581 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.157193 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} executeQuery: Read 27 rows, 1.18 KiB in 0.001717 sec., 15725.101921956903 rows/sec., 687.06 KiB/sec. 2025.05.08 21:59:52.157293 [ 268 ] {e6468863-c7b9-4a47-9ad4-ec7540143e13} TCPHandler: Processed in 0.00194921 sec. 2025.05.08 21:59:52.157515 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.157653 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} executeQuery: (from [fd00:1122:3344:101::d]:52903) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.08 21:59:52.157893 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.08 21:59:52.157929 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.08 21:59:52.158148 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:52.158203 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.08 21:59:52.158306 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.05.08 21:59:52.158368 [ 290 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.08 21:59:52.158385 [ 293 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.08 21:59:52.158384 [ 289 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.08 21:59:52.158393 [ 291 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.05.08 21:59:52.158526 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (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.05.08 21:59:52.158560 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.08 21:59:52.158635 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.08 21:59:52.158654 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3) (SelectExecutor): Reading approx. 27 rows with 3 streams 2025.05.08 21:59:52.158687 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.158721 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.158752 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_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'))" 2025.05.08 21:59:52.159417 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} executeQuery: Read 27 rows, 1.18 KiB in 0.001819 sec., 14843.320505772403 rows/sec., 648.54 KiB/sec. 2025.05.08 21:59:52.159539 [ 268 ] {6d1027ce-2ca2-4cca-b5b4-1b588209e58d} TCPHandler: Processed in 0.002072672 sec. 2025.05.08 21:59:52.277068 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.277255 [ 268 ] {c053b66d-a3f0-4aa7-af39-f3aa5049a7be} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.08 21:59:52.277333 [ 268 ] {c053b66d-a3f0-4aa7-af39-f3aa5049a7be} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.08 21:59:52.278131 [ 268 ] {c053b66d-a3f0-4aa7-af39-f3aa5049a7be} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:52.278188 [ 268 ] {c053b66d-a3f0-4aa7-af39-f3aa5049a7be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:52.278670 [ 268 ] {c053b66d-a3f0-4aa7-af39-f3aa5049a7be} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.08 21:59:52.278888 [ 268 ] {c053b66d-a3f0-4aa7-af39-f3aa5049a7be} oximeter.timeseries_schema (cd8495aa-0e55-4e50-849d-0da6907e06b3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:52.279080 [ 268 ] {c053b66d-a3f0-4aa7-af39-f3aa5049a7be} executeQuery: Read 7 rows, 1.56 KiB in 0.001877 sec., 3729.355354288759 rows/sec., 832.45 KiB/sec. 2025.05.08 21:59:52.279137 [ 268 ] {c053b66d-a3f0-4aa7-af39-f3aa5049a7be} TCPHandler: Processed in 0.002205284 sec. 2025.05.08 21:59:52.279282 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.279390 [ 268 ] {71bdcee9-fe10-4a18-8fd4-96c298c96d9e} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.08 21:59:52.279438 [ 268 ] {71bdcee9-fe10-4a18-8fd4-96c298c96d9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.08 21:59:52.279939 [ 268 ] {71bdcee9-fe10-4a18-8fd4-96c298c96d9e} oximeter.fields_i16 (edc2ac4c-5ec3-4309-b3f5-be88f0ea6622): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:52.279981 [ 268 ] {71bdcee9-fe10-4a18-8fd4-96c298c96d9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:52.280299 [ 268 ] {71bdcee9-fe10-4a18-8fd4-96c298c96d9e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.08 21:59:52.280542 [ 268 ] {71bdcee9-fe10-4a18-8fd4-96c298c96d9e} oximeter.fields_i16 (edc2ac4c-5ec3-4309-b3f5-be88f0ea6622): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:52.280756 [ 268 ] {71bdcee9-fe10-4a18-8fd4-96c298c96d9e} executeQuery: Read 24 rows, 2.04 KiB in 0.001392 sec., 17241.379310344826 rows/sec., 1.43 MiB/sec. 2025.05.08 21:59:52.280803 [ 268 ] {71bdcee9-fe10-4a18-8fd4-96c298c96d9e} TCPHandler: Processed in 0.001574556 sec. 2025.05.08 21:59:52.280927 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.281027 [ 268 ] {af483248-da80-4b8f-b817-6785e4b11f2e} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.08 21:59:52.281070 [ 268 ] {af483248-da80-4b8f-b817-6785e4b11f2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.08 21:59:52.281508 [ 268 ] {af483248-da80-4b8f-b817-6785e4b11f2e} oximeter.fields_ipaddr (615291a8-8d02-44f9-a750-3423738f08d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:52.281548 [ 268 ] {af483248-da80-4b8f-b817-6785e4b11f2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:52.281848 [ 268 ] {af483248-da80-4b8f-b817-6785e4b11f2e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.08 21:59:52.282062 [ 268 ] {af483248-da80-4b8f-b817-6785e4b11f2e} oximeter.fields_ipaddr (615291a8-8d02-44f9-a750-3423738f08d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:52.282197 [ 268 ] {af483248-da80-4b8f-b817-6785e4b11f2e} executeQuery: Read 10 rows, 835.00 B in 0.001192 sec., 8389.261744966443 rows/sec., 684.09 KiB/sec. 2025.05.08 21:59:52.282234 [ 268 ] {af483248-da80-4b8f-b817-6785e4b11f2e} TCPHandler: Processed in 0.001357825 sec. 2025.05.08 21:59:52.282352 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.282447 [ 268 ] {79be152f-e0b4-4d63-b984-ab632d292410} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 21:59:52.282487 [ 268 ] {79be152f-e0b4-4d63-b984-ab632d292410} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 21:59:52.283686 [ 268 ] {79be152f-e0b4-4d63-b984-ab632d292410} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:52.283723 [ 268 ] {79be152f-e0b4-4d63-b984-ab632d292410} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:52.284253 [ 268 ] {79be152f-e0b4-4d63-b984-ab632d292410} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.08 21:59:52.284476 [ 268 ] {79be152f-e0b4-4d63-b984-ab632d292410} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:52.284621 [ 268 ] {79be152f-e0b4-4d63-b984-ab632d292410} executeQuery: Read 1337 rows, 113.88 KiB in 0.002193 sec., 609667.1226630186 rows/sec., 50.71 MiB/sec. 2025.05.08 21:59:52.284660 [ 268 ] {79be152f-e0b4-4d63-b984-ab632d292410} TCPHandler: Processed in 0.002358005 sec. 2025.05.08 21:59:52.284783 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.284879 [ 268 ] {52814ce5-a66e-473d-85e6-b56e99decf3c} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.08 21:59:52.284919 [ 268 ] {52814ce5-a66e-473d-85e6-b56e99decf3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.08 21:59:52.285331 [ 268 ] {52814ce5-a66e-473d-85e6-b56e99decf3c} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:52.285368 [ 268 ] {52814ce5-a66e-473d-85e6-b56e99decf3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:52.285690 [ 268 ] {52814ce5-a66e-473d-85e6-b56e99decf3c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.08 21:59:52.285907 [ 268 ] {52814ce5-a66e-473d-85e6-b56e99decf3c} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:52.286059 [ 268 ] {52814ce5-a66e-473d-85e6-b56e99decf3c} executeQuery: Read 30 rows, 2.26 KiB in 0.0012 sec., 25000.000000000004 rows/sec., 1.84 MiB/sec. 2025.05.08 21:59:52.286097 [ 268 ] {52814ce5-a66e-473d-85e6-b56e99decf3c} TCPHandler: Processed in 0.001362945 sec. 2025.05.08 21:59:52.286213 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.286306 [ 268 ] {5af488b3-35bc-4b01-a25c-32e498049566} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.08 21:59:52.286346 [ 268 ] {5af488b3-35bc-4b01-a25c-32e498049566} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.08 21:59:52.286812 [ 268 ] {5af488b3-35bc-4b01-a25c-32e498049566} oximeter.fields_u32 (3240399b-9d89-433e-bcb1-e2de7749076d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:52.286848 [ 268 ] {5af488b3-35bc-4b01-a25c-32e498049566} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:52.287168 [ 268 ] {5af488b3-35bc-4b01-a25c-32e498049566} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.08 21:59:52.287378 [ 268 ] {5af488b3-35bc-4b01-a25c-32e498049566} oximeter.fields_u32 (3240399b-9d89-433e-bcb1-e2de7749076d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:52.287508 [ 268 ] {5af488b3-35bc-4b01-a25c-32e498049566} executeQuery: Read 252 rows, 17.85 KiB in 0.001219 sec., 206726.82526661197 rows/sec., 14.30 MiB/sec. 2025.05.08 21:59:52.287546 [ 268 ] {5af488b3-35bc-4b01-a25c-32e498049566} TCPHandler: Processed in 0.001382915 sec. 2025.05.08 21:59:52.287669 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.287763 [ 268 ] {dad55b5d-2308-4088-8a43-62efcf7a3dc2} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.08 21:59:52.287801 [ 268 ] {dad55b5d-2308-4088-8a43-62efcf7a3dc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.08 21:59:52.288194 [ 268 ] {dad55b5d-2308-4088-8a43-62efcf7a3dc2} oximeter.fields_u8 (098847cf-e66d-44ca-9716-bcbe86ff4f3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:52.288230 [ 268 ] {dad55b5d-2308-4088-8a43-62efcf7a3dc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:52.288530 [ 268 ] {dad55b5d-2308-4088-8a43-62efcf7a3dc2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.08 21:59:52.288734 [ 268 ] {dad55b5d-2308-4088-8a43-62efcf7a3dc2} oximeter.fields_u8 (098847cf-e66d-44ca-9716-bcbe86ff4f3e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:52.288865 [ 268 ] {dad55b5d-2308-4088-8a43-62efcf7a3dc2} executeQuery: Read 12 rows, 960.00 B in 0.00112 sec., 10714.285714285716 rows/sec., 837.05 KiB/sec. 2025.05.08 21:59:52.288903 [ 268 ] {dad55b5d-2308-4088-8a43-62efcf7a3dc2} TCPHandler: Processed in 0.001282043 sec. 2025.05.08 21:59:52.289018 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.289110 [ 268 ] {ac28567b-8cc1-4f4b-9982-fc9bd565e7c7} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 21:59:52.289149 [ 268 ] {ac28567b-8cc1-4f4b-9982-fc9bd565e7c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 21:59:52.289765 [ 268 ] {ac28567b-8cc1-4f4b-9982-fc9bd565e7c7} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:52.289802 [ 268 ] {ac28567b-8cc1-4f4b-9982-fc9bd565e7c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:52.290165 [ 268 ] {ac28567b-8cc1-4f4b-9982-fc9bd565e7c7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.08 21:59:52.290372 [ 268 ] {ac28567b-8cc1-4f4b-9982-fc9bd565e7c7} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:52.290507 [ 268 ] {ac28567b-8cc1-4f4b-9982-fc9bd565e7c7} executeQuery: Read 574 rows, 44.12 KiB in 0.001413 sec., 406227.8839348903 rows/sec., 30.49 MiB/sec. 2025.05.08 21:59:52.290543 [ 268 ] {ac28567b-8cc1-4f4b-9982-fc9bd565e7c7} TCPHandler: Processed in 0.001574117 sec. 2025.05.08 21:59:52.290663 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.290755 [ 268 ] {33350b33-8e8a-4cd1-bb7b-d3d60dd19a01} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:52.290798 [ 268 ] {33350b33-8e8a-4cd1-bb7b-d3d60dd19a01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 21:59:52.292436 [ 268 ] {33350b33-8e8a-4cd1-bb7b-d3d60dd19a01} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:52.292473 [ 268 ] {33350b33-8e8a-4cd1-bb7b-d3d60dd19a01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:52.293171 [ 268 ] {33350b33-8e8a-4cd1-bb7b-d3d60dd19a01} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.08 21:59:52.293382 [ 268 ] {33350b33-8e8a-4cd1-bb7b-d3d60dd19a01} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:52.293520 [ 268 ] {33350b33-8e8a-4cd1-bb7b-d3d60dd19a01} executeQuery: Read 3283 rows, 225.06 KiB in 0.002782 sec., 1180086.2688713155 rows/sec., 79.00 MiB/sec. 2025.05.08 21:59:52.293561 [ 268 ] {33350b33-8e8a-4cd1-bb7b-d3d60dd19a01} TCPHandler: Processed in 0.002946082 sec. 2025.05.08 21:59:52.293682 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.293777 [ 268 ] {c563a464-d734-4db1-b534-3c28e8c0e368} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:52.293831 [ 268 ] {c563a464-d734-4db1-b534-3c28e8c0e368} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.05.08 21:59:52.294566 [ 268 ] {c563a464-d734-4db1-b534-3c28e8c0e368} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:52.294602 [ 268 ] {c563a464-d734-4db1-b534-3c28e8c0e368} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:52.295091 [ 268 ] {c563a464-d734-4db1-b534-3c28e8c0e368} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.08 21:59:52.295310 [ 268 ] {c563a464-d734-4db1-b534-3c28e8c0e368} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:52.295448 [ 268 ] {c563a464-d734-4db1-b534-3c28e8c0e368} executeQuery: Read 8 rows, 14.68 KiB in 0.001689 sec., 4736.530491415038 rows/sec., 8.49 MiB/sec. 2025.05.08 21:59:52.295511 [ 268 ] {c563a464-d734-4db1-b534-3c28e8c0e368} TCPHandler: Processed in 0.00187827 sec. 2025.05.08 21:59:52.295632 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:52.295747 [ 268 ] {3fefb0c4-3853-463c-bf9a-ba2a9248bfa6} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 21:59:52.295799 [ 268 ] {3fefb0c4-3853-463c-bf9a-ba2a9248bfa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 21:59:52.296149 [ 268 ] {3fefb0c4-3853-463c-bf9a-ba2a9248bfa6} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:52.296187 [ 268 ] {3fefb0c4-3853-463c-bf9a-ba2a9248bfa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:52.296519 [ 268 ] {3fefb0c4-3853-463c-bf9a-ba2a9248bfa6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.08 21:59:52.296746 [ 268 ] {3fefb0c4-3853-463c-bf9a-ba2a9248bfa6} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:52.296890 [ 268 ] {3fefb0c4-3853-463c-bf9a-ba2a9248bfa6} executeQuery: Read 12 rows, 848.00 B in 0.001163 sec., 10318.142734307825 rows/sec., 712.06 KiB/sec. 2025.05.08 21:59:52.296936 [ 268 ] {3fefb0c4-3853-463c-bf9a-ba2a9248bfa6} TCPHandler: Processed in 0.001353114 sec. 2025.05.08 21:59:55.004298 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 316 2025.05.08 21:59:55.007572 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:55.007634 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:55.009093 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.08 21:59:55.009388 [ 242 ] {} system.query_log (528b0cbd-31b6-4fd4-b10c-fe498569bd90): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:55.009812 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 316 2025.05.08 21:59:56.709596 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:56.709786 [ 268 ] {11037795-14cd-42ae-9346-f927b5b20370} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 21:59:56.709860 [ 268 ] {11037795-14cd-42ae-9346-f927b5b20370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 21:59:56.710547 [ 268 ] {11037795-14cd-42ae-9346-f927b5b20370} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:56.710601 [ 268 ] {11037795-14cd-42ae-9346-f927b5b20370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:56.711063 [ 268 ] {11037795-14cd-42ae-9346-f927b5b20370} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.08 21:59:56.711302 [ 268 ] {11037795-14cd-42ae-9346-f927b5b20370} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:56.711467 [ 268 ] {11037795-14cd-42ae-9346-f927b5b20370} executeQuery: Read 56 rows, 4.38 KiB in 0.001733 sec., 32313.90652048471 rows/sec., 2.47 MiB/sec. 2025.05.08 21:59:56.711518 [ 268 ] {11037795-14cd-42ae-9346-f927b5b20370} TCPHandler: Processed in 0.002058571 sec. 2025.05.08 21:59:56.711646 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:56.711749 [ 268 ] {c6a35ef3-3a78-41cd-a473-eb3b061270ba} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 21:59:56.711793 [ 268 ] {c6a35ef3-3a78-41cd-a473-eb3b061270ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 21:59:56.712232 [ 268 ] {c6a35ef3-3a78-41cd-a473-eb3b061270ba} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:56.712269 [ 268 ] {c6a35ef3-3a78-41cd-a473-eb3b061270ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:56.712573 [ 268 ] {c6a35ef3-3a78-41cd-a473-eb3b061270ba} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.08 21:59:56.712785 [ 268 ] {c6a35ef3-3a78-41cd-a473-eb3b061270ba} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:56.712915 [ 268 ] {c6a35ef3-3a78-41cd-a473-eb3b061270ba} executeQuery: Read 64 rows, 5.12 KiB in 0.00119 sec., 53781.512605042015 rows/sec., 4.20 MiB/sec. 2025.05.08 21:59:56.712952 [ 268 ] {c6a35ef3-3a78-41cd-a473-eb3b061270ba} TCPHandler: Processed in 0.001356135 sec. 2025.05.08 21:59:56.713080 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:56.713174 [ 268 ] {7896fa42-c620-45c1-8b1d-7cef109bf18a} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 21:59:56.713215 [ 268 ] {7896fa42-c620-45c1-8b1d-7cef109bf18a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 21:59:56.713608 [ 268 ] {7896fa42-c620-45c1-8b1d-7cef109bf18a} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:56.713644 [ 268 ] {7896fa42-c620-45c1-8b1d-7cef109bf18a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:56.713964 [ 268 ] {7896fa42-c620-45c1-8b1d-7cef109bf18a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.08 21:59:56.714168 [ 268 ] {7896fa42-c620-45c1-8b1d-7cef109bf18a} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:56.714296 [ 268 ] {7896fa42-c620-45c1-8b1d-7cef109bf18a} executeQuery: Read 128 rows, 9.13 KiB in 0.001141 sec., 112182.29623137598 rows/sec., 7.81 MiB/sec. 2025.05.08 21:59:56.714331 [ 268 ] {7896fa42-c620-45c1-8b1d-7cef109bf18a} TCPHandler: Processed in 0.001298004 sec. 2025.05.08 21:59:56.714450 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 21:59:56.714542 [ 268 ] {4094de09-7843-4bdb-a4fe-9316b3cb1d2e} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 21:59:56.714582 [ 268 ] {4094de09-7843-4bdb-a4fe-9316b3cb1d2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 21:59:56.714916 [ 268 ] {4094de09-7843-4bdb-a4fe-9316b3cb1d2e} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:56.714951 [ 268 ] {4094de09-7843-4bdb-a4fe-9316b3cb1d2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:56.715252 [ 268 ] {4094de09-7843-4bdb-a4fe-9316b3cb1d2e} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.08 21:59:56.715467 [ 268 ] {4094de09-7843-4bdb-a4fe-9316b3cb1d2e} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:56.715591 [ 268 ] {4094de09-7843-4bdb-a4fe-9316b3cb1d2e} executeQuery: Read 48 rows, 3.31 KiB in 0.001067 sec., 44985.941893158386 rows/sec., 3.03 MiB/sec. 2025.05.08 21:59:56.715626 [ 268 ] {4094de09-7843-4bdb-a4fe-9316b3cb1d2e} TCPHandler: Processed in 0.001221973 sec. 2025.05.08 21:59:57.506217 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5124 2025.05.08 21:59:57.506699 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:57.506737 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:57.507260 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.08 21:59:57.507484 [ 244 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:57.507611 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 2025.05.08 21:59:57.507607 [ 30 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.08 21:59:57.507687 [ 30 ] {} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:57.507709 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:57.507835 [ 190 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::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.05.08 21:59:57.507990 [ 190 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:57.508032 [ 190 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::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.05.08 21:59:57.508096 [ 190 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::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.05.08 21:59:57.508142 [ 190 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part 2025.05.08 21:59:57.508184 [ 190 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part 2025.05.08 21:59:57.508218 [ 190 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part 2025.05.08 21:59:57.508255 [ 190 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part 2025.05.08 21:59:57.509646 [ 189 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.00187057 sec., 2739271.9866137058 rows/sec., 39.19 MiB/sec. 2025.05.08 21:59:57.510481 [ 190 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.08 21:59:57.510737 [ 190 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::all_1_11_2} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:57.510814 [ 190 ] {5b897bcc-1812-4578-a0f2-5f9b9428d3cb::all_1_11_2} system.asynchronous_metric_log (5b897bcc-1812-4578-a0f2-5f9b9428d3cb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.08 21:59:57.510892 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.05.08 21:59:57.779712 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.05.08 21:59:57.797743 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:57.797805 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:57.804209 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.08 21:59:57.804897 [ 243 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:57.805181 [ 31 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.08 21:59:57.805244 [ 31 ] {} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 21:59:57.805264 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 21:59:57.805377 [ 193 ] {5baa2467-10a4-4072-aedc-143364581ce0::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.05.08 21:59:57.808514 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.05.08 21:59:57.809403 [ 193 ] {5baa2467-10a4-4072-aedc-143364581ce0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.08 21:59:57.810806 [ 193 ] {5baa2467-10a4-4072-aedc-143364581ce0::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.05.08 21:59:57.815531 [ 193 ] {5baa2467-10a4-4072-aedc-143364581ce0::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.05.08 21:59:57.819848 [ 193 ] {5baa2467-10a4-4072-aedc-143364581ce0::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.05.08 21:59:57.825101 [ 193 ] {5baa2467-10a4-4072-aedc-143364581ce0::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.05.08 21:59:57.829597 [ 193 ] {5baa2467-10a4-4072-aedc-143364581ce0::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.05.08 21:59:57.834035 [ 193 ] {5baa2467-10a4-4072-aedc-143364581ce0::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.05.08 21:59:57.889477 [ 204 ] {5baa2467-10a4-4072-aedc-143364581ce0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.08414735 sec., 986.3649895094736 rows/sec., 5.10 MiB/sec. 2025.05.08 21:59:57.891883 [ 202 ] {5baa2467-10a4-4072-aedc-143364581ce0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.08 21:59:57.893907 [ 202 ] {5baa2467-10a4-4072-aedc-143364581ce0::all_1_11_2} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 21:59:57.894015 [ 202 ] {5baa2467-10a4-4072-aedc-143364581ce0::all_1_11_2} system.metric_log (5baa2467-10a4-4072-aedc-143364581ce0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.08 21:59:57.895871 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.05.08 21:59:58.000170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 186.13 MiB, peak 196.01 MiB, free memory in arenas 0.00 B, will set to 196.23 MiB (RSS), difference: 10.10 MiB 2025.05.08 22:00:01.713122 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 22:00:01.713324 [ 268 ] {8c1ff036-b3b5-42c9-bf50-baf903bf12a6} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.08 22:00:01.713399 [ 268 ] {8c1ff036-b3b5-42c9-bf50-baf903bf12a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.08 22:00:01.714129 [ 268 ] {8c1ff036-b3b5-42c9-bf50-baf903bf12a6} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 22:00:01.714181 [ 268 ] {8c1ff036-b3b5-42c9-bf50-baf903bf12a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 22:00:01.714603 [ 268 ] {8c1ff036-b3b5-42c9-bf50-baf903bf12a6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.08 22:00:01.714854 [ 268 ] {8c1ff036-b3b5-42c9-bf50-baf903bf12a6} oximeter.fields_string (f72229fe-6ce0-4c5f-bfb2-abf612522016): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 22:00:01.715015 [ 268 ] {8c1ff036-b3b5-42c9-bf50-baf903bf12a6} executeQuery: Read 108 rows, 9.24 KiB in 0.001745 sec., 61891.11747851003 rows/sec., 5.17 MiB/sec. 2025.05.08 22:00:01.715068 [ 268 ] {8c1ff036-b3b5-42c9-bf50-baf903bf12a6} TCPHandler: Processed in 0.002150943 sec. 2025.05.08 22:00:01.715234 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 22:00:01.715356 [ 268 ] {c20d1386-d415-4c9c-9595-8584e898af5e} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.08 22:00:01.715411 [ 268 ] {c20d1386-d415-4c9c-9595-8584e898af5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.08 22:00:01.715932 [ 268 ] {c20d1386-d415-4c9c-9595-8584e898af5e} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 22:00:01.715970 [ 268 ] {c20d1386-d415-4c9c-9595-8584e898af5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 22:00:01.716315 [ 268 ] {c20d1386-d415-4c9c-9595-8584e898af5e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.08 22:00:01.716573 [ 268 ] {c20d1386-d415-4c9c-9595-8584e898af5e} oximeter.fields_u16 (591b35f6-495e-4570-a68e-737f7e996b65): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 22:00:01.716737 [ 268 ] {c20d1386-d415-4c9c-9595-8584e898af5e} executeQuery: Read 26 rows, 1.96 KiB in 0.00141 sec., 18439.71631205674 rows/sec., 1.35 MiB/sec. 2025.05.08 22:00:01.716785 [ 268 ] {c20d1386-d415-4c9c-9595-8584e898af5e} TCPHandler: Processed in 0.001615667 sec. 2025.05.08 22:00:01.716896 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 22:00:01.716997 [ 268 ] {f3e01057-1b6d-4d5e-9448-18ead96d72ed} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.08 22:00:01.717042 [ 268 ] {f3e01057-1b6d-4d5e-9448-18ead96d72ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.08 22:00:01.717496 [ 268 ] {f3e01057-1b6d-4d5e-9448-18ead96d72ed} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 22:00:01.717537 [ 268 ] {f3e01057-1b6d-4d5e-9448-18ead96d72ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 22:00:01.717885 [ 268 ] {f3e01057-1b6d-4d5e-9448-18ead96d72ed} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.08 22:00:01.718125 [ 268 ] {f3e01057-1b6d-4d5e-9448-18ead96d72ed} oximeter.fields_uuid (7d853513-dc86-4df6-a113-41b9e9118b4d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 22:00:01.718263 [ 268 ] {f3e01057-1b6d-4d5e-9448-18ead96d72ed} executeQuery: Read 90 rows, 7.20 KiB in 0.001286 sec., 69984.44790046656 rows/sec., 5.47 MiB/sec. 2025.05.08 22:00:01.718308 [ 268 ] {f3e01057-1b6d-4d5e-9448-18ead96d72ed} TCPHandler: Processed in 0.001464016 sec. 2025.05.08 22:00:01.718447 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 22:00:01.718546 [ 268 ] {d5f38cde-1f46-4e24-b0be-63a55e0cced0} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.08 22:00:01.718593 [ 268 ] {d5f38cde-1f46-4e24-b0be-63a55e0cced0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.08 22:00:01.719109 [ 268 ] {d5f38cde-1f46-4e24-b0be-63a55e0cced0} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 22:00:01.719149 [ 268 ] {d5f38cde-1f46-4e24-b0be-63a55e0cced0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 22:00:01.719561 [ 268 ] {d5f38cde-1f46-4e24-b0be-63a55e0cced0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.08 22:00:01.719787 [ 268 ] {d5f38cde-1f46-4e24-b0be-63a55e0cced0} oximeter.measurements_cumulativeu64 (54be8bcc-e808-4acb-b658-5743956c83f8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 22:00:01.719920 [ 268 ] {d5f38cde-1f46-4e24-b0be-63a55e0cced0} executeQuery: Read 160 rows, 11.41 KiB in 0.001394 sec., 114777.61836441893 rows/sec., 7.99 MiB/sec. 2025.05.08 22:00:01.719959 [ 268 ] {d5f38cde-1f46-4e24-b0be-63a55e0cced0} TCPHandler: Processed in 0.001565186 sec. 2025.05.08 22:00:01.720082 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 22:00:01.720179 [ 268 ] {f71a25dd-4287-462a-8542-969623316f11} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.08 22:00:01.720235 [ 268 ] {f71a25dd-4287-462a-8542-969623316f11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.05.08 22:00:01.721158 [ 268 ] {f71a25dd-4287-462a-8542-969623316f11} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 22:00:01.721197 [ 268 ] {f71a25dd-4287-462a-8542-969623316f11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 22:00:01.721773 [ 268 ] {f71a25dd-4287-462a-8542-969623316f11} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.08 22:00:01.722015 [ 268 ] {f71a25dd-4287-462a-8542-969623316f11} oximeter.measurements_histogramu64 (87a3af4f-7316-4eff-b603-e1458be0a378): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 22:00:01.722166 [ 268 ] {f71a25dd-4287-462a-8542-969623316f11} executeQuery: Read 26 rows, 47.71 KiB in 0.002005 sec., 12967.581047381547 rows/sec., 23.24 MiB/sec. 2025.05.08 22:00:01.722237 [ 268 ] {f71a25dd-4287-462a-8542-969623316f11} TCPHandler: Processed in 0.002205894 sec. 2025.05.08 22:00:01.722365 [ 268 ] {} TCP-Session: 57fdb8fe-8340-4c43-853e-27770a83d679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.08 22:00:01.722471 [ 268 ] {4f53f764-c816-4381-bdde-e41c9dbf4173} executeQuery: (from [fd00:1122:3344:101::d]:52903) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.08 22:00:01.722517 [ 268 ] {4f53f764-c816-4381-bdde-e41c9dbf4173} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.08 22:00:01.722890 [ 268 ] {4f53f764-c816-4381-bdde-e41c9dbf4173} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.08 22:00:01.722925 [ 268 ] {4f53f764-c816-4381-bdde-e41c9dbf4173} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.05.08 22:00:01.723273 [ 268 ] {4f53f764-c816-4381-bdde-e41c9dbf4173} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.08 22:00:01.723510 [ 268 ] {4f53f764-c816-4381-bdde-e41c9dbf4173} oximeter.measurements_u64 (706ed1dc-378f-4849-a6d9-540eae8cbe0b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.08 22:00:01.723645 [ 268 ] {4f53f764-c816-4381-bdde-e41c9dbf4173} executeQuery: Read 60 rows, 4.14 KiB in 0.001193 sec., 50293.37803855826 rows/sec., 3.39 MiB/sec. 2025.05.08 22:00:01.723683 [ 268 ] {4f53f764-c816-4381-bdde-e41c9dbf4173} TCPHandler: Processed in 0.001368304 sec.