[ Oct 13 19:44:39 Enabled. ] [ Oct 13 19:44:39 Rereading configuration. ] [ Oct 13 19:44:41 Rereading configuration. ] [ Oct 13 19:44:53 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 [ Oct 13 19:44:53 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.10.13 19:44:55.996090 [ 1 ] {} Application: Will watch for the process with pid 24506 2025.10.13 19:44:55.996488 [ 1 ] {} Application: Forked a child process to watch 2025.10.13 19:44:56.484752 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24506 2025.10.13 19:44:56.494483 [ 1 ] {} Application: starting up 2025.10.13 19:44:56.494648 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.10.13 19:44:56.683514 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.10.13 19:44:56.743456 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.10.13 19:44:56.743549 [ 1 ] {} Application: Initializing DateLUT. 2025.10.13 19:44:56.743569 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.10.13 19:44:56.743646 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.10.13 19:44:56.744332 [ 1 ] {} Application: Initializing interserver credentials. 2025.10.13 19:44:56.747981 [ 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.10.13 19:44:56.748857 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.10.13 19:44:56.749735 [ 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.10.13 19:44:56.749782 [ 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.10.13 19:44:56.749825 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.10.13 19:44:56.750551 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.10.13 19:44:56.751504 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.10.13 19:44:56.757365 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.10.13 19:44:56.758102 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.10.13 19:44:56.759494 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.10.13 19:44:56.759604 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.10.13 19:44:56.760684 [ 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.10.13 19:44:56.761139 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.10.13 19:44:56.765030 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.10.13 19:44:56.765480 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.10.13 19:44:56.770028 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.10.13 19:44:56.770478 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.10.13 19:44:56.770952 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.10.13 19:44:56.771301 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.10.13 19:44:56.772903 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.10.13 19:44:56.772934 [ 1 ] {} Application: Loading metadata from /data/ 2025.10.13 19:44:56.773036 [ 69 ] {} DNSResolver: Updating DNS cache 2025.10.13 19:44:56.773142 [ 69 ] {} DNSResolver: Updated DNS cache 2025.10.13 19:44:56.800698 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.10.13 19:44:56.800741 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000283677 sec 2025.10.13 19:44:56.800833 [ 1 ] {} ReferentialDeps: No tables 2025.10.13 19:44:56.800906 [ 1 ] {} LoadingDeps: No tables 2025.10.13 19:44:56.801927 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.10.13 19:44:56.802516 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.10.13 19:44:56.820718 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.10.13 19:44:56.820771 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.10.13 19:44:56.820854 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.10.13 19:44:56.820868 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.10.13 19:44:56.820904 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.10.13 19:44:56.820973 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.10.13 19:44:56.824921 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.10.13 19:44:56.824972 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.10.13 19:44:56.825025 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.10.13 19:44:56.825196 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.10.13 19:44:56.825239 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.10.13 19:44:56.825251 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.10.13 19:44:56.825318 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.10.13 19:44:56.825330 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.10.13 19:44:56.825360 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.10.13 19:44:56.825422 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.10.13 19:44:56.850251 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.10.13 19:44:56.855342 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.10.13 19:44:56.855488 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000168725 sec 2025.10.13 19:44:56.855508 [ 1 ] {} ReferentialDeps: No tables 2025.10.13 19:44:56.855523 [ 1 ] {} LoadingDeps: No tables 2025.10.13 19:44:56.855553 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.10.13 19:44:56.855805 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.10.13 19:44:56.855925 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.10.13 19:44:56.855946 [ 1 ] {} Application: Loaded metadata. 2025.10.13 19:44:56.855960 [ 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.10.13 19:44:56.855975 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.10.13 19:44:56.860070 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.10.13 19:44:56.860293 [ 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.04 MiB 2025.10.13 19:44:56.861718 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.362e-05 sec. 2025.10.13 19:44:56.862213 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.10.13 19:44:56.863587 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.10.13 19:44:56.863613 [ 1 ] {} Application: Ready for connections. 2025.10.13 19:44:56.928208 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49176 2025.10.13 19:44:56.935764 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:56.935852 [ 4 ] {} TCP-Session: 0b3607b6-2d6d-40c3-a780-bd1d9cde7fb9 Authenticating user 'default' from [fd00:1122:3344:101::a]:49176 2025.10.13 19:44:56.935885 [ 4 ] {} TCP-Session: 0b3607b6-2d6d-40c3-a780-bd1d9cde7fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.935972 [ 4 ] {} TCP-Session: 0b3607b6-2d6d-40c3-a780-bd1d9cde7fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.936084 [ 4 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.10.13 19:44:56.936115 [ 4 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.10.13 19:44:56.936195 [ 4 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.10.13 19:44:56.936719 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64282 2025.10.13 19:44:56.936872 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:56.936879 [ 6 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59632 2025.10.13 19:44:56.936909 [ 5 ] {} TCP-Session: d3c8af87-6058-4071-9ddd-a85ea43a4ef9 Authenticating user 'default' from [fd00:1122:3344:101::a]:64282 2025.10.13 19:44:56.936867 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44818 2025.10.13 19:44:56.937046 [ 5 ] {} TCP-Session: d3c8af87-6058-4071-9ddd-a85ea43a4ef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.937070 [ 5 ] {} TCP-Session: d3c8af87-6058-4071-9ddd-a85ea43a4ef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.937073 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34179 2025.10.13 19:44:56.937141 [ 6 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:56.937189 [ 6 ] {} TCP-Session: 5f028084-5ed1-4a66-aee7-c9badb2481d6 Authenticating user 'default' from [fd00:1122:3344:101::a]:59632 2025.10.13 19:44:56.937212 [ 6 ] {} TCP-Session: 5f028084-5ed1-4a66-aee7-c9badb2481d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.937252 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64055 2025.10.13 19:44:56.937252 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:56.937329 [ 6 ] {} TCP-Session: 5f028084-5ed1-4a66-aee7-c9badb2481d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.937356 [ 254 ] {} TCP-Session: 313e01d9-14bc-48b1-aee8-e50a0fbccbdd Authenticating user 'default' from [fd00:1122:3344:101::a]:44818 2025.10.13 19:44:56.937336 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:56.937406 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53791 2025.10.13 19:44:56.937457 [ 255 ] {} TCP-Session: 0c430525-3e28-4412-a49e-5bb255b4ea3b Authenticating user 'default' from [fd00:1122:3344:101::a]:34179 2025.10.13 19:44:56.937506 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:56.937462 [ 254 ] {} TCP-Session: 313e01d9-14bc-48b1-aee8-e50a0fbccbdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.937548 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63578 2025.10.13 19:44:56.937575 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:56.937571 [ 254 ] {} TCP-Session: 313e01d9-14bc-48b1-aee8-e50a0fbccbdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.937550 [ 255 ] {} TCP-Session: 0c430525-3e28-4412-a49e-5bb255b4ea3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.937681 [ 257 ] {} TCP-Session: a9680c48-ce8b-4241-82ba-1c6c83f35a8e Authenticating user 'default' from [fd00:1122:3344:101::a]:53791 2025.10.13 19:44:56.937724 [ 255 ] {} TCP-Session: 0c430525-3e28-4412-a49e-5bb255b4ea3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.937557 [ 256 ] {} TCP-Session: b5291da0-483b-45ee-868c-b456e47e99e9 Authenticating user 'default' from [fd00:1122:3344:101::a]:64055 2025.10.13 19:44:56.937784 [ 257 ] {} TCP-Session: a9680c48-ce8b-4241-82ba-1c6c83f35a8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.937807 [ 256 ] {} TCP-Session: b5291da0-483b-45ee-868c-b456e47e99e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.937741 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:56.937856 [ 257 ] {} TCP-Session: a9680c48-ce8b-4241-82ba-1c6c83f35a8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.937881 [ 256 ] {} TCP-Session: b5291da0-483b-45ee-868c-b456e47e99e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.937875 [ 258 ] {} TCP-Session: 6e5544c3-552e-4f7b-926a-936e6333dff9 Authenticating user 'default' from [fd00:1122:3344:101::a]:63578 2025.10.13 19:44:56.937958 [ 258 ] {} TCP-Session: 6e5544c3-552e-4f7b-926a-936e6333dff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:56.938040 [ 258 ] {} TCP-Session: 6e5544c3-552e-4f7b-926a-936e6333dff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:57.000146 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 116.88 MiB, peak 116.88 MiB, free memory in arenas 0.00 B, will set to 118.98 MiB (RSS), difference: 2.10 MiB 2025.10.13 19:44:58.065457 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50958 2025.10.13 19:44:58.067294 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.067345 [ 259 ] {} TCP-Session: e2d5ee16-1a86-4e7d-b26f-5456c42bd3a6 Authenticating user 'default' from [fd00:1122:3344:101::b]:50958 2025.10.13 19:44:58.067366 [ 259 ] {} TCP-Session: e2d5ee16-1a86-4e7d-b26f-5456c42bd3a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.067438 [ 259 ] {} TCP-Session: e2d5ee16-1a86-4e7d-b26f-5456c42bd3a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.067505 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.10.13 19:44:58.067531 [ 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.10.13 19:44:58.067603 [ 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.10.13 19:44:58.068139 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41210 2025.10.13 19:44:58.068228 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37261 2025.10.13 19:44:58.068368 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36641 2025.10.13 19:44:58.068389 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.068493 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.068509 [ 260 ] {} TCP-Session: 423a5c55-5800-42a6-b5fe-2d2649b47d20 Authenticating user 'default' from [fd00:1122:3344:101::b]:41210 2025.10.13 19:44:58.068506 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45739 2025.10.13 19:44:58.068545 [ 260 ] {} TCP-Session: 423a5c55-5800-42a6-b5fe-2d2649b47d20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.068536 [ 261 ] {} TCP-Session: 2e9ad550-de5f-4452-a65a-e0972c427fd9 Authenticating user 'default' from [fd00:1122:3344:101::b]:37261 2025.10.13 19:44:58.068615 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55524 2025.10.13 19:44:58.068539 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.068696 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54645 2025.10.13 19:44:58.068686 [ 260 ] {} TCP-Session: 423a5c55-5800-42a6-b5fe-2d2649b47d20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.068667 [ 261 ] {} TCP-Session: 2e9ad550-de5f-4452-a65a-e0972c427fd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.068764 [ 262 ] {} TCP-Session: b2de35ce-adbf-497e-bc60-bb4a8ae3644e Authenticating user 'default' from [fd00:1122:3344:101::b]:36641 2025.10.13 19:44:58.068841 [ 261 ] {} TCP-Session: 2e9ad550-de5f-4452-a65a-e0972c427fd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.068884 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43523 2025.10.13 19:44:58.068938 [ 262 ] {} TCP-Session: b2de35ce-adbf-497e-bc60-bb4a8ae3644e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.068931 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.069007 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.069031 [ 262 ] {} TCP-Session: b2de35ce-adbf-497e-bc60-bb4a8ae3644e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.069051 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.069088 [ 263 ] {} TCP-Session: 91400ed8-f30b-499d-867f-90910cc2d623 Authenticating user 'default' from [fd00:1122:3344:101::b]:45739 2025.10.13 19:44:58.069097 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.069156 [ 264 ] {} TCP-Session: 93a5fe12-f236-4388-a7cf-6b3cc4149932 Authenticating user 'default' from [fd00:1122:3344:101::b]:55524 2025.10.13 19:44:58.069136 [ 263 ] {} TCP-Session: 91400ed8-f30b-499d-867f-90910cc2d623 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.069052 [ 265 ] {} TCP-Session: f8be8fb5-1b53-46e7-8cfe-3b7733b96b0b Authenticating user 'default' from [fd00:1122:3344:101::b]:54645 2025.10.13 19:44:58.069245 [ 264 ] {} TCP-Session: 93a5fe12-f236-4388-a7cf-6b3cc4149932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.069216 [ 263 ] {} TCP-Session: 91400ed8-f30b-499d-867f-90910cc2d623 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.069210 [ 266 ] {} TCP-Session: 1a8b45f8-ce4b-4884-931c-d3d73a62ee7a Authenticating user 'default' from [fd00:1122:3344:101::b]:43523 2025.10.13 19:44:58.069316 [ 264 ] {} TCP-Session: 93a5fe12-f236-4388-a7cf-6b3cc4149932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.069296 [ 265 ] {} TCP-Session: f8be8fb5-1b53-46e7-8cfe-3b7733b96b0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.069380 [ 266 ] {} TCP-Session: 1a8b45f8-ce4b-4884-931c-d3d73a62ee7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.069387 [ 265 ] {} TCP-Session: f8be8fb5-1b53-46e7-8cfe-3b7733b96b0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.069464 [ 266 ] {} TCP-Session: 1a8b45f8-ce4b-4884-931c-d3d73a62ee7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.735527 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40364 2025.10.13 19:44:58.737283 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.737361 [ 267 ] {} TCP-Session: 9e361a49-b6e1-4fe1-afb0-588334e8fee5 Authenticating user 'default' from [fd00:1122:3344:101::c]:40364 2025.10.13 19:44:58.737384 [ 267 ] {} TCP-Session: 9e361a49-b6e1-4fe1-afb0-588334e8fee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.737396 [ 267 ] {} TCP-Session: 9e361a49-b6e1-4fe1-afb0-588334e8fee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.737541 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.10.13 19:44:58.737586 [ 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.10.13 19:44:58.737682 [ 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.10.13 19:44:58.738294 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40007 2025.10.13 19:44:58.738301 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44079 2025.10.13 19:44:58.738382 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52505 2025.10.13 19:44:58.738469 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45580 2025.10.13 19:44:58.738573 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.738591 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52096 2025.10.13 19:44:58.738708 [ 268 ] {} TCP-Session: c5c8b409-9eae-4651-9d28-d91d147b9758 Authenticating user 'default' from [fd00:1122:3344:101::c]:40007 2025.10.13 19:44:58.738739 [ 268 ] {} TCP-Session: c5c8b409-9eae-4651-9d28-d91d147b9758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.738777 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.738793 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44043 2025.10.13 19:44:58.738819 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.738843 [ 268 ] {} TCP-Session: c5c8b409-9eae-4651-9d28-d91d147b9758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.738758 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.738983 [ 269 ] {} TCP-Session: 8bcc070a-f0b0-4b4b-ad30-111278134989 Authenticating user 'default' from [fd00:1122:3344:101::c]:44079 2025.10.13 19:44:58.738994 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42749 2025.10.13 19:44:58.739033 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.739020 [ 269 ] {} TCP-Session: 8bcc070a-f0b0-4b4b-ad30-111278134989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.739087 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.739132 [ 272 ] {} TCP-Session: febfdd90-f9ee-41ac-96e6-45203357ae4b Authenticating user 'default' from [fd00:1122:3344:101::c]:52096 2025.10.13 19:44:58.739177 [ 273 ] {} TCP-Session: ba2e82c9-8fc6-48f2-9f32-9822f2667558 Authenticating user 'default' from [fd00:1122:3344:101::c]:44043 2025.10.13 19:44:58.739089 [ 270 ] {} TCP-Session: 74066870-fe20-4939-a970-2f0b49e479f1 Authenticating user 'default' from [fd00:1122:3344:101::c]:52505 2025.10.13 19:44:58.738987 [ 271 ] {} TCP-Session: fa686815-4194-42b6-9cb5-d41a6efd1a7b Authenticating user 'default' from [fd00:1122:3344:101::c]:45580 2025.10.13 19:44:58.739241 [ 272 ] {} TCP-Session: febfdd90-f9ee-41ac-96e6-45203357ae4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.739264 [ 270 ] {} TCP-Session: 74066870-fe20-4939-a970-2f0b49e479f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.739276 [ 273 ] {} TCP-Session: ba2e82c9-8fc6-48f2-9f32-9822f2667558 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.739229 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.739336 [ 270 ] {} TCP-Session: 74066870-fe20-4939-a970-2f0b49e479f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.739356 [ 273 ] {} TCP-Session: ba2e82c9-8fc6-48f2-9f32-9822f2667558 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.739477 [ 274 ] {} TCP-Session: f106ca55-bcfc-415d-93ea-8c6e56c5411c Authenticating user 'default' from [fd00:1122:3344:101::c]:42749 2025.10.13 19:44:58.739332 [ 271 ] {} TCP-Session: fa686815-4194-42b6-9cb5-d41a6efd1a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.739107 [ 269 ] {} TCP-Session: 8bcc070a-f0b0-4b4b-ad30-111278134989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.739563 [ 271 ] {} TCP-Session: fa686815-4194-42b6-9cb5-d41a6efd1a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.739582 [ 272 ] {} TCP-Session: febfdd90-f9ee-41ac-96e6-45203357ae4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.739553 [ 274 ] {} TCP-Session: f106ca55-bcfc-415d-93ea-8c6e56c5411c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.739710 [ 274 ] {} TCP-Session: f106ca55-bcfc-415d-93ea-8c6e56c5411c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.747451 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62915 2025.10.13 19:44:58.751511 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.751633 [ 275 ] {} TCP-Session: 2477d4b2-6169-4a54-aa4c-46f9c32cd227 Authenticating user 'default' from [fd00:1122:3344:101::d]:62915 2025.10.13 19:44:58.751650 [ 275 ] {} TCP-Session: 2477d4b2-6169-4a54-aa4c-46f9c32cd227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.751661 [ 275 ] {} TCP-Session: 2477d4b2-6169-4a54-aa4c-46f9c32cd227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.751801 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.10.13 19:44:58.751853 [ 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.10.13 19:44:58.751998 [ 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.10.13 19:44:58.756463 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37223 2025.10.13 19:44:58.756564 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44633 2025.10.13 19:44:58.756675 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52989 2025.10.13 19:44:58.756779 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36644 2025.10.13 19:44:58.756890 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.756934 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.756979 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Authenticating user 'default' from [fd00:1122:3344:101::d]:37223 2025.10.13 19:44:58.757023 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37497 2025.10.13 19:44:58.757035 [ 277 ] {} TCP-Session: dd181806-3abd-4aa4-9e81-61d11aa9740f Authenticating user 'default' from [fd00:1122:3344:101::d]:44633 2025.10.13 19:44:58.757045 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.757129 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.757181 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55279 2025.10.13 19:44:58.757214 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.757264 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.757208 [ 278 ] {} TCP-Session: ae18be9b-8278-44ab-a75a-3817174e0911 Authenticating user 'default' from [fd00:1122:3344:101::d]:52989 2025.10.13 19:44:58.757340 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39677 2025.10.13 19:44:58.757373 [ 280 ] {} TCP-Session: e58833e5-440d-484d-a6f9-f8e7f012ece0 Authenticating user 'default' from [fd00:1122:3344:101::d]:37497 2025.10.13 19:44:58.757417 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.757471 [ 280 ] {} TCP-Session: e58833e5-440d-484d-a6f9-f8e7f012ece0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.757493 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45889 2025.10.13 19:44:58.757493 [ 281 ] {} TCP-Session: 990f1668-a634-419b-aeb3-a74a0d5cc190 Authenticating user 'default' from [fd00:1122:3344:101::d]:55279 2025.10.13 19:44:58.757587 [ 280 ] {} TCP-Session: e58833e5-440d-484d-a6f9-f8e7f012ece0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.757606 [ 281 ] {} TCP-Session: 990f1668-a634-419b-aeb3-a74a0d5cc190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.757364 [ 278 ] {} TCP-Session: ae18be9b-8278-44ab-a75a-3817174e0911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.757184 [ 277 ] {} TCP-Session: dd181806-3abd-4aa4-9e81-61d11aa9740f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.757738 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.757756 [ 277 ] {} TCP-Session: dd181806-3abd-4aa4-9e81-61d11aa9740f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.757724 [ 278 ] {} TCP-Session: ae18be9b-8278-44ab-a75a-3817174e0911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.757711 [ 281 ] {} TCP-Session: 990f1668-a634-419b-aeb3-a74a0d5cc190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.757829 [ 283 ] {} TCP-Session: 2ecab841-83e7-43a0-962a-6a73f90e2a9a Authenticating user 'default' from [fd00:1122:3344:101::d]:45889 2025.10.13 19:44:58.757183 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.757599 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.13 19:44:58.757921 [ 283 ] {} TCP-Session: 2ecab841-83e7-43a0-962a-6a73f90e2a9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.757918 [ 279 ] {} TCP-Session: 43747a57-c4d8-4628-b78b-2082bf9557e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36644 2025.10.13 19:44:58.758032 [ 282 ] {} TCP-Session: 9cefd3bc-d95b-48dd-b561-670bf16fb532 Authenticating user 'default' from [fd00:1122:3344:101::d]:39677 2025.10.13 19:44:58.758047 [ 283 ] {} TCP-Session: 2ecab841-83e7-43a0-962a-6a73f90e2a9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.758042 [ 279 ] {} TCP-Session: 43747a57-c4d8-4628-b78b-2082bf9557e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.758169 [ 282 ] {} TCP-Session: 9cefd3bc-d95b-48dd-b561-670bf16fb532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.758179 [ 279 ] {} TCP-Session: 43747a57-c4d8-4628-b78b-2082bf9557e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.758273 [ 282 ] {} TCP-Session: 9cefd3bc-d95b-48dd-b561-670bf16fb532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.13 19:44:58.768045 [ 275 ] {} TCP-Session: 2477d4b2-6169-4a54-aa4c-46f9c32cd227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:58.770955 [ 275 ] {cbb77632-b933-4cef-bf88-37a3f636da8b} executeQuery: (from [fd00:1122:3344:101::d]:62915) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.10.13 19:44:58.947145 [ 275 ] {cbb77632-b933-4cef-bf88-37a3f636da8b} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62915) (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.10.13 19:44:58.948179 [ 275 ] {cbb77632-b933-4cef-bf88-37a3f636da8b} 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.10.13 19:44:58.948407 [ 275 ] {cbb77632-b933-4cef-bf88-37a3f636da8b} TCPHandler: Processed in 0.186460877 sec. 2025.10.13 19:44:58.956697 [ 275 ] {} TCP-Session: 2477d4b2-6169-4a54-aa4c-46f9c32cd227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:58.956869 [ 275 ] {859e743f-b5cb-408d-8f9e-97ff14851d77} executeQuery: (from [fd00:1122:3344:101::d]:62915) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.10.13 19:44:58.957223 [ 275 ] {859e743f-b5cb-408d-8f9e-97ff14851d77} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62915) (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.10.13 19:44:58.957454 [ 275 ] {859e743f-b5cb-408d-8f9e-97ff14851d77} 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.10.13 19:44:58.957654 [ 275 ] {859e743f-b5cb-408d-8f9e-97ff14851d77} TCPHandler: Processed in 0.001076077 sec. 2025.10.13 19:44:58.958173 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:58.959094 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} executeQuery: (from [fd00:1122:3344:101::d]:37223) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.10.13 19:44:58.959768 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.10.13 19:44:58.966520 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.10.13 19:44:58.966624 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151584 sec 2025.10.13 19:44:58.966640 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} ReferentialDeps: No tables 2025.10.13 19:44:58.966651 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} LoadingDeps: No tables 2025.10.13 19:44:58.966724 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} DatabaseAtomic (oximeter): Starting up tables. 2025.10.13 19:44:58.967428 [ 276 ] {3b7f4210-b084-4a12-bcb8-3fd760ef1e4d} TCPHandler: Processed in 0.009495582 sec. 2025.10.13 19:44:58.967589 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:58.967745 [ 276 ] {51febda6-704a-4ac3-9892-57580df56e40} executeQuery: (from [fd00:1122:3344:101::d]:37223) /* 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.10.13 19:44:58.967873 [ 276 ] {51febda6-704a-4ac3-9892-57580df56e40} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.10.13 19:44:58.972929 [ 276 ] {51febda6-704a-4ac3-9892-57580df56e40} StoragePolicy (default): Storage policy default created, total volumes 1 2025.10.13 19:44:58.978517 [ 276 ] {51febda6-704a-4ac3-9892-57580df56e40} oximeter.version (0776ad92-bc93-426c-b38d-5591a5927d46): Loading data parts 2025.10.13 19:44:58.981361 [ 276 ] {51febda6-704a-4ac3-9892-57580df56e40} oximeter.version (0776ad92-bc93-426c-b38d-5591a5927d46): There are no data parts 2025.10.13 19:44:58.991517 [ 276 ] {51febda6-704a-4ac3-9892-57580df56e40} TCPHandler: Processed in 0.023980277 sec. 2025.10.13 19:44:58.991745 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:58.991921 [ 276 ] {8e1f859f-cf25-4eac-8d27-d32404dfc572} executeQuery: (from [fd00:1122:3344:101::d]:37223) /* 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.10.13 19:44:58.992046 [ 276 ] {8e1f859f-cf25-4eac-8d27-d32404dfc572} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.10.13 19:44:59.001138 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 123.33 MiB, peak 123.33 MiB, free memory in arenas 0.00 B, will set to 132.04 MiB (RSS), difference: 8.71 MiB 2025.10.13 19:44:59.013676 [ 276 ] {8e1f859f-cf25-4eac-8d27-d32404dfc572} oximeter.measurements_bool (6a915742-76e9-4a95-9b20-41b97aa5b1a8): Loading data parts 2025.10.13 19:44:59.013958 [ 276 ] {8e1f859f-cf25-4eac-8d27-d32404dfc572} oximeter.measurements_bool (6a915742-76e9-4a95-9b20-41b97aa5b1a8): There are no data parts 2025.10.13 19:44:59.016290 [ 276 ] {8e1f859f-cf25-4eac-8d27-d32404dfc572} TCPHandler: Processed in 0.024596062 sec. 2025.10.13 19:44:59.016554 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.016729 [ 276 ] {01b040c3-2aea-48ee-aedf-a246cbfb6322} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.016846 [ 276 ] {01b040c3-2aea-48ee-aedf-a246cbfb6322} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.10.13 19:44:59.024528 [ 276 ] {01b040c3-2aea-48ee-aedf-a246cbfb6322} oximeter.measurements_i8 (f74302f4-cfb8-4f01-88f1-33abd2efccba): Loading data parts 2025.10.13 19:44:59.024781 [ 276 ] {01b040c3-2aea-48ee-aedf-a246cbfb6322} oximeter.measurements_i8 (f74302f4-cfb8-4f01-88f1-33abd2efccba): There are no data parts 2025.10.13 19:44:59.027796 [ 276 ] {01b040c3-2aea-48ee-aedf-a246cbfb6322} TCPHandler: Processed in 0.011304357 sec. 2025.10.13 19:44:59.027946 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.028106 [ 276 ] {a6529903-7997-4e0e-87c0-77ef718d5902} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.028228 [ 276 ] {a6529903-7997-4e0e-87c0-77ef718d5902} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.10.13 19:44:59.035949 [ 276 ] {a6529903-7997-4e0e-87c0-77ef718d5902} oximeter.measurements_u8 (3f35b7ea-7c2f-4633-8381-cd488e2f83b8): Loading data parts 2025.10.13 19:44:59.036108 [ 276 ] {a6529903-7997-4e0e-87c0-77ef718d5902} oximeter.measurements_u8 (3f35b7ea-7c2f-4633-8381-cd488e2f83b8): There are no data parts 2025.10.13 19:44:59.039040 [ 276 ] {a6529903-7997-4e0e-87c0-77ef718d5902} TCPHandler: Processed in 0.011146763 sec. 2025.10.13 19:44:59.039237 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.039444 [ 276 ] {91f3c4e7-bc87-4582-bb83-d548f4322d01} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.039556 [ 276 ] {91f3c4e7-bc87-4582-bb83-d548f4322d01} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.10.13 19:44:59.047272 [ 276 ] {91f3c4e7-bc87-4582-bb83-d548f4322d01} oximeter.measurements_i16 (ca426b3a-8d01-4722-a160-1d51766a08aa): Loading data parts 2025.10.13 19:44:59.047510 [ 276 ] {91f3c4e7-bc87-4582-bb83-d548f4322d01} oximeter.measurements_i16 (ca426b3a-8d01-4722-a160-1d51766a08aa): There are no data parts 2025.10.13 19:44:59.050026 [ 276 ] {91f3c4e7-bc87-4582-bb83-d548f4322d01} TCPHandler: Processed in 0.010838006 sec. 2025.10.13 19:44:59.050168 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.050322 [ 276 ] {de2a81c9-dad1-44f9-8f69-0fe8af6d4b41} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.050496 [ 276 ] {de2a81c9-dad1-44f9-8f69-0fe8af6d4b41} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.10.13 19:44:59.058270 [ 276 ] {de2a81c9-dad1-44f9-8f69-0fe8af6d4b41} oximeter.measurements_u16 (4e0712cf-12ae-4d6d-9515-2bf213ebac2e): Loading data parts 2025.10.13 19:44:59.058408 [ 276 ] {de2a81c9-dad1-44f9-8f69-0fe8af6d4b41} oximeter.measurements_u16 (4e0712cf-12ae-4d6d-9515-2bf213ebac2e): There are no data parts 2025.10.13 19:44:59.061049 [ 276 ] {de2a81c9-dad1-44f9-8f69-0fe8af6d4b41} TCPHandler: Processed in 0.010929138 sec. 2025.10.13 19:44:59.061221 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.061490 [ 276 ] {1e66cc4e-9f5f-4d59-8dbd-c65528633f1a} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.061608 [ 276 ] {1e66cc4e-9f5f-4d59-8dbd-c65528633f1a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.10.13 19:44:59.069421 [ 276 ] {1e66cc4e-9f5f-4d59-8dbd-c65528633f1a} oximeter.measurements_i32 (beeefbf2-f209-42c2-ad2d-fd56859550db): Loading data parts 2025.10.13 19:44:59.069576 [ 276 ] {1e66cc4e-9f5f-4d59-8dbd-c65528633f1a} oximeter.measurements_i32 (beeefbf2-f209-42c2-ad2d-fd56859550db): There are no data parts 2025.10.13 19:44:59.072593 [ 276 ] {1e66cc4e-9f5f-4d59-8dbd-c65528633f1a} TCPHandler: Processed in 0.011432671 sec. 2025.10.13 19:44:59.072740 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.072896 [ 276 ] {45022338-7d95-403f-9d5c-8d39f32b1dbe} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.073024 [ 276 ] {45022338-7d95-403f-9d5c-8d39f32b1dbe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.10.13 19:44:59.080724 [ 276 ] {45022338-7d95-403f-9d5c-8d39f32b1dbe} oximeter.measurements_u32 (a8e05e55-1ddc-4242-9817-1dd7020be750): Loading data parts 2025.10.13 19:44:59.080928 [ 276 ] {45022338-7d95-403f-9d5c-8d39f32b1dbe} oximeter.measurements_u32 (a8e05e55-1ddc-4242-9817-1dd7020be750): There are no data parts 2025.10.13 19:44:59.083677 [ 276 ] {45022338-7d95-403f-9d5c-8d39f32b1dbe} TCPHandler: Processed in 0.010984999 sec. 2025.10.13 19:44:59.083826 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.084082 [ 276 ] {1e9224e0-281b-4467-a25a-442f1e86621a} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.084212 [ 276 ] {1e9224e0-281b-4467-a25a-442f1e86621a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.10.13 19:44:59.093432 [ 276 ] {1e9224e0-281b-4467-a25a-442f1e86621a} oximeter.measurements_i64 (b3e6b1a6-096f-4235-9ac2-74f97c2fd680): Loading data parts 2025.10.13 19:44:59.093562 [ 276 ] {1e9224e0-281b-4467-a25a-442f1e86621a} oximeter.measurements_i64 (b3e6b1a6-096f-4235-9ac2-74f97c2fd680): There are no data parts 2025.10.13 19:44:59.095514 [ 276 ] {1e9224e0-281b-4467-a25a-442f1e86621a} TCPHandler: Processed in 0.011741147 sec. 2025.10.13 19:44:59.095656 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.095812 [ 276 ] {ded91372-4948-476a-aaf9-545723df1aa2} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.095931 [ 276 ] {ded91372-4948-476a-aaf9-545723df1aa2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.10.13 19:44:59.104176 [ 276 ] {ded91372-4948-476a-aaf9-545723df1aa2} oximeter.measurements_u64 (084e4b8d-f6ac-44d0-aab2-2451795c2131): Loading data parts 2025.10.13 19:44:59.104464 [ 276 ] {ded91372-4948-476a-aaf9-545723df1aa2} oximeter.measurements_u64 (084e4b8d-f6ac-44d0-aab2-2451795c2131): There are no data parts 2025.10.13 19:44:59.107340 [ 276 ] {ded91372-4948-476a-aaf9-545723df1aa2} TCPHandler: Processed in 0.011732768 sec. 2025.10.13 19:44:59.107506 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.107765 [ 276 ] {0e1ec11e-0814-45ae-ad71-1fa440e43855} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.107884 [ 276 ] {0e1ec11e-0814-45ae-ad71-1fa440e43855} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.10.13 19:44:59.116080 [ 276 ] {0e1ec11e-0814-45ae-ad71-1fa440e43855} oximeter.measurements_f32 (7d04761a-c6ef-48f5-8e10-da48f0c68004): Loading data parts 2025.10.13 19:44:59.116238 [ 276 ] {0e1ec11e-0814-45ae-ad71-1fa440e43855} oximeter.measurements_f32 (7d04761a-c6ef-48f5-8e10-da48f0c68004): There are no data parts 2025.10.13 19:44:59.118646 [ 276 ] {0e1ec11e-0814-45ae-ad71-1fa440e43855} TCPHandler: Processed in 0.011202735 sec. 2025.10.13 19:44:59.118815 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.118981 [ 276 ] {9bb662b5-2e56-4730-83e8-6b420efb88ee} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.119106 [ 276 ] {9bb662b5-2e56-4730-83e8-6b420efb88ee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.10.13 19:44:59.121042 [ 276 ] {9bb662b5-2e56-4730-83e8-6b420efb88ee} oximeter.measurements_f64 (baa5015d-e6fe-43ac-9d85-1386c7df0d1f): Loading data parts 2025.10.13 19:44:59.121243 [ 276 ] {9bb662b5-2e56-4730-83e8-6b420efb88ee} oximeter.measurements_f64 (baa5015d-e6fe-43ac-9d85-1386c7df0d1f): There are no data parts 2025.10.13 19:44:59.129690 [ 276 ] {9bb662b5-2e56-4730-83e8-6b420efb88ee} TCPHandler: Processed in 0.010943028 sec. 2025.10.13 19:44:59.129862 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.130092 [ 276 ] {0cc772df-c890-4e59-839c-f35b526bf7d5} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.130234 [ 276 ] {0cc772df-c890-4e59-839c-f35b526bf7d5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.10.13 19:44:59.138234 [ 276 ] {0cc772df-c890-4e59-839c-f35b526bf7d5} oximeter.measurements_string (275ad612-7370-480f-8fb0-d56437145b6b): Loading data parts 2025.10.13 19:44:59.138433 [ 276 ] {0cc772df-c890-4e59-839c-f35b526bf7d5} oximeter.measurements_string (275ad612-7370-480f-8fb0-d56437145b6b): There are no data parts 2025.10.13 19:44:59.142591 [ 276 ] {0cc772df-c890-4e59-839c-f35b526bf7d5} TCPHandler: Processed in 0.012783583 sec. 2025.10.13 19:44:59.142754 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.142928 [ 276 ] {7d29ffaa-5bcd-4b86-84fc-5f7585c9105d} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.143044 [ 276 ] {7d29ffaa-5bcd-4b86-84fc-5f7585c9105d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.10.13 19:44:59.145255 [ 276 ] {7d29ffaa-5bcd-4b86-84fc-5f7585c9105d} oximeter.measurements_bytes (bb1cf9e9-3a7d-4fed-aa96-6edc876b414f): Loading data parts 2025.10.13 19:44:59.145409 [ 276 ] {7d29ffaa-5bcd-4b86-84fc-5f7585c9105d} oximeter.measurements_bytes (bb1cf9e9-3a7d-4fed-aa96-6edc876b414f): There are no data parts 2025.10.13 19:44:59.153325 [ 276 ] {7d29ffaa-5bcd-4b86-84fc-5f7585c9105d} TCPHandler: Processed in 0.01062007 sec. 2025.10.13 19:44:59.153537 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.153828 [ 276 ] {9455f2c1-63d2-4f62-a953-5df5831f45eb} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.153992 [ 276 ] {9455f2c1-63d2-4f62-a953-5df5831f45eb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.10.13 19:44:59.156574 [ 276 ] {9455f2c1-63d2-4f62-a953-5df5831f45eb} oximeter.measurements_cumulativei64 (b22843ae-4b1a-4710-bcd9-29e755d8c31b): Loading data parts 2025.10.13 19:44:59.156717 [ 276 ] {9455f2c1-63d2-4f62-a953-5df5831f45eb} oximeter.measurements_cumulativei64 (b22843ae-4b1a-4710-bcd9-29e755d8c31b): There are no data parts 2025.10.13 19:44:59.164450 [ 276 ] {9455f2c1-63d2-4f62-a953-5df5831f45eb} TCPHandler: Processed in 0.01099211 sec. 2025.10.13 19:44:59.164701 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.164864 [ 276 ] {32af0735-1553-4539-9adb-98ef274c1185} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.164983 [ 276 ] {32af0735-1553-4539-9adb-98ef274c1185} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.10.13 19:44:59.167597 [ 276 ] {32af0735-1553-4539-9adb-98ef274c1185} oximeter.measurements_cumulativeu64 (f3f07d90-808a-42ec-806d-5e1eee5c2ac3): Loading data parts 2025.10.13 19:44:59.167805 [ 276 ] {32af0735-1553-4539-9adb-98ef274c1185} oximeter.measurements_cumulativeu64 (f3f07d90-808a-42ec-806d-5e1eee5c2ac3): There are no data parts 2025.10.13 19:44:59.175286 [ 276 ] {32af0735-1553-4539-9adb-98ef274c1185} TCPHandler: Processed in 0.01063345 sec. 2025.10.13 19:44:59.175428 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.175796 [ 276 ] {c4e4f6df-d857-444b-97ee-26bd5433aab4} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.175911 [ 276 ] {c4e4f6df-d857-444b-97ee-26bd5433aab4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.10.13 19:44:59.178368 [ 276 ] {c4e4f6df-d857-444b-97ee-26bd5433aab4} oximeter.measurements_cumulativef32 (ddadfd0d-cd0f-4dc6-98c4-33d2dacd192c): Loading data parts 2025.10.13 19:44:59.178555 [ 276 ] {c4e4f6df-d857-444b-97ee-26bd5433aab4} oximeter.measurements_cumulativef32 (ddadfd0d-cd0f-4dc6-98c4-33d2dacd192c): There are no data parts 2025.10.13 19:44:59.186265 [ 276 ] {c4e4f6df-d857-444b-97ee-26bd5433aab4} TCPHandler: Processed in 0.010884666 sec. 2025.10.13 19:44:59.186448 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.186630 [ 276 ] {189fbb5c-22ca-4786-a7d1-d813e67ef035} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.186753 [ 276 ] {189fbb5c-22ca-4786-a7d1-d813e67ef035} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.10.13 19:44:59.189289 [ 276 ] {189fbb5c-22ca-4786-a7d1-d813e67ef035} oximeter.measurements_cumulativef64 (bf205ffa-8adf-4d02-82c9-5468d7519426): Loading data parts 2025.10.13 19:44:59.189434 [ 276 ] {189fbb5c-22ca-4786-a7d1-d813e67ef035} oximeter.measurements_cumulativef64 (bf205ffa-8adf-4d02-82c9-5468d7519426): There are no data parts 2025.10.13 19:44:59.197240 [ 276 ] {189fbb5c-22ca-4786-a7d1-d813e67ef035} TCPHandler: Processed in 0.010855376 sec. 2025.10.13 19:44:59.197467 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.197705 [ 276 ] {3d8dc027-dd1e-40b2-b84b-0071d1e17d7e} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.197840 [ 276 ] {3d8dc027-dd1e-40b2-b84b-0071d1e17d7e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.10.13 19:44:59.200589 [ 276 ] {3d8dc027-dd1e-40b2-b84b-0071d1e17d7e} oximeter.measurements_histogrami8 (e2d398e9-da93-4459-8243-f679a226ed01): Loading data parts 2025.10.13 19:44:59.200746 [ 276 ] {3d8dc027-dd1e-40b2-b84b-0071d1e17d7e} oximeter.measurements_histogrami8 (e2d398e9-da93-4459-8243-f679a226ed01): There are no data parts 2025.10.13 19:44:59.208328 [ 276 ] {3d8dc027-dd1e-40b2-b84b-0071d1e17d7e} TCPHandler: Processed in 0.010912658 sec. 2025.10.13 19:44:59.208469 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.208690 [ 276 ] {4b533042-2106-4e7b-99e2-32d94652f42a} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.208832 [ 276 ] {4b533042-2106-4e7b-99e2-32d94652f42a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.10.13 19:44:59.211528 [ 276 ] {4b533042-2106-4e7b-99e2-32d94652f42a} oximeter.measurements_histogramu8 (ecdc370f-c3f1-4e8e-879e-845b0878cf88): Loading data parts 2025.10.13 19:44:59.211666 [ 276 ] {4b533042-2106-4e7b-99e2-32d94652f42a} oximeter.measurements_histogramu8 (ecdc370f-c3f1-4e8e-879e-845b0878cf88): There are no data parts 2025.10.13 19:44:59.219267 [ 276 ] {4b533042-2106-4e7b-99e2-32d94652f42a} TCPHandler: Processed in 0.010847666 sec. 2025.10.13 19:44:59.219472 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.219734 [ 276 ] {ae58c0c0-ae6a-46bf-bb36-9c1c1dc501a0} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.219859 [ 276 ] {ae58c0c0-ae6a-46bf-bb36-9c1c1dc501a0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.10.13 19:44:59.222453 [ 276 ] {ae58c0c0-ae6a-46bf-bb36-9c1c1dc501a0} oximeter.measurements_histogrami16 (4bceb485-e47f-4f3a-b70d-c79bab607b1a): Loading data parts 2025.10.13 19:44:59.222601 [ 276 ] {ae58c0c0-ae6a-46bf-bb36-9c1c1dc501a0} oximeter.measurements_histogrami16 (4bceb485-e47f-4f3a-b70d-c79bab607b1a): There are no data parts 2025.10.13 19:44:59.230312 [ 276 ] {ae58c0c0-ae6a-46bf-bb36-9c1c1dc501a0} TCPHandler: Processed in 0.010897047 sec. 2025.10.13 19:44:59.230513 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.230732 [ 276 ] {ea477985-bab6-455d-ba1e-e60cd3e6df3a} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.230869 [ 276 ] {ea477985-bab6-455d-ba1e-e60cd3e6df3a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.10.13 19:44:59.233610 [ 276 ] {ea477985-bab6-455d-ba1e-e60cd3e6df3a} oximeter.measurements_histogramu16 (c15a9857-cdd4-4823-8a05-72130b338a50): Loading data parts 2025.10.13 19:44:59.233751 [ 276 ] {ea477985-bab6-455d-ba1e-e60cd3e6df3a} oximeter.measurements_histogramu16 (c15a9857-cdd4-4823-8a05-72130b338a50): There are no data parts 2025.10.13 19:44:59.241555 [ 276 ] {ea477985-bab6-455d-ba1e-e60cd3e6df3a} TCPHandler: Processed in 0.011105772 sec. 2025.10.13 19:44:59.241755 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.242009 [ 276 ] {c165211d-b59b-420a-b40e-6cedac316f34} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.242143 [ 276 ] {c165211d-b59b-420a-b40e-6cedac316f34} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.10.13 19:44:59.244945 [ 276 ] {c165211d-b59b-420a-b40e-6cedac316f34} oximeter.measurements_histogrami32 (faa6a7d9-8733-4ceb-abe9-1852db9169b3): Loading data parts 2025.10.13 19:44:59.245103 [ 276 ] {c165211d-b59b-420a-b40e-6cedac316f34} oximeter.measurements_histogrami32 (faa6a7d9-8733-4ceb-abe9-1852db9169b3): There are no data parts 2025.10.13 19:44:59.253774 [ 276 ] {c165211d-b59b-420a-b40e-6cedac316f34} TCPHandler: Processed in 0.012069076 sec. 2025.10.13 19:44:59.253998 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.254206 [ 276 ] {cceef8e8-97c2-470b-b626-f6080379264e} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.254341 [ 276 ] {cceef8e8-97c2-470b-b626-f6080379264e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.10.13 19:44:59.265710 [ 276 ] {cceef8e8-97c2-470b-b626-f6080379264e} oximeter.measurements_histogramu32 (0fbdf391-5001-4970-a208-348ba30a8e4b): Loading data parts 2025.10.13 19:44:59.265881 [ 276 ] {cceef8e8-97c2-470b-b626-f6080379264e} oximeter.measurements_histogramu32 (0fbdf391-5001-4970-a208-348ba30a8e4b): There are no data parts 2025.10.13 19:44:59.275742 [ 276 ] {cceef8e8-97c2-470b-b626-f6080379264e} TCPHandler: Processed in 0.021807344 sec. 2025.10.13 19:44:59.275886 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.276187 [ 276 ] {5fc416ba-aece-47d2-b9e0-4837c977b649} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.276333 [ 276 ] {5fc416ba-aece-47d2-b9e0-4837c977b649} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.10.13 19:44:59.284026 [ 276 ] {5fc416ba-aece-47d2-b9e0-4837c977b649} oximeter.measurements_histogrami64 (c7de454f-78d6-48bc-b8b4-873337848d98): Loading data parts 2025.10.13 19:44:59.284190 [ 276 ] {5fc416ba-aece-47d2-b9e0-4837c977b649} oximeter.measurements_histogrami64 (c7de454f-78d6-48bc-b8b4-873337848d98): There are no data parts 2025.10.13 19:44:59.286859 [ 276 ] {5fc416ba-aece-47d2-b9e0-4837c977b649} TCPHandler: Processed in 0.011024221 sec. 2025.10.13 19:44:59.287013 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.287236 [ 276 ] {e968ea86-befc-4fb5-b75c-f0bcf0243ce2} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.287373 [ 276 ] {e968ea86-befc-4fb5-b75c-f0bcf0243ce2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.10.13 19:44:59.295037 [ 276 ] {e968ea86-befc-4fb5-b75c-f0bcf0243ce2} oximeter.measurements_histogramu64 (c14a8c20-188e-4b9a-961e-94340f46b095): Loading data parts 2025.10.13 19:44:59.295240 [ 276 ] {e968ea86-befc-4fb5-b75c-f0bcf0243ce2} oximeter.measurements_histogramu64 (c14a8c20-188e-4b9a-961e-94340f46b095): There are no data parts 2025.10.13 19:44:59.297854 [ 276 ] {e968ea86-befc-4fb5-b75c-f0bcf0243ce2} TCPHandler: Processed in 0.010890527 sec. 2025.10.13 19:44:59.298025 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.298369 [ 276 ] {917a36f4-f2cd-43cf-abfa-327fe83753aa} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.298519 [ 276 ] {917a36f4-f2cd-43cf-abfa-327fe83753aa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.10.13 19:44:59.306776 [ 276 ] {917a36f4-f2cd-43cf-abfa-327fe83753aa} oximeter.measurements_histogramf32 (dbdcbea1-4094-44bb-aa54-b6c046d02a7e): Loading data parts 2025.10.13 19:44:59.306924 [ 276 ] {917a36f4-f2cd-43cf-abfa-327fe83753aa} oximeter.measurements_histogramf32 (dbdcbea1-4094-44bb-aa54-b6c046d02a7e): There are no data parts 2025.10.13 19:44:59.309337 [ 276 ] {917a36f4-f2cd-43cf-abfa-327fe83753aa} TCPHandler: Processed in 0.011372768 sec. 2025.10.13 19:44:59.309486 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.309703 [ 276 ] {5c3ebada-f128-44d3-9555-529bcac8d220} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.309843 [ 276 ] {5c3ebada-f128-44d3-9555-529bcac8d220} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.10.13 19:44:59.317962 [ 276 ] {5c3ebada-f128-44d3-9555-529bcac8d220} oximeter.measurements_histogramf64 (27097b71-65cb-4be9-8671-ad9f74cf6e24): Loading data parts 2025.10.13 19:44:59.318135 [ 276 ] {5c3ebada-f128-44d3-9555-529bcac8d220} oximeter.measurements_histogramf64 (27097b71-65cb-4be9-8671-ad9f74cf6e24): There are no data parts 2025.10.13 19:44:59.320723 [ 276 ] {5c3ebada-f128-44d3-9555-529bcac8d220} TCPHandler: Processed in 0.011287716 sec. 2025.10.13 19:44:59.320878 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.321162 [ 276 ] {a28020e0-5d0a-4801-8fcc-9707ebf64c8e} executeQuery: (from [fd00:1122:3344:101::d]:37223) /* 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.10.13 19:44:59.321313 [ 276 ] {a28020e0-5d0a-4801-8fcc-9707ebf64c8e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.10.13 19:44:59.328945 [ 276 ] {a28020e0-5d0a-4801-8fcc-9707ebf64c8e} oximeter.fields_bool (8a087afe-2fc1-469a-965d-b0f7e6911269): Loading data parts 2025.10.13 19:44:59.329090 [ 276 ] {a28020e0-5d0a-4801-8fcc-9707ebf64c8e} oximeter.fields_bool (8a087afe-2fc1-469a-965d-b0f7e6911269): There are no data parts 2025.10.13 19:44:59.332399 [ 276 ] {a28020e0-5d0a-4801-8fcc-9707ebf64c8e} TCPHandler: Processed in 0.011581284 sec. 2025.10.13 19:44:59.332538 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.332693 [ 276 ] {e2a1ac4a-7a27-43fd-8f9c-b74d93d2a93e} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.332815 [ 276 ] {e2a1ac4a-7a27-43fd-8f9c-b74d93d2a93e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.10.13 19:44:59.341268 [ 276 ] {e2a1ac4a-7a27-43fd-8f9c-b74d93d2a93e} oximeter.fields_i8 (9cc17b23-793d-4b88-bd3f-5f300d4916ef): Loading data parts 2025.10.13 19:44:59.341491 [ 276 ] {e2a1ac4a-7a27-43fd-8f9c-b74d93d2a93e} oximeter.fields_i8 (9cc17b23-793d-4b88-bd3f-5f300d4916ef): There are no data parts 2025.10.13 19:44:59.343489 [ 276 ] {e2a1ac4a-7a27-43fd-8f9c-b74d93d2a93e} TCPHandler: Processed in 0.01100048 sec. 2025.10.13 19:44:59.343645 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.343876 [ 276 ] {062a46f2-83d8-4c52-a4a7-18933f7ef5df} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.343990 [ 276 ] {062a46f2-83d8-4c52-a4a7-18933f7ef5df} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.10.13 19:44:59.352502 [ 276 ] {062a46f2-83d8-4c52-a4a7-18933f7ef5df} oximeter.fields_u8 (3cafb2f9-5818-4aaf-a244-acc361383ff8): Loading data parts 2025.10.13 19:44:59.352670 [ 276 ] {062a46f2-83d8-4c52-a4a7-18933f7ef5df} oximeter.fields_u8 (3cafb2f9-5818-4aaf-a244-acc361383ff8): There are no data parts 2025.10.13 19:44:59.354953 [ 276 ] {062a46f2-83d8-4c52-a4a7-18933f7ef5df} TCPHandler: Processed in 0.011364518 sec. 2025.10.13 19:44:59.355104 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.355298 [ 276 ] {e7b83e25-db35-42a2-913f-dfe19678efc2} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.355445 [ 276 ] {e7b83e25-db35-42a2-913f-dfe19678efc2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.10.13 19:44:59.363075 [ 276 ] {e7b83e25-db35-42a2-913f-dfe19678efc2} oximeter.fields_i16 (754bd224-84f2-4fd7-bf55-deabee9177b3): Loading data parts 2025.10.13 19:44:59.363322 [ 276 ] {e7b83e25-db35-42a2-913f-dfe19678efc2} oximeter.fields_i16 (754bd224-84f2-4fd7-bf55-deabee9177b3): There are no data parts 2025.10.13 19:44:59.366213 [ 276 ] {e7b83e25-db35-42a2-913f-dfe19678efc2} TCPHandler: Processed in 0.011157713 sec. 2025.10.13 19:44:59.366357 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.366596 [ 276 ] {9ad565d1-5758-427b-99e4-603c0e1076e4} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.366715 [ 276 ] {9ad565d1-5758-427b-99e4-603c0e1076e4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.10.13 19:44:59.374334 [ 276 ] {9ad565d1-5758-427b-99e4-603c0e1076e4} oximeter.fields_u16 (64dab46b-1520-4ae3-9a02-72142cfa1fe6): Loading data parts 2025.10.13 19:44:59.374512 [ 276 ] {9ad565d1-5758-427b-99e4-603c0e1076e4} oximeter.fields_u16 (64dab46b-1520-4ae3-9a02-72142cfa1fe6): There are no data parts 2025.10.13 19:44:59.382579 [ 276 ] {9ad565d1-5758-427b-99e4-603c0e1076e4} TCPHandler: Processed in 0.016271448 sec. 2025.10.13 19:44:59.382726 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.382881 [ 276 ] {1c3722ef-a085-4c3c-b3d2-b649e8dd6187} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.383016 [ 276 ] {1c3722ef-a085-4c3c-b3d2-b649e8dd6187} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.10.13 19:44:59.386638 [ 276 ] {1c3722ef-a085-4c3c-b3d2-b649e8dd6187} oximeter.fields_i32 (2e7d49d5-fe0c-458d-ad3f-f6e255ad383d): Loading data parts 2025.10.13 19:44:59.386826 [ 276 ] {1c3722ef-a085-4c3c-b3d2-b649e8dd6187} oximeter.fields_i32 (2e7d49d5-fe0c-458d-ad3f-f6e255ad383d): There are no data parts 2025.10.13 19:44:59.397168 [ 276 ] {1c3722ef-a085-4c3c-b3d2-b649e8dd6187} TCPHandler: Processed in 0.014490165 sec. 2025.10.13 19:44:59.397313 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.397554 [ 276 ] {5ef29267-c172-4da9-8f00-8f67e501ae85} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.397672 [ 276 ] {5ef29267-c172-4da9-8f00-8f67e501ae85} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.10.13 19:44:59.400107 [ 276 ] {5ef29267-c172-4da9-8f00-8f67e501ae85} oximeter.fields_u32 (447c4178-6841-43d1-9304-e80c022f1c23): Loading data parts 2025.10.13 19:44:59.400263 [ 276 ] {5ef29267-c172-4da9-8f00-8f67e501ae85} oximeter.fields_u32 (447c4178-6841-43d1-9304-e80c022f1c23): There are no data parts 2025.10.13 19:44:59.404423 [ 276 ] {5ef29267-c172-4da9-8f00-8f67e501ae85} TCPHandler: Processed in 0.007158205 sec. 2025.10.13 19:44:59.404561 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.404716 [ 276 ] {0e5638bc-3b54-4593-a2a5-8b635b6b0cba} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.404844 [ 276 ] {0e5638bc-3b54-4593-a2a5-8b635b6b0cba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.10.13 19:44:59.410599 [ 276 ] {0e5638bc-3b54-4593-a2a5-8b635b6b0cba} oximeter.fields_i64 (0be47cde-3214-407b-a8f5-d85cef7c2401): Loading data parts 2025.10.13 19:44:59.410846 [ 276 ] {0e5638bc-3b54-4593-a2a5-8b635b6b0cba} oximeter.fields_i64 (0be47cde-3214-407b-a8f5-d85cef7c2401): There are no data parts 2025.10.13 19:44:59.415554 [ 276 ] {0e5638bc-3b54-4593-a2a5-8b635b6b0cba} TCPHandler: Processed in 0.0110426 sec. 2025.10.13 19:44:59.415696 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.415980 [ 276 ] {6e91860d-5e29-4237-a705-18fd39ade026} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.416104 [ 276 ] {6e91860d-5e29-4237-a705-18fd39ade026} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.10.13 19:44:59.421649 [ 276 ] {6e91860d-5e29-4237-a705-18fd39ade026} oximeter.fields_u64 (04532dc0-8924-4df8-91eb-c371a69b5403): Loading data parts 2025.10.13 19:44:59.421859 [ 276 ] {6e91860d-5e29-4237-a705-18fd39ade026} oximeter.fields_u64 (04532dc0-8924-4df8-91eb-c371a69b5403): There are no data parts 2025.10.13 19:44:59.426047 [ 276 ] {6e91860d-5e29-4237-a705-18fd39ade026} TCPHandler: Processed in 0.010399025 sec. 2025.10.13 19:44:59.426252 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.426484 [ 276 ] {b2b07d45-fad5-41b6-a39f-370e31fbb70b} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.426651 [ 276 ] {b2b07d45-fad5-41b6-a39f-370e31fbb70b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.10.13 19:44:59.432208 [ 276 ] {b2b07d45-fad5-41b6-a39f-370e31fbb70b} oximeter.fields_ipaddr (9818bd0f-919f-45bb-ad12-62eeec62414f): Loading data parts 2025.10.13 19:44:59.432353 [ 276 ] {b2b07d45-fad5-41b6-a39f-370e31fbb70b} oximeter.fields_ipaddr (9818bd0f-919f-45bb-ad12-62eeec62414f): There are no data parts 2025.10.13 19:44:59.439508 [ 276 ] {b2b07d45-fad5-41b6-a39f-370e31fbb70b} TCPHandler: Processed in 0.013334497 sec. 2025.10.13 19:44:59.439751 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.439907 [ 276 ] {55b9dc21-42dd-4cab-a6a6-6ebed803745b} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.440034 [ 276 ] {55b9dc21-42dd-4cab-a6a6-6ebed803745b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.10.13 19:44:59.447159 [ 276 ] {55b9dc21-42dd-4cab-a6a6-6ebed803745b} oximeter.fields_string (01fd6718-0926-48bb-a834-feb4987716ab): Loading data parts 2025.10.13 19:44:59.447381 [ 276 ] {55b9dc21-42dd-4cab-a6a6-6ebed803745b} oximeter.fields_string (01fd6718-0926-48bb-a834-feb4987716ab): There are no data parts 2025.10.13 19:44:59.449866 [ 276 ] {55b9dc21-42dd-4cab-a6a6-6ebed803745b} TCPHandler: Processed in 0.010164419 sec. 2025.10.13 19:44:59.450016 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.450260 [ 276 ] {efadb676-e45c-41d3-92ff-f276d1e5845c} executeQuery: (from [fd00:1122:3344:101::d]:37223) 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.10.13 19:44:59.450310 [ 276 ] {efadb676-e45c-41d3-92ff-f276d1e5845c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.10.13 19:44:59.458578 [ 276 ] {efadb676-e45c-41d3-92ff-f276d1e5845c} oximeter.fields_uuid (fe8fbc42-d99a-411a-ab8d-6cf29e4bc131): Loading data parts 2025.10.13 19:44:59.458715 [ 276 ] {efadb676-e45c-41d3-92ff-f276d1e5845c} oximeter.fields_uuid (fe8fbc42-d99a-411a-ab8d-6cf29e4bc131): There are no data parts 2025.10.13 19:44:59.460759 [ 276 ] {efadb676-e45c-41d3-92ff-f276d1e5845c} TCPHandler: Processed in 0.010792884 sec. 2025.10.13 19:44:59.461012 [ 276 ] {} TCP-Session: 0c881337-722f-456f-9dd5-e5cd7e91caaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.461264 [ 276 ] {ee671590-961f-4b5e-8e23-f2f6e65c3abc} executeQuery: (from [fd00:1122:3344:101::d]:37223) /* 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.10.13 19:44:59.461410 [ 276 ] {ee671590-961f-4b5e-8e23-f2f6e65c3abc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.10.13 19:44:59.468641 [ 276 ] {ee671590-961f-4b5e-8e23-f2f6e65c3abc} oximeter.timeseries_schema (662f0b4d-2a47-4b12-91b5-edf0f3af31b2): Loading data parts 2025.10.13 19:44:59.468900 [ 276 ] {ee671590-961f-4b5e-8e23-f2f6e65c3abc} oximeter.timeseries_schema (662f0b4d-2a47-4b12-91b5-edf0f3af31b2): There are no data parts 2025.10.13 19:44:59.471434 [ 276 ] {ee671590-961f-4b5e-8e23-f2f6e65c3abc} TCPHandler: Processed in 0.010471737 sec. 2025.10.13 19:44:59.473708 [ 275 ] {} TCP-Session: 2477d4b2-6169-4a54-aa4c-46f9c32cd227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.13 19:44:59.474081 [ 275 ] {86321919-a661-40ad-b303-a3178d317426} executeQuery: (from [fd00:1122:3344:101::d]:62915) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.10.13 19:44:59.475371 [ 275 ] {86321919-a661-40ad-b303-a3178d317426} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.10.13 19:44:59.502257 [ 285 ] {86321919-a661-40ad-b303-a3178d317426} oximeter.version (0776ad92-bc93-426c-b38d-5591a5927d46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.13 19:44:59.502323 [ 285 ] {86321919-a661-40ad-b303-a3178d317426} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2025.10.13 19:44:59.506853 [ 285 ] {86321919-a661-40ad-b303-a3178d317426} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.13 19:44:59.507452 [ 285 ] {86321919-a661-40ad-b303-a3178d317426} oximeter.version (0776ad92-bc93-426c-b38d-5591a5927d46): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.13 19:44:59.507726 [ 275 ] {86321919-a661-40ad-b303-a3178d317426} executeQuery: Read 1 rows, 16.00 B in 0.033793 sec., 29.5919273222265 rows/sec., 473.47 B/sec. 2025.10.13 19:44:59.508064 [ 275 ] {86321919-a661-40ad-b303-a3178d317426} TCPHandler: Processed in 0.034486914 sec. 2025.10.13 19:45:00.000152 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 135.17 MiB, peak 135.17 MiB, free memory in arenas 0.00 B, will set to 139.68 MiB (RSS), difference: 4.51 MiB