[ Nov 13 07:58:48 Enabled. ] [ Nov 13 07:58:48 Rereading configuration. ] [ Nov 13 07:58:49 Rereading configuration. ] [ Nov 13 07:58:54 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 [ Nov 13 07:58:55 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.11.13 07:58:57.017396 [ 1 ] {} Application: Will watch for the process with pid 25365 2025.11.13 07:58:57.017742 [ 1 ] {} Application: Forked a child process to watch 2025.11.13 07:58:57.528116 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25365 2025.11.13 07:58:57.528830 [ 1 ] {} Application: starting up 2025.11.13 07:58:57.528966 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.11.13 07:58:57.687266 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.11.13 07:58:57.728399 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.11.13 07:58:57.728457 [ 1 ] {} Application: Initializing DateLUT. 2025.11.13 07:58:57.728476 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.11.13 07:58:57.728529 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.11.13 07:58:57.728908 [ 1 ] {} Application: Initializing interserver credentials. 2025.11.13 07:58:57.732484 [ 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.11.13 07:58:57.733177 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.11.13 07:58:57.734040 [ 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.11.13 07:58:57.734069 [ 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.11.13 07:58:57.734082 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.11.13 07:58:57.734806 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.11.13 07:58:57.735792 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.11.13 07:58:57.741253 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.11.13 07:58:57.741969 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.11.13 07:58:57.743266 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.11.13 07:58:57.743326 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.11.13 07:58:57.744364 [ 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.11.13 07:58:57.744746 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.11.13 07:58:57.748908 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.11.13 07:58:57.749342 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.11.13 07:58:57.754157 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.11.13 07:58:57.754549 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.11.13 07:58:57.754927 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.11.13 07:58:57.755270 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.11.13 07:58:57.756613 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.11.13 07:58:57.756647 [ 1 ] {} Application: Loading metadata from /data/ 2025.11.13 07:58:57.756737 [ 66 ] {} DNSResolver: Updating DNS cache 2025.11.13 07:58:57.756819 [ 66 ] {} DNSResolver: Updated DNS cache 2025.11.13 07:58:57.769115 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.11.13 07:58:57.769139 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000160943 sec 2025.11.13 07:58:57.769196 [ 1 ] {} ReferentialDeps: No tables 2025.11.13 07:58:57.769233 [ 1 ] {} LoadingDeps: No tables 2025.11.13 07:58:57.769906 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.11.13 07:58:57.770473 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.11.13 07:58:57.794755 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.11.13 07:58:57.794798 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.11.13 07:58:57.794861 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.11.13 07:58:57.794873 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.11.13 07:58:57.794917 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.11.13 07:58:57.795009 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.11.13 07:58:57.798969 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.11.13 07:58:57.799016 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.11.13 07:58:57.799081 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.11.13 07:58:57.799250 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.11.13 07:58:57.799294 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.11.13 07:58:57.799307 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.11.13 07:58:57.799387 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.11.13 07:58:57.799400 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.11.13 07:58:57.799432 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.11.13 07:58:57.799508 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.11.13 07:58:57.826201 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.11.13 07:58:57.828656 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.11.13 07:58:57.828754 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000116282 sec 2025.11.13 07:58:57.828769 [ 1 ] {} ReferentialDeps: No tables 2025.11.13 07:58:57.828779 [ 1 ] {} LoadingDeps: No tables 2025.11.13 07:58:57.828804 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.11.13 07:58:57.829023 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.11.13 07:58:57.829132 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.11.13 07:58:57.829146 [ 1 ] {} Application: Loaded metadata. 2025.11.13 07:58:57.829157 [ 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.11.13 07:58:57.829168 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.11.13 07:58:57.834447 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.11.13 07:58:57.834662 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.82 MiB (RSS), difference: 92.05 MiB 2025.11.13 07:58:57.836368 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.452e-05 sec. 2025.11.13 07:58:57.836827 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.11.13 07:58:57.838137 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.11.13 07:58:57.838158 [ 1 ] {} Application: Ready for connections. 2025.11.13 07:58:58.000229 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.84 MiB, peak 116.84 MiB, free memory in arenas 0.00 B, will set to 118.36 MiB (RSS), difference: 1.52 MiB 2025.11.13 07:58:59.155661 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46564 2025.11.13 07:58:59.156652 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.156720 [ 3 ] {} TCP-Session: d4fa9f9f-d69b-43ce-97e2-e4a627bd9b1d Authenticating user 'default' from [fd00:1122:3344:101::a]:46564 2025.11.13 07:58:59.156825 [ 3 ] {} TCP-Session: d4fa9f9f-d69b-43ce-97e2-e4a627bd9b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.156842 [ 3 ] {} TCP-Session: d4fa9f9f-d69b-43ce-97e2-e4a627bd9b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.156935 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.13 07:58:59.157057 [ 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.11.13 07:58:59.157081 [ 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.11.13 07:58:59.159695 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43419 2025.11.13 07:58:59.159838 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60487 2025.11.13 07:58:59.159858 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.159986 [ 4 ] {} TCP-Session: e70139f6-a126-45ce-be24-4ca819c2e2fe Authenticating user 'default' from [fd00:1122:3344:101::a]:43419 2025.11.13 07:58:59.160003 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40241 2025.11.13 07:58:59.160011 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42989 2025.11.13 07:58:59.160045 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.160012 [ 4 ] {} TCP-Session: e70139f6-a126-45ce-be24-4ca819c2e2fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.160135 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37116 2025.11.13 07:58:59.160145 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.160204 [ 4 ] {} TCP-Session: e70139f6-a126-45ce-be24-4ca819c2e2fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.160248 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.160200 [ 5 ] {} TCP-Session: eafe8884-73f8-4451-ac3d-34e2f3bab918 Authenticating user 'default' from [fd00:1122:3344:101::a]:60487 2025.11.13 07:58:59.160380 [ 5 ] {} TCP-Session: eafe8884-73f8-4451-ac3d-34e2f3bab918 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.160378 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42340 2025.11.13 07:58:59.160409 [ 254 ] {} TCP-Session: d1b5f35f-241e-4f42-8cd7-96afa96ad6a2 Authenticating user 'default' from [fd00:1122:3344:101::a]:42989 2025.11.13 07:58:59.160422 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55703 2025.11.13 07:58:59.160396 [ 5 ] {} TCP-Session: eafe8884-73f8-4451-ac3d-34e2f3bab918 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.160449 [ 254 ] {} TCP-Session: d1b5f35f-241e-4f42-8cd7-96afa96ad6a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.160425 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.160542 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.160551 [ 254 ] {} TCP-Session: d1b5f35f-241e-4f42-8cd7-96afa96ad6a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.160657 [ 256 ] {} TCP-Session: de799080-7b84-415d-8276-68141f04b5d4 Authenticating user 'default' from [fd00:1122:3344:101::a]:37116 2025.11.13 07:58:59.160687 [ 257 ] {} TCP-Session: 8fb4a326-c962-4a04-b4df-9c3d345541b4 Authenticating user 'default' from [fd00:1122:3344:101::a]:42340 2025.11.13 07:58:59.160676 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.160416 [ 255 ] {} TCP-Session: 451c18ff-87a7-465c-b869-bde6b81b0ccc Authenticating user 'default' from [fd00:1122:3344:101::a]:40241 2025.11.13 07:58:59.160765 [ 258 ] {} TCP-Session: 157c7482-a1d6-4d2b-93dc-e9720c76f18c Authenticating user 'default' from [fd00:1122:3344:101::a]:55703 2025.11.13 07:58:59.160797 [ 255 ] {} TCP-Session: 451c18ff-87a7-465c-b869-bde6b81b0ccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.160785 [ 257 ] {} TCP-Session: 8fb4a326-c962-4a04-b4df-9c3d345541b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.160758 [ 256 ] {} TCP-Session: de799080-7b84-415d-8276-68141f04b5d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.160899 [ 255 ] {} TCP-Session: 451c18ff-87a7-465c-b869-bde6b81b0ccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.160882 [ 257 ] {} TCP-Session: 8fb4a326-c962-4a04-b4df-9c3d345541b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.160961 [ 256 ] {} TCP-Session: de799080-7b84-415d-8276-68141f04b5d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.160875 [ 258 ] {} TCP-Session: 157c7482-a1d6-4d2b-93dc-e9720c76f18c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.161076 [ 258 ] {} TCP-Session: 157c7482-a1d6-4d2b-93dc-e9720c76f18c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.437975 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51291 2025.11.13 07:58:59.438158 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.438206 [ 259 ] {} TCP-Session: d60f8e63-6389-43fe-94d1-56b67f426341 Authenticating user 'default' from [fd00:1122:3344:101::c]:51291 2025.11.13 07:58:59.438227 [ 259 ] {} TCP-Session: d60f8e63-6389-43fe-94d1-56b67f426341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.438311 [ 259 ] {} TCP-Session: d60f8e63-6389-43fe-94d1-56b67f426341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.438378 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.13 07:58:59.438410 [ 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.11.13 07:58:59.438492 [ 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.11.13 07:58:59.440913 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38322 2025.11.13 07:58:59.441017 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46537 2025.11.13 07:58:59.441112 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39185 2025.11.13 07:58:59.441173 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.441280 [ 260 ] {} TCP-Session: 95679281-aa33-4689-919c-362eed688225 Authenticating user 'default' from [fd00:1122:3344:101::c]:38322 2025.11.13 07:58:59.441290 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.441288 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35559 2025.11.13 07:58:59.441332 [ 261 ] {} TCP-Session: 2e4ab815-e14d-49fc-93ae-a4541947a91c Authenticating user 'default' from [fd00:1122:3344:101::c]:46537 2025.11.13 07:58:59.441383 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.441398 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50105 2025.11.13 07:58:59.441309 [ 260 ] {} TCP-Session: 95679281-aa33-4689-919c-362eed688225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.441489 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47514 2025.11.13 07:58:59.441496 [ 261 ] {} TCP-Session: 2e4ab815-e14d-49fc-93ae-a4541947a91c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.441455 [ 262 ] {} TCP-Session: aee6af4f-86c0-4250-8131-837740badef9 Authenticating user 'default' from [fd00:1122:3344:101::c]:39185 2025.11.13 07:58:59.441544 [ 261 ] {} TCP-Session: 2e4ab815-e14d-49fc-93ae-a4541947a91c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.441530 [ 260 ] {} TCP-Session: 95679281-aa33-4689-919c-362eed688225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.441666 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.441678 [ 262 ] {} TCP-Session: aee6af4f-86c0-4250-8131-837740badef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.441732 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.441749 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.441639 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61858 2025.11.13 07:58:59.441807 [ 264 ] {} TCP-Session: 058f12d3-5408-4763-9c3f-8d5f7ed8cca2 Authenticating user 'default' from [fd00:1122:3344:101::c]:50105 2025.11.13 07:58:59.441806 [ 265 ] {} TCP-Session: 0b4267a4-bf8b-4d32-ad67-1f5aea68a394 Authenticating user 'default' from [fd00:1122:3344:101::c]:47514 2025.11.13 07:58:59.441789 [ 263 ] {} TCP-Session: 44905654-d9d5-4288-bb01-4514499204f4 Authenticating user 'default' from [fd00:1122:3344:101::c]:35559 2025.11.13 07:58:59.441918 [ 265 ] {} TCP-Session: 0b4267a4-bf8b-4d32-ad67-1f5aea68a394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.441911 [ 264 ] {} TCP-Session: 058f12d3-5408-4763-9c3f-8d5f7ed8cca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.441988 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.442039 [ 265 ] {} TCP-Session: 0b4267a4-bf8b-4d32-ad67-1f5aea68a394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.442026 [ 264 ] {} TCP-Session: 058f12d3-5408-4763-9c3f-8d5f7ed8cca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.442019 [ 263 ] {} TCP-Session: 44905654-d9d5-4288-bb01-4514499204f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.442102 [ 266 ] {} TCP-Session: ef506c14-88bc-4a4d-8702-da2a86fcbdc0 Authenticating user 'default' from [fd00:1122:3344:101::c]:61858 2025.11.13 07:58:59.441809 [ 262 ] {} TCP-Session: aee6af4f-86c0-4250-8131-837740badef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.442185 [ 263 ] {} TCP-Session: 44905654-d9d5-4288-bb01-4514499204f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.442212 [ 266 ] {} TCP-Session: ef506c14-88bc-4a4d-8702-da2a86fcbdc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.442305 [ 266 ] {} TCP-Session: ef506c14-88bc-4a4d-8702-da2a86fcbdc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.634452 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34257 2025.11.13 07:58:59.634661 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.634742 [ 267 ] {} TCP-Session: 94025c5e-e9ae-4a3d-b720-10e3189d15c5 Authenticating user 'default' from [fd00:1122:3344:101::b]:34257 2025.11.13 07:58:59.634766 [ 267 ] {} TCP-Session: 94025c5e-e9ae-4a3d-b720-10e3189d15c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.634778 [ 267 ] {} TCP-Session: 94025c5e-e9ae-4a3d-b720-10e3189d15c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.634905 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.13 07:58:59.634932 [ 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.11.13 07:58:59.635015 [ 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.11.13 07:58:59.636162 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52057 2025.11.13 07:58:59.636260 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33567 2025.11.13 07:58:59.636366 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.636406 [ 268 ] {} TCP-Session: d0ecc4d3-ac2b-4735-b722-b2d6535d6b39 Authenticating user 'default' from [fd00:1122:3344:101::b]:52057 2025.11.13 07:58:59.636518 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.636544 [ 268 ] {} TCP-Session: d0ecc4d3-ac2b-4735-b722-b2d6535d6b39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.636548 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34668 2025.11.13 07:58:59.636571 [ 269 ] {} TCP-Session: 144165f5-b56e-4542-b035-61ad87bf5cbb Authenticating user 'default' from [fd00:1122:3344:101::b]:33567 2025.11.13 07:58:59.636579 [ 268 ] {} TCP-Session: d0ecc4d3-ac2b-4735-b722-b2d6535d6b39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.636564 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61486 2025.11.13 07:58:59.636719 [ 269 ] {} TCP-Session: 144165f5-b56e-4542-b035-61ad87bf5cbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.636720 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52880 2025.11.13 07:58:59.636802 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.636821 [ 269 ] {} TCP-Session: 144165f5-b56e-4542-b035-61ad87bf5cbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.636884 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63303 2025.11.13 07:58:59.636859 [ 271 ] {} TCP-Session: e544f5f9-d4ae-4879-b753-2937eb54a15b Authenticating user 'default' from [fd00:1122:3344:101::b]:34668 2025.11.13 07:58:59.636916 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.637020 [ 270 ] {} TCP-Session: 49411628-ae96-47f2-868a-9756fa4e50f1 Authenticating user 'default' from [fd00:1122:3344:101::b]:61486 2025.11.13 07:58:59.637038 [ 271 ] {} TCP-Session: e544f5f9-d4ae-4879-b753-2937eb54a15b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.637023 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.637023 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32855 2025.11.13 07:58:59.637155 [ 272 ] {} TCP-Session: 03093b27-65f6-419c-acaa-5296faffdf7a Authenticating user 'default' from [fd00:1122:3344:101::b]:52880 2025.11.13 07:58:59.637135 [ 270 ] {} TCP-Session: 49411628-ae96-47f2-868a-9756fa4e50f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.637137 [ 271 ] {} TCP-Session: e544f5f9-d4ae-4879-b753-2937eb54a15b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.637293 [ 272 ] {} TCP-Session: 03093b27-65f6-419c-acaa-5296faffdf7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.637305 [ 270 ] {} TCP-Session: 49411628-ae96-47f2-868a-9756fa4e50f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.637294 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.637128 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.637400 [ 274 ] {} TCP-Session: 9311473c-7542-44e4-a5e6-3387597e7df5 Authenticating user 'default' from [fd00:1122:3344:101::b]:32855 2025.11.13 07:58:59.637375 [ 272 ] {} TCP-Session: 03093b27-65f6-419c-acaa-5296faffdf7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.637503 [ 273 ] {} TCP-Session: 9793f827-bf19-403f-8017-c3cb0c7e2d25 Authenticating user 'default' from [fd00:1122:3344:101::b]:63303 2025.11.13 07:58:59.637516 [ 274 ] {} TCP-Session: 9311473c-7542-44e4-a5e6-3387597e7df5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.637622 [ 273 ] {} TCP-Session: 9793f827-bf19-403f-8017-c3cb0c7e2d25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.637629 [ 274 ] {} TCP-Session: 9311473c-7542-44e4-a5e6-3387597e7df5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.637645 [ 273 ] {} TCP-Session: 9793f827-bf19-403f-8017-c3cb0c7e2d25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.656353 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41990 2025.11.13 07:58:59.656512 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.656629 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Authenticating user 'default' from [fd00:1122:3344:101::d]:41990 2025.11.13 07:58:59.656647 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.656659 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.656783 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.13 07:58:59.656827 [ 275 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.11.13 07:58:59.656916 [ 275 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.11.13 07:58:59.657402 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60999 2025.11.13 07:58:59.657596 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54971 2025.11.13 07:58:59.657666 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37866 2025.11.13 07:58:59.657821 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36660 2025.11.13 07:58:59.657849 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.657877 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.657947 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.657960 [ 276 ] {} TCP-Session: f9af15b9-625e-4457-b367-e67c1d215572 Authenticating user 'default' from [fd00:1122:3344:101::d]:60999 2025.11.13 07:58:59.657987 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62176 2025.11.13 07:58:59.658030 [ 278 ] {} TCP-Session: 3ae6d4e1-1c2f-4d78-beae-270cde4c8e8c Authenticating user 'default' from [fd00:1122:3344:101::d]:54971 2025.11.13 07:58:59.658047 [ 276 ] {} TCP-Session: f9af15b9-625e-4457-b367-e67c1d215572 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.658069 [ 277 ] {} TCP-Session: 9ef43e3a-000d-429a-93d2-c0b575e21a54 Authenticating user 'default' from [fd00:1122:3344:101::d]:37866 2025.11.13 07:58:59.658134 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62615 2025.11.13 07:58:59.658146 [ 278 ] {} TCP-Session: 3ae6d4e1-1c2f-4d78-beae-270cde4c8e8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.658129 [ 276 ] {} TCP-Session: f9af15b9-625e-4457-b367-e67c1d215572 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.658224 [ 278 ] {} TCP-Session: 3ae6d4e1-1c2f-4d78-beae-270cde4c8e8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.658215 [ 277 ] {} TCP-Session: 9ef43e3a-000d-429a-93d2-c0b575e21a54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.658317 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63765 2025.11.13 07:58:59.658324 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.658060 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.658386 [ 277 ] {} TCP-Session: 9ef43e3a-000d-429a-93d2-c0b575e21a54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.658531 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35875 2025.11.13 07:58:59.658611 [ 280 ] {} TCP-Session: 9ce42295-57e0-4e0b-8ee0-604b00bf1d5f Authenticating user 'default' from [fd00:1122:3344:101::d]:62176 2025.11.13 07:58:59.658549 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.658706 [ 281 ] {} TCP-Session: 8e692386-3ea5-46b3-9c35-0deb43ae5556 Authenticating user 'default' from [fd00:1122:3344:101::d]:62615 2025.11.13 07:58:59.658714 [ 280 ] {} TCP-Session: 9ce42295-57e0-4e0b-8ee0-604b00bf1d5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.658737 [ 281 ] {} TCP-Session: 8e692386-3ea5-46b3-9c35-0deb43ae5556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.658792 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.658842 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:58:59.658881 [ 281 ] {} TCP-Session: 8e692386-3ea5-46b3-9c35-0deb43ae5556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.658874 [ 282 ] {} TCP-Session: ff87b433-9ed5-4ada-9787-1a2ec4cd9872 Authenticating user 'default' from [fd00:1122:3344:101::d]:63765 2025.11.13 07:58:59.658851 [ 280 ] {} TCP-Session: 9ce42295-57e0-4e0b-8ee0-604b00bf1d5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.658973 [ 282 ] {} TCP-Session: ff87b433-9ed5-4ada-9787-1a2ec4cd9872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.658965 [ 283 ] {} TCP-Session: eb699ea6-f95e-4f51-9f35-a14f7cadf8b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35875 2025.11.13 07:58:59.658777 [ 279 ] {} TCP-Session: 211c2fc9-291e-46cd-bd77-3a47159ddf34 Authenticating user 'default' from [fd00:1122:3344:101::d]:36660 2025.11.13 07:58:59.659072 [ 282 ] {} TCP-Session: ff87b433-9ed5-4ada-9787-1a2ec4cd9872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.659060 [ 283 ] {} TCP-Session: eb699ea6-f95e-4f51-9f35-a14f7cadf8b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.659215 [ 279 ] {} TCP-Session: 211c2fc9-291e-46cd-bd77-3a47159ddf34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.659218 [ 283 ] {} TCP-Session: eb699ea6-f95e-4f51-9f35-a14f7cadf8b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.659324 [ 279 ] {} TCP-Session: 211c2fc9-291e-46cd-bd77-3a47159ddf34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:58:59.667067 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.670226 [ 275 ] {bddc5b04-e875-448a-9dac-220f6e081f4b} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.13 07:58:59.804284 [ 275 ] {bddc5b04-e875-448a-9dac-220f6e081f4b} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41990) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.11.13 07:58:59.805548 [ 275 ] {bddc5b04-e875-448a-9dac-220f6e081f4b} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.11.13 07:58:59.805772 [ 275 ] {bddc5b04-e875-448a-9dac-220f6e081f4b} TCPHandler: Processed in 0.145035632 sec. 2025.11.13 07:58:59.806258 [ 276 ] {} TCP-Session: f9af15b9-625e-4457-b367-e67c1d215572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.806505 [ 276 ] {2ca3a59d-f3da-4712-b475-e98d768d83d5} executeQuery: (from [fd00:1122:3344:101::d]:60999) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.13 07:58:59.807027 [ 276 ] {2ca3a59d-f3da-4712-b475-e98d768d83d5} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60999) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.11.13 07:58:59.807326 [ 276 ] {2ca3a59d-f3da-4712-b475-e98d768d83d5} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.11.13 07:58:59.807648 [ 276 ] {2ca3a59d-f3da-4712-b475-e98d768d83d5} TCPHandler: Processed in 0.001576662 sec. 2025.11.13 07:58:59.807949 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.808855 [ 275 ] {96785cc7-1ebc-4644-b058-9325fa343845} executeQuery: (from [fd00:1122:3344:101::d]:41990) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.11.13 07:58:59.809585 [ 275 ] {96785cc7-1ebc-4644-b058-9325fa343845} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.11.13 07:58:59.811723 [ 275 ] {96785cc7-1ebc-4644-b058-9325fa343845} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.11.13 07:58:59.811878 [ 275 ] {96785cc7-1ebc-4644-b058-9325fa343845} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000187764 sec 2025.11.13 07:58:59.811894 [ 275 ] {96785cc7-1ebc-4644-b058-9325fa343845} ReferentialDeps: No tables 2025.11.13 07:58:59.811906 [ 275 ] {96785cc7-1ebc-4644-b058-9325fa343845} LoadingDeps: No tables 2025.11.13 07:58:59.811970 [ 275 ] {96785cc7-1ebc-4644-b058-9325fa343845} DatabaseAtomic (oximeter): Starting up tables. 2025.11.13 07:58:59.812808 [ 275 ] {96785cc7-1ebc-4644-b058-9325fa343845} TCPHandler: Processed in 0.004966798 sec. 2025.11.13 07:58:59.812974 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.813130 [ 275 ] {8184d9b1-cc82-4db4-82c4-5ed784ddf4f0} executeQuery: (from [fd00:1122:3344:101::d]:41990) /* 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.11.13 07:58:59.813299 [ 275 ] {8184d9b1-cc82-4db4-82c4-5ed784ddf4f0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.11.13 07:58:59.819102 [ 275 ] {8184d9b1-cc82-4db4-82c4-5ed784ddf4f0} StoragePolicy (default): Storage policy default created, total volumes 1 2025.11.13 07:58:59.822521 [ 275 ] {8184d9b1-cc82-4db4-82c4-5ed784ddf4f0} oximeter.version (796a7a34-d8a8-408c-bf98-75ba5f8bde77): Loading data parts 2025.11.13 07:58:59.823626 [ 275 ] {8184d9b1-cc82-4db4-82c4-5ed784ddf4f0} oximeter.version (796a7a34-d8a8-408c-bf98-75ba5f8bde77): There are no data parts 2025.11.13 07:58:59.828011 [ 275 ] {8184d9b1-cc82-4db4-82c4-5ed784ddf4f0} TCPHandler: Processed in 0.015088617 sec. 2025.11.13 07:58:59.828312 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.828518 [ 275 ] {8af5ff0e-8e40-4607-9289-ab1966982966} executeQuery: (from [fd00:1122:3344:101::d]:41990) /* 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.11.13 07:58:59.828674 [ 275 ] {8af5ff0e-8e40-4607-9289-ab1966982966} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.11.13 07:58:59.844109 [ 275 ] {8af5ff0e-8e40-4607-9289-ab1966982966} oximeter.measurements_bool (4a781c67-2c22-4fb1-a07c-fb70d6f3a222): Loading data parts 2025.11.13 07:58:59.844517 [ 275 ] {8af5ff0e-8e40-4607-9289-ab1966982966} oximeter.measurements_bool (4a781c67-2c22-4fb1-a07c-fb70d6f3a222): There are no data parts 2025.11.13 07:58:59.845976 [ 275 ] {8af5ff0e-8e40-4607-9289-ab1966982966} TCPHandler: Processed in 0.017723108 sec. 2025.11.13 07:58:59.846156 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.846407 [ 275 ] {bf7bd268-a6a5-4e37-867f-2556b81d8de4} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.846452 [ 275 ] {bf7bd268-a6a5-4e37-867f-2556b81d8de4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.11.13 07:58:59.848330 [ 275 ] {bf7bd268-a6a5-4e37-867f-2556b81d8de4} oximeter.measurements_i8 (9c700673-169d-46ae-88f6-9f727bf95df4): Loading data parts 2025.11.13 07:58:59.848616 [ 275 ] {bf7bd268-a6a5-4e37-867f-2556b81d8de4} oximeter.measurements_i8 (9c700673-169d-46ae-88f6-9f727bf95df4): There are no data parts 2025.11.13 07:58:59.852081 [ 275 ] {bf7bd268-a6a5-4e37-867f-2556b81d8de4} TCPHandler: Processed in 0.005990158 sec. 2025.11.13 07:58:59.852391 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.852565 [ 275 ] {3b7c7aa0-14dc-445c-bd3e-c4f96e37e27f} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.852702 [ 275 ] {3b7c7aa0-14dc-445c-bd3e-c4f96e37e27f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.11.13 07:58:59.857229 [ 275 ] {3b7c7aa0-14dc-445c-bd3e-c4f96e37e27f} oximeter.measurements_u8 (74bfa344-a1ed-43e9-9986-d51d1be74cec): Loading data parts 2025.11.13 07:58:59.857442 [ 275 ] {3b7c7aa0-14dc-445c-bd3e-c4f96e37e27f} oximeter.measurements_u8 (74bfa344-a1ed-43e9-9986-d51d1be74cec): There are no data parts 2025.11.13 07:58:59.861521 [ 275 ] {3b7c7aa0-14dc-445c-bd3e-c4f96e37e27f} TCPHandler: Processed in 0.009194091 sec. 2025.11.13 07:58:59.861695 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.861897 [ 275 ] {76dc69a6-d2d5-436c-90d9-300ee4aa54f8} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.861976 [ 275 ] {76dc69a6-d2d5-436c-90d9-300ee4aa54f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.11.13 07:58:59.867734 [ 275 ] {76dc69a6-d2d5-436c-90d9-300ee4aa54f8} oximeter.measurements_i16 (085f2f40-c71d-422a-8f56-d9854062f1e8): Loading data parts 2025.11.13 07:58:59.867880 [ 275 ] {76dc69a6-d2d5-436c-90d9-300ee4aa54f8} oximeter.measurements_i16 (085f2f40-c71d-422a-8f56-d9854062f1e8): There are no data parts 2025.11.13 07:58:59.871755 [ 275 ] {76dc69a6-d2d5-436c-90d9-300ee4aa54f8} TCPHandler: Processed in 0.010125829 sec. 2025.11.13 07:58:59.872061 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.872258 [ 275 ] {39912213-a945-40bc-8c91-53092f1b8b3a} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.872421 [ 275 ] {39912213-a945-40bc-8c91-53092f1b8b3a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.11.13 07:58:59.874511 [ 275 ] {39912213-a945-40bc-8c91-53092f1b8b3a} oximeter.measurements_u16 (9a6b8c1a-49ef-4a37-a532-7fb2af32420e): Loading data parts 2025.11.13 07:58:59.874743 [ 275 ] {39912213-a945-40bc-8c91-53092f1b8b3a} oximeter.measurements_u16 (9a6b8c1a-49ef-4a37-a532-7fb2af32420e): There are no data parts 2025.11.13 07:58:59.878629 [ 275 ] {39912213-a945-40bc-8c91-53092f1b8b3a} TCPHandler: Processed in 0.00663182 sec. 2025.11.13 07:58:59.878798 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.879019 [ 275 ] {d1e70c03-1480-44cc-be3a-36e48d174974} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.879112 [ 275 ] {d1e70c03-1480-44cc-be3a-36e48d174974} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.11.13 07:58:59.884182 [ 275 ] {d1e70c03-1480-44cc-be3a-36e48d174974} oximeter.measurements_i32 (05531a8c-52a2-48e0-9169-06f1ecf5c9bf): Loading data parts 2025.11.13 07:58:59.884350 [ 275 ] {d1e70c03-1480-44cc-be3a-36e48d174974} oximeter.measurements_i32 (05531a8c-52a2-48e0-9169-06f1ecf5c9bf): There are no data parts 2025.11.13 07:58:59.887855 [ 275 ] {d1e70c03-1480-44cc-be3a-36e48d174974} TCPHandler: Processed in 0.00911314 sec. 2025.11.13 07:58:59.888103 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.888280 [ 275 ] {5e7dbd9d-680e-4e3c-9f16-b61490cd3953} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.888407 [ 275 ] {5e7dbd9d-680e-4e3c-9f16-b61490cd3953} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.11.13 07:58:59.893198 [ 275 ] {5e7dbd9d-680e-4e3c-9f16-b61490cd3953} oximeter.measurements_u32 (1b907897-b795-4ed1-9001-a5e9413f45d8): Loading data parts 2025.11.13 07:58:59.893362 [ 275 ] {5e7dbd9d-680e-4e3c-9f16-b61490cd3953} oximeter.measurements_u32 (1b907897-b795-4ed1-9001-a5e9413f45d8): There are no data parts 2025.11.13 07:58:59.896396 [ 275 ] {5e7dbd9d-680e-4e3c-9f16-b61490cd3953} TCPHandler: Processed in 0.008348884 sec. 2025.11.13 07:58:59.896564 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.896741 [ 275 ] {b9f3350c-5611-49a8-bea7-1b090b88e2bb} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.896910 [ 275 ] {b9f3350c-5611-49a8-bea7-1b090b88e2bb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.11.13 07:58:59.901480 [ 275 ] {b9f3350c-5611-49a8-bea7-1b090b88e2bb} oximeter.measurements_i64 (ec9a856e-d5d5-4d88-b83c-5720148970ee): Loading data parts 2025.11.13 07:58:59.901621 [ 275 ] {b9f3350c-5611-49a8-bea7-1b090b88e2bb} oximeter.measurements_i64 (ec9a856e-d5d5-4d88-b83c-5720148970ee): There are no data parts 2025.11.13 07:58:59.903772 [ 275 ] {b9f3350c-5611-49a8-bea7-1b090b88e2bb} TCPHandler: Processed in 0.007264963 sec. 2025.11.13 07:58:59.903999 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.904163 [ 275 ] {8ba02506-b0ae-4fea-89c7-a279ce3322c0} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.904278 [ 275 ] {8ba02506-b0ae-4fea-89c7-a279ce3322c0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.11.13 07:58:59.908178 [ 275 ] {8ba02506-b0ae-4fea-89c7-a279ce3322c0} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Loading data parts 2025.11.13 07:58:59.908414 [ 275 ] {8ba02506-b0ae-4fea-89c7-a279ce3322c0} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): There are no data parts 2025.11.13 07:58:59.912802 [ 275 ] {8ba02506-b0ae-4fea-89c7-a279ce3322c0} TCPHandler: Processed in 0.008852894 sec. 2025.11.13 07:58:59.912984 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.913147 [ 275 ] {4867a05b-5a8b-4eda-b6bd-7386368272b7} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.913265 [ 275 ] {4867a05b-5a8b-4eda-b6bd-7386368272b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.11.13 07:58:59.918021 [ 275 ] {4867a05b-5a8b-4eda-b6bd-7386368272b7} oximeter.measurements_f32 (c8445dfe-9f11-4d8b-8e07-951a8270364a): Loading data parts 2025.11.13 07:58:59.918194 [ 275 ] {4867a05b-5a8b-4eda-b6bd-7386368272b7} oximeter.measurements_f32 (c8445dfe-9f11-4d8b-8e07-951a8270364a): There are no data parts 2025.11.13 07:58:59.921150 [ 275 ] {4867a05b-5a8b-4eda-b6bd-7386368272b7} TCPHandler: Processed in 0.008213952 sec. 2025.11.13 07:58:59.921345 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.921541 [ 275 ] {e764f0f8-915a-46f6-b4a8-f94d7c8de05b} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.921653 [ 275 ] {e764f0f8-915a-46f6-b4a8-f94d7c8de05b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.11.13 07:58:59.926413 [ 275 ] {e764f0f8-915a-46f6-b4a8-f94d7c8de05b} oximeter.measurements_f64 (fcd8ab25-3c41-4039-8d8b-5bac797798fa): Loading data parts 2025.11.13 07:58:59.926598 [ 275 ] {e764f0f8-915a-46f6-b4a8-f94d7c8de05b} oximeter.measurements_f64 (fcd8ab25-3c41-4039-8d8b-5bac797798fa): There are no data parts 2025.11.13 07:58:59.930980 [ 275 ] {e764f0f8-915a-46f6-b4a8-f94d7c8de05b} TCPHandler: Processed in 0.00968377 sec. 2025.11.13 07:58:59.931156 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.931317 [ 275 ] {f2d74b97-284a-4909-9fd3-d2fe11656a90} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.931443 [ 275 ] {f2d74b97-284a-4909-9fd3-d2fe11656a90} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.11.13 07:58:59.935485 [ 275 ] {f2d74b97-284a-4909-9fd3-d2fe11656a90} oximeter.measurements_string (8b55a645-fccd-48d5-907b-8db7c2eb3f85): Loading data parts 2025.11.13 07:58:59.935802 [ 275 ] {f2d74b97-284a-4909-9fd3-d2fe11656a90} oximeter.measurements_string (8b55a645-fccd-48d5-907b-8db7c2eb3f85): There are no data parts 2025.11.13 07:58:59.940048 [ 275 ] {f2d74b97-284a-4909-9fd3-d2fe11656a90} TCPHandler: Processed in 0.008947436 sec. 2025.11.13 07:58:59.940323 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.940495 [ 275 ] {f34c0d98-05bf-4e4b-8bbf-bd43172f2d4f} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.940640 [ 275 ] {f34c0d98-05bf-4e4b-8bbf-bd43172f2d4f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.11.13 07:58:59.944045 [ 275 ] {f34c0d98-05bf-4e4b-8bbf-bd43172f2d4f} oximeter.measurements_bytes (6935c11b-761a-4c38-9acc-81d2363da5bc): Loading data parts 2025.11.13 07:58:59.944217 [ 275 ] {f34c0d98-05bf-4e4b-8bbf-bd43172f2d4f} oximeter.measurements_bytes (6935c11b-761a-4c38-9acc-81d2363da5bc): There are no data parts 2025.11.13 07:58:59.948448 [ 275 ] {f34c0d98-05bf-4e4b-8bbf-bd43172f2d4f} TCPHandler: Processed in 0.008189251 sec. 2025.11.13 07:58:59.948739 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.948935 [ 275 ] {a56336a4-4a41-416e-880b-33d5379e6b50} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.949070 [ 275 ] {a56336a4-4a41-416e-880b-33d5379e6b50} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.11.13 07:58:59.954668 [ 275 ] {a56336a4-4a41-416e-880b-33d5379e6b50} oximeter.measurements_cumulativei64 (a75df636-aaed-4318-b5be-e25e58716451): Loading data parts 2025.11.13 07:58:59.954964 [ 275 ] {a56336a4-4a41-416e-880b-33d5379e6b50} oximeter.measurements_cumulativei64 (a75df636-aaed-4318-b5be-e25e58716451): There are no data parts 2025.11.13 07:58:59.958859 [ 275 ] {a56336a4-4a41-416e-880b-33d5379e6b50} TCPHandler: Processed in 0.01018434 sec. 2025.11.13 07:58:59.959039 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.959345 [ 275 ] {3449fe24-9537-42e1-927b-a5f07b4a4cee} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.959477 [ 275 ] {3449fe24-9537-42e1-927b-a5f07b4a4cee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.11.13 07:58:59.964051 [ 275 ] {3449fe24-9537-42e1-927b-a5f07b4a4cee} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Loading data parts 2025.11.13 07:58:59.964213 [ 275 ] {3449fe24-9537-42e1-927b-a5f07b4a4cee} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): There are no data parts 2025.11.13 07:58:59.968100 [ 275 ] {3449fe24-9537-42e1-927b-a5f07b4a4cee} TCPHandler: Processed in 0.009122949 sec. 2025.11.13 07:58:59.968254 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.968418 [ 275 ] {6efacaa8-7175-4073-bd3d-32d3aa31d0a7} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.968549 [ 275 ] {6efacaa8-7175-4073-bd3d-32d3aa31d0a7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.11.13 07:58:59.973314 [ 275 ] {6efacaa8-7175-4073-bd3d-32d3aa31d0a7} oximeter.measurements_cumulativef32 (22aa1fde-fff5-4420-b382-7e09770c8f4b): Loading data parts 2025.11.13 07:58:59.973498 [ 275 ] {6efacaa8-7175-4073-bd3d-32d3aa31d0a7} oximeter.measurements_cumulativef32 (22aa1fde-fff5-4420-b382-7e09770c8f4b): There are no data parts 2025.11.13 07:58:59.977339 [ 275 ] {6efacaa8-7175-4073-bd3d-32d3aa31d0a7} TCPHandler: Processed in 0.00913463 sec. 2025.11.13 07:58:59.977612 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.977809 [ 275 ] {f09b5f8f-086f-4fc1-8da2-eaaaff2be828} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.977951 [ 275 ] {f09b5f8f-086f-4fc1-8da2-eaaaff2be828} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.11.13 07:58:59.981780 [ 275 ] {f09b5f8f-086f-4fc1-8da2-eaaaff2be828} oximeter.measurements_cumulativef64 (c99feeb3-81bf-495d-9d0c-793b94c3568a): Loading data parts 2025.11.13 07:58:59.982012 [ 275 ] {f09b5f8f-086f-4fc1-8da2-eaaaff2be828} oximeter.measurements_cumulativef64 (c99feeb3-81bf-495d-9d0c-793b94c3568a): There are no data parts 2025.11.13 07:58:59.986192 [ 275 ] {f09b5f8f-086f-4fc1-8da2-eaaaff2be828} TCPHandler: Processed in 0.00863907 sec. 2025.11.13 07:58:59.986401 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.986733 [ 275 ] {a6d866a9-4af9-4b26-b8cb-50f7565162d9} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.986874 [ 275 ] {a6d866a9-4af9-4b26-b8cb-50f7565162d9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.11.13 07:58:59.991385 [ 275 ] {a6d866a9-4af9-4b26-b8cb-50f7565162d9} oximeter.measurements_histogrami8 (afe21a67-3bde-4d65-b43f-64cae1aba102): Loading data parts 2025.11.13 07:58:59.991616 [ 275 ] {a6d866a9-4af9-4b26-b8cb-50f7565162d9} oximeter.measurements_histogrami8 (afe21a67-3bde-4d65-b43f-64cae1aba102): There are no data parts 2025.11.13 07:58:59.993171 [ 275 ] {a6d866a9-4af9-4b26-b8cb-50f7565162d9} TCPHandler: Processed in 0.006845055 sec. 2025.11.13 07:58:59.993453 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:58:59.993668 [ 275 ] {61a4d218-867c-4a41-9021-f30cd1c74168} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:58:59.993800 [ 275 ] {61a4d218-867c-4a41-9021-f30cd1c74168} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.11.13 07:58:59.998595 [ 275 ] {61a4d218-867c-4a41-9021-f30cd1c74168} oximeter.measurements_histogramu8 (7ec44055-3f85-4e56-9d0f-20915e0a1460): Loading data parts 2025.11.13 07:58:59.998840 [ 275 ] {61a4d218-867c-4a41-9021-f30cd1c74168} oximeter.measurements_histogramu8 (7ec44055-3f85-4e56-9d0f-20915e0a1460): There are no data parts 2025.11.13 07:59:00.000155 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.07 MiB, peak 124.07 MiB, free memory in arenas 0.00 B, will set to 134.02 MiB (RSS), difference: 9.94 MiB 2025.11.13 07:59:00.002645 [ 275 ] {61a4d218-867c-4a41-9021-f30cd1c74168} TCPHandler: Processed in 0.009240521 sec. 2025.11.13 07:59:00.002857 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.003115 [ 275 ] {d5ee2d74-7cf9-4d4c-9872-38b3c0adf412} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.003248 [ 275 ] {d5ee2d74-7cf9-4d4c-9872-38b3c0adf412} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.11.13 07:59:00.007890 [ 275 ] {d5ee2d74-7cf9-4d4c-9872-38b3c0adf412} oximeter.measurements_histogrami16 (90cc91d0-a80b-4d1e-bf2e-b7601f7a6c05): Loading data parts 2025.11.13 07:59:00.008101 [ 275 ] {d5ee2d74-7cf9-4d4c-9872-38b3c0adf412} oximeter.measurements_histogrami16 (90cc91d0-a80b-4d1e-bf2e-b7601f7a6c05): There are no data parts 2025.11.13 07:59:00.012017 [ 275 ] {d5ee2d74-7cf9-4d4c-9872-38b3c0adf412} TCPHandler: Processed in 0.009209801 sec. 2025.11.13 07:59:00.012175 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.012387 [ 275 ] {6aa758e2-80d3-4c05-99f3-a87b5019933d} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.012531 [ 275 ] {6aa758e2-80d3-4c05-99f3-a87b5019933d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.11.13 07:59:00.017238 [ 275 ] {6aa758e2-80d3-4c05-99f3-a87b5019933d} oximeter.measurements_histogramu16 (a0fa7fbc-be6d-485b-8739-9548a8641b71): Loading data parts 2025.11.13 07:59:00.017401 [ 275 ] {6aa758e2-80d3-4c05-99f3-a87b5019933d} oximeter.measurements_histogramu16 (a0fa7fbc-be6d-485b-8739-9548a8641b71): There are no data parts 2025.11.13 07:59:00.021253 [ 275 ] {6aa758e2-80d3-4c05-99f3-a87b5019933d} TCPHandler: Processed in 0.009127069 sec. 2025.11.13 07:59:00.021462 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.021717 [ 275 ] {92304185-150a-4ed5-a4bc-bc87aa6bcd53} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.021848 [ 275 ] {92304185-150a-4ed5-a4bc-bc87aa6bcd53} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.11.13 07:59:00.025719 [ 275 ] {92304185-150a-4ed5-a4bc-bc87aa6bcd53} oximeter.measurements_histogrami32 (87ed7b60-323a-4235-9189-baa59013e4b5): Loading data parts 2025.11.13 07:59:00.025887 [ 275 ] {92304185-150a-4ed5-a4bc-bc87aa6bcd53} oximeter.measurements_histogrami32 (87ed7b60-323a-4235-9189-baa59013e4b5): There are no data parts 2025.11.13 07:59:00.030125 [ 275 ] {92304185-150a-4ed5-a4bc-bc87aa6bcd53} TCPHandler: Processed in 0.008712892 sec. 2025.11.13 07:59:00.030294 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.030520 [ 275 ] {ae131ea4-c8d9-4cc0-8870-99649e1eb39e} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.030649 [ 275 ] {ae131ea4-c8d9-4cc0-8870-99649e1eb39e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.11.13 07:59:00.032779 [ 275 ] {ae131ea4-c8d9-4cc0-8870-99649e1eb39e} oximeter.measurements_histogramu32 (79c21e7a-cee4-4b73-a168-aa9d51d69c71): Loading data parts 2025.11.13 07:59:00.032918 [ 275 ] {ae131ea4-c8d9-4cc0-8870-99649e1eb39e} oximeter.measurements_histogramu32 (79c21e7a-cee4-4b73-a168-aa9d51d69c71): There are no data parts 2025.11.13 07:59:00.036822 [ 275 ] {ae131ea4-c8d9-4cc0-8870-99649e1eb39e} TCPHandler: Processed in 0.006589519 sec. 2025.11.13 07:59:00.036986 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.037278 [ 275 ] {9ee6336a-1649-4aa0-973e-1c41a8b799c9} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.037411 [ 275 ] {9ee6336a-1649-4aa0-973e-1c41a8b799c9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.11.13 07:59:00.041368 [ 275 ] {9ee6336a-1649-4aa0-973e-1c41a8b799c9} oximeter.measurements_histogrami64 (c1a6797a-886c-4ef8-a7dd-ef7345205338): Loading data parts 2025.11.13 07:59:00.041547 [ 275 ] {9ee6336a-1649-4aa0-973e-1c41a8b799c9} oximeter.measurements_histogrami64 (c1a6797a-886c-4ef8-a7dd-ef7345205338): There are no data parts 2025.11.13 07:59:00.045787 [ 275 ] {9ee6336a-1649-4aa0-973e-1c41a8b799c9} TCPHandler: Processed in 0.008852494 sec. 2025.11.13 07:59:00.045947 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.046168 [ 275 ] {35a58aad-b292-47f8-a3ba-e03a3beec62b} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.046302 [ 275 ] {35a58aad-b292-47f8-a3ba-e03a3beec62b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.11.13 07:59:00.050178 [ 275 ] {35a58aad-b292-47f8-a3ba-e03a3beec62b} oximeter.measurements_histogramu64 (6522a0f7-57af-4dbe-b4e2-9dab0821bdb0): Loading data parts 2025.11.13 07:59:00.050371 [ 275 ] {35a58aad-b292-47f8-a3ba-e03a3beec62b} oximeter.measurements_histogramu64 (6522a0f7-57af-4dbe-b4e2-9dab0821bdb0): There are no data parts 2025.11.13 07:59:00.054109 [ 275 ] {35a58aad-b292-47f8-a3ba-e03a3beec62b} TCPHandler: Processed in 0.008214601 sec. 2025.11.13 07:59:00.054262 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.054571 [ 275 ] {998adb14-bd7a-4036-988b-4444ce018f40} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.054700 [ 275 ] {998adb14-bd7a-4036-988b-4444ce018f40} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.11.13 07:59:00.058643 [ 275 ] {998adb14-bd7a-4036-988b-4444ce018f40} oximeter.measurements_histogramf32 (b084ed68-b7ab-4052-a1bd-7da28db13019): Loading data parts 2025.11.13 07:59:00.058825 [ 275 ] {998adb14-bd7a-4036-988b-4444ce018f40} oximeter.measurements_histogramf32 (b084ed68-b7ab-4052-a1bd-7da28db13019): There are no data parts 2025.11.13 07:59:00.060929 [ 275 ] {998adb14-bd7a-4036-988b-4444ce018f40} TCPHandler: Processed in 0.006716752 sec. 2025.11.13 07:59:00.061079 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.061291 [ 275 ] {8c664be1-126d-4fe6-a1da-83861e0f1106} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.061431 [ 275 ] {8c664be1-126d-4fe6-a1da-83861e0f1106} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.11.13 07:59:00.065040 [ 275 ] {8c664be1-126d-4fe6-a1da-83861e0f1106} oximeter.measurements_histogramf64 (5a20e54f-f117-400f-aa78-a223e66b5a46): Loading data parts 2025.11.13 07:59:00.065185 [ 275 ] {8c664be1-126d-4fe6-a1da-83861e0f1106} oximeter.measurements_histogramf64 (5a20e54f-f117-400f-aa78-a223e66b5a46): There are no data parts 2025.11.13 07:59:00.069385 [ 275 ] {8c664be1-126d-4fe6-a1da-83861e0f1106} TCPHandler: Processed in 0.008356794 sec. 2025.11.13 07:59:00.069553 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.069859 [ 275 ] {65e7a316-8d1a-4155-b633-78f780c4ba23} executeQuery: (from [fd00:1122:3344:101::d]:41990) /* 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.11.13 07:59:00.070016 [ 275 ] {65e7a316-8d1a-4155-b633-78f780c4ba23} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.11.13 07:59:00.074503 [ 275 ] {65e7a316-8d1a-4155-b633-78f780c4ba23} oximeter.fields_bool (0603aea9-510e-48bf-b177-3fa2500ca033): Loading data parts 2025.11.13 07:59:00.074657 [ 275 ] {65e7a316-8d1a-4155-b633-78f780c4ba23} oximeter.fields_bool (0603aea9-510e-48bf-b177-3fa2500ca033): There are no data parts 2025.11.13 07:59:00.078173 [ 275 ] {65e7a316-8d1a-4155-b633-78f780c4ba23} TCPHandler: Processed in 0.00867804 sec. 2025.11.13 07:59:00.078354 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.078517 [ 275 ] {71ac6ebb-2f9c-48ca-9607-28cdd062a6ac} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.078647 [ 275 ] {71ac6ebb-2f9c-48ca-9607-28cdd062a6ac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.11.13 07:59:00.083427 [ 275 ] {71ac6ebb-2f9c-48ca-9607-28cdd062a6ac} oximeter.fields_i8 (17b31376-f30d-4df0-8a26-775cf76e986c): Loading data parts 2025.11.13 07:59:00.083711 [ 275 ] {71ac6ebb-2f9c-48ca-9607-28cdd062a6ac} oximeter.fields_i8 (17b31376-f30d-4df0-8a26-775cf76e986c): There are no data parts 2025.11.13 07:59:00.088233 [ 275 ] {71ac6ebb-2f9c-48ca-9607-28cdd062a6ac} TCPHandler: Processed in 0.009943685 sec. 2025.11.13 07:59:00.088396 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.088647 [ 275 ] {dce94b48-d043-4bdd-bf65-02c7bd142ada} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.088770 [ 275 ] {dce94b48-d043-4bdd-bf65-02c7bd142ada} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.11.13 07:59:00.092286 [ 275 ] {dce94b48-d043-4bdd-bf65-02c7bd142ada} oximeter.fields_u8 (fa88fa24-23b2-4322-b572-b3eff6d6a3a2): Loading data parts 2025.11.13 07:59:00.092481 [ 275 ] {dce94b48-d043-4bdd-bf65-02c7bd142ada} oximeter.fields_u8 (fa88fa24-23b2-4322-b572-b3eff6d6a3a2): There are no data parts 2025.11.13 07:59:00.096701 [ 275 ] {dce94b48-d043-4bdd-bf65-02c7bd142ada} TCPHandler: Processed in 0.008363485 sec. 2025.11.13 07:59:00.096856 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.097015 [ 275 ] {c3018521-7838-4540-9ffe-b30ddea8915b} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.097193 [ 275 ] {c3018521-7838-4540-9ffe-b30ddea8915b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.11.13 07:59:00.101092 [ 275 ] {c3018521-7838-4540-9ffe-b30ddea8915b} oximeter.fields_i16 (4d161b96-6a76-457e-9813-eeb6d1ec3094): Loading data parts 2025.11.13 07:59:00.101372 [ 275 ] {c3018521-7838-4540-9ffe-b30ddea8915b} oximeter.fields_i16 (4d161b96-6a76-457e-9813-eeb6d1ec3094): There are no data parts 2025.11.13 07:59:00.105043 [ 275 ] {c3018521-7838-4540-9ffe-b30ddea8915b} TCPHandler: Processed in 0.008237372 sec. 2025.11.13 07:59:00.105214 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.105484 [ 275 ] {f88ccf5d-aa1e-414a-8185-cedc22957293} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.105606 [ 275 ] {f88ccf5d-aa1e-414a-8185-cedc22957293} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.11.13 07:59:00.110679 [ 275 ] {f88ccf5d-aa1e-414a-8185-cedc22957293} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Loading data parts 2025.11.13 07:59:00.110851 [ 275 ] {f88ccf5d-aa1e-414a-8185-cedc22957293} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): There are no data parts 2025.11.13 07:59:00.114721 [ 275 ] {f88ccf5d-aa1e-414a-8185-cedc22957293} TCPHandler: Processed in 0.009568028 sec. 2025.11.13 07:59:00.114898 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.115089 [ 275 ] {9bd6ac09-6da2-492f-9188-aa311126c28b} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.115240 [ 275 ] {9bd6ac09-6da2-492f-9188-aa311126c28b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.11.13 07:59:00.119548 [ 275 ] {9bd6ac09-6da2-492f-9188-aa311126c28b} oximeter.fields_i32 (fa340f9e-c6a3-4a57-befd-1c6a209731fc): Loading data parts 2025.11.13 07:59:00.119839 [ 275 ] {9bd6ac09-6da2-492f-9188-aa311126c28b} oximeter.fields_i32 (fa340f9e-c6a3-4a57-befd-1c6a209731fc): There are no data parts 2025.11.13 07:59:00.122322 [ 275 ] {9bd6ac09-6da2-492f-9188-aa311126c28b} TCPHandler: Processed in 0.007485737 sec. 2025.11.13 07:59:00.122475 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.122771 [ 275 ] {2a91743b-a965-47e7-b0a4-c117a41ade68} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.122892 [ 275 ] {2a91743b-a965-47e7-b0a4-c117a41ade68} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.11.13 07:59:00.127023 [ 275 ] {2a91743b-a965-47e7-b0a4-c117a41ade68} oximeter.fields_u32 (7c5ed6b7-89d1-4a92-a566-4e7e94255b8a): Loading data parts 2025.11.13 07:59:00.127170 [ 275 ] {2a91743b-a965-47e7-b0a4-c117a41ade68} oximeter.fields_u32 (7c5ed6b7-89d1-4a92-a566-4e7e94255b8a): There are no data parts 2025.11.13 07:59:00.130505 [ 275 ] {2a91743b-a965-47e7-b0a4-c117a41ade68} TCPHandler: Processed in 0.008080939 sec. 2025.11.13 07:59:00.130721 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.130957 [ 275 ] {d528ffc6-23cd-43bc-8188-5f944ad31f2a} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.131137 [ 275 ] {d528ffc6-23cd-43bc-8188-5f944ad31f2a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.11.13 07:59:00.135126 [ 275 ] {d528ffc6-23cd-43bc-8188-5f944ad31f2a} oximeter.fields_i64 (43282f5c-96cb-4c2f-a4a1-36f6a79721bd): Loading data parts 2025.11.13 07:59:00.135307 [ 275 ] {d528ffc6-23cd-43bc-8188-5f944ad31f2a} oximeter.fields_i64 (43282f5c-96cb-4c2f-a4a1-36f6a79721bd): There are no data parts 2025.11.13 07:59:00.139477 [ 275 ] {d528ffc6-23cd-43bc-8188-5f944ad31f2a} TCPHandler: Processed in 0.008834964 sec. 2025.11.13 07:59:00.139657 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.139943 [ 275 ] {b95c0de2-bbbd-4aea-9308-b80ff3d3a685} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.140094 [ 275 ] {b95c0de2-bbbd-4aea-9308-b80ff3d3a685} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.11.13 07:59:00.144371 [ 275 ] {b95c0de2-bbbd-4aea-9308-b80ff3d3a685} oximeter.fields_u64 (3b8e39ee-9485-487a-92d6-a3894864fb75): Loading data parts 2025.11.13 07:59:00.144544 [ 275 ] {b95c0de2-bbbd-4aea-9308-b80ff3d3a685} oximeter.fields_u64 (3b8e39ee-9485-487a-92d6-a3894864fb75): There are no data parts 2025.11.13 07:59:00.148738 [ 275 ] {b95c0de2-bbbd-4aea-9308-b80ff3d3a685} TCPHandler: Processed in 0.00913965 sec. 2025.11.13 07:59:00.148897 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.149056 [ 275 ] {935900ad-2855-4e65-8004-c1ee0a91ecdf} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.149184 [ 275 ] {935900ad-2855-4e65-8004-c1ee0a91ecdf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.11.13 07:59:00.153984 [ 275 ] {935900ad-2855-4e65-8004-c1ee0a91ecdf} oximeter.fields_ipaddr (c30877d1-44e7-42b4-8025-2bc544af2d82): Loading data parts 2025.11.13 07:59:00.154188 [ 275 ] {935900ad-2855-4e65-8004-c1ee0a91ecdf} oximeter.fields_ipaddr (c30877d1-44e7-42b4-8025-2bc544af2d82): There are no data parts 2025.11.13 07:59:00.158633 [ 275 ] {935900ad-2855-4e65-8004-c1ee0a91ecdf} TCPHandler: Processed in 0.009787333 sec. 2025.11.13 07:59:00.158944 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.159151 [ 275 ] {8581bbb0-437f-4a20-9f08-73944cd9642d} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.159269 [ 275 ] {8581bbb0-437f-4a20-9f08-73944cd9642d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.11.13 07:59:00.162932 [ 275 ] {8581bbb0-437f-4a20-9f08-73944cd9642d} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Loading data parts 2025.11.13 07:59:00.163177 [ 275 ] {8581bbb0-437f-4a20-9f08-73944cd9642d} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): There are no data parts 2025.11.13 07:59:00.166853 [ 275 ] {8581bbb0-437f-4a20-9f08-73944cd9642d} TCPHandler: Processed in 0.007974077 sec. 2025.11.13 07:59:00.167008 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.167302 [ 275 ] {fd23e6ed-41e7-4e5a-ba7f-19fe661a9d7a} executeQuery: (from [fd00:1122:3344:101::d]:41990) 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.11.13 07:59:00.167352 [ 275 ] {fd23e6ed-41e7-4e5a-ba7f-19fe661a9d7a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.11.13 07:59:00.169595 [ 275 ] {fd23e6ed-41e7-4e5a-ba7f-19fe661a9d7a} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Loading data parts 2025.11.13 07:59:00.169741 [ 275 ] {fd23e6ed-41e7-4e5a-ba7f-19fe661a9d7a} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): There are no data parts 2025.11.13 07:59:00.173667 [ 275 ] {fd23e6ed-41e7-4e5a-ba7f-19fe661a9d7a} TCPHandler: Processed in 0.006710592 sec. 2025.11.13 07:59:00.173915 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.174167 [ 275 ] {e321ed79-0706-4855-9ec6-4af8f5811ffc} executeQuery: (from [fd00:1122:3344:101::d]:41990) /* 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.11.13 07:59:00.174331 [ 275 ] {e321ed79-0706-4855-9ec6-4af8f5811ffc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.11.13 07:59:00.178604 [ 275 ] {e321ed79-0706-4855-9ec6-4af8f5811ffc} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c): Loading data parts 2025.11.13 07:59:00.178774 [ 275 ] {e321ed79-0706-4855-9ec6-4af8f5811ffc} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c): There are no data parts 2025.11.13 07:59:00.182722 [ 275 ] {e321ed79-0706-4855-9ec6-4af8f5811ffc} TCPHandler: Processed in 0.008858534 sec. 2025.11.13 07:59:00.183057 [ 276 ] {} TCP-Session: f9af15b9-625e-4457-b367-e67c1d215572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:00.183489 [ 276 ] {edc9a55b-de9f-46b9-b9a9-6be99bacf585} executeQuery: (from [fd00:1122:3344:101::d]:60999) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.11.13 07:59:00.184827 [ 276 ] {edc9a55b-de9f-46b9-b9a9-6be99bacf585} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.11.13 07:59:00.207467 [ 285 ] {edc9a55b-de9f-46b9-b9a9-6be99bacf585} oximeter.version (796a7a34-d8a8-408c-bf98-75ba5f8bde77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:00.207511 [ 285 ] {edc9a55b-de9f-46b9-b9a9-6be99bacf585} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.11.13 07:59:00.212416 [ 285 ] {edc9a55b-de9f-46b9-b9a9-6be99bacf585} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:00.213156 [ 285 ] {edc9a55b-de9f-46b9-b9a9-6be99bacf585} oximeter.version (796a7a34-d8a8-408c-bf98-75ba5f8bde77): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:00.213424 [ 276 ] {edc9a55b-de9f-46b9-b9a9-6be99bacf585} executeQuery: Read 1 rows, 16.00 B in 0.030089 sec., 33.234736947057065 rows/sec., 531.76 B/sec. 2025.11.13 07:59:00.213811 [ 276 ] {edc9a55b-de9f-46b9-b9a9-6be99bacf585} TCPHandler: Processed in 0.030898978 sec. 2025.11.13 07:59:01.000979 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 135.80 MiB, peak 135.80 MiB, free memory in arenas 0.00 B, will set to 139.78 MiB (RSS), difference: 3.98 MiB 2025.11.13 07:59:05.300559 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.11.13 07:59:05.300609 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.11.13 07:59:05.300655 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.11.13 07:59:05.300811 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.11.13 07:59:05.310521 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Loading data parts 2025.11.13 07:59:05.310779 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): There are no data parts 2025.11.13 07:59:05.313745 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Loading data parts 2025.11.13 07:59:05.313895 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): There are no data parts 2025.11.13 07:59:05.316476 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:05.316614 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.11.13 07:59:05.324029 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:05.324629 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:05.324838 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.11.13 07:59:05.343091 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:05.343142 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.11.13 07:59:05.349552 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:05.350928 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:05.354062 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.11.13 07:59:06.001008 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.86 MiB, peak 148.86 MiB, free memory in arenas 0.00 B, will set to 153.93 MiB (RSS), difference: 9.07 MiB 2025.11.13 07:59:07.800190 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.11.13 07:59:07.800290 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.11.13 07:59:07.804449 [ 243 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Loading data parts 2025.11.13 07:59:07.804684 [ 243 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): There are no data parts 2025.11.13 07:59:07.815712 [ 243 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:07.815748 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.11.13 07:59:07.817395 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:07.817906 [ 243 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:07.818258 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.11.13 07:59:08.001153 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.13 MiB, peak 158.13 MiB, free memory in arenas 0.00 B, will set to 154.93 MiB (RSS), difference: -3.20 MiB 2025.11.13 07:59:12.756865 [ 118 ] {} DNSResolver: Updating DNS cache 2025.11.13 07:59:12.756978 [ 118 ] {} DNSResolver: Updated DNS cache 2025.11.13 07:59:12.825305 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.11.13 07:59:12.826134 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:12.826182 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.11.13 07:59:12.827137 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.13 07:59:12.827574 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:12.827729 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.11.13 07:59:12.854579 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.11.13 07:59:12.872164 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:12.872221 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.11.13 07:59:12.878819 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.13 07:59:12.879982 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:12.883048 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.11.13 07:59:13.000552 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.69 MiB, peak 159.69 MiB, free memory in arenas 0.00 B, will set to 157.85 MiB (RSS), difference: 2.15 MiB 2025.11.13 07:59:14.788749 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53068 2025.11.13 07:59:14.790662 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:14.790715 [ 286 ] {} TCP-Session: e467e1e2-574e-41d6-bae4-bfcb4e915b2f Authenticating user 'default' from [fd00:1122:3344:101::e]:53068 2025.11.13 07:59:14.790795 [ 286 ] {} TCP-Session: e467e1e2-574e-41d6-bae4-bfcb4e915b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.790814 [ 286 ] {} TCP-Session: e467e1e2-574e-41d6-bae4-bfcb4e915b2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.790871 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.13 07:59:14.790948 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.11.13 07:59:14.790969 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.11.13 07:59:14.791440 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49031 2025.11.13 07:59:14.791539 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46197 2025.11.13 07:59:14.791665 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57768 2025.11.13 07:59:14.791751 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45348 2025.11.13 07:59:14.791867 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59944 2025.11.13 07:59:14.792103 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39163 2025.11.13 07:59:14.792172 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50943 2025.11.13 07:59:14.793296 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:14.793319 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:14.793341 [ 287 ] {} TCP-Session: 8659b904-bdec-4557-af86-b9b8faa5bf28 Authenticating user 'default' from [fd00:1122:3344:101::e]:49031 2025.11.13 07:59:14.793356 [ 291 ] {} TCP-Session: 35111591-10ae-44a3-b373-ad7d3935b011 Authenticating user 'default' from [fd00:1122:3344:101::e]:59944 2025.11.13 07:59:14.793361 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:14.793368 [ 287 ] {} TCP-Session: 8659b904-bdec-4557-af86-b9b8faa5bf28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793382 [ 291 ] {} TCP-Session: 35111591-10ae-44a3-b373-ad7d3935b011 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793412 [ 287 ] {} TCP-Session: 8659b904-bdec-4557-af86-b9b8faa5bf28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793419 [ 289 ] {} TCP-Session: 7be02ae1-c9e9-44ea-a9f3-4d82234f64a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:57768 2025.11.13 07:59:14.793430 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:14.793464 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:14.793491 [ 290 ] {} TCP-Session: 69550f93-e80a-47e2-b569-d813dbdbafd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:45348 2025.11.13 07:59:14.793504 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:14.793514 [ 293 ] {} TCP-Session: 0320c598-6781-4926-b99a-edf6d8fc997d Authenticating user 'default' from [fd00:1122:3344:101::e]:50943 2025.11.13 07:59:14.793524 [ 290 ] {} TCP-Session: 69550f93-e80a-47e2-b569-d813dbdbafd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793554 [ 288 ] {} TCP-Session: 3fcaa2bc-edcd-46b2-b73d-0a8b3387c8fe Authenticating user 'default' from [fd00:1122:3344:101::e]:46197 2025.11.13 07:59:14.793557 [ 293 ] {} TCP-Session: 0320c598-6781-4926-b99a-edf6d8fc997d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793571 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51336 2025.11.13 07:59:14.793593 [ 293 ] {} TCP-Session: 0320c598-6781-4926-b99a-edf6d8fc997d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793589 [ 288 ] {} TCP-Session: 3fcaa2bc-edcd-46b2-b73d-0a8b3387c8fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793568 [ 290 ] {} TCP-Session: 69550f93-e80a-47e2-b569-d813dbdbafd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793636 [ 288 ] {} TCP-Session: 3fcaa2bc-edcd-46b2-b73d-0a8b3387c8fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793467 [ 289 ] {} TCP-Session: 7be02ae1-c9e9-44ea-a9f3-4d82234f64a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793425 [ 291 ] {} TCP-Session: 35111591-10ae-44a3-b373-ad7d3935b011 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793698 [ 289 ] {} TCP-Session: 7be02ae1-c9e9-44ea-a9f3-4d82234f64a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793715 [ 286 ] {} TCP-Session: e467e1e2-574e-41d6-bae4-bfcb4e915b2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:14.793734 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:14.793418 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:14.793775 [ 294 ] {} TCP-Session: c9001912-7e1c-46c0-8ba1-a371bc697dc4 Authenticating user 'default' from [fd00:1122:3344:101::e]:51336 2025.11.13 07:59:14.793805 [ 294 ] {} TCP-Session: c9001912-7e1c-46c0-8ba1-a371bc697dc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793808 [ 292 ] {} TCP-Session: 3f6a03e0-432f-498d-ba27-116786168672 Authenticating user 'default' from [fd00:1122:3344:101::e]:39163 2025.11.13 07:59:14.793823 [ 294 ] {} TCP-Session: c9001912-7e1c-46c0-8ba1-a371bc697dc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793842 [ 292 ] {} TCP-Session: 3f6a03e0-432f-498d-ba27-116786168672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793868 [ 292 ] {} TCP-Session: 3f6a03e0-432f-498d-ba27-116786168672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.793904 [ 286 ] {d9b56425-40ec-4d61-a74a-bbe5fe6dbcfc} executeQuery: (from [fd00:1122:3344:101::e]:53068) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.13 07:59:14.794327 [ 286 ] {d9b56425-40ec-4d61-a74a-bbe5fe6dbcfc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.13 07:59:14.794623 [ 286 ] {d9b56425-40ec-4d61-a74a-bbe5fe6dbcfc} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:14.805426 [ 286 ] {d9b56425-40ec-4d61-a74a-bbe5fe6dbcfc} oximeter.version (796a7a34-d8a8-408c-bf98-75ba5f8bde77) (SelectExecutor): Key condition: unknown 2025.11.13 07:59:14.814805 [ 298 ] {d9b56425-40ec-4d61-a74a-bbe5fe6dbcfc} AggregatingTransform: Aggregating 2025.11.13 07:59:14.814888 [ 298 ] {d9b56425-40ec-4d61-a74a-bbe5fe6dbcfc} Aggregator: Aggregation method: without_key 2025.11.13 07:59:14.815589 [ 298 ] {d9b56425-40ec-4d61-a74a-bbe5fe6dbcfc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004152882 sec. (240.797 rows/sec., 9.41 KiB/sec.) 2025.11.13 07:59:14.815620 [ 298 ] {d9b56425-40ec-4d61-a74a-bbe5fe6dbcfc} Aggregator: Merging aggregated data 2025.11.13 07:59:14.815656 [ 298 ] {d9b56425-40ec-4d61-a74a-bbe5fe6dbcfc} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.11.13 07:59:14.817095 [ 286 ] {d9b56425-40ec-4d61-a74a-bbe5fe6dbcfc} executeQuery: Read 1 rows, 40.00 B in 0.023255 sec., 43.00150505267684 rows/sec., 1.68 KiB/sec. 2025.11.13 07:59:14.817230 [ 286 ] {d9b56425-40ec-4d61-a74a-bbe5fe6dbcfc} TCPHandler: Processed in 0.023717417 sec. 2025.11.13 07:59:14.818478 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:14.818502 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:14.818530 [ 286 ] {} TCP-Session: e467e1e2-574e-41d6-bae4-bfcb4e915b2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.818528 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:14.818546 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:14.818563 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:14.818580 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:14.818601 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:14.818620 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:14.818642 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:14.818665 [ 290 ] {} TCP-Session: 69550f93-e80a-47e2-b569-d813dbdbafd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.818677 [ 287 ] {} TCP-Session: 8659b904-bdec-4557-af86-b9b8faa5bf28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.818624 [ 289 ] {} TCP-Session: 7be02ae1-c9e9-44ea-a9f3-4d82234f64a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.818704 [ 294 ] {} TCP-Session: c9001912-7e1c-46c0-8ba1-a371bc697dc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.818607 [ 288 ] {} TCP-Session: 3fcaa2bc-edcd-46b2-b73d-0a8b3387c8fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.818592 [ 292 ] {} TCP-Session: 3f6a03e0-432f-498d-ba27-116786168672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.818564 [ 293 ] {} TCP-Session: 0320c598-6781-4926-b99a-edf6d8fc997d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:14.818649 [ 291 ] {} TCP-Session: 35111591-10ae-44a3-b373-ad7d3935b011 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:15.001040 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.11 MiB, peak 166.23 MiB, free memory in arenas 0.00 B, will set to 161.65 MiB (RSS), difference: 3.54 MiB 2025.11.13 07:59:17.819013 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 2 entries to flush up to offset 90 2025.11.13 07:59:17.821031 [ 243 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:17.821078 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.11.13 07:59:17.822236 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.13 07:59:17.822765 [ 243 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:17.822998 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 90 2025.11.13 07:59:18.000905 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 157.67 MiB, peak 166.23 MiB, free memory in arenas 0.00 B, will set to 161.70 MiB (RSS), difference: 4.03 MiB 2025.11.13 07:59:20.220006 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.220226 [ 275 ] {178a4ec6-36f4-4fdb-b34a-1d56d46c766c} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.220518 [ 275 ] {178a4ec6-36f4-4fdb-b34a-1d56d46c766c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.220582 [ 275 ] {178a4ec6-36f4-4fdb-b34a-1d56d46c766c} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.220995 [ 275 ] {178a4ec6-36f4-4fdb-b34a-1d56d46c766c} TCPHandler: Processed in 0.001115082 sec. 2025.11.13 07:59:20.229279 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.229400 [ 275 ] {1a36ab2b-afb1-4315-93ed-5a715e465336} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.234182 [ 275 ] {1a36ab2b-afb1-4315-93ed-5a715e465336} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.234275 [ 275 ] {1a36ab2b-afb1-4315-93ed-5a715e465336} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.236783 [ 275 ] {1a36ab2b-afb1-4315-93ed-5a715e465336} TCPHandler: Processed in 0.007537608 sec. 2025.11.13 07:59:20.237559 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.237676 [ 275 ] {828acfe3-8fd6-4821-a302-482508835630} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.239916 [ 275 ] {828acfe3-8fd6-4821-a302-482508835630} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.239961 [ 275 ] {828acfe3-8fd6-4821-a302-482508835630} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.240309 [ 275 ] {828acfe3-8fd6-4821-a302-482508835630} TCPHandler: Processed in 0.002810195 sec. 2025.11.13 07:59:20.240534 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.240650 [ 275 ] {4f99abbf-3d60-4118-a7bb-fc8572b6d530} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.240889 [ 275 ] {4f99abbf-3d60-4118-a7bb-fc8572b6d530} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.240932 [ 275 ] {4f99abbf-3d60-4118-a7bb-fc8572b6d530} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.241238 [ 275 ] {4f99abbf-3d60-4118-a7bb-fc8572b6d530} TCPHandler: Processed in 0.000764055 sec. 2025.11.13 07:59:20.241415 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.241523 [ 275 ] {32a337e6-c8d0-4ed4-a2d4-a2b058d649ec} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.241744 [ 275 ] {32a337e6-c8d0-4ed4-a2d4-a2b058d649ec} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.241784 [ 275 ] {32a337e6-c8d0-4ed4-a2d4-a2b058d649ec} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.242158 [ 275 ] {32a337e6-c8d0-4ed4-a2d4-a2b058d649ec} TCPHandler: Processed in 0.000766305 sec. 2025.11.13 07:59:20.242472 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.242587 [ 275 ] {ec4e7dfe-98c3-4765-850f-a5ff5b513cca} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.242821 [ 275 ] {ec4e7dfe-98c3-4765-850f-a5ff5b513cca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.242863 [ 275 ] {ec4e7dfe-98c3-4765-850f-a5ff5b513cca} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.243172 [ 275 ] {ec4e7dfe-98c3-4765-850f-a5ff5b513cca} TCPHandler: Processed in 0.000748135 sec. 2025.11.13 07:59:20.243362 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.243476 [ 275 ] {8c9d9840-715f-41a2-ad73-75fbea817890} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.243714 [ 275 ] {8c9d9840-715f-41a2-ad73-75fbea817890} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.243756 [ 275 ] {8c9d9840-715f-41a2-ad73-75fbea817890} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.244094 [ 275 ] {8c9d9840-715f-41a2-ad73-75fbea817890} TCPHandler: Processed in 0.000779775 sec. 2025.11.13 07:59:20.244303 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.244417 [ 275 ] {5acf5dba-d29c-4fe8-a3eb-4677c3f44f92} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.244654 [ 275 ] {5acf5dba-d29c-4fe8-a3eb-4677c3f44f92} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.244697 [ 275 ] {5acf5dba-d29c-4fe8-a3eb-4677c3f44f92} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.245014 [ 275 ] {5acf5dba-d29c-4fe8-a3eb-4677c3f44f92} TCPHandler: Processed in 0.000760565 sec. 2025.11.13 07:59:20.245206 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.245321 [ 275 ] {245c686a-206c-43eb-bc7f-d035134a74a6} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.245557 [ 275 ] {245c686a-206c-43eb-bc7f-d035134a74a6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.245600 [ 275 ] {245c686a-206c-43eb-bc7f-d035134a74a6} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.245908 [ 275 ] {245c686a-206c-43eb-bc7f-d035134a74a6} TCPHandler: Processed in 0.000751465 sec. 2025.11.13 07:59:20.246111 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.246228 [ 275 ] {14011d48-4b57-457b-b03e-3cf4bfb90b66} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.246469 [ 275 ] {14011d48-4b57-457b-b03e-3cf4bfb90b66} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.246510 [ 275 ] {14011d48-4b57-457b-b03e-3cf4bfb90b66} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.246824 [ 275 ] {14011d48-4b57-457b-b03e-3cf4bfb90b66} TCPHandler: Processed in 0.000761006 sec. 2025.11.13 07:59:20.247028 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.247139 [ 275 ] {0e953847-01a4-4191-8edb-4189060889c9} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.247364 [ 275 ] {0e953847-01a4-4191-8edb-4189060889c9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.247404 [ 275 ] {0e953847-01a4-4191-8edb-4189060889c9} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.247693 [ 275 ] {0e953847-01a4-4191-8edb-4189060889c9} TCPHandler: Processed in 0.000756335 sec. 2025.11.13 07:59:20.247879 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.247989 [ 275 ] {75c20f60-16e8-4cb6-8349-669088dc422e} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.248303 [ 275 ] {75c20f60-16e8-4cb6-8349-669088dc422e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.248345 [ 275 ] {75c20f60-16e8-4cb6-8349-669088dc422e} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.248663 [ 275 ] {75c20f60-16e8-4cb6-8349-669088dc422e} TCPHandler: Processed in 0.000776666 sec. 2025.11.13 07:59:20.248871 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.248989 [ 275 ] {143e1fb9-337b-4d48-b8df-44b73f2efa0d} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.249238 [ 275 ] {143e1fb9-337b-4d48-b8df-44b73f2efa0d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.249281 [ 275 ] {143e1fb9-337b-4d48-b8df-44b73f2efa0d} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.249594 [ 275 ] {143e1fb9-337b-4d48-b8df-44b73f2efa0d} TCPHandler: Processed in 0.000771125 sec. 2025.11.13 07:59:20.249794 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.249913 [ 275 ] {3a7dc10b-424b-4899-bf3b-4f49ec191bfb} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.250167 [ 275 ] {3a7dc10b-424b-4899-bf3b-4f49ec191bfb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.250210 [ 275 ] {3a7dc10b-424b-4899-bf3b-4f49ec191bfb} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.250520 [ 275 ] {3a7dc10b-424b-4899-bf3b-4f49ec191bfb} TCPHandler: Processed in 0.000773815 sec. 2025.11.13 07:59:20.250710 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.250829 [ 275 ] {0a53abc1-a2b2-458e-8af7-5d55ddf5ea8d} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.251087 [ 275 ] {0a53abc1-a2b2-458e-8af7-5d55ddf5ea8d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.251131 [ 275 ] {0a53abc1-a2b2-458e-8af7-5d55ddf5ea8d} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.251450 [ 275 ] {0a53abc1-a2b2-458e-8af7-5d55ddf5ea8d} TCPHandler: Processed in 0.000788245 sec. 2025.11.13 07:59:20.251659 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.251778 [ 275 ] {725fb76d-818b-426b-b57f-0225c25323db} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.252034 [ 275 ] {725fb76d-818b-426b-b57f-0225c25323db} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.252076 [ 275 ] {725fb76d-818b-426b-b57f-0225c25323db} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.252440 [ 275 ] {725fb76d-818b-426b-b57f-0225c25323db} TCPHandler: Processed in 0.000828786 sec. 2025.11.13 07:59:20.252629 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.252749 [ 275 ] {523ea592-fa99-4c70-ad47-3d72d7f182f8} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.253009 [ 275 ] {523ea592-fa99-4c70-ad47-3d72d7f182f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.253051 [ 275 ] {523ea592-fa99-4c70-ad47-3d72d7f182f8} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.253348 [ 275 ] {523ea592-fa99-4c70-ad47-3d72d7f182f8} TCPHandler: Processed in 0.000786855 sec. 2025.11.13 07:59:20.253539 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.253652 [ 275 ] {400d454c-0a74-4d54-81d5-be77bd31b31c} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.253893 [ 275 ] {400d454c-0a74-4d54-81d5-be77bd31b31c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.253932 [ 275 ] {400d454c-0a74-4d54-81d5-be77bd31b31c} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.254304 [ 275 ] {400d454c-0a74-4d54-81d5-be77bd31b31c} TCPHandler: Processed in 0.000780946 sec. 2025.11.13 07:59:20.254493 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.254615 [ 275 ] {2aa7ccb5-4007-4828-85d4-4102164743f9} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:20.254873 [ 275 ] {2aa7ccb5-4007-4828-85d4-4102164743f9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.254916 [ 275 ] {2aa7ccb5-4007-4828-85d4-4102164743f9} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:20.255232 [ 275 ] {2aa7ccb5-4007-4828-85d4-4102164743f9} TCPHandler: Processed in 0.000787346 sec. 2025.11.13 07:59:20.261936 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.262062 [ 275 ] {ebae3c7d-fb8a-42e1-b9ff-291d420aa94d} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.11.13 07:59:20.262118 [ 275 ] {ebae3c7d-fb8a-42e1-b9ff-291d420aa94d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:20.262802 [ 275 ] {ebae3c7d-fb8a-42e1-b9ff-291d420aa94d} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:20.262839 [ 275 ] {ebae3c7d-fb8a-42e1-b9ff-291d420aa94d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:20.263535 [ 275 ] {ebae3c7d-fb8a-42e1-b9ff-291d420aa94d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:20.263980 [ 275 ] {ebae3c7d-fb8a-42e1-b9ff-291d420aa94d} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:20.264123 [ 275 ] {ebae3c7d-fb8a-42e1-b9ff-291d420aa94d} executeQuery: Read 19 rows, 2.66 KiB in 0.002096 sec., 9064.885496183206 rows/sec., 1.24 MiB/sec. 2025.11.13 07:59:20.264161 [ 275 ] {ebae3c7d-fb8a-42e1-b9ff-291d420aa94d} TCPHandler: Processed in 0.002286255 sec. 2025.11.13 07:59:20.264287 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.264383 [ 275 ] {d5c7ee06-24cf-45c1-8d5c-8544f4fdaffb} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.13 07:59:20.264423 [ 275 ] {d5c7ee06-24cf-45c1-8d5c-8544f4fdaffb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.13 07:59:20.266814 [ 275 ] {d5c7ee06-24cf-45c1-8d5c-8544f4fdaffb} oximeter.fields_ipaddr (c30877d1-44e7-42b4-8025-2bc544af2d82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:20.266859 [ 275 ] {d5c7ee06-24cf-45c1-8d5c-8544f4fdaffb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:20.270080 [ 275 ] {d5c7ee06-24cf-45c1-8d5c-8544f4fdaffb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:20.270560 [ 275 ] {d5c7ee06-24cf-45c1-8d5c-8544f4fdaffb} oximeter.fields_ipaddr (c30877d1-44e7-42b4-8025-2bc544af2d82): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:20.270688 [ 275 ] {d5c7ee06-24cf-45c1-8d5c-8544f4fdaffb} executeQuery: Read 6 rows, 501.00 B in 0.006322 sec., 949.0667510281556 rows/sec., 77.39 KiB/sec. 2025.11.13 07:59:20.270724 [ 275 ] {d5c7ee06-24cf-45c1-8d5c-8544f4fdaffb} TCPHandler: Processed in 0.006485837 sec. 2025.11.13 07:59:20.270839 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.270932 [ 275 ] {cb786b3b-5a53-4f24-87a4-2cb387493c5f} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.13 07:59:20.270970 [ 275 ] {cb786b3b-5a53-4f24-87a4-2cb387493c5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.13 07:59:20.271423 [ 275 ] {cb786b3b-5a53-4f24-87a4-2cb387493c5f} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:20.271456 [ 275 ] {cb786b3b-5a53-4f24-87a4-2cb387493c5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:20.271846 [ 275 ] {cb786b3b-5a53-4f24-87a4-2cb387493c5f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:20.272236 [ 275 ] {cb786b3b-5a53-4f24-87a4-2cb387493c5f} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:20.272354 [ 275 ] {cb786b3b-5a53-4f24-87a4-2cb387493c5f} executeQuery: Read 67 rows, 5.41 KiB in 0.001459 sec., 45921.86429061001 rows/sec., 3.62 MiB/sec. 2025.11.13 07:59:20.272387 [ 275 ] {cb786b3b-5a53-4f24-87a4-2cb387493c5f} TCPHandler: Processed in 0.001616501 sec. 2025.11.13 07:59:20.272486 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.272572 [ 275 ] {33ead8e8-c205-48bb-b831-8cb0868414ca} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.13 07:59:20.272608 [ 275 ] {33ead8e8-c205-48bb-b831-8cb0868414ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.13 07:59:20.272963 [ 275 ] {33ead8e8-c205-48bb-b831-8cb0868414ca} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:20.272997 [ 275 ] {33ead8e8-c205-48bb-b831-8cb0868414ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:20.273444 [ 275 ] {33ead8e8-c205-48bb-b831-8cb0868414ca} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:20.273929 [ 275 ] {33ead8e8-c205-48bb-b831-8cb0868414ca} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:20.274052 [ 275 ] {33ead8e8-c205-48bb-b831-8cb0868414ca} executeQuery: Read 12 rows, 891.00 B in 0.001463 sec., 8202.323991797675 rows/sec., 594.75 KiB/sec. 2025.11.13 07:59:20.274088 [ 275 ] {33ead8e8-c205-48bb-b831-8cb0868414ca} TCPHandler: Processed in 0.001619511 sec. 2025.11.13 07:59:20.274193 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.274284 [ 275 ] {8f401e68-5a1a-4e4c-ad75-ff4d21f7a3e1} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.13 07:59:20.274322 [ 275 ] {8f401e68-5a1a-4e4c-ad75-ff4d21f7a3e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.13 07:59:20.274726 [ 275 ] {8f401e68-5a1a-4e4c-ad75-ff4d21f7a3e1} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:20.274760 [ 275 ] {8f401e68-5a1a-4e4c-ad75-ff4d21f7a3e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:20.275148 [ 275 ] {8f401e68-5a1a-4e4c-ad75-ff4d21f7a3e1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:20.275540 [ 275 ] {8f401e68-5a1a-4e4c-ad75-ff4d21f7a3e1} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:20.275663 [ 275 ] {8f401e68-5a1a-4e4c-ad75-ff4d21f7a3e1} executeQuery: Read 74 rows, 5.92 KiB in 0.001396 sec., 53008.59598853868 rows/sec., 4.14 MiB/sec. 2025.11.13 07:59:20.275699 [ 275 ] {8f401e68-5a1a-4e4c-ad75-ff4d21f7a3e1} TCPHandler: Processed in 0.001553321 sec. 2025.11.13 07:59:20.275809 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.275901 [ 275 ] {19656b67-266f-4228-bd38-ee0976b9c632} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.13 07:59:20.275942 [ 275 ] {19656b67-266f-4228-bd38-ee0976b9c632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.13 07:59:20.278304 [ 275 ] {19656b67-266f-4228-bd38-ee0976b9c632} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:20.278335 [ 275 ] {19656b67-266f-4228-bd38-ee0976b9c632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:20.278833 [ 275 ] {19656b67-266f-4228-bd38-ee0976b9c632} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:20.279423 [ 275 ] {19656b67-266f-4228-bd38-ee0976b9c632} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:20.279573 [ 275 ] {19656b67-266f-4228-bd38-ee0976b9c632} executeQuery: Read 153 rows, 10.86 KiB in 0.003687 sec., 41497.15215622457 rows/sec., 2.88 MiB/sec. 2025.11.13 07:59:20.279607 [ 275 ] {19656b67-266f-4228-bd38-ee0976b9c632} TCPHandler: Processed in 0.003843446 sec. 2025.11.13 07:59:20.279715 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.279806 [ 275 ] {e05468d9-f83c-4bd9-bbbe-d3fe472ed0ba} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.13 07:59:20.279856 [ 275 ] {e05468d9-f83c-4bd9-bbbe-d3fe472ed0ba} 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.11.13 07:59:20.280574 [ 275 ] {e05468d9-f83c-4bd9-bbbe-d3fe472ed0ba} oximeter.measurements_histogramu64 (6522a0f7-57af-4dbe-b4e2-9dab0821bdb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:20.280609 [ 275 ] {e05468d9-f83c-4bd9-bbbe-d3fe472ed0ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:20.283733 [ 275 ] {e05468d9-f83c-4bd9-bbbe-d3fe472ed0ba} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:20.284195 [ 275 ] {e05468d9-f83c-4bd9-bbbe-d3fe472ed0ba} oximeter.measurements_histogramu64 (6522a0f7-57af-4dbe-b4e2-9dab0821bdb0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:20.284342 [ 275 ] {e05468d9-f83c-4bd9-bbbe-d3fe472ed0ba} executeQuery: Read 6 rows, 11.01 KiB in 0.00457 sec., 1312.9102844638949 rows/sec., 2.35 MiB/sec. 2025.11.13 07:59:20.284393 [ 275 ] {e05468d9-f83c-4bd9-bbbe-d3fe472ed0ba} TCPHandler: Processed in 0.004746553 sec. 2025.11.13 07:59:20.284521 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.284613 [ 275 ] {c8525216-829e-4176-ac93-51a251d7e709} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.11.13 07:59:20.284650 [ 275 ] {c8525216-829e-4176-ac93-51a251d7e709} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.11.13 07:59:20.284944 [ 275 ] {c8525216-829e-4176-ac93-51a251d7e709} oximeter.measurements_i64 (ec9a856e-d5d5-4d88-b83c-5720148970ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:20.284976 [ 275 ] {c8525216-829e-4176-ac93-51a251d7e709} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:20.285450 [ 275 ] {c8525216-829e-4176-ac93-51a251d7e709} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:20.285849 [ 275 ] {c8525216-829e-4176-ac93-51a251d7e709} oximeter.measurements_i64 (ec9a856e-d5d5-4d88-b83c-5720148970ee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:20.285971 [ 275 ] {c8525216-829e-4176-ac93-51a251d7e709} executeQuery: Read 6 rows, 434.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 316.53 KiB/sec. 2025.11.13 07:59:20.286006 [ 275 ] {c8525216-829e-4176-ac93-51a251d7e709} TCPHandler: Processed in 0.00151095 sec. 2025.11.13 07:59:20.286113 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:20.286205 [ 275 ] {9f8579c4-93dd-4601-8920-51908109ab20} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.13 07:59:20.286243 [ 275 ] {9f8579c4-93dd-4601-8920-51908109ab20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.13 07:59:20.286557 [ 275 ] {9f8579c4-93dd-4601-8920-51908109ab20} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:20.286594 [ 275 ] {9f8579c4-93dd-4601-8920-51908109ab20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:20.286969 [ 275 ] {9f8579c4-93dd-4601-8920-51908109ab20} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:20.287365 [ 275 ] {9f8579c4-93dd-4601-8920-51908109ab20} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:20.287488 [ 275 ] {9f8579c4-93dd-4601-8920-51908109ab20} executeQuery: Read 50 rows, 3.51 KiB in 0.001301 sec., 38431.97540353574 rows/sec., 2.64 MiB/sec. 2025.11.13 07:59:20.287521 [ 275 ] {9f8579c4-93dd-4601-8920-51908109ab20} TCPHandler: Processed in 0.001455228 sec. 2025.11.13 07:59:20.328176 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 506 entries to flush up to offset 1482 2025.11.13 07:59:20.328559 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:20.328593 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:20.329100 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.13 07:59:20.329509 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:20.329617 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1482 2025.11.13 07:59:20.383393 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.11.13 07:59:20.400396 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:20.400488 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:20.407245 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.13 07:59:20.408601 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:20.413988 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.11.13 07:59:21.000364 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.60 MiB, peak 167.60 MiB, free memory in arenas 0.00 B, will set to 164.63 MiB (RSS), difference: 1.03 MiB 2025.11.13 07:59:23.153077 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35964 2025.11.13 07:59:23.153209 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.153239 [ 286 ] {} TCP-Session: 47136188-5ec9-4a9d-be91-02d4c44e2f56 Authenticating user 'default' from [fd00:1122:3344:101::e]:35964 2025.11.13 07:59:23.153263 [ 286 ] {} TCP-Session: 47136188-5ec9-4a9d-be91-02d4c44e2f56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.153276 [ 286 ] {} TCP-Session: 47136188-5ec9-4a9d-be91-02d4c44e2f56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.153504 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44613 2025.11.13 07:59:23.153518 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38013 2025.11.13 07:59:23.153559 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45954 2025.11.13 07:59:23.153567 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34534 2025.11.13 07:59:23.153593 [ 286 ] {} TCP-Session: 47136188-5ec9-4a9d-be91-02d4c44e2f56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:23.153607 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59771 2025.11.13 07:59:23.153624 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.153624 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36101 2025.11.13 07:59:23.153674 [ 287 ] {} TCP-Session: f52e0fd7-68c0-49b2-8d59-1f327156a542 Authenticating user 'default' from [fd00:1122:3344:101::e]:44613 2025.11.13 07:59:23.153676 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.153689 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.153700 [ 287 ] {} TCP-Session: f52e0fd7-68c0-49b2-8d59-1f327156a542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.153707 [ 290 ] {} TCP-Session: 7ddee3df-2d7b-4207-a09b-3bb850272321 Authenticating user 'default' from [fd00:1122:3344:101::e]:45954 2025.11.13 07:59:23.153724 [ 291 ] {} TCP-Session: 1ece27e6-b0af-44b5-a3ee-4e59f4285c1d Authenticating user 'default' from [fd00:1122:3344:101::e]:34534 2025.11.13 07:59:23.153729 [ 287 ] {} TCP-Session: f52e0fd7-68c0-49b2-8d59-1f327156a542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.153740 [ 290 ] {} TCP-Session: 7ddee3df-2d7b-4207-a09b-3bb850272321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.153756 [ 291 ] {} TCP-Session: 1ece27e6-b0af-44b5-a3ee-4e59f4285c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.153771 [ 290 ] {} TCP-Session: 7ddee3df-2d7b-4207-a09b-3bb850272321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.153781 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.153785 [ 291 ] {} TCP-Session: 1ece27e6-b0af-44b5-a3ee-4e59f4285c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.153816 [ 294 ] {} TCP-Session: b272f4dd-c96f-4637-aba9-681dd0f58d69 Authenticating user 'default' from [fd00:1122:3344:101::e]:36101 2025.11.13 07:59:23.153818 [ 286 ] {b986662f-a343-4c8b-97ec-d50cf74e1343} executeQuery: (from [fd00:1122:3344:101::e]:35964) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.13 07:59:23.153846 [ 294 ] {} TCP-Session: b272f4dd-c96f-4637-aba9-681dd0f58d69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.153775 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.153877 [ 294 ] {} TCP-Session: b272f4dd-c96f-4637-aba9-681dd0f58d69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.153692 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.153909 [ 293 ] {} TCP-Session: 42924ee6-8e8a-43ad-86fd-12a41b088ef1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59771 2025.11.13 07:59:23.153601 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63175 2025.11.13 07:59:23.153949 [ 293 ] {} TCP-Session: 42924ee6-8e8a-43ad-86fd-12a41b088ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.153937 [ 289 ] {} TCP-Session: fd4802d3-4672-4739-a4e4-0d75e9c49f0f Authenticating user 'default' from [fd00:1122:3344:101::e]:38013 2025.11.13 07:59:23.153993 [ 293 ] {} TCP-Session: 42924ee6-8e8a-43ad-86fd-12a41b088ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.154006 [ 289 ] {} TCP-Session: fd4802d3-4672-4739-a4e4-0d75e9c49f0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.153519 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41520 2025.11.13 07:59:23.154026 [ 289 ] {} TCP-Session: fd4802d3-4672-4739-a4e4-0d75e9c49f0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.154097 [ 286 ] {b986662f-a343-4c8b-97ec-d50cf74e1343} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.13 07:59:23.154099 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.154163 [ 292 ] {} TCP-Session: 39e0fb3e-d295-42a9-8b55-d59de2167614 Authenticating user 'default' from [fd00:1122:3344:101::e]:63175 2025.11.13 07:59:23.154167 [ 286 ] {b986662f-a343-4c8b-97ec-d50cf74e1343} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:23.154183 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.154190 [ 292 ] {} TCP-Session: 39e0fb3e-d295-42a9-8b55-d59de2167614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.154216 [ 292 ] {} TCP-Session: 39e0fb3e-d295-42a9-8b55-d59de2167614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.154218 [ 288 ] {} TCP-Session: 83ba1009-e608-4dce-99c3-1ffdf9c2b99c Authenticating user 'default' from [fd00:1122:3344:101::e]:41520 2025.11.13 07:59:23.154240 [ 288 ] {} TCP-Session: 83ba1009-e608-4dce-99c3-1ffdf9c2b99c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.154252 [ 288 ] {} TCP-Session: 83ba1009-e608-4dce-99c3-1ffdf9c2b99c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.154469 [ 286 ] {b986662f-a343-4c8b-97ec-d50cf74e1343} oximeter.version (796a7a34-d8a8-408c-bf98-75ba5f8bde77) (SelectExecutor): Key condition: unknown 2025.11.13 07:59:23.155404 [ 319 ] {b986662f-a343-4c8b-97ec-d50cf74e1343} AggregatingTransform: Aggregating 2025.11.13 07:59:23.155457 [ 319 ] {b986662f-a343-4c8b-97ec-d50cf74e1343} Aggregator: Aggregation method: without_key 2025.11.13 07:59:23.155498 [ 319 ] {b986662f-a343-4c8b-97ec-d50cf74e1343} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000985749 sec. (1014.457 rows/sec., 39.63 KiB/sec.) 2025.11.13 07:59:23.155520 [ 319 ] {b986662f-a343-4c8b-97ec-d50cf74e1343} Aggregator: Merging aggregated data 2025.11.13 07:59:23.157085 [ 286 ] {b986662f-a343-4c8b-97ec-d50cf74e1343} executeQuery: Read 1 rows, 40.00 B in 0.003329 sec., 300.39050765995796 rows/sec., 11.73 KiB/sec. 2025.11.13 07:59:23.157207 [ 286 ] {b986662f-a343-4c8b-97ec-d50cf74e1343} TCPHandler: Processed in 0.003730104 sec. 2025.11.13 07:59:23.157315 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.157310 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.157333 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.157366 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.157381 [ 286 ] {} TCP-Session: 47136188-5ec9-4a9d-be91-02d4c44e2f56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.157384 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.157412 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.157446 [ 291 ] {} TCP-Session: 1ece27e6-b0af-44b5-a3ee-4e59f4285c1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.157409 [ 290 ] {} TCP-Session: 7ddee3df-2d7b-4207-a09b-3bb850272321 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.157489 [ 289 ] {} TCP-Session: fd4802d3-4672-4739-a4e4-0d75e9c49f0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.157423 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.157396 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.157533 [ 293 ] {} TCP-Session: 42924ee6-8e8a-43ad-86fd-12a41b088ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.157393 [ 287 ] {} TCP-Session: f52e0fd7-68c0-49b2-8d59-1f327156a542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.157564 [ 292 ] {} TCP-Session: 39e0fb3e-d295-42a9-8b55-d59de2167614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.157356 [ 294 ] {} TCP-Session: b272f4dd-c96f-4637-aba9-681dd0f58d69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.157351 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.157687 [ 288 ] {} TCP-Session: 83ba1009-e608-4dce-99c3-1ffdf9c2b99c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.204456 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40425 2025.11.13 07:59:23.204557 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.204588 [ 286 ] {} TCP-Session: 84b4ed99-fd1f-4598-92ac-01535a503497 Authenticating user 'default' from [fd00:1122:3344:101::e]:40425 2025.11.13 07:59:23.204612 [ 286 ] {} TCP-Session: 84b4ed99-fd1f-4598-92ac-01535a503497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.204628 [ 286 ] {} TCP-Session: 84b4ed99-fd1f-4598-92ac-01535a503497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.204831 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59361 2025.11.13 07:59:23.204881 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41857 2025.11.13 07:59:23.204883 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45415 2025.11.13 07:59:23.204927 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.204963 [ 286 ] {} TCP-Session: 84b4ed99-fd1f-4598-92ac-01535a503497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:23.204975 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.204998 [ 287 ] {} TCP-Session: 4de6125f-b3e5-4b73-a477-44965fc7c7fd Authenticating user 'default' from [fd00:1122:3344:101::e]:59361 2025.11.13 07:59:23.205026 [ 289 ] {} TCP-Session: 6cd7f8a7-bfdc-4ccc-aa43-9012350d8454 Authenticating user 'default' from [fd00:1122:3344:101::e]:41857 2025.11.13 07:59:23.205027 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.205053 [ 287 ] {} TCP-Session: 4de6125f-b3e5-4b73-a477-44965fc7c7fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.205060 [ 289 ] {} TCP-Session: 6cd7f8a7-bfdc-4ccc-aa43-9012350d8454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.205085 [ 287 ] {} TCP-Session: 4de6125f-b3e5-4b73-a477-44965fc7c7fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.205097 [ 289 ] {} TCP-Session: 6cd7f8a7-bfdc-4ccc-aa43-9012350d8454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.205086 [ 288 ] {} TCP-Session: 0ed09bb2-1d10-480f-8570-4cf7f0aa746e Authenticating user 'default' from [fd00:1122:3344:101::e]:45415 2025.11.13 07:59:23.204969 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55368 2025.11.13 07:59:23.205166 [ 286 ] {8d558c7d-675f-419d-b788-3ce2ef52a817} executeQuery: (from [fd00:1122:3344:101::e]:40425) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.13 07:59:23.205181 [ 288 ] {} TCP-Session: 0ed09bb2-1d10-480f-8570-4cf7f0aa746e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.204961 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50979 2025.11.13 07:59:23.205230 [ 288 ] {} TCP-Session: 0ed09bb2-1d10-480f-8570-4cf7f0aa746e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.205231 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.204919 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46853 2025.11.13 07:59:23.205279 [ 293 ] {} TCP-Session: f1cc00db-dc3f-432f-95bf-9cd1443dc3d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:55368 2025.11.13 07:59:23.205286 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.205311 [ 293 ] {} TCP-Session: f1cc00db-dc3f-432f-95bf-9cd1443dc3d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.205335 [ 292 ] {} TCP-Session: 7a9db4ad-3ec2-4e5f-8ac7-b5baef8171ca Authenticating user 'default' from [fd00:1122:3344:101::e]:50979 2025.11.13 07:59:23.205350 [ 293 ] {} TCP-Session: f1cc00db-dc3f-432f-95bf-9cd1443dc3d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.205374 [ 292 ] {} TCP-Session: 7a9db4ad-3ec2-4e5f-8ac7-b5baef8171ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.205339 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.205398 [ 292 ] {} TCP-Session: 7a9db4ad-3ec2-4e5f-8ac7-b5baef8171ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.205425 [ 290 ] {} TCP-Session: 8443a57f-534b-4e9f-bc2b-d84478170be8 Authenticating user 'default' from [fd00:1122:3344:101::e]:46853 2025.11.13 07:59:23.205439 [ 286 ] {8d558c7d-675f-419d-b788-3ce2ef52a817} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.13 07:59:23.205450 [ 290 ] {} TCP-Session: 8443a57f-534b-4e9f-bc2b-d84478170be8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.204977 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61524 2025.11.13 07:59:23.205479 [ 290 ] {} TCP-Session: 8443a57f-534b-4e9f-bc2b-d84478170be8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.205495 [ 286 ] {8d558c7d-675f-419d-b788-3ce2ef52a817} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:23.204929 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33174 2025.11.13 07:59:23.205537 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.205563 [ 294 ] {} TCP-Session: 51430e7d-206c-4b4e-8433-628b3b96f8a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:61524 2025.11.13 07:59:23.205577 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.13 07:59:23.205581 [ 294 ] {} TCP-Session: 51430e7d-206c-4b4e-8433-628b3b96f8a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.205607 [ 291 ] {} TCP-Session: da91130f-9f39-4eec-bcdb-6018906c6469 Authenticating user 'default' from [fd00:1122:3344:101::e]:33174 2025.11.13 07:59:23.205611 [ 294 ] {} TCP-Session: 51430e7d-206c-4b4e-8433-628b3b96f8a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.205632 [ 291 ] {} TCP-Session: da91130f-9f39-4eec-bcdb-6018906c6469 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.205651 [ 291 ] {} TCP-Session: da91130f-9f39-4eec-bcdb-6018906c6469 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.205778 [ 286 ] {8d558c7d-675f-419d-b788-3ce2ef52a817} oximeter.version (796a7a34-d8a8-408c-bf98-75ba5f8bde77) (SelectExecutor): Key condition: unknown 2025.11.13 07:59:23.206751 [ 323 ] {8d558c7d-675f-419d-b788-3ce2ef52a817} AggregatingTransform: Aggregating 2025.11.13 07:59:23.207068 [ 323 ] {8d558c7d-675f-419d-b788-3ce2ef52a817} Aggregator: Aggregation method: without_key 2025.11.13 07:59:23.207098 [ 323 ] {8d558c7d-675f-419d-b788-3ce2ef52a817} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001226484 sec. (815.339 rows/sec., 31.85 KiB/sec.) 2025.11.13 07:59:23.207114 [ 323 ] {8d558c7d-675f-419d-b788-3ce2ef52a817} Aggregator: Merging aggregated data 2025.11.13 07:59:23.208533 [ 286 ] {8d558c7d-675f-419d-b788-3ce2ef52a817} executeQuery: Read 1 rows, 40.00 B in 0.003434 sec., 291.20559114735005 rows/sec., 11.38 KiB/sec. 2025.11.13 07:59:23.208652 [ 286 ] {8d558c7d-675f-419d-b788-3ce2ef52a817} TCPHandler: Processed in 0.003804895 sec. 2025.11.13 07:59:23.208761 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.208791 [ 286 ] {} TCP-Session: 84b4ed99-fd1f-4598-92ac-01535a503497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.208792 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.208820 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.208833 [ 287 ] {} TCP-Session: 4de6125f-b3e5-4b73-a477-44965fc7c7fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.208833 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.208852 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.208873 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.208888 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.208888 [ 294 ] {} TCP-Session: 51430e7d-206c-4b4e-8433-628b3b96f8a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.208920 [ 289 ] {} TCP-Session: 6cd7f8a7-bfdc-4ccc-aa43-9012350d8454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.208927 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.208937 [ 288 ] {} TCP-Session: 0ed09bb2-1d10-480f-8570-4cf7f0aa746e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.208903 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:23.208974 [ 293 ] {} TCP-Session: f1cc00db-dc3f-432f-95bf-9cd1443dc3d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.209008 [ 290 ] {} TCP-Session: 8443a57f-534b-4e9f-bc2b-d84478170be8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.208869 [ 292 ] {} TCP-Session: 7a9db4ad-3ec2-4e5f-8ac7-b5baef8171ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:23.208898 [ 291 ] {} TCP-Session: da91130f-9f39-4eec-bcdb-6018906c6469 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 07:59:25.227391 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:25.227602 [ 275 ] {26bc4cb8-64cd-4faf-bc0e-5d3b6796ee58} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.13 07:59:25.227676 [ 275 ] {26bc4cb8-64cd-4faf-bc0e-5d3b6796ee58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.13 07:59:25.228386 [ 275 ] {26bc4cb8-64cd-4faf-bc0e-5d3b6796ee58} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:25.228440 [ 275 ] {26bc4cb8-64cd-4faf-bc0e-5d3b6796ee58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:25.229020 [ 275 ] {26bc4cb8-64cd-4faf-bc0e-5d3b6796ee58} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.13 07:59:25.229576 [ 275 ] {26bc4cb8-64cd-4faf-bc0e-5d3b6796ee58} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:25.229750 [ 275 ] {26bc4cb8-64cd-4faf-bc0e-5d3b6796ee58} executeQuery: Read 52 rows, 4.04 KiB in 0.0022 sec., 23636.363636363636 rows/sec., 1.79 MiB/sec. 2025.11.13 07:59:25.229808 [ 275 ] {26bc4cb8-64cd-4faf-bc0e-5d3b6796ee58} TCPHandler: Processed in 0.002541749 sec. 2025.11.13 07:59:25.229950 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:25.230056 [ 275 ] {4a74d9a1-809b-4f14-a1d1-6f50e1305a68} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.13 07:59:25.230100 [ 275 ] {4a74d9a1-809b-4f14-a1d1-6f50e1305a68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.13 07:59:25.230539 [ 275 ] {4a74d9a1-809b-4f14-a1d1-6f50e1305a68} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:25.230576 [ 275 ] {4a74d9a1-809b-4f14-a1d1-6f50e1305a68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:25.231028 [ 275 ] {4a74d9a1-809b-4f14-a1d1-6f50e1305a68} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.13 07:59:25.231627 [ 275 ] {4a74d9a1-809b-4f14-a1d1-6f50e1305a68} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:25.231767 [ 275 ] {4a74d9a1-809b-4f14-a1d1-6f50e1305a68} executeQuery: Read 56 rows, 4.47 KiB in 0.001734 sec., 32295.271049596307 rows/sec., 2.52 MiB/sec. 2025.11.13 07:59:25.231812 [ 275 ] {4a74d9a1-809b-4f14-a1d1-6f50e1305a68} TCPHandler: Processed in 0.001916288 sec. 2025.11.13 07:59:25.231943 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:25.232038 [ 275 ] {7b87edae-6af6-4859-855a-02f19c4c8f08} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.13 07:59:25.232085 [ 275 ] {7b87edae-6af6-4859-855a-02f19c4c8f08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.13 07:59:25.232508 [ 275 ] {7b87edae-6af6-4859-855a-02f19c4c8f08} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:25.232544 [ 275 ] {7b87edae-6af6-4859-855a-02f19c4c8f08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:25.233076 [ 275 ] {7b87edae-6af6-4859-855a-02f19c4c8f08} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.13 07:59:25.233571 [ 275 ] {7b87edae-6af6-4859-855a-02f19c4c8f08} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:25.233713 [ 275 ] {7b87edae-6af6-4859-855a-02f19c4c8f08} executeQuery: Read 150 rows, 10.65 KiB in 0.001693 sec., 88600.11813349085 rows/sec., 6.14 MiB/sec. 2025.11.13 07:59:25.233751 [ 275 ] {7b87edae-6af6-4859-855a-02f19c4c8f08} TCPHandler: Processed in 0.001857766 sec. 2025.11.13 07:59:25.233867 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:25.233961 [ 275 ] {0c1c73e8-00e8-4759-96ef-803007abee5a} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.13 07:59:25.234003 [ 275 ] {0c1c73e8-00e8-4759-96ef-803007abee5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.13 07:59:25.234358 [ 275 ] {0c1c73e8-00e8-4759-96ef-803007abee5a} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:25.234394 [ 275 ] {0c1c73e8-00e8-4759-96ef-803007abee5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:25.234929 [ 275 ] {0c1c73e8-00e8-4759-96ef-803007abee5a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.13 07:59:25.235407 [ 275 ] {0c1c73e8-00e8-4759-96ef-803007abee5a} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:25.235544 [ 275 ] {0c1c73e8-00e8-4759-96ef-803007abee5a} executeQuery: Read 50 rows, 3.51 KiB in 0.001601 sec., 31230.48094940662 rows/sec., 2.14 MiB/sec. 2025.11.13 07:59:25.235581 [ 275 ] {0c1c73e8-00e8-4759-96ef-803007abee5a} TCPHandler: Processed in 0.001764195 sec. 2025.11.13 07:59:27.757214 [ 91 ] {} DNSResolver: Updating DNS cache 2025.11.13 07:59:27.757268 [ 91 ] {} DNSResolver: Updated DNS cache 2025.11.13 07:59:27.823198 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 158 2025.11.13 07:59:27.826104 [ 243 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:27.826152 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:27.827533 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.13 07:59:27.828164 [ 243 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:27.828410 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 158 2025.11.13 07:59:27.830245 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1930 2025.11.13 07:59:27.830788 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:27.830839 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:27.831504 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.13 07:59:27.831956 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:27.832093 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1930 2025.11.13 07:59:27.914581 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.11.13 07:59:27.931860 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:27.931923 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:27.938232 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.13 07:59:27.939491 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:27.942854 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.11.13 07:59:30.227813 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:30.228047 [ 275 ] {c1383627-2473-45e9-ab72-9d32ffdaba73} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.13 07:59:30.228121 [ 275 ] {c1383627-2473-45e9-ab72-9d32ffdaba73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.13 07:59:30.228883 [ 275 ] {c1383627-2473-45e9-ab72-9d32ffdaba73} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:30.228932 [ 275 ] {c1383627-2473-45e9-ab72-9d32ffdaba73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:30.229486 [ 275 ] {c1383627-2473-45e9-ab72-9d32ffdaba73} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.13 07:59:30.230009 [ 275 ] {c1383627-2473-45e9-ab72-9d32ffdaba73} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:30.230172 [ 275 ] {c1383627-2473-45e9-ab72-9d32ffdaba73} executeQuery: Read 92 rows, 7.80 KiB in 0.002177 sec., 42259.99081304547 rows/sec., 3.50 MiB/sec. 2025.11.13 07:59:30.230222 [ 275 ] {c1383627-2473-45e9-ab72-9d32ffdaba73} TCPHandler: Processed in 0.00253213 sec. 2025.11.13 07:59:30.230359 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:30.230463 [ 275 ] {2b0ded35-e309-4e40-a5fe-182ae5778304} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.13 07:59:30.230506 [ 275 ] {2b0ded35-e309-4e40-a5fe-182ae5778304} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.13 07:59:30.230935 [ 275 ] {2b0ded35-e309-4e40-a5fe-182ae5778304} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:30.230972 [ 275 ] {2b0ded35-e309-4e40-a5fe-182ae5778304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:30.231473 [ 275 ] {2b0ded35-e309-4e40-a5fe-182ae5778304} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.13 07:59:30.231977 [ 275 ] {2b0ded35-e309-4e40-a5fe-182ae5778304} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:30.232113 [ 275 ] {2b0ded35-e309-4e40-a5fe-182ae5778304} executeQuery: Read 20 rows, 1.50 KiB in 0.001674 sec., 11947.431302270012 rows/sec., 898.39 KiB/sec. 2025.11.13 07:59:30.232150 [ 275 ] {2b0ded35-e309-4e40-a5fe-182ae5778304} TCPHandler: Processed in 0.001844336 sec. 2025.11.13 07:59:30.232269 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:30.232367 [ 275 ] {fca60e28-170c-44ea-bbe9-cc7ab35e0a68} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.13 07:59:30.232408 [ 275 ] {fca60e28-170c-44ea-bbe9-cc7ab35e0a68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.13 07:59:30.232831 [ 275 ] {fca60e28-170c-44ea-bbe9-cc7ab35e0a68} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:30.232869 [ 275 ] {fca60e28-170c-44ea-bbe9-cc7ab35e0a68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:30.233322 [ 275 ] {fca60e28-170c-44ea-bbe9-cc7ab35e0a68} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.13 07:59:30.233825 [ 275 ] {fca60e28-170c-44ea-bbe9-cc7ab35e0a68} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:30.233954 [ 275 ] {fca60e28-170c-44ea-bbe9-cc7ab35e0a68} executeQuery: Read 81 rows, 6.50 KiB in 0.001608 sec., 50373.13432835821 rows/sec., 3.94 MiB/sec. 2025.11.13 07:59:30.233992 [ 275 ] {fca60e28-170c-44ea-bbe9-cc7ab35e0a68} TCPHandler: Processed in 0.001773595 sec. 2025.11.13 07:59:30.234127 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:30.234222 [ 275 ] {dd888d36-8c33-43b5-9288-445d0a28da59} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.13 07:59:30.234265 [ 275 ] {dd888d36-8c33-43b5-9288-445d0a28da59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.13 07:59:30.234685 [ 275 ] {dd888d36-8c33-43b5-9288-445d0a28da59} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:30.234723 [ 275 ] {dd888d36-8c33-43b5-9288-445d0a28da59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:30.235232 [ 275 ] {dd888d36-8c33-43b5-9288-445d0a28da59} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.13 07:59:30.235748 [ 275 ] {dd888d36-8c33-43b5-9288-445d0a28da59} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:30.235886 [ 275 ] {dd888d36-8c33-43b5-9288-445d0a28da59} executeQuery: Read 150 rows, 10.65 KiB in 0.001683 sec., 89126.559714795 rows/sec., 6.18 MiB/sec. 2025.11.13 07:59:30.235924 [ 275 ] {dd888d36-8c33-43b5-9288-445d0a28da59} TCPHandler: Processed in 0.001847686 sec. 2025.11.13 07:59:30.236050 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:30.236146 [ 275 ] {f26724e9-13f0-4c00-8135-34ec6e580067} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.13 07:59:30.236201 [ 275 ] {f26724e9-13f0-4c00-8135-34ec6e580067} 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.11.13 07:59:30.237115 [ 275 ] {f26724e9-13f0-4c00-8135-34ec6e580067} oximeter.measurements_histogramu64 (6522a0f7-57af-4dbe-b4e2-9dab0821bdb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:30.237151 [ 275 ] {f26724e9-13f0-4c00-8135-34ec6e580067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:30.237855 [ 275 ] {f26724e9-13f0-4c00-8135-34ec6e580067} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.13 07:59:30.238380 [ 275 ] {f26724e9-13f0-4c00-8135-34ec6e580067} oximeter.measurements_histogramu64 (6522a0f7-57af-4dbe-b4e2-9dab0821bdb0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:30.238527 [ 275 ] {f26724e9-13f0-4c00-8135-34ec6e580067} executeQuery: Read 20 rows, 36.70 KiB in 0.002399 sec., 8336.807002917882 rows/sec., 14.94 MiB/sec. 2025.11.13 07:59:30.238578 [ 275 ] {f26724e9-13f0-4c00-8135-34ec6e580067} TCPHandler: Processed in 0.002578861 sec. 2025.11.13 07:59:30.238693 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:30.238789 [ 275 ] {9a6ce8b6-e9ff-41d3-8e0a-dff5cfb261f6} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.11.13 07:59:30.238831 [ 275 ] {9a6ce8b6-e9ff-41d3-8e0a-dff5cfb261f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.11.13 07:59:30.239167 [ 275 ] {9a6ce8b6-e9ff-41d3-8e0a-dff5cfb261f6} oximeter.measurements_i64 (ec9a856e-d5d5-4d88-b83c-5720148970ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:30.239203 [ 275 ] {9a6ce8b6-e9ff-41d3-8e0a-dff5cfb261f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:30.239712 [ 275 ] {9a6ce8b6-e9ff-41d3-8e0a-dff5cfb261f6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.13 07:59:30.240229 [ 275 ] {9a6ce8b6-e9ff-41d3-8e0a-dff5cfb261f6} oximeter.measurements_i64 (ec9a856e-d5d5-4d88-b83c-5720148970ee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:30.240357 [ 275 ] {9a6ce8b6-e9ff-41d3-8e0a-dff5cfb261f6} executeQuery: Read 9 rows, 709.00 B in 0.001587 sec., 5671.077504725898 rows/sec., 436.28 KiB/sec. 2025.11.13 07:59:30.240392 [ 275 ] {9a6ce8b6-e9ff-41d3-8e0a-dff5cfb261f6} TCPHandler: Processed in 0.001749104 sec. 2025.11.13 07:59:30.240507 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:30.240602 [ 275 ] {04e4af39-9fa9-422c-bbbe-140e2180d6cb} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.13 07:59:30.240643 [ 275 ] {04e4af39-9fa9-422c-bbbe-140e2180d6cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.13 07:59:30.240985 [ 275 ] {04e4af39-9fa9-422c-bbbe-140e2180d6cb} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:30.241022 [ 275 ] {04e4af39-9fa9-422c-bbbe-140e2180d6cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:30.241474 [ 275 ] {04e4af39-9fa9-422c-bbbe-140e2180d6cb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.13 07:59:30.241958 [ 275 ] {04e4af39-9fa9-422c-bbbe-140e2180d6cb} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:30.242095 [ 275 ] {04e4af39-9fa9-422c-bbbe-140e2180d6cb} executeQuery: Read 50 rows, 3.51 KiB in 0.001511 sec., 33090.668431502316 rows/sec., 2.27 MiB/sec. 2025.11.13 07:59:30.242135 [ 275 ] {04e4af39-9fa9-422c-bbbe-140e2180d6cb} TCPHandler: Processed in 0.001678923 sec. 2025.11.13 07:59:35.222496 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.222736 [ 275 ] {c878df0f-45ff-402a-bca1-25542814dfd5} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.13 07:59:35.223066 [ 275 ] {c878df0f-45ff-402a-bca1-25542814dfd5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.13 07:59:35.223146 [ 275 ] {c878df0f-45ff-402a-bca1-25542814dfd5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2025.11.13 07:59:35.223365 [ 275 ] {c878df0f-45ff-402a-bca1-25542814dfd5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:35.223434 [ 275 ] {c878df0f-45ff-402a-bca1-25542814dfd5} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:35.223613 [ 275 ] {c878df0f-45ff-402a-bca1-25542814dfd5} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.11.13 07:59:35.226016 [ 275 ] {c878df0f-45ff-402a-bca1-25542814dfd5} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.13 07:59:35.228127 [ 275 ] {c878df0f-45ff-402a-bca1-25542814dfd5} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (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.11.13 07:59:35.228152 [ 275 ] {c878df0f-45ff-402a-bca1-25542814dfd5} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.13 07:59:35.230221 [ 275 ] {c878df0f-45ff-402a-bca1-25542814dfd5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2025.11.13 07:59:35.230250 [ 275 ] {c878df0f-45ff-402a-bca1-25542814dfd5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.11.13 07:59:35.259770 [ 275 ] {c878df0f-45ff-402a-bca1-25542814dfd5} executeQuery: Read 19 rows, 813.00 B in 0.037116 sec., 511.90861084168546 rows/sec., 21.39 KiB/sec. 2025.11.13 07:59:35.259894 [ 275 ] {c878df0f-45ff-402a-bca1-25542814dfd5} TCPHandler: Processed in 0.037532008 sec. 2025.11.13 07:59:35.260446 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.260642 [ 275 ] {968ded28-86f9-4924-862e-1bb4823872f4} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received') FORMAT Native; (stage: Complete) 2025.11.13 07:59:35.260846 [ 275 ] {968ded28-86f9-4924-862e-1bb4823872f4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.13 07:59:35.260878 [ 275 ] {968ded28-86f9-4924-862e-1bb4823872f4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received')" moved to PREWHERE 2025.11.13 07:59:35.261050 [ 275 ] {968ded28-86f9-4924-862e-1bb4823872f4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:35.261104 [ 275 ] {968ded28-86f9-4924-862e-1bb4823872f4} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:35.261209 [ 275 ] {968ded28-86f9-4924-862e-1bb4823872f4} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.11.13 07:59:35.261239 [ 275 ] {968ded28-86f9-4924-862e-1bb4823872f4} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.13 07:59:35.261258 [ 275 ] {968ded28-86f9-4924-862e-1bb4823872f4} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (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.11.13 07:59:35.261272 [ 275 ] {968ded28-86f9-4924-862e-1bb4823872f4} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.13 07:59:35.261306 [ 275 ] {968ded28-86f9-4924-862e-1bb4823872f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received'))" 2025.11.13 07:59:35.261323 [ 275 ] {968ded28-86f9-4924-862e-1bb4823872f4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.11.13 07:59:35.262038 [ 275 ] {968ded28-86f9-4924-862e-1bb4823872f4} executeQuery: Read 19 rows, 813.00 B in 0.001453 sec., 13076.393668272538 rows/sec., 546.42 KiB/sec. 2025.11.13 07:59:35.262124 [ 275 ] {968ded28-86f9-4924-862e-1bb4823872f4} TCPHandler: Processed in 0.001778405 sec. 2025.11.13 07:59:35.262377 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.262507 [ 275 ] {55f4d00b-dac5-40af-a3bb-77a559f607bc} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.11.13 07:59:35.262705 [ 275 ] {55f4d00b-dac5-40af-a3bb-77a559f607bc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.13 07:59:35.262737 [ 275 ] {55f4d00b-dac5-40af-a3bb-77a559f607bc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent')" moved to PREWHERE 2025.11.13 07:59:35.262909 [ 275 ] {55f4d00b-dac5-40af-a3bb-77a559f607bc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:35.262961 [ 275 ] {55f4d00b-dac5-40af-a3bb-77a559f607bc} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:35.263060 [ 275 ] {55f4d00b-dac5-40af-a3bb-77a559f607bc} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.11.13 07:59:35.263088 [ 275 ] {55f4d00b-dac5-40af-a3bb-77a559f607bc} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.13 07:59:35.263107 [ 275 ] {55f4d00b-dac5-40af-a3bb-77a559f607bc} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (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.11.13 07:59:35.263122 [ 275 ] {55f4d00b-dac5-40af-a3bb-77a559f607bc} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.13 07:59:35.263155 [ 275 ] {55f4d00b-dac5-40af-a3bb-77a559f607bc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent'))" 2025.11.13 07:59:35.263173 [ 275 ] {55f4d00b-dac5-40af-a3bb-77a559f607bc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.11.13 07:59:35.263812 [ 275 ] {55f4d00b-dac5-40af-a3bb-77a559f607bc} executeQuery: Read 19 rows, 813.00 B in 0.001355 sec., 14022.140221402213 rows/sec., 585.94 KiB/sec. 2025.11.13 07:59:35.263895 [ 275 ] {55f4d00b-dac5-40af-a3bb-77a559f607bc} TCPHandler: Processed in 0.001568901 sec. 2025.11.13 07:59:35.264153 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.264281 [ 275 ] {5e133f7f-5738-412c-8487-92f59c761960} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.11.13 07:59:35.264479 [ 275 ] {5e133f7f-5738-412c-8487-92f59c761960} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.13 07:59:35.264511 [ 275 ] {5e133f7f-5738-412c-8487-92f59c761960} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent')" moved to PREWHERE 2025.11.13 07:59:35.264687 [ 275 ] {5e133f7f-5738-412c-8487-92f59c761960} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:35.264738 [ 275 ] {5e133f7f-5738-412c-8487-92f59c761960} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:35.264838 [ 275 ] {5e133f7f-5738-412c-8487-92f59c761960} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.11.13 07:59:35.264865 [ 275 ] {5e133f7f-5738-412c-8487-92f59c761960} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.13 07:59:35.264884 [ 275 ] {5e133f7f-5738-412c-8487-92f59c761960} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (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.11.13 07:59:35.264898 [ 275 ] {5e133f7f-5738-412c-8487-92f59c761960} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.13 07:59:35.264932 [ 275 ] {5e133f7f-5738-412c-8487-92f59c761960} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent'))" 2025.11.13 07:59:35.264950 [ 275 ] {5e133f7f-5738-412c-8487-92f59c761960} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.11.13 07:59:35.265376 [ 275 ] {5e133f7f-5738-412c-8487-92f59c761960} executeQuery: Read 19 rows, 813.00 B in 0.001143 sec., 16622.92213473316 rows/sec., 694.62 KiB/sec. 2025.11.13 07:59:35.265457 [ 275 ] {5e133f7f-5738-412c-8487-92f59c761960} TCPHandler: Processed in 0.001355436 sec. 2025.11.13 07:59:35.265698 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.265825 [ 275 ] {b6b4126e-1e4b-4e53-909b-4b8ff92b6561} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received') FORMAT Native; (stage: Complete) 2025.11.13 07:59:35.266036 [ 275 ] {b6b4126e-1e4b-4e53-909b-4b8ff92b6561} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.13 07:59:35.266069 [ 275 ] {b6b4126e-1e4b-4e53-909b-4b8ff92b6561} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received')" moved to PREWHERE 2025.11.13 07:59:35.266243 [ 275 ] {b6b4126e-1e4b-4e53-909b-4b8ff92b6561} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:35.266295 [ 275 ] {b6b4126e-1e4b-4e53-909b-4b8ff92b6561} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:35.266391 [ 275 ] {b6b4126e-1e4b-4e53-909b-4b8ff92b6561} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.11.13 07:59:35.266419 [ 275 ] {b6b4126e-1e4b-4e53-909b-4b8ff92b6561} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.13 07:59:35.266439 [ 275 ] {b6b4126e-1e4b-4e53-909b-4b8ff92b6561} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (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.11.13 07:59:35.266453 [ 275 ] {b6b4126e-1e4b-4e53-909b-4b8ff92b6561} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.13 07:59:35.266486 [ 275 ] {b6b4126e-1e4b-4e53-909b-4b8ff92b6561} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received'))" 2025.11.13 07:59:35.266504 [ 275 ] {b6b4126e-1e4b-4e53-909b-4b8ff92b6561} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.11.13 07:59:35.266902 [ 275 ] {b6b4126e-1e4b-4e53-909b-4b8ff92b6561} executeQuery: Read 19 rows, 813.00 B in 0.001125 sec., 16888.88888888889 rows/sec., 705.73 KiB/sec. 2025.11.13 07:59:35.266982 [ 275 ] {b6b4126e-1e4b-4e53-909b-4b8ff92b6561} TCPHandler: Processed in 0.001334456 sec. 2025.11.13 07:59:35.267216 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.267344 [ 275 ] {5c523e0d-0bde-48f1-8308-67e51d41634d} executeQuery: (from [fd00:1122:3344:101::d]:41990) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received') FORMAT Native; (stage: Complete) 2025.11.13 07:59:35.267560 [ 275 ] {5c523e0d-0bde-48f1-8308-67e51d41634d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.13 07:59:35.267594 [ 275 ] {5c523e0d-0bde-48f1-8308-67e51d41634d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received')" moved to PREWHERE 2025.11.13 07:59:35.267789 [ 275 ] {5c523e0d-0bde-48f1-8308-67e51d41634d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:35.267843 [ 275 ] {5c523e0d-0bde-48f1-8308-67e51d41634d} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.13 07:59:35.267942 [ 275 ] {5c523e0d-0bde-48f1-8308-67e51d41634d} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.11.13 07:59:35.267971 [ 275 ] {5c523e0d-0bde-48f1-8308-67e51d41634d} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.13 07:59:35.267991 [ 275 ] {5c523e0d-0bde-48f1-8308-67e51d41634d} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (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.11.13 07:59:35.268006 [ 275 ] {5c523e0d-0bde-48f1-8308-67e51d41634d} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.13 07:59:35.268038 [ 275 ] {5c523e0d-0bde-48f1-8308-67e51d41634d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received'))" 2025.11.13 07:59:35.268157 [ 275 ] {5c523e0d-0bde-48f1-8308-67e51d41634d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.11.13 07:59:35.268569 [ 275 ] {5c523e0d-0bde-48f1-8308-67e51d41634d} executeQuery: Read 19 rows, 813.00 B in 0.001272 sec., 14937.106918238995 rows/sec., 624.17 KiB/sec. 2025.11.13 07:59:35.268649 [ 275 ] {5c523e0d-0bde-48f1-8308-67e51d41634d} TCPHandler: Processed in 0.001482569 sec. 2025.11.13 07:59:35.285866 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.286098 [ 275 ] {97ef264a-6049-4505-9b66-ea856ddf3b5f} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.11.13 07:59:35.286153 [ 275 ] {97ef264a-6049-4505-9b66-ea856ddf3b5f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.13 07:59:35.286797 [ 275 ] {97ef264a-6049-4505-9b66-ea856ddf3b5f} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:35.286834 [ 275 ] {97ef264a-6049-4505-9b66-ea856ddf3b5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:35.287413 [ 275 ] {97ef264a-6049-4505-9b66-ea856ddf3b5f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.13 07:59:35.287880 [ 275 ] {97ef264a-6049-4505-9b66-ea856ddf3b5f} oximeter.timeseries_schema (36a0c185-eaf0-40cc-b2a4-fd7f82137a2c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:35.288032 [ 275 ] {97ef264a-6049-4505-9b66-ea856ddf3b5f} executeQuery: Read 6 rows, 2.84 KiB in 0.001971 sec., 3044.1400304414 rows/sec., 1.41 MiB/sec. 2025.11.13 07:59:35.288071 [ 275 ] {97ef264a-6049-4505-9b66-ea856ddf3b5f} TCPHandler: Processed in 0.002269615 sec. 2025.11.13 07:59:35.288207 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.288303 [ 275 ] {73b6bbc8-e855-41a8-9a42-390dc26bf8cc} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.13 07:59:35.288343 [ 275 ] {73b6bbc8-e855-41a8-9a42-390dc26bf8cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.13 07:59:35.290753 [ 275 ] {73b6bbc8-e855-41a8-9a42-390dc26bf8cc} oximeter.fields_i16 (4d161b96-6a76-457e-9813-eeb6d1ec3094): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:35.290794 [ 275 ] {73b6bbc8-e855-41a8-9a42-390dc26bf8cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:35.291368 [ 275 ] {73b6bbc8-e855-41a8-9a42-390dc26bf8cc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:35.291889 [ 275 ] {73b6bbc8-e855-41a8-9a42-390dc26bf8cc} oximeter.fields_i16 (4d161b96-6a76-457e-9813-eeb6d1ec3094): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:35.292027 [ 275 ] {73b6bbc8-e855-41a8-9a42-390dc26bf8cc} executeQuery: Read 24 rows, 2.04 KiB in 0.003744 sec., 6410.25641025641 rows/sec., 544.62 KiB/sec. 2025.11.13 07:59:35.292065 [ 275 ] {73b6bbc8-e855-41a8-9a42-390dc26bf8cc} TCPHandler: Processed in 0.003909268 sec. 2025.11.13 07:59:35.292191 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.292286 [ 275 ] {8339739f-e16c-4e29-90c6-676da807988e} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.13 07:59:35.292326 [ 275 ] {8339739f-e16c-4e29-90c6-676da807988e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.13 07:59:35.292739 [ 275 ] {8339739f-e16c-4e29-90c6-676da807988e} oximeter.fields_ipaddr (c30877d1-44e7-42b4-8025-2bc544af2d82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:35.292775 [ 275 ] {8339739f-e16c-4e29-90c6-676da807988e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:35.293221 [ 275 ] {8339739f-e16c-4e29-90c6-676da807988e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.13 07:59:35.293715 [ 275 ] {8339739f-e16c-4e29-90c6-676da807988e} oximeter.fields_ipaddr (c30877d1-44e7-42b4-8025-2bc544af2d82): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:35.293851 [ 275 ] {8339739f-e16c-4e29-90c6-676da807988e} executeQuery: Read 2 rows, 167.00 B in 0.001584 sec., 1262.6262626262628 rows/sec., 102.96 KiB/sec. 2025.11.13 07:59:35.293888 [ 275 ] {8339739f-e16c-4e29-90c6-676da807988e} TCPHandler: Processed in 0.001747814 sec. 2025.11.13 07:59:35.294001 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.294096 [ 275 ] {515bdc77-e7ce-4bb3-99ff-3a5c17d8e3f9} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.13 07:59:35.294136 [ 275 ] {515bdc77-e7ce-4bb3-99ff-3a5c17d8e3f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.13 07:59:35.294771 [ 275 ] {515bdc77-e7ce-4bb3-99ff-3a5c17d8e3f9} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:35.294807 [ 275 ] {515bdc77-e7ce-4bb3-99ff-3a5c17d8e3f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:35.295252 [ 275 ] {515bdc77-e7ce-4bb3-99ff-3a5c17d8e3f9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.13 07:59:35.295790 [ 275 ] {515bdc77-e7ce-4bb3-99ff-3a5c17d8e3f9} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:35.295929 [ 275 ] {515bdc77-e7ce-4bb3-99ff-3a5c17d8e3f9} executeQuery: Read 173 rows, 15.55 KiB in 0.00185 sec., 93513.5135135135 rows/sec., 8.21 MiB/sec. 2025.11.13 07:59:35.295966 [ 275 ] {515bdc77-e7ce-4bb3-99ff-3a5c17d8e3f9} TCPHandler: Processed in 0.0020146 sec. 2025.11.13 07:59:35.296080 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.296174 [ 275 ] {6a434ee0-855d-493f-a9bc-e57ec034594d} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.13 07:59:35.296214 [ 275 ] {6a434ee0-855d-493f-a9bc-e57ec034594d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.13 07:59:35.296629 [ 275 ] {6a434ee0-855d-493f-a9bc-e57ec034594d} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:35.296665 [ 275 ] {6a434ee0-855d-493f-a9bc-e57ec034594d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:35.297108 [ 275 ] {6a434ee0-855d-493f-a9bc-e57ec034594d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.13 07:59:35.297618 [ 275 ] {6a434ee0-855d-493f-a9bc-e57ec034594d} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:35.297756 [ 275 ] {6a434ee0-855d-493f-a9bc-e57ec034594d} executeQuery: Read 14 rows, 1.10 KiB in 0.001599 sec., 8755.472170106317 rows/sec., 688.30 KiB/sec. 2025.11.13 07:59:35.297792 [ 275 ] {6a434ee0-855d-493f-a9bc-e57ec034594d} TCPHandler: Processed in 0.001762625 sec. 2025.11.13 07:59:35.297904 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.297998 [ 275 ] {af147e97-61e0-4880-95cf-f7d408d79c33} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.13 07:59:35.298037 [ 275 ] {af147e97-61e0-4880-95cf-f7d408d79c33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.13 07:59:35.298483 [ 275 ] {af147e97-61e0-4880-95cf-f7d408d79c33} oximeter.fields_u32 (7c5ed6b7-89d1-4a92-a566-4e7e94255b8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:35.298516 [ 275 ] {af147e97-61e0-4880-95cf-f7d408d79c33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:35.298944 [ 275 ] {af147e97-61e0-4880-95cf-f7d408d79c33} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:35.299419 [ 275 ] {af147e97-61e0-4880-95cf-f7d408d79c33} oximeter.fields_u32 (7c5ed6b7-89d1-4a92-a566-4e7e94255b8a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:35.299553 [ 275 ] {af147e97-61e0-4880-95cf-f7d408d79c33} executeQuery: Read 24 rows, 2.04 KiB in 0.001572 sec., 15267.175572519083 rows/sec., 1.27 MiB/sec. 2025.11.13 07:59:35.299590 [ 275 ] {af147e97-61e0-4880-95cf-f7d408d79c33} TCPHandler: Processed in 0.001735544 sec. 2025.11.13 07:59:35.299702 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.299797 [ 275 ] {d1b356b2-276d-4795-ae59-0b729f7e7a8e} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.13 07:59:35.299836 [ 275 ] {d1b356b2-276d-4795-ae59-0b729f7e7a8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.13 07:59:35.300232 [ 275 ] {d1b356b2-276d-4795-ae59-0b729f7e7a8e} oximeter.fields_u8 (fa88fa24-23b2-4322-b572-b3eff6d6a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:35.300269 [ 275 ] {d1b356b2-276d-4795-ae59-0b729f7e7a8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:35.300724 [ 275 ] {d1b356b2-276d-4795-ae59-0b729f7e7a8e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.13 07:59:35.301173 [ 275 ] {d1b356b2-276d-4795-ae59-0b729f7e7a8e} oximeter.fields_u8 (fa88fa24-23b2-4322-b572-b3eff6d6a3a2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:35.301307 [ 275 ] {d1b356b2-276d-4795-ae59-0b729f7e7a8e} executeQuery: Read 12 rows, 960.00 B in 0.001528 sec., 7853.4031413612565 rows/sec., 613.55 KiB/sec. 2025.11.13 07:59:35.301350 [ 275 ] {d1b356b2-276d-4795-ae59-0b729f7e7a8e} TCPHandler: Processed in 0.001698433 sec. 2025.11.13 07:59:35.301460 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.301556 [ 275 ] {a1a57b34-9a5f-4882-bc5a-c55c5ce88f4e} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.13 07:59:35.301594 [ 275 ] {a1a57b34-9a5f-4882-bc5a-c55c5ce88f4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.13 07:59:35.302022 [ 275 ] {a1a57b34-9a5f-4882-bc5a-c55c5ce88f4e} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:35.302060 [ 275 ] {a1a57b34-9a5f-4882-bc5a-c55c5ce88f4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:35.302489 [ 275 ] {a1a57b34-9a5f-4882-bc5a-c55c5ce88f4e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.13 07:59:35.302939 [ 275 ] {a1a57b34-9a5f-4882-bc5a-c55c5ce88f4e} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:35.303074 [ 275 ] {a1a57b34-9a5f-4882-bc5a-c55c5ce88f4e} executeQuery: Read 94 rows, 7.89 KiB in 0.001537 sec., 61158.10019518543 rows/sec., 5.02 MiB/sec. 2025.11.13 07:59:35.303117 [ 275 ] {a1a57b34-9a5f-4882-bc5a-c55c5ce88f4e} TCPHandler: Processed in 0.001706834 sec. 2025.11.13 07:59:35.303230 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.303326 [ 275 ] {2701eb01-5d3f-4ddf-9ebf-686f590da279} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.13 07:59:35.303368 [ 275 ] {2701eb01-5d3f-4ddf-9ebf-686f590da279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.13 07:59:35.303823 [ 275 ] {2701eb01-5d3f-4ddf-9ebf-686f590da279} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:35.303860 [ 275 ] {2701eb01-5d3f-4ddf-9ebf-686f590da279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:35.304318 [ 275 ] {2701eb01-5d3f-4ddf-9ebf-686f590da279} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.13 07:59:35.304742 [ 275 ] {2701eb01-5d3f-4ddf-9ebf-686f590da279} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:35.304867 [ 275 ] {2701eb01-5d3f-4ddf-9ebf-686f590da279} executeQuery: Read 427 rows, 33.63 KiB in 0.00156 sec., 273717.94871794875 rows/sec., 21.05 MiB/sec. 2025.11.13 07:59:35.304910 [ 275 ] {2701eb01-5d3f-4ddf-9ebf-686f590da279} TCPHandler: Processed in 0.001729074 sec. 2025.11.13 07:59:35.305028 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:35.305127 [ 275 ] {9e387fd1-768b-46ef-93b3-614d14c84763} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.13 07:59:35.305169 [ 275 ] {9e387fd1-768b-46ef-93b3-614d14c84763} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.13 07:59:35.305510 [ 275 ] {9e387fd1-768b-46ef-93b3-614d14c84763} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:35.305547 [ 275 ] {9e387fd1-768b-46ef-93b3-614d14c84763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:35.305952 [ 275 ] {9e387fd1-768b-46ef-93b3-614d14c84763} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.13 07:59:35.306372 [ 275 ] {9e387fd1-768b-46ef-93b3-614d14c84763} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:35.306497 [ 275 ] {9e387fd1-768b-46ef-93b3-614d14c84763} executeQuery: Read 50 rows, 3.51 KiB in 0.001389 sec., 35997.120230381566 rows/sec., 2.47 MiB/sec. 2025.11.13 07:59:35.306539 [ 275 ] {9e387fd1-768b-46ef-93b3-614d14c84763} TCPHandler: Processed in 0.001561871 sec. 2025.11.13 07:59:35.333104 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2442 2025.11.13 07:59:35.333471 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:35.333502 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:35.334043 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.13 07:59:35.334466 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:35.334591 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2442 2025.11.13 07:59:35.443866 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.11.13 07:59:35.461460 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:35.461513 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:35.467838 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.13 07:59:35.469023 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:35.472063 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.11.13 07:59:36.001138 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.29 MiB, peak 175.01 MiB, free memory in arenas 0.00 B, will set to 169.63 MiB (RSS), difference: 1.34 MiB 2025.11.13 07:59:37.829438 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 204 2025.11.13 07:59:37.831782 [ 243 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:37.831840 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.11.13 07:59:37.833207 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.13 07:59:37.833879 [ 243 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:37.834138 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 204 2025.11.13 07:59:40.228577 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:40.228789 [ 275 ] {77603461-34d4-4c8b-a289-ea1b4615f5b3} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.13 07:59:40.228860 [ 275 ] {77603461-34d4-4c8b-a289-ea1b4615f5b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.13 07:59:40.229617 [ 275 ] {77603461-34d4-4c8b-a289-ea1b4615f5b3} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:40.229656 [ 275 ] {77603461-34d4-4c8b-a289-ea1b4615f5b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:40.230188 [ 275 ] {77603461-34d4-4c8b-a289-ea1b4615f5b3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.13 07:59:40.230789 [ 275 ] {77603461-34d4-4c8b-a289-ea1b4615f5b3} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:40.230985 [ 275 ] {77603461-34d4-4c8b-a289-ea1b4615f5b3} executeQuery: Read 104 rows, 8.92 KiB in 0.002247 sec., 46283.934134401425 rows/sec., 3.88 MiB/sec. 2025.11.13 07:59:40.231032 [ 275 ] {77603461-34d4-4c8b-a289-ea1b4615f5b3} TCPHandler: Processed in 0.002589411 sec. 2025.11.13 07:59:40.231170 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:40.231264 [ 275 ] {438a1536-d482-4cb1-9c09-161ec37676da} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.13 07:59:40.231304 [ 275 ] {438a1536-d482-4cb1-9c09-161ec37676da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.13 07:59:40.231734 [ 275 ] {438a1536-d482-4cb1-9c09-161ec37676da} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:40.231769 [ 275 ] {438a1536-d482-4cb1-9c09-161ec37676da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:40.232204 [ 275 ] {438a1536-d482-4cb1-9c09-161ec37676da} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.13 07:59:40.232643 [ 275 ] {438a1536-d482-4cb1-9c09-161ec37676da} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:40.232771 [ 275 ] {438a1536-d482-4cb1-9c09-161ec37676da} executeQuery: Read 26 rows, 1.96 KiB in 0.001526 sec., 17038.007863695937 rows/sec., 1.25 MiB/sec. 2025.11.13 07:59:40.232805 [ 275 ] {438a1536-d482-4cb1-9c09-161ec37676da} TCPHandler: Processed in 0.001687474 sec. 2025.11.13 07:59:40.232931 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:40.233026 [ 275 ] {927cafb7-c9ae-49ac-863e-9e667b8afe26} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.13 07:59:40.233064 [ 275 ] {927cafb7-c9ae-49ac-863e-9e667b8afe26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.13 07:59:40.233499 [ 275 ] {927cafb7-c9ae-49ac-863e-9e667b8afe26} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:40.233533 [ 275 ] {927cafb7-c9ae-49ac-863e-9e667b8afe26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:40.233957 [ 275 ] {927cafb7-c9ae-49ac-863e-9e667b8afe26} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.13 07:59:40.234452 [ 275 ] {927cafb7-c9ae-49ac-863e-9e667b8afe26} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:40.234601 [ 275 ] {927cafb7-c9ae-49ac-863e-9e667b8afe26} executeQuery: Read 87 rows, 6.98 KiB in 0.001593 sec., 54613.93596986817 rows/sec., 4.28 MiB/sec. 2025.11.13 07:59:40.234639 [ 275 ] {927cafb7-c9ae-49ac-863e-9e667b8afe26} TCPHandler: Processed in 0.001764455 sec. 2025.11.13 07:59:40.234767 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:40.234860 [ 275 ] {86896588-a447-4186-9e32-e88246a8f146} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.13 07:59:40.234902 [ 275 ] {86896588-a447-4186-9e32-e88246a8f146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.13 07:59:40.235333 [ 275 ] {86896588-a447-4186-9e32-e88246a8f146} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:40.235368 [ 275 ] {86896588-a447-4186-9e32-e88246a8f146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:40.235803 [ 275 ] {86896588-a447-4186-9e32-e88246a8f146} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.13 07:59:40.236240 [ 275 ] {86896588-a447-4186-9e32-e88246a8f146} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:40.236390 [ 275 ] {86896588-a447-4186-9e32-e88246a8f146} executeQuery: Read 150 rows, 10.65 KiB in 0.001549 sec., 96836.66881859263 rows/sec., 6.71 MiB/sec. 2025.11.13 07:59:40.236427 [ 275 ] {86896588-a447-4186-9e32-e88246a8f146} TCPHandler: Processed in 0.001716494 sec. 2025.11.13 07:59:40.236538 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:40.236631 [ 275 ] {3a0fc0fb-063a-4663-8f72-a2be17a49c56} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.13 07:59:40.236684 [ 275 ] {3a0fc0fb-063a-4663-8f72-a2be17a49c56} 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.11.13 07:59:40.237491 [ 275 ] {3a0fc0fb-063a-4663-8f72-a2be17a49c56} oximeter.measurements_histogramu64 (6522a0f7-57af-4dbe-b4e2-9dab0821bdb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:40.237525 [ 275 ] {3a0fc0fb-063a-4663-8f72-a2be17a49c56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:40.238191 [ 275 ] {3a0fc0fb-063a-4663-8f72-a2be17a49c56} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.13 07:59:40.238624 [ 275 ] {3a0fc0fb-063a-4663-8f72-a2be17a49c56} oximeter.measurements_histogramu64 (6522a0f7-57af-4dbe-b4e2-9dab0821bdb0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:40.238758 [ 275 ] {3a0fc0fb-063a-4663-8f72-a2be17a49c56} executeQuery: Read 26 rows, 47.71 KiB in 0.002145 sec., 12121.21212121212 rows/sec., 21.72 MiB/sec. 2025.11.13 07:59:40.238806 [ 275 ] {3a0fc0fb-063a-4663-8f72-a2be17a49c56} TCPHandler: Processed in 0.002314866 sec. 2025.11.13 07:59:40.238923 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:40.239016 [ 275 ] {01657480-4d37-4ba8-a5c1-c3d2b25a2510} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.11.13 07:59:40.239056 [ 275 ] {01657480-4d37-4ba8-a5c1-c3d2b25a2510} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.11.13 07:59:40.239380 [ 275 ] {01657480-4d37-4ba8-a5c1-c3d2b25a2510} oximeter.measurements_i64 (ec9a856e-d5d5-4d88-b83c-5720148970ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:40.239414 [ 275 ] {01657480-4d37-4ba8-a5c1-c3d2b25a2510} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:40.239823 [ 275 ] {01657480-4d37-4ba8-a5c1-c3d2b25a2510} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.13 07:59:40.240264 [ 275 ] {01657480-4d37-4ba8-a5c1-c3d2b25a2510} oximeter.measurements_i64 (ec9a856e-d5d5-4d88-b83c-5720148970ee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:40.240390 [ 275 ] {01657480-4d37-4ba8-a5c1-c3d2b25a2510} executeQuery: Read 6 rows, 463.00 B in 0.001392 sec., 4310.3448275862065 rows/sec., 324.82 KiB/sec. 2025.11.13 07:59:40.240424 [ 275 ] {01657480-4d37-4ba8-a5c1-c3d2b25a2510} TCPHandler: Processed in 0.0015517 sec. 2025.11.13 07:59:40.240530 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:40.240623 [ 275 ] {0f0fdc29-28ad-4206-91ff-a0e420047227} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.13 07:59:40.240662 [ 275 ] {0f0fdc29-28ad-4206-91ff-a0e420047227} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.13 07:59:40.240993 [ 275 ] {0f0fdc29-28ad-4206-91ff-a0e420047227} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:40.241026 [ 275 ] {0f0fdc29-28ad-4206-91ff-a0e420047227} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:40.241431 [ 275 ] {0f0fdc29-28ad-4206-91ff-a0e420047227} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.13 07:59:40.241878 [ 275 ] {0f0fdc29-28ad-4206-91ff-a0e420047227} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:40.242026 [ 275 ] {0f0fdc29-28ad-4206-91ff-a0e420047227} executeQuery: Read 50 rows, 3.51 KiB in 0.00142 sec., 35211.2676056338 rows/sec., 2.41 MiB/sec. 2025.11.13 07:59:40.242061 [ 275 ] {0f0fdc29-28ad-4206-91ff-a0e420047227} TCPHandler: Processed in 0.00157872 sec. 2025.11.13 07:59:42.757310 [ 72 ] {} DNSResolver: Updating DNS cache 2025.11.13 07:59:42.757357 [ 72 ] {} DNSResolver: Updated DNS cache 2025.11.13 07:59:42.835294 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2890 2025.11.13 07:59:42.835781 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:42.835830 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:42.836444 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.13 07:59:42.836903 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:42.837039 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2890 2025.11.13 07:59:42.837044 [ 72 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.13 07:59:42.837122 [ 72 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:42.837144 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:42.837381 [ 187 ] {4539fbeb-c350-403e-abf1-bdadf8af5bc9::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.11.13 07:59:42.839555 [ 187 ] {4539fbeb-c350-403e-abf1-bdadf8af5bc9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.13 07:59:42.839715 [ 187 ] {4539fbeb-c350-403e-abf1-bdadf8af5bc9::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.11.13 07:59:42.839838 [ 187 ] {4539fbeb-c350-403e-abf1-bdadf8af5bc9::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.11.13 07:59:42.839892 [ 187 ] {4539fbeb-c350-403e-abf1-bdadf8af5bc9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 506 rows starting from the beginning of the part 2025.11.13 07:59:42.839945 [ 187 ] {4539fbeb-c350-403e-abf1-bdadf8af5bc9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 448 rows starting from the beginning of the part 2025.11.13 07:59:42.839999 [ 187 ] {4539fbeb-c350-403e-abf1-bdadf8af5bc9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2025.11.13 07:59:42.840059 [ 187 ] {4539fbeb-c350-403e-abf1-bdadf8af5bc9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2025.11.13 07:59:42.874410 [ 188 ] {4539fbeb-c350-403e-abf1-bdadf8af5bc9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2890 rows, containing 4 columns (4 merged, 0 gathered) in 0.03713968 sec., 77814.3484273424 rows/sec., 1.11 MiB/sec. 2025.11.13 07:59:42.875750 [ 200 ] {4539fbeb-c350-403e-abf1-bdadf8af5bc9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.13 07:59:42.876505 [ 200 ] {4539fbeb-c350-403e-abf1-bdadf8af5bc9::all_1_6_1} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:42.876617 [ 200 ] {4539fbeb-c350-403e-abf1-bdadf8af5bc9::all_1_6_1} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.13 07:59:42.876778 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2025.11.13 07:59:42.972763 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.11.13 07:59:42.989478 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:42.989523 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:42.995884 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.13 07:59:42.996996 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:42.997289 [ 72 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.13 07:59:42.997331 [ 72 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:42.997353 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:42.997447 [ 200 ] {80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78::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.11.13 07:59:43.000018 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.11.13 07:59:43.000585 [ 200 ] {80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.13 07:59:43.001162 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 170.26 MiB, peak 176.05 MiB, free memory in arenas 0.00 B, will set to 173.07 MiB (RSS), difference: 2.81 MiB 2025.11.13 07:59:43.001367 [ 200 ] {80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78::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.11.13 07:59:43.004761 [ 200 ] {80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78::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.11.13 07:59:43.008149 [ 200 ] {80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78::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.11.13 07:59:43.011801 [ 200 ] {80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78::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.11.13 07:59:43.021943 [ 200 ] {80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78::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.11.13 07:59:43.026083 [ 200 ] {80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78::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.11.13 07:59:43.089940 [ 188 ] {80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.09253436 sec., 497.11264010471353 rows/sec., 2.57 MiB/sec. 2025.11.13 07:59:43.092342 [ 190 ] {80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.13 07:59:43.094913 [ 190 ] {80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78::all_1_6_1} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:43.095023 [ 190 ] {80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78::all_1_6_1} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.13 07:59:43.097022 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.11.13 07:59:44.001155 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 173.62 MiB, peak 183.16 MiB, free memory in arenas 0.00 B, will set to 181.21 MiB (RSS), difference: 7.59 MiB 2025.11.13 07:59:45.226351 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:45.226535 [ 275 ] {684fe1f5-e7bb-40b1-9132-7a883a765220} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.13 07:59:45.226596 [ 275 ] {684fe1f5-e7bb-40b1-9132-7a883a765220} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.13 07:59:45.227296 [ 275 ] {684fe1f5-e7bb-40b1-9132-7a883a765220} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:45.227340 [ 275 ] {684fe1f5-e7bb-40b1-9132-7a883a765220} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:45.227876 [ 275 ] {684fe1f5-e7bb-40b1-9132-7a883a765220} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.13 07:59:45.228311 [ 275 ] {684fe1f5-e7bb-40b1-9132-7a883a765220} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:45.228456 [ 275 ] {684fe1f5-e7bb-40b1-9132-7a883a765220} executeQuery: Read 52 rows, 4.04 KiB in 0.001985 sec., 26196.473551637282 rows/sec., 1.99 MiB/sec. 2025.11.13 07:59:45.228452 [ 69 ] {} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.13 07:59:45.228495 [ 275 ] {684fe1f5-e7bb-40b1-9132-7a883a765220} TCPHandler: Processed in 0.002290295 sec. 2025.11.13 07:59:45.228535 [ 69 ] {} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:45.228562 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:45.228639 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:45.228700 [ 186 ] {b0ec49d5-659e-4b0f-a2a0-8adeadbc4226::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.11.13 07:59:45.228733 [ 275 ] {48b19fb7-886e-4d64-b79f-52b4eff0f00f} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.13 07:59:45.228778 [ 275 ] {48b19fb7-886e-4d64-b79f-52b4eff0f00f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.13 07:59:45.228856 [ 186 ] {b0ec49d5-659e-4b0f-a2a0-8adeadbc4226::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.13 07:59:45.228895 [ 186 ] {b0ec49d5-659e-4b0f-a2a0-8adeadbc4226::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 67 rows starting from the beginning of the part 2025.11.13 07:59:45.228988 [ 186 ] {b0ec49d5-659e-4b0f-a2a0-8adeadbc4226::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part 2025.11.13 07:59:45.229038 [ 186 ] {b0ec49d5-659e-4b0f-a2a0-8adeadbc4226::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 92 rows starting from the beginning of the part 2025.11.13 07:59:45.229082 [ 186 ] {b0ec49d5-659e-4b0f-a2a0-8adeadbc4226::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 173 rows starting from the beginning of the part 2025.11.13 07:59:45.229126 [ 186 ] {b0ec49d5-659e-4b0f-a2a0-8adeadbc4226::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 104 rows starting from the beginning of the part 2025.11.13 07:59:45.229236 [ 186 ] {b0ec49d5-659e-4b0f-a2a0-8adeadbc4226::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part 2025.11.13 07:59:45.229261 [ 275 ] {48b19fb7-886e-4d64-b79f-52b4eff0f00f} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:45.229302 [ 275 ] {48b19fb7-886e-4d64-b79f-52b4eff0f00f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:45.229816 [ 275 ] {48b19fb7-886e-4d64-b79f-52b4eff0f00f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.13 07:59:45.230282 [ 275 ] {48b19fb7-886e-4d64-b79f-52b4eff0f00f} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:45.230370 [ 188 ] {b0ec49d5-659e-4b0f-a2a0-8adeadbc4226::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.001704403 sec., 316826.4782448752 rows/sec., 27.43 MiB/sec. 2025.11.13 07:59:45.230391 [ 69 ] {} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.13 07:59:45.230424 [ 275 ] {48b19fb7-886e-4d64-b79f-52b4eff0f00f} executeQuery: Read 56 rows, 4.47 KiB in 0.001673 sec., 33472.803347280336 rows/sec., 2.61 MiB/sec. 2025.11.13 07:59:45.230425 [ 69 ] {} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:45.230465 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:45.230469 [ 275 ] {48b19fb7-886e-4d64-b79f-52b4eff0f00f} TCPHandler: Processed in 0.001848416 sec. 2025.11.13 07:59:45.230537 [ 186 ] {bb95a472-7771-4922-b3bd-218d844ff623::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.11.13 07:59:45.230605 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:45.230626 [ 186 ] {bb95a472-7771-4922-b3bd-218d844ff623::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.13 07:59:45.230655 [ 186 ] {bb95a472-7771-4922-b3bd-218d844ff623::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 74 rows starting from the beginning of the part 2025.11.13 07:59:45.230697 [ 186 ] {bb95a472-7771-4922-b3bd-218d844ff623::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.11.13 07:59:45.230703 [ 275 ] {6cfbb6c7-129f-4410-b6af-dc961d701443} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.13 07:59:45.230732 [ 194 ] {b0ec49d5-659e-4b0f-a2a0-8adeadbc4226::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.13 07:59:45.230735 [ 186 ] {bb95a472-7771-4922-b3bd-218d844ff623::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 81 rows starting from the beginning of the part 2025.11.13 07:59:45.230754 [ 275 ] {6cfbb6c7-129f-4410-b6af-dc961d701443} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.13 07:59:45.230792 [ 186 ] {bb95a472-7771-4922-b3bd-218d844ff623::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 94 rows starting from the beginning of the part 2025.11.13 07:59:45.230830 [ 186 ] {bb95a472-7771-4922-b3bd-218d844ff623::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 87 rows starting from the beginning of the part 2025.11.13 07:59:45.230864 [ 186 ] {bb95a472-7771-4922-b3bd-218d844ff623::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.11.13 07:59:45.231202 [ 275 ] {6cfbb6c7-129f-4410-b6af-dc961d701443} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:45.231242 [ 275 ] {6cfbb6c7-129f-4410-b6af-dc961d701443} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:45.231381 [ 194 ] {b0ec49d5-659e-4b0f-a2a0-8adeadbc4226::all_1_6_1} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:45.231463 [ 194 ] {b0ec49d5-659e-4b0f-a2a0-8adeadbc4226::all_1_6_1} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.13 07:59:45.231538 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.11.13 07:59:45.231633 [ 194 ] {bb95a472-7771-4922-b3bd-218d844ff623::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 448 rows, containing 5 columns (5 merged, 0 gathered) in 0.001123432 sec., 398778.0301789517 rows/sec., 33.02 MiB/sec. 2025.11.13 07:59:45.231773 [ 275 ] {6cfbb6c7-129f-4410-b6af-dc961d701443} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.13 07:59:45.231829 [ 194 ] {bb95a472-7771-4922-b3bd-218d844ff623::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.13 07:59:45.232219 [ 275 ] {6cfbb6c7-129f-4410-b6af-dc961d701443} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:45.232293 [ 194 ] {bb95a472-7771-4922-b3bd-218d844ff623::all_1_6_1} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:45.232340 [ 69 ] {} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.13 07:59:45.232356 [ 194 ] {bb95a472-7771-4922-b3bd-218d844ff623::all_1_6_1} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.13 07:59:45.232351 [ 275 ] {6cfbb6c7-129f-4410-b6af-dc961d701443} executeQuery: Read 150 rows, 10.65 KiB in 0.001667 sec., 89982.00359928014 rows/sec., 6.24 MiB/sec. 2025.11.13 07:59:45.232383 [ 69 ] {} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:45.232423 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:45.232426 [ 275 ] {6cfbb6c7-129f-4410-b6af-dc961d701443} TCPHandler: Processed in 0.001872887 sec. 2025.11.13 07:59:45.232437 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.11.13 07:59:45.232508 [ 194 ] {914ddd48-3dd9-4496-b7ac-4621c1433cd4::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.11.13 07:59:45.232559 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:45.232578 [ 194 ] {914ddd48-3dd9-4496-b7ac-4621c1433cd4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.13 07:59:45.232604 [ 194 ] {914ddd48-3dd9-4496-b7ac-4621c1433cd4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 153 rows starting from the beginning of the part 2025.11.13 07:59:45.232651 [ 275 ] {5df8ea44-db4c-4549-b584-a98ebfa0c25d} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.13 07:59:45.232674 [ 194 ] {914ddd48-3dd9-4496-b7ac-4621c1433cd4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part 2025.11.13 07:59:45.232691 [ 275 ] {5df8ea44-db4c-4549-b584-a98ebfa0c25d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.13 07:59:45.232717 [ 194 ] {914ddd48-3dd9-4496-b7ac-4621c1433cd4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part 2025.11.13 07:59:45.232760 [ 194 ] {914ddd48-3dd9-4496-b7ac-4621c1433cd4::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.11.13 07:59:45.232805 [ 194 ] {914ddd48-3dd9-4496-b7ac-4621c1433cd4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 150 rows starting from the beginning of the part 2025.11.13 07:59:45.232846 [ 194 ] {914ddd48-3dd9-4496-b7ac-4621c1433cd4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 150 rows starting from the beginning of the part 2025.11.13 07:59:45.233026 [ 275 ] {5df8ea44-db4c-4549-b584-a98ebfa0c25d} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:45.233060 [ 275 ] {5df8ea44-db4c-4549-b584-a98ebfa0c25d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:45.233467 [ 275 ] {5df8ea44-db4c-4549-b584-a98ebfa0c25d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.13 07:59:45.233783 [ 196 ] {914ddd48-3dd9-4496-b7ac-4621c1433cd4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1180 rows, containing 5 columns (5 merged, 0 gathered) in 0.001297965 sec., 909115.4229890635 rows/sec., 65.52 MiB/sec. 2025.11.13 07:59:45.233939 [ 275 ] {5df8ea44-db4c-4549-b584-a98ebfa0c25d} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:45.234065 [ 69 ] {} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.13 07:59:45.234074 [ 275 ] {5df8ea44-db4c-4549-b584-a98ebfa0c25d} executeQuery: Read 50 rows, 3.51 KiB in 0.001441 sec., 34698.126301179735 rows/sec., 2.38 MiB/sec. 2025.11.13 07:59:45.234106 [ 69 ] {} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:45.234127 [ 275 ] {5df8ea44-db4c-4549-b584-a98ebfa0c25d} TCPHandler: Processed in 0.001616041 sec. 2025.11.13 07:59:45.234131 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:45.234139 [ 196 ] {914ddd48-3dd9-4496-b7ac-4621c1433cd4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.13 07:59:45.234243 [ 188 ] {460a1fcd-0bbc-4f65-9490-227bc8404019::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.11.13 07:59:45.234386 [ 188 ] {460a1fcd-0bbc-4f65-9490-227bc8404019::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.13 07:59:45.234436 [ 188 ] {460a1fcd-0bbc-4f65-9490-227bc8404019::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 50 rows starting from the beginning of the part 2025.11.13 07:59:45.234523 [ 188 ] {460a1fcd-0bbc-4f65-9490-227bc8404019::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part 2025.11.13 07:59:45.234569 [ 188 ] {460a1fcd-0bbc-4f65-9490-227bc8404019::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part 2025.11.13 07:59:45.234613 [ 188 ] {460a1fcd-0bbc-4f65-9490-227bc8404019::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part 2025.11.13 07:59:45.234654 [ 188 ] {460a1fcd-0bbc-4f65-9490-227bc8404019::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part 2025.11.13 07:59:45.234696 [ 188 ] {460a1fcd-0bbc-4f65-9490-227bc8404019::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part 2025.11.13 07:59:45.234783 [ 196 ] {914ddd48-3dd9-4496-b7ac-4621c1433cd4::all_1_6_1} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:45.234867 [ 196 ] {914ddd48-3dd9-4496-b7ac-4621c1433cd4::all_1_6_1} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.13 07:59:45.234953 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.11.13 07:59:45.235553 [ 196 ] {460a1fcd-0bbc-4f65-9490-227bc8404019::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.001379988 sec., 217393.1947234324 rows/sec., 14.91 MiB/sec. 2025.11.13 07:59:45.235776 [ 188 ] {460a1fcd-0bbc-4f65-9490-227bc8404019::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.13 07:59:45.236310 [ 188 ] {460a1fcd-0bbc-4f65-9490-227bc8404019::all_1_6_1} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:45.236379 [ 188 ] {460a1fcd-0bbc-4f65-9490-227bc8404019::all_1_6_1} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.13 07:59:45.236448 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.11.13 07:59:47.834262 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 226 2025.11.13 07:59:47.836359 [ 243 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:47.836409 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:47.837719 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.13 07:59:47.838412 [ 243 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:47.838711 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 226 2025.11.13 07:59:50.228649 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:50.228872 [ 275 ] {4e518915-5b03-4862-9639-c0b5c9486123} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.13 07:59:50.228946 [ 275 ] {4e518915-5b03-4862-9639-c0b5c9486123} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.13 07:59:50.229607 [ 275 ] {4e518915-5b03-4862-9639-c0b5c9486123} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:50.229657 [ 275 ] {4e518915-5b03-4862-9639-c0b5c9486123} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:50.230167 [ 275 ] {4e518915-5b03-4862-9639-c0b5c9486123} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.13 07:59:50.230616 [ 275 ] {4e518915-5b03-4862-9639-c0b5c9486123} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:50.230775 [ 275 ] {4e518915-5b03-4862-9639-c0b5c9486123} executeQuery: Read 104 rows, 8.92 KiB in 0.001956 sec., 53169.73415132925 rows/sec., 4.45 MiB/sec. 2025.11.13 07:59:50.230823 [ 275 ] {4e518915-5b03-4862-9639-c0b5c9486123} TCPHandler: Processed in 0.002309665 sec. 2025.11.13 07:59:50.230956 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:50.231060 [ 275 ] {5bf97eb4-f034-4b73-a4fb-34f3136749e6} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.13 07:59:50.231104 [ 275 ] {5bf97eb4-f034-4b73-a4fb-34f3136749e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.13 07:59:50.231525 [ 275 ] {5bf97eb4-f034-4b73-a4fb-34f3136749e6} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:50.231562 [ 275 ] {5bf97eb4-f034-4b73-a4fb-34f3136749e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:50.231963 [ 275 ] {5bf97eb4-f034-4b73-a4fb-34f3136749e6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.13 07:59:50.232430 [ 275 ] {5bf97eb4-f034-4b73-a4fb-34f3136749e6} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:50.232583 [ 275 ] {5bf97eb4-f034-4b73-a4fb-34f3136749e6} executeQuery: Read 26 rows, 1.96 KiB in 0.001546 sec., 16817.59379042691 rows/sec., 1.23 MiB/sec. 2025.11.13 07:59:50.232622 [ 275 ] {5bf97eb4-f034-4b73-a4fb-34f3136749e6} TCPHandler: Processed in 0.001721283 sec. 2025.11.13 07:59:50.232730 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:50.232828 [ 275 ] {ff4baba6-ccd2-471b-a029-b9541d3853fa} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.13 07:59:50.232868 [ 275 ] {ff4baba6-ccd2-471b-a029-b9541d3853fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.13 07:59:50.233313 [ 275 ] {ff4baba6-ccd2-471b-a029-b9541d3853fa} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:50.233347 [ 275 ] {ff4baba6-ccd2-471b-a029-b9541d3853fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:50.233781 [ 275 ] {ff4baba6-ccd2-471b-a029-b9541d3853fa} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.13 07:59:50.234301 [ 275 ] {ff4baba6-ccd2-471b-a029-b9541d3853fa} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:50.234429 [ 275 ] {ff4baba6-ccd2-471b-a029-b9541d3853fa} executeQuery: Read 82 rows, 6.55 KiB in 0.00162 sec., 50617.28395061729 rows/sec., 3.95 MiB/sec. 2025.11.13 07:59:50.234466 [ 275 ] {ff4baba6-ccd2-471b-a029-b9541d3853fa} TCPHandler: Processed in 0.001785815 sec. 2025.11.13 07:59:50.234577 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:50.234673 [ 275 ] {95c3ad42-07b7-497d-88ec-edc1fc9e3ea1} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.13 07:59:50.234717 [ 275 ] {95c3ad42-07b7-497d-88ec-edc1fc9e3ea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.13 07:59:50.235119 [ 275 ] {95c3ad42-07b7-497d-88ec-edc1fc9e3ea1} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:50.235154 [ 275 ] {95c3ad42-07b7-497d-88ec-edc1fc9e3ea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:50.235580 [ 275 ] {95c3ad42-07b7-497d-88ec-edc1fc9e3ea1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.13 07:59:50.236006 [ 275 ] {95c3ad42-07b7-497d-88ec-edc1fc9e3ea1} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:50.236137 [ 275 ] {95c3ad42-07b7-497d-88ec-edc1fc9e3ea1} executeQuery: Read 150 rows, 10.65 KiB in 0.001482 sec., 101214.57489878542 rows/sec., 7.02 MiB/sec. 2025.11.13 07:59:50.236173 [ 275 ] {95c3ad42-07b7-497d-88ec-edc1fc9e3ea1} TCPHandler: Processed in 0.001646412 sec. 2025.11.13 07:59:50.236279 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:50.236376 [ 275 ] {d67aae4d-9d7b-4550-aace-e81bc3cc3618} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.13 07:59:50.236428 [ 275 ] {d67aae4d-9d7b-4550-aace-e81bc3cc3618} 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.11.13 07:59:50.237198 [ 275 ] {d67aae4d-9d7b-4550-aace-e81bc3cc3618} oximeter.measurements_histogramu64 (6522a0f7-57af-4dbe-b4e2-9dab0821bdb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:50.237233 [ 275 ] {d67aae4d-9d7b-4550-aace-e81bc3cc3618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:50.237858 [ 275 ] {d67aae4d-9d7b-4550-aace-e81bc3cc3618} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.13 07:59:50.238276 [ 275 ] {d67aae4d-9d7b-4550-aace-e81bc3cc3618} oximeter.measurements_histogramu64 (6522a0f7-57af-4dbe-b4e2-9dab0821bdb0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:50.238413 [ 275 ] {d67aae4d-9d7b-4550-aace-e81bc3cc3618} executeQuery: Read 26 rows, 47.71 KiB in 0.002056 sec., 12645.91439688716 rows/sec., 22.66 MiB/sec. 2025.11.13 07:59:50.238472 [ 275 ] {d67aae4d-9d7b-4550-aace-e81bc3cc3618} TCPHandler: Processed in 0.002243073 sec. 2025.11.13 07:59:50.238586 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:50.238682 [ 275 ] {3658d894-8b4d-4920-a653-fa933a621087} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.13 07:59:50.238723 [ 275 ] {3658d894-8b4d-4920-a653-fa933a621087} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.13 07:59:50.239046 [ 275 ] {3658d894-8b4d-4920-a653-fa933a621087} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:50.239082 [ 275 ] {3658d894-8b4d-4920-a653-fa933a621087} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:50.239484 [ 275 ] {3658d894-8b4d-4920-a653-fa933a621087} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.13 07:59:50.239927 [ 275 ] {3658d894-8b4d-4920-a653-fa933a621087} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:50.240053 [ 275 ] {3658d894-8b4d-4920-a653-fa933a621087} executeQuery: Read 50 rows, 3.51 KiB in 0.00139 sec., 35971.22302158274 rows/sec., 2.47 MiB/sec. 2025.11.13 07:59:50.240088 [ 275 ] {3658d894-8b4d-4920-a653-fa933a621087} TCPHandler: Processed in 0.0015518 sec. 2025.11.13 07:59:50.337315 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3402 2025.11.13 07:59:50.337700 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:50.337732 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:50.338226 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.13 07:59:50.338675 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:50.338782 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3402 2025.11.13 07:59:50.500296 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.11.13 07:59:50.517388 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:50.517438 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:50.523150 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.13 07:59:50.524226 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:50.527356 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.11.13 07:59:55.227294 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:55.227491 [ 275 ] {e9c2d177-0d0c-4fdd-9aba-0ab846b2eea3} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.13 07:59:55.227558 [ 275 ] {e9c2d177-0d0c-4fdd-9aba-0ab846b2eea3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.13 07:59:55.228228 [ 275 ] {e9c2d177-0d0c-4fdd-9aba-0ab846b2eea3} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:55.228281 [ 275 ] {e9c2d177-0d0c-4fdd-9aba-0ab846b2eea3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:55.228811 [ 275 ] {e9c2d177-0d0c-4fdd-9aba-0ab846b2eea3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.13 07:59:55.229268 [ 275 ] {e9c2d177-0d0c-4fdd-9aba-0ab846b2eea3} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:55.229433 [ 275 ] {e9c2d177-0d0c-4fdd-9aba-0ab846b2eea3} executeQuery: Read 52 rows, 4.04 KiB in 0.00199 sec., 26130.653266331658 rows/sec., 1.98 MiB/sec. 2025.11.13 07:59:55.229481 [ 275 ] {e9c2d177-0d0c-4fdd-9aba-0ab846b2eea3} TCPHandler: Processed in 0.002312575 sec. 2025.11.13 07:59:55.229617 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:55.229720 [ 275 ] {755f5576-d3ad-4c3f-910d-ad65aa9a57c2} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.13 07:59:55.229763 [ 275 ] {755f5576-d3ad-4c3f-910d-ad65aa9a57c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.13 07:59:55.230230 [ 275 ] {755f5576-d3ad-4c3f-910d-ad65aa9a57c2} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:55.230268 [ 275 ] {755f5576-d3ad-4c3f-910d-ad65aa9a57c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:55.230676 [ 275 ] {755f5576-d3ad-4c3f-910d-ad65aa9a57c2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.13 07:59:55.231110 [ 275 ] {755f5576-d3ad-4c3f-910d-ad65aa9a57c2} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:55.231246 [ 275 ] {755f5576-d3ad-4c3f-910d-ad65aa9a57c2} executeQuery: Read 56 rows, 4.47 KiB in 0.001549 sec., 36152.35635894125 rows/sec., 2.82 MiB/sec. 2025.11.13 07:59:55.231284 [ 275 ] {755f5576-d3ad-4c3f-910d-ad65aa9a57c2} TCPHandler: Processed in 0.001719774 sec. 2025.11.13 07:59:55.231406 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:55.231504 [ 275 ] {6ce4d90d-ccca-41ad-8ea2-c610ccc22435} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.13 07:59:55.231548 [ 275 ] {6ce4d90d-ccca-41ad-8ea2-c610ccc22435} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.13 07:59:55.231969 [ 275 ] {6ce4d90d-ccca-41ad-8ea2-c610ccc22435} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:55.232006 [ 275 ] {6ce4d90d-ccca-41ad-8ea2-c610ccc22435} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:55.232445 [ 275 ] {6ce4d90d-ccca-41ad-8ea2-c610ccc22435} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.13 07:59:55.232883 [ 275 ] {6ce4d90d-ccca-41ad-8ea2-c610ccc22435} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:55.233018 [ 275 ] {6ce4d90d-ccca-41ad-8ea2-c610ccc22435} executeQuery: Read 150 rows, 10.65 KiB in 0.001533 sec., 97847.35812133072 rows/sec., 6.78 MiB/sec. 2025.11.13 07:59:55.233055 [ 275 ] {6ce4d90d-ccca-41ad-8ea2-c610ccc22435} TCPHandler: Processed in 0.001699744 sec. 2025.11.13 07:59:55.233170 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 07:59:55.233267 [ 275 ] {21746dfc-3096-402a-a9f5-63ec9000dfa9} executeQuery: (from [fd00:1122:3344:101::d]:41990) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.13 07:59:55.233308 [ 275 ] {21746dfc-3096-402a-a9f5-63ec9000dfa9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.13 07:59:55.233645 [ 275 ] {21746dfc-3096-402a-a9f5-63ec9000dfa9} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:55.233682 [ 275 ] {21746dfc-3096-402a-a9f5-63ec9000dfa9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:55.234170 [ 275 ] {21746dfc-3096-402a-a9f5-63ec9000dfa9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.13 07:59:55.234605 [ 275 ] {21746dfc-3096-402a-a9f5-63ec9000dfa9} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:55.234739 [ 275 ] {21746dfc-3096-402a-a9f5-63ec9000dfa9} executeQuery: Read 50 rows, 3.51 KiB in 0.001491 sec., 33534.5405767941 rows/sec., 2.30 MiB/sec. 2025.11.13 07:59:55.234776 [ 275 ] {21746dfc-3096-402a-a9f5-63ec9000dfa9} TCPHandler: Processed in 0.001656653 sec. 2025.11.13 07:59:57.757620 [ 39 ] {} DNSResolver: Updating DNS cache 2025.11.13 07:59:57.757694 [ 39 ] {} DNSResolver: Updated DNS cache 2025.11.13 07:59:57.838848 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 246 2025.11.13 07:59:57.838885 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3850 2025.11.13 07:59:57.839404 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:57.839450 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:57.840024 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.13 07:59:57.840452 [ 245 ] {} system.asynchronous_metric_log (4539fbeb-c350-403e-abf1-bdadf8af5bc9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:57.840591 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3850 2025.11.13 07:59:57.840810 [ 243 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:57.840853 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:57.842090 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.13 07:59:57.842695 [ 243 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:57.842845 [ 50 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.13 07:59:57.842918 [ 50 ] {} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:57.842939 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 246 2025.11.13 07:59:57.842954 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:57.843120 [ 194 ] {e1f7e968-c326-4516-bb83-7e12529402f8::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.11.13 07:59:57.843763 [ 194 ] {e1f7e968-c326-4516-bb83-7e12529402f8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.13 07:59:57.843945 [ 194 ] {e1f7e968-c326-4516-bb83-7e12529402f8::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.11.13 07:59:57.844372 [ 194 ] {e1f7e968-c326-4516-bb83-7e12529402f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2025.11.13 07:59:57.844755 [ 194 ] {e1f7e968-c326-4516-bb83-7e12529402f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 68 rows starting from the beginning of the part 2025.11.13 07:59:57.845136 [ 194 ] {e1f7e968-c326-4516-bb83-7e12529402f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 46 rows starting from the beginning of the part 2025.11.13 07:59:57.845497 [ 194 ] {e1f7e968-c326-4516-bb83-7e12529402f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part 2025.11.13 07:59:57.845842 [ 194 ] {e1f7e968-c326-4516-bb83-7e12529402f8::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.11.13 07:59:57.851170 [ 196 ] {e1f7e968-c326-4516-bb83-7e12529402f8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 72 columns (72 merged, 0 gathered) in 0.008112809 sec., 30322.419768541327 rows/sec., 29.58 MiB/sec. 2025.11.13 07:59:57.852134 [ 196 ] {e1f7e968-c326-4516-bb83-7e12529402f8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.13 07:59:57.853000 [ 196 ] {e1f7e968-c326-4516-bb83-7e12529402f8::all_1_6_1} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:57.853079 [ 196 ] {e1f7e968-c326-4516-bb83-7e12529402f8::all_1_6_1} system.query_log (e1f7e968-c326-4516-bb83-7e12529402f8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.13 07:59:57.853294 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2025.11.13 07:59:58.027454 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.11.13 07:59:58.045495 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 07:59:58.045552 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 07:59:58.052200 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.13 07:59:58.053239 [ 244 ] {} system.metric_log (80dafd0b-7f6e-4a01-a6d6-4dd6fb7f8d78): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 07:59:58.056348 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.11.13 07:59:59.000230 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.65 MiB, peak 187.82 MiB, free memory in arenas 0.00 B, will set to 184.36 MiB (RSS), difference: 1.70 MiB 2025.11.13 07:59:59.658803 [ 275 ] {} TCPHandler: Done processing connection. 2025.11.13 07:59:59.658882 [ 275 ] {} TCP-Session: 4624d6c3-57f8-40a1-b976-cf982f2708bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.13 08:00:00.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.32 MiB, peak 187.82 MiB, free memory in arenas 0.00 B, will set to 184.37 MiB (RSS), difference: 2.05 MiB 2025.11.13 08:00:00.229219 [ 276 ] {} TCP-Session: f9af15b9-625e-4457-b367-e67c1d215572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 08:00:00.229437 [ 276 ] {907df914-14b8-4cb8-86dd-db02fa40e3fc} executeQuery: (from [fd00:1122:3344:101::d]:60999) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.13 08:00:00.229514 [ 276 ] {907df914-14b8-4cb8-86dd-db02fa40e3fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.13 08:00:00.230321 [ 276 ] {907df914-14b8-4cb8-86dd-db02fa40e3fc} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 08:00:00.230369 [ 276 ] {907df914-14b8-4cb8-86dd-db02fa40e3fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 08:00:00.230967 [ 276 ] {907df914-14b8-4cb8-86dd-db02fa40e3fc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.13 08:00:00.231605 [ 276 ] {907df914-14b8-4cb8-86dd-db02fa40e3fc} oximeter.fields_string (b0ec49d5-659e-4b0f-a2a0-8adeadbc4226): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 08:00:00.231770 [ 276 ] {907df914-14b8-4cb8-86dd-db02fa40e3fc} executeQuery: Read 104 rows, 8.92 KiB in 0.00239 sec., 43514.644351464434 rows/sec., 3.65 MiB/sec. 2025.11.13 08:00:00.231818 [ 276 ] {907df914-14b8-4cb8-86dd-db02fa40e3fc} TCPHandler: Processed in 0.002743693 sec. 2025.11.13 08:00:00.231966 [ 276 ] {} TCP-Session: f9af15b9-625e-4457-b367-e67c1d215572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 08:00:00.232074 [ 276 ] {be51cad5-d8a8-4c9f-b831-b38acbab49d4} executeQuery: (from [fd00:1122:3344:101::d]:60999) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.13 08:00:00.232121 [ 276 ] {be51cad5-d8a8-4c9f-b831-b38acbab49d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.13 08:00:00.232555 [ 276 ] {be51cad5-d8a8-4c9f-b831-b38acbab49d4} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 08:00:00.232596 [ 276 ] {be51cad5-d8a8-4c9f-b831-b38acbab49d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 08:00:00.233083 [ 276 ] {be51cad5-d8a8-4c9f-b831-b38acbab49d4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.13 08:00:00.233604 [ 276 ] {be51cad5-d8a8-4c9f-b831-b38acbab49d4} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 08:00:00.233733 [ 48 ] {} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.13 08:00:00.233754 [ 276 ] {be51cad5-d8a8-4c9f-b831-b38acbab49d4} executeQuery: Read 26 rows, 1.96 KiB in 0.001706 sec., 15240.328253223915 rows/sec., 1.12 MiB/sec. 2025.11.13 08:00:00.233799 [ 48 ] {} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 08:00:00.233809 [ 276 ] {be51cad5-d8a8-4c9f-b831-b38acbab49d4} TCPHandler: Processed in 0.001903978 sec. 2025.11.13 08:00:00.233829 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 08:00:00.233943 [ 276 ] {} TCP-Session: f9af15b9-625e-4457-b367-e67c1d215572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 08:00:00.233981 [ 195 ] {dbc053c5-f1c4-47da-945d-df8392e23360::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.11.13 08:00:00.234067 [ 276 ] {9715fdd3-ed7f-44d7-88a8-919223a321dd} executeQuery: (from [fd00:1122:3344:101::d]:60999) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.13 08:00:00.234105 [ 195 ] {dbc053c5-f1c4-47da-945d-df8392e23360::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.13 08:00:00.234119 [ 276 ] {9715fdd3-ed7f-44d7-88a8-919223a321dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.13 08:00:00.234152 [ 195 ] {dbc053c5-f1c4-47da-945d-df8392e23360::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.11.13 08:00:00.234259 [ 195 ] {dbc053c5-f1c4-47da-945d-df8392e23360::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part 2025.11.13 08:00:00.234336 [ 195 ] {dbc053c5-f1c4-47da-945d-df8392e23360::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part 2025.11.13 08:00:00.234415 [ 195 ] {dbc053c5-f1c4-47da-945d-df8392e23360::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part 2025.11.13 08:00:00.234488 [ 195 ] {dbc053c5-f1c4-47da-945d-df8392e23360::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2025.11.13 08:00:00.234563 [ 195 ] {dbc053c5-f1c4-47da-945d-df8392e23360::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.11.13 08:00:00.234663 [ 276 ] {9715fdd3-ed7f-44d7-88a8-919223a321dd} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 08:00:00.234706 [ 276 ] {9715fdd3-ed7f-44d7-88a8-919223a321dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 08:00:00.235311 [ 276 ] {9715fdd3-ed7f-44d7-88a8-919223a321dd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.13 08:00:00.235753 [ 196 ] {dbc053c5-f1c4-47da-945d-df8392e23360::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 124 rows, containing 5 columns (5 merged, 0 gathered) in 0.001853157 sec., 66912.84116780176 rows/sec., 5.18 MiB/sec. 2025.11.13 08:00:00.235998 [ 276 ] {9715fdd3-ed7f-44d7-88a8-919223a321dd} oximeter.fields_uuid (bb95a472-7771-4922-b3bd-218d844ff623): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 08:00:00.236022 [ 195 ] {dbc053c5-f1c4-47da-945d-df8392e23360::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.13 08:00:00.236183 [ 276 ] {9715fdd3-ed7f-44d7-88a8-919223a321dd} executeQuery: Read 82 rows, 6.55 KiB in 0.002141 sec., 38299.859878561416 rows/sec., 2.99 MiB/sec. 2025.11.13 08:00:00.236233 [ 276 ] {9715fdd3-ed7f-44d7-88a8-919223a321dd} TCPHandler: Processed in 0.002347566 sec. 2025.11.13 08:00:00.236367 [ 276 ] {} TCP-Session: f9af15b9-625e-4457-b367-e67c1d215572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 08:00:00.236483 [ 276 ] {b3ebcc72-4ab0-44a2-85c1-bf06fa93e7fe} executeQuery: (from [fd00:1122:3344:101::d]:60999) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.13 08:00:00.236539 [ 276 ] {b3ebcc72-4ab0-44a2-85c1-bf06fa93e7fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.13 08:00:00.236666 [ 195 ] {dbc053c5-f1c4-47da-945d-df8392e23360::all_1_6_1} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 08:00:00.236729 [ 195 ] {dbc053c5-f1c4-47da-945d-df8392e23360::all_1_6_1} oximeter.fields_u16 (dbc053c5-f1c4-47da-945d-df8392e23360) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.13 08:00:00.236798 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.11.13 08:00:00.237054 [ 276 ] {b3ebcc72-4ab0-44a2-85c1-bf06fa93e7fe} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 08:00:00.237097 [ 276 ] {b3ebcc72-4ab0-44a2-85c1-bf06fa93e7fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 08:00:00.237614 [ 276 ] {b3ebcc72-4ab0-44a2-85c1-bf06fa93e7fe} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.13 08:00:00.238081 [ 276 ] {b3ebcc72-4ab0-44a2-85c1-bf06fa93e7fe} oximeter.measurements_cumulativeu64 (914ddd48-3dd9-4496-b7ac-4621c1433cd4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 08:00:00.238228 [ 276 ] {b3ebcc72-4ab0-44a2-85c1-bf06fa93e7fe} executeQuery: Read 150 rows, 10.65 KiB in 0.001771 sec., 84697.9107848673 rows/sec., 5.87 MiB/sec. 2025.11.13 08:00:00.238267 [ 276 ] {b3ebcc72-4ab0-44a2-85c1-bf06fa93e7fe} TCPHandler: Processed in 0.001960948 sec. 2025.11.13 08:00:00.238434 [ 276 ] {} TCP-Session: f9af15b9-625e-4457-b367-e67c1d215572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 08:00:00.238530 [ 276 ] {c8f27f4f-88cb-46c9-89cc-4676af116685} executeQuery: (from [fd00:1122:3344:101::d]:60999) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.13 08:00:00.238585 [ 276 ] {c8f27f4f-88cb-46c9-89cc-4676af116685} 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.11.13 08:00:00.239418 [ 276 ] {c8f27f4f-88cb-46c9-89cc-4676af116685} oximeter.measurements_histogramu64 (6522a0f7-57af-4dbe-b4e2-9dab0821bdb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 08:00:00.239455 [ 276 ] {c8f27f4f-88cb-46c9-89cc-4676af116685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 08:00:00.240141 [ 276 ] {c8f27f4f-88cb-46c9-89cc-4676af116685} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.13 08:00:00.240700 [ 276 ] {c8f27f4f-88cb-46c9-89cc-4676af116685} oximeter.measurements_histogramu64 (6522a0f7-57af-4dbe-b4e2-9dab0821bdb0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 08:00:00.240891 [ 276 ] {c8f27f4f-88cb-46c9-89cc-4676af116685} executeQuery: Read 26 rows, 47.71 KiB in 0.002379 sec., 10928.96174863388 rows/sec., 19.58 MiB/sec. 2025.11.13 08:00:00.240950 [ 276 ] {c8f27f4f-88cb-46c9-89cc-4676af116685} TCPHandler: Processed in 0.00256754 sec. 2025.11.13 08:00:00.241066 [ 276 ] {} TCP-Session: f9af15b9-625e-4457-b367-e67c1d215572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.13 08:00:00.241162 [ 276 ] {4ca4f40c-b33a-4322-b220-9e5b07d86dd4} executeQuery: (from [fd00:1122:3344:101::d]:60999) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.13 08:00:00.241206 [ 276 ] {4ca4f40c-b33a-4322-b220-9e5b07d86dd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.13 08:00:00.241534 [ 276 ] {4ca4f40c-b33a-4322-b220-9e5b07d86dd4} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.13 08:00:00.241569 [ 276 ] {4ca4f40c-b33a-4322-b220-9e5b07d86dd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.11.13 08:00:00.242101 [ 276 ] {4ca4f40c-b33a-4322-b220-9e5b07d86dd4} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.13 08:00:00.242701 [ 276 ] {4ca4f40c-b33a-4322-b220-9e5b07d86dd4} oximeter.measurements_u64 (460a1fcd-0bbc-4f65-9490-227bc8404019): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.13 08:00:00.242837 [ 276 ] {4ca4f40c-b33a-4322-b220-9e5b07d86dd4} executeQuery: Read 50 rows, 3.51 KiB in 0.001694 sec., 29515.9386068477 rows/sec., 2.02 MiB/sec. 2025.11.13 08:00:00.242873 [ 276 ] {4ca4f40c-b33a-4322-b220-9e5b07d86dd4} TCPHandler: Processed in 0.001857937 sec.