| 1 | [ Apr 9 20:28:28 Enabled. ] | ||
| 2 | [ Apr 9 20:28:28 Rereading configuration. ] | ||
| 3 | [ Apr 9 20:28:29 Rereading configuration. ] | ||
| 4 | [ Apr 9 20:28:30 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + 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 | ||
| 24 | [ Apr 9 20:28:30 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.04.09 20:28:31.290162 [ 1 ] {} <Information> Application: Will watch for the process with pid 23161 | ||
| 29 | 2025.04.09 20:28:31.290580 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.04.09 20:28:31.654368 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23161 | ||
| 31 | 2025.04.09 20:28:31.655165 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.04.09 20:28:31.655937 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.04.09 20:28:31.754304 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.04.09 20:28:31.789656 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.04.09 20:28:31.789763 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.04.09 20:28:31.789784 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.04.09 20:28:31.789863 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.04.09 20:28:31.790547 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.04.09 20:28:31.792237 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.04.09 20:28:31.793071 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.04.09 20:28:31.794034 [ 1 ] {} <Information> 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) | ||
| 44 | 2025.04.09 20:28:31.794095 [ 1 ] {} <Information> 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) | ||
| 45 | 2025.04.09 20:28:31.794137 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.04.09 20:28:31.794319 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.04.09 20:28:31.795291 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.04.09 20:28:31.800826 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.04.09 20:28:31.801719 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.04.09 20:28:31.803217 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.04.09 20:28:31.803324 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.04.09 20:28:31.805650 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.04.09 20:28:31.806203 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.04.09 20:28:31.810929 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.04.09 20:28:31.811577 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.04.09 20:28:31.813152 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.04.09 20:28:31.813683 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.04.09 20:28:31.814157 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.04.09 20:28:31.814533 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.04.09 20:28:31.816042 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.04.09 20:28:31.816085 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.04.09 20:28:31.816168 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.04.09 20:28:31.816424 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.04.09 20:28:31.829407 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.04.09 20:28:31.829437 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000164364 sec | ||
| 68 | 2025.04.09 20:28:31.829530 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.04.09 20:28:31.829577 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.04.09 20:28:31.830964 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.04.09 20:28:31.831676 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.04.09 20:28:31.846430 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.04.09 20:28:31.846485 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.04.09 20:28:31.846582 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.04.09 20:28:31.846596 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.04.09 20:28:31.846630 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.04.09 20:28:31.846709 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.04.09 20:28:31.851531 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.04.09 20:28:31.851582 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.04.09 20:28:31.851673 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.04.09 20:28:31.851921 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.04.09 20:28:31.851945 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.04.09 20:28:31.851987 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.04.09 20:28:31.852090 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.04.09 20:28:31.852110 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.04.09 20:28:31.852144 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.04.09 20:28:31.852235 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.04.09 20:28:31.884205 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.04.09 20:28:31.886568 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.04.09 20:28:31.886667 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000121023 sec | ||
| 91 | 2025.04.09 20:28:31.886739 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.04.09 20:28:31.886754 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.04.09 20:28:31.886792 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.04.09 20:28:31.887141 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.04.09 20:28:31.887270 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.04.09 20:28:31.887285 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.04.09 20:28:31.887297 [ 1 ] {} <Information> 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). | ||
| 98 | 2025.04.09 20:28:31.887310 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.04.09 20:28:31.891260 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.04.09 20:28:31.891475 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.09 MiB (RSS), difference: 92.32 MiB | ||
| 101 | 2025.04.09 20:28:31.891873 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.5391e-05 sec. | ||
| 102 | 2025.04.09 20:28:31.892926 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.04.09 20:28:31.893023 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.04.09 20:28:31.893042 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.04.09 20:28:31.907244 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62181 | ||
| 106 | 2025.04.09 20:28:31.907898 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.04.09 20:28:31.907963 [ 3 ] {} <Debug> TCP-Session: 24e67af6-175f-4d58-b35f-4df5b0d07f58 Authenticating user 'default' from [fd00:1122:3344:101::a]:62181 | ||
| 108 | 2025.04.09 20:28:31.907997 [ 3 ] {} <Debug> TCP-Session: 24e67af6-175f-4d58-b35f-4df5b0d07f58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.04.09 20:28:31.908080 [ 3 ] {} <Debug> TCP-Session: 24e67af6-175f-4d58-b35f-4df5b0d07f58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.04.09 20:28:31.908171 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.04.09 20:28:31.908201 [ 3 ] {} <Trace> 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 | ||
| 112 | 2025.04.09 20:28:31.908279 [ 3 ] {} <Trace> 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 | ||
| 113 | 2025.04.09 20:28:31.909258 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46313 | ||
| 114 | 2025.04.09 20:28:31.909350 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2025.04.09 20:28:31.909379 [ 4 ] {} <Debug> TCP-Session: 3561c798-6ffd-4cf0-a4ce-ffe4c63dfbd3 Authenticating user 'default' from [fd00:1122:3344:101::a]:46313 | ||
| 116 | 2025.04.09 20:28:31.909401 [ 4 ] {} <Debug> TCP-Session: 3561c798-6ffd-4cf0-a4ce-ffe4c63dfbd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2025.04.09 20:28:31.909537 [ 4 ] {} <Debug> TCP-Session: 3561c798-6ffd-4cf0-a4ce-ffe4c63dfbd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.04.09 20:28:31.910063 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62518 | ||
| 119 | 2025.04.09 20:28:31.910065 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47440 | ||
| 120 | 2025.04.09 20:28:31.910180 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 121 | 2025.04.09 20:28:31.910137 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34070 | ||
| 122 | 2025.04.09 20:28:31.910281 [ 5 ] {} <Debug> TCP-Session: 9d76e53e-d4b0-4ce0-b315-7bc29e1add78 Authenticating user 'default' from [fd00:1122:3344:101::a]:62518 | ||
| 123 | 2025.04.09 20:28:31.910482 [ 5 ] {} <Debug> TCP-Session: 9d76e53e-d4b0-4ce0-b315-7bc29e1add78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 124 | 2025.04.09 20:28:31.910554 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65158 | ||
| 125 | 2025.04.09 20:28:31.910577 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48420 | ||
| 126 | 2025.04.09 20:28:31.910629 [ 5 ] {} <Debug> TCP-Session: 9d76e53e-d4b0-4ce0-b315-7bc29e1add78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2025.04.09 20:28:31.910789 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36684 | ||
| 128 | 2025.04.09 20:28:31.910874 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2025.04.09 20:28:31.910936 [ 255 ] {} <Debug> TCP-Session: f79ab09d-a5e3-4178-aa0f-d9127686aa2c Authenticating user 'default' from [fd00:1122:3344:101::a]:48420 | ||
| 130 | 2025.04.09 20:28:31.911031 [ 255 ] {} <Debug> TCP-Session: f79ab09d-a5e3-4178-aa0f-d9127686aa2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2025.04.09 20:28:31.911122 [ 255 ] {} <Debug> TCP-Session: f79ab09d-a5e3-4178-aa0f-d9127686aa2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2025.04.09 20:28:31.911503 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2025.04.09 20:28:31.911538 [ 254 ] {} <Debug> TCP-Session: 1cbd3bc4-cea4-49f3-a303-4cb22de2c611 Authenticating user 'default' from [fd00:1122:3344:101::a]:34070 | ||
| 134 | 2025.04.09 20:28:31.911630 [ 254 ] {} <Debug> TCP-Session: 1cbd3bc4-cea4-49f3-a303-4cb22de2c611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.04.09 20:28:31.911645 [ 254 ] {} <Debug> TCP-Session: 1cbd3bc4-cea4-49f3-a303-4cb22de2c611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.04.09 20:28:31.912072 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.04.09 20:28:31.912216 [ 256 ] {} <Debug> TCP-Session: d18999f1-5102-4bb8-aefb-2bcfe9923acd Authenticating user 'default' from [fd00:1122:3344:101::a]:65158 | ||
| 138 | 2025.04.09 20:28:31.912237 [ 256 ] {} <Debug> TCP-Session: d18999f1-5102-4bb8-aefb-2bcfe9923acd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.04.09 20:28:31.912251 [ 256 ] {} <Debug> TCP-Session: d18999f1-5102-4bb8-aefb-2bcfe9923acd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.04.09 20:28:31.917136 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.04.09 20:28:31.917193 [ 253 ] {} <Debug> TCP-Session: f4990bab-9167-4fa0-81f4-e0edf45650e0 Authenticating user 'default' from [fd00:1122:3344:101::a]:47440 | ||
| 142 | 2025.04.09 20:28:31.917233 [ 253 ] {} <Debug> TCP-Session: f4990bab-9167-4fa0-81f4-e0edf45650e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.04.09 20:28:31.917315 [ 253 ] {} <Debug> TCP-Session: f4990bab-9167-4fa0-81f4-e0edf45650e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.04.09 20:28:31.919483 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 145 | 2025.04.09 20:28:31.919515 [ 257 ] {} <Debug> TCP-Session: e69a159f-4f05-44ec-9f28-7b4356d66f7f Authenticating user 'default' from [fd00:1122:3344:101::a]:36684 | ||
| 146 | 2025.04.09 20:28:31.919534 [ 257 ] {} <Debug> TCP-Session: e69a159f-4f05-44ec-9f28-7b4356d66f7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.04.09 20:28:31.919616 [ 257 ] {} <Debug> TCP-Session: e69a159f-4f05-44ec-9f28-7b4356d66f7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.04.09 20:28:31.939923 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41753 | ||
| 149 | 2025.04.09 20:28:31.940053 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2025.04.09 20:28:31.940156 [ 258 ] {} <Debug> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Authenticating user 'default' from [fd00:1122:3344:101::d]:41753 | ||
| 151 | 2025.04.09 20:28:31.940175 [ 258 ] {} <Debug> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.04.09 20:28:31.940188 [ 258 ] {} <Debug> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.04.09 20:28:31.940306 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2025.04.09 20:28:31.940333 [ 258 ] {} <Trace> 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 | ||
| 155 | 2025.04.09 20:28:31.940407 [ 258 ] {} <Trace> 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 | ||
| 156 | 2025.04.09 20:28:31.941464 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64595 | ||
| 157 | 2025.04.09 20:28:31.941551 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44046 | ||
| 158 | 2025.04.09 20:28:31.941844 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2025.04.09 20:28:31.941859 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37036 | ||
| 160 | 2025.04.09 20:28:31.941906 [ 260 ] {} <Debug> TCP-Session: 9265cb1f-1f00-4554-b567-bd61eab329e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44046 | ||
| 161 | 2025.04.09 20:28:31.941877 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 162 | 2025.04.09 20:28:31.942720 [ 260 ] {} <Debug> TCP-Session: 9265cb1f-1f00-4554-b567-bd61eab329e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 163 | 2025.04.09 20:28:31.942724 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59527 | ||
| 164 | 2025.04.09 20:28:31.942776 [ 260 ] {} <Debug> TCP-Session: 9265cb1f-1f00-4554-b567-bd61eab329e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 165 | 2025.04.09 20:28:31.942768 [ 259 ] {} <Debug> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64595 | ||
| 166 | 2025.04.09 20:28:31.942864 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58148 | ||
| 167 | 2025.04.09 20:28:31.942728 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 168 | 2025.04.09 20:28:31.942979 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57618 | ||
| 169 | 2025.04.09 20:28:31.944129 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 170 | 2025.04.09 20:28:31.944163 [ 259 ] {} <Debug> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 171 | 2025.04.09 20:28:31.943910 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 172 | 2025.04.09 20:28:31.944277 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53855 | ||
| 173 | 2025.04.09 20:28:31.944306 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 174 | 2025.04.09 20:28:31.944324 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 175 | 2025.04.09 20:28:31.944409 [ 262 ] {} <Debug> TCP-Session: 0e9dba7b-d3e9-46a6-beb4-7e915813061a Authenticating user 'default' from [fd00:1122:3344:101::d]:59527 | ||
| 176 | 2025.04.09 20:28:31.944427 [ 264 ] {} <Debug> TCP-Session: 8b9e8948-1989-490a-950a-8087cc00b752 Authenticating user 'default' from [fd00:1122:3344:101::d]:57618 | ||
| 177 | 2025.04.09 20:28:31.944370 [ 259 ] {} <Debug> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 178 | 2025.04.09 20:28:31.944382 [ 261 ] {} <Debug> TCP-Session: 975a97fc-f6d4-4cc0-96e3-751abeb7e4de Authenticating user 'default' from [fd00:1122:3344:101::d]:37036 | ||
| 179 | 2025.04.09 20:28:31.943956 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61088 | ||
| 180 | 2025.04.09 20:28:31.944626 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 181 | 2025.04.09 20:28:31.944626 [ 262 ] {} <Debug> TCP-Session: 0e9dba7b-d3e9-46a6-beb4-7e915813061a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2025.04.09 20:28:31.944684 [ 261 ] {} <Debug> TCP-Session: 975a97fc-f6d4-4cc0-96e3-751abeb7e4de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2025.04.09 20:28:31.944632 [ 263 ] {} <Debug> TCP-Session: 6ac43076-19d0-418c-95ed-859ba36cee45 Authenticating user 'default' from [fd00:1122:3344:101::d]:58148 | ||
| 184 | 2025.04.09 20:28:31.944868 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 185 | 2025.04.09 20:28:31.944901 [ 261 ] {} <Debug> TCP-Session: 975a97fc-f6d4-4cc0-96e3-751abeb7e4de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2025.04.09 20:28:31.944935 [ 263 ] {} <Debug> TCP-Session: 6ac43076-19d0-418c-95ed-859ba36cee45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2025.04.09 20:28:31.944943 [ 262 ] {} <Debug> TCP-Session: 0e9dba7b-d3e9-46a6-beb4-7e915813061a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2025.04.09 20:28:31.944982 [ 266 ] {} <Debug> TCP-Session: 23f78347-4a46-4346-ad92-d48b98f63027 Authenticating user 'default' from [fd00:1122:3344:101::d]:53855 | ||
| 189 | 2025.04.09 20:28:31.945071 [ 264 ] {} <Debug> TCP-Session: 8b9e8948-1989-490a-950a-8087cc00b752 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2025.04.09 20:28:31.945093 [ 263 ] {} <Debug> TCP-Session: 6ac43076-19d0-418c-95ed-859ba36cee45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.04.09 20:28:31.945760 [ 264 ] {} <Debug> TCP-Session: 8b9e8948-1989-490a-950a-8087cc00b752 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2025.04.09 20:28:31.945781 [ 266 ] {} <Debug> TCP-Session: 23f78347-4a46-4346-ad92-d48b98f63027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2025.04.09 20:28:31.945803 [ 265 ] {} <Debug> TCP-Session: f17d8961-20b2-4310-b7a4-f7f5a008aa1f Authenticating user 'default' from [fd00:1122:3344:101::d]:61088 | ||
| 194 | 2025.04.09 20:28:31.946400 [ 265 ] {} <Debug> TCP-Session: f17d8961-20b2-4310-b7a4-f7f5a008aa1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2025.04.09 20:28:31.946549 [ 266 ] {} <Debug> TCP-Session: 23f78347-4a46-4346-ad92-d48b98f63027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.04.09 20:28:31.946557 [ 265 ] {} <Debug> TCP-Session: f17d8961-20b2-4310-b7a4-f7f5a008aa1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.04.09 20:28:31.948007 [ 258 ] {79720575-a740-403c-ac14-5d7a8b0c05e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 198 | 2025.04.09 20:28:32.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.21 MiB, peak 117.21 MiB, free memory in arenas 0.00 B, will set to 122.59 MiB (RSS), difference: 5.38 MiB | ||
| 199 | 2025.04.09 20:28:32.053122 [ 258 ] {79720575-a740-403c-ac14-5d7a8b0c05e7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41753) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 200 | |||
| 201 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 208 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 222 | |||
| 223 | 2025.04.09 20:28:32.053756 [ 258 ] {79720575-a740-403c-ac14-5d7a8b0c05e7} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 224 | |||
| 225 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 232 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 246 | |||
| 247 | 2025.04.09 20:28:32.054027 [ 258 ] {79720575-a740-403c-ac14-5d7a8b0c05e7} <Debug> TCPHandler: Processed in 0.112371622 sec. | ||
| 248 | 2025.04.09 20:28:32.054488 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 249 | 2025.04.09 20:28:32.054789 [ 259 ] {4c379da0-947f-4495-83fe-f5b1107625ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 250 | 2025.04.09 20:28:32.055124 [ 259 ] {4c379da0-947f-4495-83fe-f5b1107625ea} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64595) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 251 | |||
| 252 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 254 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 255 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 258 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 259 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 260 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 261 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 262 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 265 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 266 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 267 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 273 | |||
| 274 | 2025.04.09 20:28:32.055482 [ 259 ] {4c379da0-947f-4495-83fe-f5b1107625ea} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 275 | |||
| 276 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 278 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 279 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 282 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 283 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 284 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 285 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 286 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 290 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 297 | |||
| 298 | 2025.04.09 20:28:32.055709 [ 259 ] {4c379da0-947f-4495-83fe-f5b1107625ea} <Debug> TCPHandler: Processed in 0.001383396 sec. | ||
| 299 | 2025.04.09 20:28:32.056681 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 300 | 2025.04.09 20:28:32.058176 [ 258 ] {1efe30cf-b428-40c0-a16b-11dc324a6073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 301 | 2025.04.09 20:28:32.058358 [ 258 ] {1efe30cf-b428-40c0-a16b-11dc324a6073} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 302 | 2025.04.09 20:28:32.060210 [ 258 ] {1efe30cf-b428-40c0-a16b-11dc324a6073} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 303 | 2025.04.09 20:28:32.060231 [ 258 ] {1efe30cf-b428-40c0-a16b-11dc324a6073} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4371e-05 sec | ||
| 304 | 2025.04.09 20:28:32.060293 [ 258 ] {1efe30cf-b428-40c0-a16b-11dc324a6073} <Trace> ReferentialDeps: No tables | ||
| 305 | 2025.04.09 20:28:32.060341 [ 258 ] {1efe30cf-b428-40c0-a16b-11dc324a6073} <Trace> LoadingDeps: No tables | ||
| 306 | 2025.04.09 20:28:32.060369 [ 258 ] {1efe30cf-b428-40c0-a16b-11dc324a6073} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 307 | 2025.04.09 20:28:32.061088 [ 258 ] {1efe30cf-b428-40c0-a16b-11dc324a6073} <Debug> TCPHandler: Processed in 0.004517599 sec. | ||
| 308 | 2025.04.09 20:28:32.061249 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 309 | 2025.04.09 20:28:32.061517 [ 258 ] {a944988b-c3b8-404a-b4b5-941c480ec365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) /* The version table contains metadata about the `oximeter` database */ | ||
| 310 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 311 | 2025.04.09 20:28:32.061634 [ 258 ] {a944988b-c3b8-404a-b4b5-941c480ec365} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 312 | 2025.04.09 20:28:32.069552 [ 258 ] {a944988b-c3b8-404a-b4b5-941c480ec365} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 313 | 2025.04.09 20:28:32.072756 [ 258 ] {a944988b-c3b8-404a-b4b5-941c480ec365} <Debug> oximeter.version (a7ece713-cebb-436a-8f61-8f00bacabe1a): Loading data parts | ||
| 314 | 2025.04.09 20:28:32.073383 [ 258 ] {a944988b-c3b8-404a-b4b5-941c480ec365} <Debug> oximeter.version (a7ece713-cebb-436a-8f61-8f00bacabe1a): There are no data parts | ||
| 315 | 2025.04.09 20:28:32.077418 [ 258 ] {a944988b-c3b8-404a-b4b5-941c480ec365} <Debug> TCPHandler: Processed in 0.016218696 sec. | ||
| 316 | 2025.04.09 20:28:32.077598 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 317 | 2025.04.09 20:28:32.077880 [ 258 ] {2c3c28b6-79c6-4954-be81-c50c7b0f95c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) /* The measurement tables contain all individual samples from each timeseries. | ||
| 318 | * | ||
| 319 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 320 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 321 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 322 | * by all samples from the same timeseries. | ||
| 323 | * | ||
| 324 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 325 | * and then uses that to index quickly into the measurements tables. | ||
| 326 | */ | ||
| 327 | 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) | ||
| 328 | 2025.04.09 20:28:32.078023 [ 258 ] {2c3c28b6-79c6-4954-be81-c50c7b0f95c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 329 | 2025.04.09 20:28:32.087570 [ 258 ] {2c3c28b6-79c6-4954-be81-c50c7b0f95c4} <Debug> oximeter.measurements_bool (6d1da237-c3fb-43ed-b077-b1d65dbf5bdf): Loading data parts | ||
| 330 | 2025.04.09 20:28:32.087790 [ 258 ] {2c3c28b6-79c6-4954-be81-c50c7b0f95c4} <Debug> oximeter.measurements_bool (6d1da237-c3fb-43ed-b077-b1d65dbf5bdf): There are no data parts | ||
| 331 | 2025.04.09 20:28:32.089091 [ 258 ] {2c3c28b6-79c6-4954-be81-c50c7b0f95c4} <Debug> TCPHandler: Processed in 0.011554083 sec. | ||
| 332 | 2025.04.09 20:28:32.089327 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 333 | 2025.04.09 20:28:32.089523 [ 258 ] {c1e9018d-3951-49ee-bc04-43b21a36dc79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 334 | 2025.04.09 20:28:32.089644 [ 258 ] {c1e9018d-3951-49ee-bc04-43b21a36dc79} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 335 | 2025.04.09 20:28:32.091514 [ 258 ] {c1e9018d-3951-49ee-bc04-43b21a36dc79} <Debug> oximeter.measurements_i8 (1ed44af4-e8ca-4595-ba11-06d3867534ff): Loading data parts | ||
| 336 | 2025.04.09 20:28:32.091746 [ 258 ] {c1e9018d-3951-49ee-bc04-43b21a36dc79} <Debug> oximeter.measurements_i8 (1ed44af4-e8ca-4595-ba11-06d3867534ff): There are no data parts | ||
| 337 | 2025.04.09 20:28:32.093089 [ 258 ] {c1e9018d-3951-49ee-bc04-43b21a36dc79} <Debug> TCPHandler: Processed in 0.003816581 sec. | ||
| 338 | 2025.04.09 20:28:32.093241 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 339 | 2025.04.09 20:28:32.093473 [ 258 ] {cb8756e0-6677-4ae5-a72f-d0a634de7a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 340 | 2025.04.09 20:28:32.093559 [ 258 ] {cb8756e0-6677-4ae5-a72f-d0a634de7a27} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 341 | 2025.04.09 20:28:32.095449 [ 258 ] {cb8756e0-6677-4ae5-a72f-d0a634de7a27} <Debug> oximeter.measurements_u8 (90dc4c6d-850c-47d9-a9a8-e4b8477779c5): Loading data parts | ||
| 342 | 2025.04.09 20:28:32.095611 [ 258 ] {cb8756e0-6677-4ae5-a72f-d0a634de7a27} <Debug> oximeter.measurements_u8 (90dc4c6d-850c-47d9-a9a8-e4b8477779c5): There are no data parts | ||
| 343 | 2025.04.09 20:28:32.096882 [ 258 ] {cb8756e0-6677-4ae5-a72f-d0a634de7a27} <Debug> TCPHandler: Processed in 0.003690837 sec. | ||
| 344 | 2025.04.09 20:28:32.097099 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 345 | 2025.04.09 20:28:32.097287 [ 258 ] {3fbd9b8a-d1ab-476f-b8ae-3ce9ba45d4c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 346 | 2025.04.09 20:28:32.097404 [ 258 ] {3fbd9b8a-d1ab-476f-b8ae-3ce9ba45d4c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 347 | 2025.04.09 20:28:32.099495 [ 258 ] {3fbd9b8a-d1ab-476f-b8ae-3ce9ba45d4c3} <Debug> oximeter.measurements_i16 (e1e51152-0e84-41b4-85b0-8a30937842ad): Loading data parts | ||
| 348 | 2025.04.09 20:28:32.099676 [ 258 ] {3fbd9b8a-d1ab-476f-b8ae-3ce9ba45d4c3} <Debug> oximeter.measurements_i16 (e1e51152-0e84-41b4-85b0-8a30937842ad): There are no data parts | ||
| 349 | 2025.04.09 20:28:32.102403 [ 258 ] {3fbd9b8a-d1ab-476f-b8ae-3ce9ba45d4c3} <Debug> TCPHandler: Processed in 0.00535248 sec. | ||
| 350 | 2025.04.09 20:28:32.102569 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 351 | 2025.04.09 20:28:32.102759 [ 258 ] {e775a9b2-f6b0-42f6-af85-508cee3c66e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 352 | 2025.04.09 20:28:32.102897 [ 258 ] {e775a9b2-f6b0-42f6-af85-508cee3c66e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 353 | 2025.04.09 20:28:32.105039 [ 258 ] {e775a9b2-f6b0-42f6-af85-508cee3c66e9} <Debug> oximeter.measurements_u16 (cbd39305-63f4-4101-98ef-24b528845c53): Loading data parts | ||
| 354 | 2025.04.09 20:28:32.105216 [ 258 ] {e775a9b2-f6b0-42f6-af85-508cee3c66e9} <Debug> oximeter.measurements_u16 (cbd39305-63f4-4101-98ef-24b528845c53): There are no data parts | ||
| 355 | 2025.04.09 20:28:32.106627 [ 258 ] {e775a9b2-f6b0-42f6-af85-508cee3c66e9} <Debug> TCPHandler: Processed in 0.004110218 sec. | ||
| 356 | 2025.04.09 20:28:32.106836 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 357 | 2025.04.09 20:28:32.107124 [ 258 ] {a32ad3b4-3e9c-40ff-a625-7774471bcf1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 358 | 2025.04.09 20:28:32.107262 [ 258 ] {a32ad3b4-3e9c-40ff-a625-7774471bcf1e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 359 | 2025.04.09 20:28:32.109415 [ 258 ] {a32ad3b4-3e9c-40ff-a625-7774471bcf1e} <Debug> oximeter.measurements_i32 (4c90c973-2084-4336-ba91-34439c5f5af0): Loading data parts | ||
| 360 | 2025.04.09 20:28:32.109586 [ 258 ] {a32ad3b4-3e9c-40ff-a625-7774471bcf1e} <Debug> oximeter.measurements_i32 (4c90c973-2084-4336-ba91-34439c5f5af0): There are no data parts | ||
| 361 | 2025.04.09 20:28:32.111068 [ 258 ] {a32ad3b4-3e9c-40ff-a625-7774471bcf1e} <Debug> TCPHandler: Processed in 0.004287123 sec. | ||
| 362 | 2025.04.09 20:28:32.111228 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 363 | 2025.04.09 20:28:32.111419 [ 258 ] {9b1c9db4-a012-472a-a6f5-64d3546b5f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 364 | 2025.04.09 20:28:32.111546 [ 258 ] {9b1c9db4-a012-472a-a6f5-64d3546b5f81} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 365 | 2025.04.09 20:28:32.114313 [ 258 ] {9b1c9db4-a012-472a-a6f5-64d3546b5f81} <Debug> oximeter.measurements_u32 (dab17aba-8a99-4bc0-80f4-c7541ffa92d2): Loading data parts | ||
| 366 | 2025.04.09 20:28:32.114484 [ 258 ] {9b1c9db4-a012-472a-a6f5-64d3546b5f81} <Debug> oximeter.measurements_u32 (dab17aba-8a99-4bc0-80f4-c7541ffa92d2): There are no data parts | ||
| 367 | 2025.04.09 20:28:32.116204 [ 258 ] {9b1c9db4-a012-472a-a6f5-64d3546b5f81} <Debug> TCPHandler: Processed in 0.005027312 sec. | ||
| 368 | 2025.04.09 20:28:32.116405 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 369 | 2025.04.09 20:28:32.116629 [ 258 ] {7fe91d0e-62b6-44d0-a614-8b0e073cf7e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 370 | 2025.04.09 20:28:32.116762 [ 258 ] {7fe91d0e-62b6-44d0-a614-8b0e073cf7e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 371 | 2025.04.09 20:28:32.119029 [ 258 ] {7fe91d0e-62b6-44d0-a614-8b0e073cf7e3} <Debug> oximeter.measurements_i64 (44ed9776-d15c-4697-be65-72b08b7e88a1): Loading data parts | ||
| 372 | 2025.04.09 20:28:32.119195 [ 258 ] {7fe91d0e-62b6-44d0-a614-8b0e073cf7e3} <Debug> oximeter.measurements_i64 (44ed9776-d15c-4697-be65-72b08b7e88a1): There are no data parts | ||
| 373 | 2025.04.09 20:28:32.121037 [ 258 ] {7fe91d0e-62b6-44d0-a614-8b0e073cf7e3} <Debug> TCPHandler: Processed in 0.004689783 sec. | ||
| 374 | 2025.04.09 20:28:32.121194 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 375 | 2025.04.09 20:28:32.121378 [ 258 ] {43e3e4c4-b341-4807-b937-0af65639b68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 376 | 2025.04.09 20:28:32.121509 [ 258 ] {43e3e4c4-b341-4807-b937-0af65639b68e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 377 | 2025.04.09 20:28:32.123549 [ 258 ] {43e3e4c4-b341-4807-b937-0af65639b68e} <Debug> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Loading data parts | ||
| 378 | 2025.04.09 20:28:32.123739 [ 258 ] {43e3e4c4-b341-4807-b937-0af65639b68e} <Debug> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): There are no data parts | ||
| 379 | 2025.04.09 20:28:32.125554 [ 258 ] {43e3e4c4-b341-4807-b937-0af65639b68e} <Debug> TCPHandler: Processed in 0.004412236 sec. | ||
| 380 | 2025.04.09 20:28:32.125707 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 381 | 2025.04.09 20:28:32.125988 [ 258 ] {b81d05a9-aee4-45b7-9433-966684e5b4b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 382 | 2025.04.09 20:28:32.126120 [ 258 ] {b81d05a9-aee4-45b7-9433-966684e5b4b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 383 | 2025.04.09 20:28:32.127996 [ 258 ] {b81d05a9-aee4-45b7-9433-966684e5b4b8} <Debug> oximeter.measurements_f32 (d020e7cf-c82b-4ee9-87cf-95d331cf6aca): Loading data parts | ||
| 384 | 2025.04.09 20:28:32.128158 [ 258 ] {b81d05a9-aee4-45b7-9433-966684e5b4b8} <Debug> oximeter.measurements_f32 (d020e7cf-c82b-4ee9-87cf-95d331cf6aca): There are no data parts | ||
| 385 | 2025.04.09 20:28:32.129547 [ 258 ] {b81d05a9-aee4-45b7-9433-966684e5b4b8} <Debug> TCPHandler: Processed in 0.003890212 sec. | ||
| 386 | 2025.04.09 20:28:32.129712 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 387 | 2025.04.09 20:28:32.129906 [ 258 ] {98f26a9d-2a55-467b-a4e2-2c8a00f7b8b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 388 | 2025.04.09 20:28:32.130074 [ 258 ] {98f26a9d-2a55-467b-a4e2-2c8a00f7b8b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 389 | 2025.04.09 20:28:32.132355 [ 258 ] {98f26a9d-2a55-467b-a4e2-2c8a00f7b8b3} <Debug> oximeter.measurements_f64 (34dda1dc-70b6-4cf2-9655-023d116f6841): Loading data parts | ||
| 390 | 2025.04.09 20:28:32.132520 [ 258 ] {98f26a9d-2a55-467b-a4e2-2c8a00f7b8b3} <Debug> oximeter.measurements_f64 (34dda1dc-70b6-4cf2-9655-023d116f6841): There are no data parts | ||
| 391 | 2025.04.09 20:28:32.133830 [ 258 ] {98f26a9d-2a55-467b-a4e2-2c8a00f7b8b3} <Debug> TCPHandler: Processed in 0.00417116 sec. | ||
| 392 | 2025.04.09 20:28:32.133979 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 393 | 2025.04.09 20:28:32.134273 [ 258 ] {3f5f7285-466c-41a8-8fef-0159077c1178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 394 | 2025.04.09 20:28:32.134403 [ 258 ] {3f5f7285-466c-41a8-8fef-0159077c1178} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 395 | 2025.04.09 20:28:32.136199 [ 258 ] {3f5f7285-466c-41a8-8fef-0159077c1178} <Debug> oximeter.measurements_string (9e9243e1-bc0e-4bdf-aae6-66a68714bc7e): Loading data parts | ||
| 396 | 2025.04.09 20:28:32.136390 [ 258 ] {3f5f7285-466c-41a8-8fef-0159077c1178} <Debug> oximeter.measurements_string (9e9243e1-bc0e-4bdf-aae6-66a68714bc7e): There are no data parts | ||
| 397 | 2025.04.09 20:28:32.137690 [ 258 ] {3f5f7285-466c-41a8-8fef-0159077c1178} <Debug> TCPHandler: Processed in 0.003760849 sec. | ||
| 398 | 2025.04.09 20:28:32.137847 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 399 | 2025.04.09 20:28:32.138054 [ 258 ] {fbe88d50-c7ea-45ef-b551-211a3238e37a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 400 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 401 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 402 | * a string isn't palatable for a few reasons. | ||
| 403 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 404 | * details. | ||
| 405 | */ | ||
| 406 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 407 | 2025.04.09 20:28:32.138185 [ 258 ] {fbe88d50-c7ea-45ef-b551-211a3238e37a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 408 | 2025.04.09 20:28:32.140125 [ 258 ] {fbe88d50-c7ea-45ef-b551-211a3238e37a} <Debug> oximeter.measurements_bytes (73e5dc19-2f04-4bc9-8769-8f1ee55f2c22): Loading data parts | ||
| 409 | 2025.04.09 20:28:32.140324 [ 258 ] {fbe88d50-c7ea-45ef-b551-211a3238e37a} <Debug> oximeter.measurements_bytes (73e5dc19-2f04-4bc9-8769-8f1ee55f2c22): There are no data parts | ||
| 410 | 2025.04.09 20:28:32.141752 [ 258 ] {fbe88d50-c7ea-45ef-b551-211a3238e37a} <Debug> TCPHandler: Processed in 0.003963034 sec. | ||
| 411 | 2025.04.09 20:28:32.141919 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 412 | 2025.04.09 20:28:32.142212 [ 258 ] {a192e8aa-717c-452c-887c-0ca056801d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 413 | 2025.04.09 20:28:32.142336 [ 258 ] {a192e8aa-717c-452c-887c-0ca056801d7d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 414 | 2025.04.09 20:28:32.144296 [ 258 ] {a192e8aa-717c-452c-887c-0ca056801d7d} <Debug> oximeter.measurements_cumulativei64 (350ca8f7-456f-4dd9-8eb8-b55b2c9c4e08): Loading data parts | ||
| 415 | 2025.04.09 20:28:32.144461 [ 258 ] {a192e8aa-717c-452c-887c-0ca056801d7d} <Debug> oximeter.measurements_cumulativei64 (350ca8f7-456f-4dd9-8eb8-b55b2c9c4e08): There are no data parts | ||
| 416 | 2025.04.09 20:28:32.145960 [ 258 ] {a192e8aa-717c-452c-887c-0ca056801d7d} <Debug> TCPHandler: Processed in 0.004110328 sec. | ||
| 417 | 2025.04.09 20:28:32.146170 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 418 | 2025.04.09 20:28:32.146381 [ 258 ] {56a57626-ab1b-4bd5-ac7a-b2664bf22e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 419 | 2025.04.09 20:28:32.146537 [ 258 ] {56a57626-ab1b-4bd5-ac7a-b2664bf22e69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 420 | 2025.04.09 20:28:32.149732 [ 258 ] {56a57626-ab1b-4bd5-ac7a-b2664bf22e69} <Debug> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Loading data parts | ||
| 421 | 2025.04.09 20:28:32.150163 [ 258 ] {56a57626-ab1b-4bd5-ac7a-b2664bf22e69} <Debug> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): There are no data parts | ||
| 422 | 2025.04.09 20:28:32.158985 [ 258 ] {56a57626-ab1b-4bd5-ac7a-b2664bf22e69} <Debug> TCPHandler: Processed in 0.012868448 sec. | ||
| 423 | 2025.04.09 20:28:32.159214 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 424 | 2025.04.09 20:28:32.159562 [ 258 ] {df616cdb-95aa-4a60-929d-18b766ffe62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 425 | 2025.04.09 20:28:32.159737 [ 258 ] {df616cdb-95aa-4a60-929d-18b766ffe62f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 426 | 2025.04.09 20:28:32.166863 [ 258 ] {df616cdb-95aa-4a60-929d-18b766ffe62f} <Debug> oximeter.measurements_cumulativef32 (8ddad34e-6578-4238-9981-1726f42dbacd): Loading data parts | ||
| 427 | 2025.04.09 20:28:32.167122 [ 258 ] {df616cdb-95aa-4a60-929d-18b766ffe62f} <Debug> oximeter.measurements_cumulativef32 (8ddad34e-6578-4238-9981-1726f42dbacd): There are no data parts | ||
| 428 | 2025.04.09 20:28:32.170914 [ 258 ] {df616cdb-95aa-4a60-929d-18b766ffe62f} <Debug> TCPHandler: Processed in 0.01179905 sec. | ||
| 429 | 2025.04.09 20:28:32.171083 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 430 | 2025.04.09 20:28:32.171308 [ 258 ] {55ff41c5-7fcc-493f-be96-ef46bfe6862d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 431 | 2025.04.09 20:28:32.171514 [ 258 ] {55ff41c5-7fcc-493f-be96-ef46bfe6862d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 432 | 2025.04.09 20:28:32.175981 [ 258 ] {55ff41c5-7fcc-493f-be96-ef46bfe6862d} <Debug> oximeter.measurements_cumulativef64 (51a9b876-53c8-44c8-8b5e-82adb65fd63e): Loading data parts | ||
| 433 | 2025.04.09 20:28:32.176182 [ 258 ] {55ff41c5-7fcc-493f-be96-ef46bfe6862d} <Debug> oximeter.measurements_cumulativef64 (51a9b876-53c8-44c8-8b5e-82adb65fd63e): There are no data parts | ||
| 434 | 2025.04.09 20:28:32.178424 [ 258 ] {55ff41c5-7fcc-493f-be96-ef46bfe6862d} <Debug> TCPHandler: Processed in 0.007398835 sec. | ||
| 435 | 2025.04.09 20:28:32.178665 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 436 | 2025.04.09 20:28:32.178939 [ 258 ] {e1c2a27e-8ec2-4f0f-9352-fb3cb1afd8f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 437 | * NOTE: Array types cannot be Nullable, see | ||
| 438 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 439 | * for more details. | ||
| 440 | * | ||
| 441 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 442 | * is unfortunate, and at this point relies on the fact that an | ||
| 443 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 444 | * to figure out another way to represent missing samples here. | ||
| 445 | */ | ||
| 446 | 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) | ||
| 447 | 2025.04.09 20:28:32.179081 [ 258 ] {e1c2a27e-8ec2-4f0f-9352-fb3cb1afd8f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 448 | 2025.04.09 20:28:32.182637 [ 258 ] {e1c2a27e-8ec2-4f0f-9352-fb3cb1afd8f8} <Debug> oximeter.measurements_histogrami8 (294f00f2-bbff-467a-95d7-12ef6f9ff8a3): Loading data parts | ||
| 449 | 2025.04.09 20:28:32.182802 [ 258 ] {e1c2a27e-8ec2-4f0f-9352-fb3cb1afd8f8} <Debug> oximeter.measurements_histogrami8 (294f00f2-bbff-467a-95d7-12ef6f9ff8a3): There are no data parts | ||
| 450 | 2025.04.09 20:28:32.184510 [ 258 ] {e1c2a27e-8ec2-4f0f-9352-fb3cb1afd8f8} <Debug> TCPHandler: Processed in 0.005896555 sec. | ||
| 451 | 2025.04.09 20:28:32.184677 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 452 | 2025.04.09 20:28:32.185043 [ 258 ] {2f02fbae-6108-4b6c-b946-633a835229fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 453 | 2025.04.09 20:28:32.185215 [ 258 ] {2f02fbae-6108-4b6c-b946-633a835229fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 454 | 2025.04.09 20:28:32.187889 [ 258 ] {2f02fbae-6108-4b6c-b946-633a835229fe} <Debug> oximeter.measurements_histogramu8 (2cb83178-e119-44b4-b860-db4f17eed60f): Loading data parts | ||
| 455 | 2025.04.09 20:28:32.188080 [ 258 ] {2f02fbae-6108-4b6c-b946-633a835229fe} <Debug> oximeter.measurements_histogramu8 (2cb83178-e119-44b4-b860-db4f17eed60f): There are no data parts | ||
| 456 | 2025.04.09 20:28:32.189576 [ 258 ] {2f02fbae-6108-4b6c-b946-633a835229fe} <Debug> TCPHandler: Processed in 0.004957931 sec. | ||
| 457 | 2025.04.09 20:28:32.189818 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 458 | 2025.04.09 20:28:32.190076 [ 258 ] {8e719ca0-2dd5-4075-b416-2d1147ec2c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 459 | 2025.04.09 20:28:32.190219 [ 258 ] {8e719ca0-2dd5-4075-b416-2d1147ec2c16} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 460 | 2025.04.09 20:28:32.192561 [ 258 ] {8e719ca0-2dd5-4075-b416-2d1147ec2c16} <Debug> oximeter.measurements_histogrami16 (ee3606c4-f593-4700-8472-1a81474e1ade): Loading data parts | ||
| 461 | 2025.04.09 20:28:32.192718 [ 258 ] {8e719ca0-2dd5-4075-b416-2d1147ec2c16} <Debug> oximeter.measurements_histogrami16 (ee3606c4-f593-4700-8472-1a81474e1ade): There are no data parts | ||
| 462 | 2025.04.09 20:28:32.194179 [ 258 ] {8e719ca0-2dd5-4075-b416-2d1147ec2c16} <Debug> TCPHandler: Processed in 0.004412156 sec. | ||
| 463 | 2025.04.09 20:28:32.194331 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2025.04.09 20:28:32.194590 [ 258 ] {fb276ded-e214-440d-b701-14e996c3c819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 465 | 2025.04.09 20:28:32.194753 [ 258 ] {fb276ded-e214-440d-b701-14e996c3c819} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 466 | 2025.04.09 20:28:32.199240 [ 258 ] {fb276ded-e214-440d-b701-14e996c3c819} <Debug> oximeter.measurements_histogramu16 (8b8ceb11-161a-4d25-8981-ffb173597d0a): Loading data parts | ||
| 467 | 2025.04.09 20:28:32.199414 [ 258 ] {fb276ded-e214-440d-b701-14e996c3c819} <Debug> oximeter.measurements_histogramu16 (8b8ceb11-161a-4d25-8981-ffb173597d0a): There are no data parts | ||
| 468 | 2025.04.09 20:28:32.201817 [ 258 ] {fb276ded-e214-440d-b701-14e996c3c819} <Debug> TCPHandler: Processed in 0.007535938 sec. | ||
| 469 | 2025.04.09 20:28:32.202060 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 470 | 2025.04.09 20:28:32.202320 [ 258 ] {7ead8791-455b-4313-bcbd-e6b050d3bd12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 471 | 2025.04.09 20:28:32.202468 [ 258 ] {7ead8791-455b-4313-bcbd-e6b050d3bd12} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 472 | 2025.04.09 20:28:32.205675 [ 258 ] {7ead8791-455b-4313-bcbd-e6b050d3bd12} <Debug> oximeter.measurements_histogrami32 (5158361c-1180-45bd-9b25-e8026eec1a04): Loading data parts | ||
| 473 | 2025.04.09 20:28:32.205842 [ 258 ] {7ead8791-455b-4313-bcbd-e6b050d3bd12} <Debug> oximeter.measurements_histogrami32 (5158361c-1180-45bd-9b25-e8026eec1a04): There are no data parts | ||
| 474 | 2025.04.09 20:28:32.207865 [ 258 ] {7ead8791-455b-4313-bcbd-e6b050d3bd12} <Debug> TCPHandler: Processed in 0.005863844 sec. | ||
| 475 | 2025.04.09 20:28:32.208018 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2025.04.09 20:28:32.208331 [ 258 ] {18d1ed09-864f-485c-8cea-624ce23dccab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 477 | 2025.04.09 20:28:32.208486 [ 258 ] {18d1ed09-864f-485c-8cea-624ce23dccab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 478 | 2025.04.09 20:28:32.211264 [ 258 ] {18d1ed09-864f-485c-8cea-624ce23dccab} <Debug> oximeter.measurements_histogramu32 (e9624c6b-80fe-4cbb-944d-22cd437233b7): Loading data parts | ||
| 479 | 2025.04.09 20:28:32.211417 [ 258 ] {18d1ed09-864f-485c-8cea-624ce23dccab} <Debug> oximeter.measurements_histogramu32 (e9624c6b-80fe-4cbb-944d-22cd437233b7): There are no data parts | ||
| 480 | 2025.04.09 20:28:32.212774 [ 258 ] {18d1ed09-864f-485c-8cea-624ce23dccab} <Debug> TCPHandler: Processed in 0.004805196 sec. | ||
| 481 | 2025.04.09 20:28:32.213068 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 482 | 2025.04.09 20:28:32.213328 [ 258 ] {83df15a3-e42b-49c8-a75a-ba4a4e3f93e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 483 | 2025.04.09 20:28:32.213485 [ 258 ] {83df15a3-e42b-49c8-a75a-ba4a4e3f93e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 484 | 2025.04.09 20:28:32.217263 [ 258 ] {83df15a3-e42b-49c8-a75a-ba4a4e3f93e8} <Debug> oximeter.measurements_histogrami64 (27b8383b-c748-41e0-9f9a-c9120c9daa98): Loading data parts | ||
| 485 | 2025.04.09 20:28:32.217423 [ 258 ] {83df15a3-e42b-49c8-a75a-ba4a4e3f93e8} <Debug> oximeter.measurements_histogrami64 (27b8383b-c748-41e0-9f9a-c9120c9daa98): There are no data parts | ||
| 486 | 2025.04.09 20:28:32.218955 [ 258 ] {83df15a3-e42b-49c8-a75a-ba4a4e3f93e8} <Debug> TCPHandler: Processed in 0.005938136 sec. | ||
| 487 | 2025.04.09 20:28:32.219137 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2025.04.09 20:28:32.219401 [ 258 ] {d31b95b4-070a-428d-a470-0fd405f8fc13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 489 | 2025.04.09 20:28:32.219552 [ 258 ] {d31b95b4-070a-428d-a470-0fd405f8fc13} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 490 | 2025.04.09 20:28:32.221759 [ 258 ] {d31b95b4-070a-428d-a470-0fd405f8fc13} <Debug> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Loading data parts | ||
| 491 | 2025.04.09 20:28:32.221918 [ 258 ] {d31b95b4-070a-428d-a470-0fd405f8fc13} <Debug> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): There are no data parts | ||
| 492 | 2025.04.09 20:28:32.224279 [ 258 ] {d31b95b4-070a-428d-a470-0fd405f8fc13} <Debug> TCPHandler: Processed in 0.005193856 sec. | ||
| 493 | 2025.04.09 20:28:32.224533 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 494 | 2025.04.09 20:28:32.224900 [ 258 ] {447936c2-1e1c-4a2c-a263-54ab2de42c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 495 | 2025.04.09 20:28:32.225056 [ 258 ] {447936c2-1e1c-4a2c-a263-54ab2de42c56} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 496 | 2025.04.09 20:28:32.227623 [ 258 ] {447936c2-1e1c-4a2c-a263-54ab2de42c56} <Debug> oximeter.measurements_histogramf32 (16cd7ad0-3298-4bc6-a5b2-7438123ad66a): Loading data parts | ||
| 497 | 2025.04.09 20:28:32.227814 [ 258 ] {447936c2-1e1c-4a2c-a263-54ab2de42c56} <Debug> oximeter.measurements_histogramf32 (16cd7ad0-3298-4bc6-a5b2-7438123ad66a): There are no data parts | ||
| 498 | 2025.04.09 20:28:32.230184 [ 258 ] {447936c2-1e1c-4a2c-a263-54ab2de42c56} <Debug> TCPHandler: Processed in 0.00571097 sec. | ||
| 499 | 2025.04.09 20:28:32.230348 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2025.04.09 20:28:32.230616 [ 258 ] {96046138-2404-48a0-8cf0-88d040349920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 501 | 2025.04.09 20:28:32.230800 [ 258 ] {96046138-2404-48a0-8cf0-88d040349920} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 502 | 2025.04.09 20:28:32.235234 [ 258 ] {96046138-2404-48a0-8cf0-88d040349920} <Debug> oximeter.measurements_histogramf64 (e7edf07b-c0f5-438c-92fc-e3aade039d9d): Loading data parts | ||
| 503 | 2025.04.09 20:28:32.235467 [ 258 ] {96046138-2404-48a0-8cf0-88d040349920} <Debug> oximeter.measurements_histogramf64 (e7edf07b-c0f5-438c-92fc-e3aade039d9d): There are no data parts | ||
| 504 | 2025.04.09 20:28:32.242532 [ 258 ] {96046138-2404-48a0-8cf0-88d040349920} <Debug> TCPHandler: Processed in 0.012235531 sec. | ||
| 505 | 2025.04.09 20:28:32.242767 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 506 | 2025.04.09 20:28:32.243136 [ 258 ] {e3a8f129-a212-42ff-8468-dea1a7703373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) /* The field tables store named dimensions of each timeseries. | ||
| 507 | * | ||
| 508 | * As with the measurement tables, there is one field table for each field data | ||
| 509 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 510 | * this behavior **must not** be relied upon for query correctness. | ||
| 511 | * | ||
| 512 | * The index for the fields differs from the measurements, however. Rows are | ||
| 513 | * sorted by timeseries name, then field name, field value, and finally | ||
| 514 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 515 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 516 | * usually then used to look up measurements. | ||
| 517 | * | ||
| 518 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 519 | * timeseries name and then key, since it would improve lookups where one | ||
| 520 | * already has the key. Realistically though, these tables are quite small and | ||
| 521 | * so performance benefits will be low in absolute terms. | ||
| 522 | * | ||
| 523 | * TTL: We use a materialized column to expire old field table records. This | ||
| 524 | * column is generated automatically by the database whenever a new row is | ||
| 525 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 526 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 527 | * record will remain during a deduplication, which will have the last | ||
| 528 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 529 | * measurement tables. | ||
| 530 | */ | ||
| 531 | 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) | ||
| 532 | 2025.04.09 20:28:32.243424 [ 258 ] {e3a8f129-a212-42ff-8468-dea1a7703373} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 533 | 2025.04.09 20:28:32.247688 [ 258 ] {e3a8f129-a212-42ff-8468-dea1a7703373} <Debug> oximeter.fields_bool (fb3400a1-d0cb-47f5-8831-11b0b966c7b3): Loading data parts | ||
| 534 | 2025.04.09 20:28:32.247872 [ 258 ] {e3a8f129-a212-42ff-8468-dea1a7703373} <Debug> oximeter.fields_bool (fb3400a1-d0cb-47f5-8831-11b0b966c7b3): There are no data parts | ||
| 535 | 2025.04.09 20:28:32.250844 [ 258 ] {e3a8f129-a212-42ff-8468-dea1a7703373} <Debug> TCPHandler: Processed in 0.008133413 sec. | ||
| 536 | 2025.04.09 20:28:32.251005 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 537 | 2025.04.09 20:28:32.251195 [ 258 ] {2be7d53a-d81a-4145-b156-f31aef8f0a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 538 | 2025.04.09 20:28:32.251341 [ 258 ] {2be7d53a-d81a-4145-b156-f31aef8f0a54} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 539 | 2025.04.09 20:28:32.253522 [ 258 ] {2be7d53a-d81a-4145-b156-f31aef8f0a54} <Debug> oximeter.fields_i8 (dbae8582-fcc7-4167-a3d0-d9b74226b0b9): Loading data parts | ||
| 540 | 2025.04.09 20:28:32.253749 [ 258 ] {2be7d53a-d81a-4145-b156-f31aef8f0a54} <Debug> oximeter.fields_i8 (dbae8582-fcc7-4167-a3d0-d9b74226b0b9): There are no data parts | ||
| 541 | 2025.04.09 20:28:32.255029 [ 258 ] {2be7d53a-d81a-4145-b156-f31aef8f0a54} <Debug> TCPHandler: Processed in 0.004077037 sec. | ||
| 542 | 2025.04.09 20:28:32.255182 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 543 | 2025.04.09 20:28:32.255479 [ 258 ] {0d7e48e3-355e-4127-a9c4-cf9df0356ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 544 | 2025.04.09 20:28:32.255679 [ 258 ] {0d7e48e3-355e-4127-a9c4-cf9df0356ee9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 545 | 2025.04.09 20:28:32.257588 [ 258 ] {0d7e48e3-355e-4127-a9c4-cf9df0356ee9} <Debug> oximeter.fields_u8 (849a5336-75aa-4e56-880e-39a556beb8c6): Loading data parts | ||
| 546 | 2025.04.09 20:28:32.257748 [ 258 ] {0d7e48e3-355e-4127-a9c4-cf9df0356ee9} <Debug> oximeter.fields_u8 (849a5336-75aa-4e56-880e-39a556beb8c6): There are no data parts | ||
| 547 | 2025.04.09 20:28:32.259175 [ 258 ] {0d7e48e3-355e-4127-a9c4-cf9df0356ee9} <Debug> TCPHandler: Processed in 0.004043756 sec. | ||
| 548 | 2025.04.09 20:28:32.259325 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 549 | 2025.04.09 20:28:32.259510 [ 258 ] {bdd6bdcc-3c35-4181-9048-ca1d01affe47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 550 | 2025.04.09 20:28:32.259653 [ 258 ] {bdd6bdcc-3c35-4181-9048-ca1d01affe47} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 551 | 2025.04.09 20:28:32.261685 [ 258 ] {bdd6bdcc-3c35-4181-9048-ca1d01affe47} <Debug> oximeter.fields_i16 (20917413-3c99-464f-b205-f3a81db3791f): Loading data parts | ||
| 552 | 2025.04.09 20:28:32.261841 [ 258 ] {bdd6bdcc-3c35-4181-9048-ca1d01affe47} <Debug> oximeter.fields_i16 (20917413-3c99-464f-b205-f3a81db3791f): There are no data parts | ||
| 553 | 2025.04.09 20:28:32.263090 [ 258 ] {bdd6bdcc-3c35-4181-9048-ca1d01affe47} <Debug> TCPHandler: Processed in 0.00381366 sec. | ||
| 554 | 2025.04.09 20:28:32.263243 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 555 | 2025.04.09 20:28:32.263570 [ 258 ] {afc5673c-c04f-4dc4-80d2-176d07bc654f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 556 | 2025.04.09 20:28:32.263724 [ 258 ] {afc5673c-c04f-4dc4-80d2-176d07bc654f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 557 | 2025.04.09 20:28:32.265570 [ 258 ] {afc5673c-c04f-4dc4-80d2-176d07bc654f} <Debug> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Loading data parts | ||
| 558 | 2025.04.09 20:28:32.265753 [ 258 ] {afc5673c-c04f-4dc4-80d2-176d07bc654f} <Debug> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): There are no data parts | ||
| 559 | 2025.04.09 20:28:32.267354 [ 258 ] {afc5673c-c04f-4dc4-80d2-176d07bc654f} <Debug> TCPHandler: Processed in 0.004161729 sec. | ||
| 560 | 2025.04.09 20:28:32.267504 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 561 | 2025.04.09 20:28:32.267689 [ 258 ] {f5ffc722-7e9d-4f22-8a9d-bf771dfc7c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 562 | 2025.04.09 20:28:32.267858 [ 258 ] {f5ffc722-7e9d-4f22-8a9d-bf771dfc7c4f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 563 | 2025.04.09 20:28:32.269980 [ 258 ] {f5ffc722-7e9d-4f22-8a9d-bf771dfc7c4f} <Debug> oximeter.fields_i32 (e448c094-87ea-439c-81d0-346c5f54f709): Loading data parts | ||
| 564 | 2025.04.09 20:28:32.270131 [ 258 ] {f5ffc722-7e9d-4f22-8a9d-bf771dfc7c4f} <Debug> oximeter.fields_i32 (e448c094-87ea-439c-81d0-346c5f54f709): There are no data parts | ||
| 565 | 2025.04.09 20:28:32.271373 [ 258 ] {f5ffc722-7e9d-4f22-8a9d-bf771dfc7c4f} <Debug> TCPHandler: Processed in 0.003918923 sec. | ||
| 566 | 2025.04.09 20:28:32.271533 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 567 | 2025.04.09 20:28:32.271850 [ 258 ] {d3a5a0b6-a5ff-4be3-8b89-4cf1909c2ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 568 | 2025.04.09 20:28:32.272006 [ 258 ] {d3a5a0b6-a5ff-4be3-8b89-4cf1909c2ecb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 569 | 2025.04.09 20:28:32.275853 [ 258 ] {d3a5a0b6-a5ff-4be3-8b89-4cf1909c2ecb} <Debug> oximeter.fields_u32 (3c65d9ab-8f53-4bd3-9ab7-67dc69ee7f91): Loading data parts | ||
| 570 | 2025.04.09 20:28:32.275999 [ 258 ] {d3a5a0b6-a5ff-4be3-8b89-4cf1909c2ecb} <Debug> oximeter.fields_u32 (3c65d9ab-8f53-4bd3-9ab7-67dc69ee7f91): There are no data parts | ||
| 571 | 2025.04.09 20:28:32.277952 [ 258 ] {d3a5a0b6-a5ff-4be3-8b89-4cf1909c2ecb} <Debug> TCPHandler: Processed in 0.006473971 sec. | ||
| 572 | 2025.04.09 20:28:32.278109 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 573 | 2025.04.09 20:28:32.278300 [ 258 ] {8e2db868-a510-4475-8273-2b95d5d9d3ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 574 | 2025.04.09 20:28:32.278438 [ 258 ] {8e2db868-a510-4475-8273-2b95d5d9d3ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 575 | 2025.04.09 20:28:32.281450 [ 258 ] {8e2db868-a510-4475-8273-2b95d5d9d3ce} <Debug> oximeter.fields_i64 (18ea23b6-355d-4d19-a089-6695ea50a604): Loading data parts | ||
| 576 | 2025.04.09 20:28:32.281591 [ 258 ] {8e2db868-a510-4475-8273-2b95d5d9d3ce} <Debug> oximeter.fields_i64 (18ea23b6-355d-4d19-a089-6695ea50a604): There are no data parts | ||
| 577 | 2025.04.09 20:28:32.283252 [ 258 ] {8e2db868-a510-4475-8273-2b95d5d9d3ce} <Debug> TCPHandler: Processed in 0.005195787 sec. | ||
| 578 | 2025.04.09 20:28:32.283567 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 579 | 2025.04.09 20:28:32.283762 [ 258 ] {31382b84-6b91-4027-b737-5c13c40d4eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 580 | 2025.04.09 20:28:32.283935 [ 258 ] {31382b84-6b91-4027-b737-5c13c40d4eaa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 581 | 2025.04.09 20:28:32.286343 [ 258 ] {31382b84-6b91-4027-b737-5c13c40d4eaa} <Debug> oximeter.fields_u64 (e92d7001-2c96-4a03-9dbc-17c323e5374b): Loading data parts | ||
| 582 | 2025.04.09 20:28:32.286552 [ 258 ] {31382b84-6b91-4027-b737-5c13c40d4eaa} <Debug> oximeter.fields_u64 (e92d7001-2c96-4a03-9dbc-17c323e5374b): There are no data parts | ||
| 583 | 2025.04.09 20:28:32.289334 [ 258 ] {31382b84-6b91-4027-b737-5c13c40d4eaa} <Debug> TCPHandler: Processed in 0.005818683 sec. | ||
| 584 | 2025.04.09 20:28:32.289488 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 585 | 2025.04.09 20:28:32.289794 [ 258 ] {b4a5eb72-7a2e-4006-be75-efe9ac042e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 586 | 2025.04.09 20:28:32.289898 [ 258 ] {b4a5eb72-7a2e-4006-be75-efe9ac042e0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 587 | 2025.04.09 20:28:32.292761 [ 258 ] {b4a5eb72-7a2e-4006-be75-efe9ac042e0a} <Debug> oximeter.fields_ipaddr (19e7c3be-ee5d-460a-8012-a055fd039bc8): Loading data parts | ||
| 588 | 2025.04.09 20:28:32.292919 [ 258 ] {b4a5eb72-7a2e-4006-be75-efe9ac042e0a} <Debug> oximeter.fields_ipaddr (19e7c3be-ee5d-460a-8012-a055fd039bc8): There are no data parts | ||
| 589 | 2025.04.09 20:28:32.294922 [ 258 ] {b4a5eb72-7a2e-4006-be75-efe9ac042e0a} <Debug> TCPHandler: Processed in 0.005484195 sec. | ||
| 590 | 2025.04.09 20:28:32.295230 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 591 | 2025.04.09 20:28:32.295418 [ 258 ] {abba31cf-30d1-4b97-90e4-ca5b2cad665f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 592 | 2025.04.09 20:28:32.295558 [ 258 ] {abba31cf-30d1-4b97-90e4-ca5b2cad665f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 593 | 2025.04.09 20:28:32.299822 [ 258 ] {abba31cf-30d1-4b97-90e4-ca5b2cad665f} <Debug> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Loading data parts | ||
| 594 | 2025.04.09 20:28:32.300117 [ 258 ] {abba31cf-30d1-4b97-90e4-ca5b2cad665f} <Debug> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): There are no data parts | ||
| 595 | 2025.04.09 20:28:32.302027 [ 258 ] {abba31cf-30d1-4b97-90e4-ca5b2cad665f} <Debug> TCPHandler: Processed in 0.006848539 sec. | ||
| 596 | 2025.04.09 20:28:32.302190 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 597 | 2025.04.09 20:28:32.302586 [ 258 ] {f3468f13-c987-4507-a093-8b0a8e68efd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) 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) | ||
| 598 | 2025.04.09 20:28:32.302698 [ 258 ] {f3468f13-c987-4507-a093-8b0a8e68efd3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 599 | 2025.04.09 20:28:32.305665 [ 258 ] {f3468f13-c987-4507-a093-8b0a8e68efd3} <Debug> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Loading data parts | ||
| 600 | 2025.04.09 20:28:32.305875 [ 258 ] {f3468f13-c987-4507-a093-8b0a8e68efd3} <Debug> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): There are no data parts | ||
| 601 | 2025.04.09 20:28:32.307170 [ 258 ] {f3468f13-c987-4507-a093-8b0a8e68efd3} <Debug> TCPHandler: Processed in 0.005031622 sec. | ||
| 602 | 2025.04.09 20:28:32.307508 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 603 | 2025.04.09 20:28:32.307800 [ 258 ] {67885d89-38e7-45e6-8ad9-8468187cb655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) /* The timeseries schema table stores the extracted schema for the samples | ||
| 604 | * oximeter collects. | ||
| 605 | */ | ||
| 606 | 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) | ||
| 607 | 2025.04.09 20:28:32.308088 [ 258 ] {67885d89-38e7-45e6-8ad9-8468187cb655} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 608 | 2025.04.09 20:28:32.310249 [ 258 ] {67885d89-38e7-45e6-8ad9-8468187cb655} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec): Loading data parts | ||
| 609 | 2025.04.09 20:28:32.310411 [ 258 ] {67885d89-38e7-45e6-8ad9-8468187cb655} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec): There are no data parts | ||
| 610 | 2025.04.09 20:28:32.311799 [ 258 ] {67885d89-38e7-45e6-8ad9-8468187cb655} <Debug> TCPHandler: Processed in 0.004339794 sec. | ||
| 611 | 2025.04.09 20:28:32.312848 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 612 | 2025.04.09 20:28:32.313161 [ 259 ] {be0c6e12-2625-40ed-9ff5-e054d13e41eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 613 | 2025.04.09 20:28:32.314319 [ 259 ] {be0c6e12-2625-40ed-9ff5-e054d13e41eb} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 614 | 2025.04.09 20:28:32.332083 [ 267 ] {be0c6e12-2625-40ed-9ff5-e054d13e41eb} <Trace> oximeter.version (a7ece713-cebb-436a-8f61-8f00bacabe1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 615 | 2025.04.09 20:28:32.332138 [ 267 ] {be0c6e12-2625-40ed-9ff5-e054d13e41eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 616 | 2025.04.09 20:28:32.337028 [ 267 ] {be0c6e12-2625-40ed-9ff5-e054d13e41eb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 617 | 2025.04.09 20:28:32.337960 [ 267 ] {be0c6e12-2625-40ed-9ff5-e054d13e41eb} <Trace> oximeter.version (a7ece713-cebb-436a-8f61-8f00bacabe1a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 618 | 2025.04.09 20:28:32.338275 [ 259 ] {be0c6e12-2625-40ed-9ff5-e054d13e41eb} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.025254 sec., 39.597687495050295 rows/sec., 633.56 B/sec. | ||
| 619 | 2025.04.09 20:28:32.338758 [ 259 ] {be0c6e12-2625-40ed-9ff5-e054d13e41eb} <Debug> TCPHandler: Processed in 0.026051644 sec. | ||
| 620 | 2025.04.09 20:28:33.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 129.88 MiB, peak 129.88 MiB, free memory in arenas 0.00 B, will set to 139.77 MiB (RSS), difference: 9.89 MiB | ||
| 621 | 2025.04.09 20:28:33.115656 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45153 | ||
| 622 | 2025.04.09 20:28:33.116180 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 623 | 2025.04.09 20:28:33.116318 [ 269 ] {} <Debug> TCP-Session: 0800735a-0240-4711-98ac-9bf48ba50217 Authenticating user 'default' from [fd00:1122:3344:101::b]:45153 | ||
| 624 | 2025.04.09 20:28:33.116344 [ 269 ] {} <Debug> TCP-Session: 0800735a-0240-4711-98ac-9bf48ba50217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.04.09 20:28:33.116358 [ 269 ] {} <Debug> TCP-Session: 0800735a-0240-4711-98ac-9bf48ba50217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 626 | 2025.04.09 20:28:33.116510 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 627 | 2025.04.09 20:28:33.116538 [ 269 ] {} <Trace> 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 | ||
| 628 | 2025.04.09 20:28:33.116643 [ 269 ] {} <Trace> 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 | ||
| 629 | 2025.04.09 20:28:33.117696 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50447 | ||
| 630 | 2025.04.09 20:28:33.117785 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34161 | ||
| 631 | 2025.04.09 20:28:33.117887 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53727 | ||
| 632 | 2025.04.09 20:28:33.117973 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52524 | ||
| 633 | 2025.04.09 20:28:33.118385 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63190 | ||
| 634 | 2025.04.09 20:28:33.118492 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42089 | ||
| 635 | 2025.04.09 20:28:33.118507 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 636 | 2025.04.09 20:28:33.118569 [ 270 ] {} <Debug> TCP-Session: 25b0fa17-b799-4e37-918e-8515b07f579b Authenticating user 'default' from [fd00:1122:3344:101::b]:50447 | ||
| 637 | 2025.04.09 20:28:33.118714 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47901 | ||
| 638 | 2025.04.09 20:28:33.118819 [ 270 ] {} <Debug> TCP-Session: 25b0fa17-b799-4e37-918e-8515b07f579b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 639 | 2025.04.09 20:28:33.119002 [ 270 ] {} <Debug> TCP-Session: 25b0fa17-b799-4e37-918e-8515b07f579b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2025.04.09 20:28:33.119041 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 641 | 2025.04.09 20:28:33.119169 [ 276 ] {} <Debug> TCP-Session: b8773c9d-5c91-4537-aa8a-1dfd973c899a Authenticating user 'default' from [fd00:1122:3344:101::b]:47901 | ||
| 642 | 2025.04.09 20:28:33.119195 [ 276 ] {} <Debug> TCP-Session: b8773c9d-5c91-4537-aa8a-1dfd973c899a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 643 | 2025.04.09 20:28:33.119208 [ 276 ] {} <Debug> TCP-Session: b8773c9d-5c91-4537-aa8a-1dfd973c899a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 644 | 2025.04.09 20:28:33.119940 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 645 | 2025.04.09 20:28:33.119971 [ 272 ] {} <Debug> TCP-Session: 65b7d6e0-d27d-441e-837c-2e873c78a621 Authenticating user 'default' from [fd00:1122:3344:101::b]:53727 | ||
| 646 | 2025.04.09 20:28:33.119988 [ 272 ] {} <Debug> TCP-Session: 65b7d6e0-d27d-441e-837c-2e873c78a621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.04.09 20:28:33.120054 [ 272 ] {} <Debug> TCP-Session: 65b7d6e0-d27d-441e-837c-2e873c78a621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2025.04.09 20:28:33.120558 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 649 | 2025.04.09 20:28:33.120601 [ 275 ] {} <Debug> TCP-Session: e99d117c-0426-46d1-879a-86aeb425543c Authenticating user 'default' from [fd00:1122:3344:101::b]:42089 | ||
| 650 | 2025.04.09 20:28:33.120626 [ 275 ] {} <Debug> TCP-Session: e99d117c-0426-46d1-879a-86aeb425543c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.04.09 20:28:33.120798 [ 275 ] {} <Debug> TCP-Session: e99d117c-0426-46d1-879a-86aeb425543c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2025.04.09 20:28:33.144636 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 653 | 2025.04.09 20:28:33.144696 [ 274 ] {} <Debug> TCP-Session: 6c842f67-8839-41ca-8d2b-c75718478249 Authenticating user 'default' from [fd00:1122:3344:101::b]:63190 | ||
| 654 | 2025.04.09 20:28:33.144835 [ 274 ] {} <Debug> TCP-Session: 6c842f67-8839-41ca-8d2b-c75718478249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.04.09 20:28:33.144853 [ 274 ] {} <Debug> TCP-Session: 6c842f67-8839-41ca-8d2b-c75718478249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2025.04.09 20:28:33.166535 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 657 | 2025.04.09 20:28:33.166715 [ 273 ] {} <Debug> TCP-Session: 9fd39b88-3f33-41f7-ba48-18aaa68d1eb6 Authenticating user 'default' from [fd00:1122:3344:101::b]:52524 | ||
| 658 | 2025.04.09 20:28:33.166740 [ 273 ] {} <Debug> TCP-Session: 9fd39b88-3f33-41f7-ba48-18aaa68d1eb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.04.09 20:28:33.166753 [ 273 ] {} <Debug> TCP-Session: 9fd39b88-3f33-41f7-ba48-18aaa68d1eb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2025.04.09 20:28:33.167864 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 661 | 2025.04.09 20:28:33.167915 [ 271 ] {} <Debug> TCP-Session: db20f003-9a86-45fe-9372-fe4ac2bf57b9 Authenticating user 'default' from [fd00:1122:3344:101::b]:34161 | ||
| 662 | 2025.04.09 20:28:33.167936 [ 271 ] {} <Debug> TCP-Session: db20f003-9a86-45fe-9372-fe4ac2bf57b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.04.09 20:28:33.168063 [ 271 ] {} <Debug> TCP-Session: db20f003-9a86-45fe-9372-fe4ac2bf57b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2025.04.09 20:28:33.244226 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63045 | ||
| 665 | 2025.04.09 20:28:33.244828 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 666 | 2025.04.09 20:28:33.244862 [ 277 ] {} <Debug> TCP-Session: 76462b70-5fe9-4ecc-ad6d-ae938fc59e79 Authenticating user 'default' from [fd00:1122:3344:101::c]:63045 | ||
| 667 | 2025.04.09 20:28:33.245055 [ 277 ] {} <Debug> TCP-Session: 76462b70-5fe9-4ecc-ad6d-ae938fc59e79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.04.09 20:28:33.245073 [ 277 ] {} <Debug> TCP-Session: 76462b70-5fe9-4ecc-ad6d-ae938fc59e79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2025.04.09 20:28:33.245149 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 670 | 2025.04.09 20:28:33.245343 [ 277 ] {} <Trace> 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 | ||
| 671 | 2025.04.09 20:28:33.245376 [ 277 ] {} <Trace> 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 | ||
| 672 | 2025.04.09 20:28:33.246827 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65162 | ||
| 673 | 2025.04.09 20:28:33.246910 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46807 | ||
| 674 | 2025.04.09 20:28:33.247105 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35380 | ||
| 675 | 2025.04.09 20:28:33.247405 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64873 | ||
| 676 | 2025.04.09 20:28:33.247678 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60616 | ||
| 677 | 2025.04.09 20:28:33.247852 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58008 | ||
| 678 | 2025.04.09 20:28:33.247940 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40793 | ||
| 679 | 2025.04.09 20:28:33.249053 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 680 | 2025.04.09 20:28:33.249099 [ 278 ] {} <Debug> TCP-Session: 330598ca-4f92-4f52-bab3-971201269e33 Authenticating user 'default' from [fd00:1122:3344:101::c]:65162 | ||
| 681 | 2025.04.09 20:28:33.249125 [ 278 ] {} <Debug> TCP-Session: 330598ca-4f92-4f52-bab3-971201269e33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2025.04.09 20:28:33.249328 [ 278 ] {} <Debug> TCP-Session: 330598ca-4f92-4f52-bab3-971201269e33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2025.04.09 20:28:33.249816 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2025.04.09 20:28:33.249862 [ 283 ] {} <Debug> TCP-Session: 33804581-f25f-48b0-be0e-9efda701f32b Authenticating user 'default' from [fd00:1122:3344:101::c]:58008 | ||
| 685 | 2025.04.09 20:28:33.250011 [ 283 ] {} <Debug> TCP-Session: 33804581-f25f-48b0-be0e-9efda701f32b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2025.04.09 20:28:33.250030 [ 283 ] {} <Debug> TCP-Session: 33804581-f25f-48b0-be0e-9efda701f32b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2025.04.09 20:28:33.255038 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2025.04.09 20:28:33.255205 [ 282 ] {} <Debug> TCP-Session: 8df10c76-fc6f-4846-8535-5fc7e3cf7961 Authenticating user 'default' from [fd00:1122:3344:101::c]:60616 | ||
| 689 | 2025.04.09 20:28:33.255239 [ 282 ] {} <Debug> TCP-Session: 8df10c76-fc6f-4846-8535-5fc7e3cf7961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.04.09 20:28:33.255260 [ 282 ] {} <Debug> TCP-Session: 8df10c76-fc6f-4846-8535-5fc7e3cf7961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.04.09 20:28:33.300766 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2025.04.09 20:28:33.300836 [ 284 ] {} <Debug> TCP-Session: 47f8e81a-3288-410f-840c-b2199a60cf9f Authenticating user 'default' from [fd00:1122:3344:101::c]:40793 | ||
| 693 | 2025.04.09 20:28:33.300862 [ 284 ] {} <Debug> TCP-Session: 47f8e81a-3288-410f-840c-b2199a60cf9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.04.09 20:28:33.300993 [ 284 ] {} <Debug> TCP-Session: 47f8e81a-3288-410f-840c-b2199a60cf9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.04.09 20:28:33.302254 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 696 | 2025.04.09 20:28:33.302317 [ 280 ] {} <Debug> TCP-Session: 6b5c9a9a-0a14-4c54-9f6b-4dc4cf2a36de Authenticating user 'default' from [fd00:1122:3344:101::c]:35380 | ||
| 697 | 2025.04.09 20:28:33.302443 [ 280 ] {} <Debug> TCP-Session: 6b5c9a9a-0a14-4c54-9f6b-4dc4cf2a36de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.04.09 20:28:33.302525 [ 280 ] {} <Debug> TCP-Session: 6b5c9a9a-0a14-4c54-9f6b-4dc4cf2a36de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.04.09 20:28:33.305437 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 700 | 2025.04.09 20:28:33.305491 [ 279 ] {} <Debug> TCP-Session: c836a6e8-617f-4155-bf45-ca3fdb9b5e87 Authenticating user 'default' from [fd00:1122:3344:101::c]:46807 | ||
| 701 | 2025.04.09 20:28:33.305779 [ 279 ] {} <Debug> TCP-Session: c836a6e8-617f-4155-bf45-ca3fdb9b5e87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.04.09 20:28:33.305799 [ 279 ] {} <Debug> TCP-Session: c836a6e8-617f-4155-bf45-ca3fdb9b5e87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.04.09 20:28:33.306980 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 704 | 2025.04.09 20:28:33.307174 [ 281 ] {} <Debug> TCP-Session: 40556185-40f1-4639-b58d-1658c103a161 Authenticating user 'default' from [fd00:1122:3344:101::c]:64873 | ||
| 705 | 2025.04.09 20:28:33.307202 [ 281 ] {} <Debug> TCP-Session: 40556185-40f1-4639-b58d-1658c103a161 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.04.09 20:28:33.307216 [ 281 ] {} <Debug> TCP-Session: 40556185-40f1-4639-b58d-1658c103a161 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.04.09 20:28:39.352557 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.04.09 20:28:39.352584 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 709 | 2025.04.09 20:28:39.352683 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.04.09 20:28:39.352736 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.04.09 20:28:39.368530 [ 244 ] {} <Debug> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Loading data parts | ||
| 712 | 2025.04.09 20:28:39.369203 [ 244 ] {} <Debug> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): There are no data parts | ||
| 713 | 2025.04.09 20:28:39.383679 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.04.09 20:28:39.383892 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 715 | 2025.04.09 20:28:39.385413 [ 243 ] {} <Debug> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Loading data parts | ||
| 716 | 2025.04.09 20:28:39.385818 [ 243 ] {} <Debug> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): There are no data parts | ||
| 717 | 2025.04.09 20:28:39.387284 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 718 | 2025.04.09 20:28:39.388977 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 719 | 2025.04.09 20:28:39.389739 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 720 | 2025.04.09 20:28:39.432805 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.04.09 20:28:39.433036 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 722 | 2025.04.09 20:28:39.444953 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.04.09 20:28:39.447752 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 724 | 2025.04.09 20:28:39.453451 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.04.09 20:28:40.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.81 MiB, peak 149.81 MiB, free memory in arenas 0.00 B, will set to 150.59 MiB (RSS), difference: 4.78 MiB | ||
| 726 | 2025.04.09 20:28:41.852442 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.04.09 20:28:41.852644 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.04.09 20:28:41.858281 [ 242 ] {} <Debug> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Loading data parts | ||
| 729 | 2025.04.09 20:28:41.858477 [ 242 ] {} <Debug> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): There are no data parts | ||
| 730 | 2025.04.09 20:28:41.864393 [ 242 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.04.09 20:28:41.864593 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 732 | 2025.04.09 20:28:41.866268 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.04.09 20:28:41.866758 [ 242 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 734 | 2025.04.09 20:28:41.867344 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.04.09 20:28:42.000139 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.77 MiB, peak 154.77 MiB, free memory in arenas 0.00 B, will set to 150.98 MiB (RSS), difference: -3.79 MiB | ||
| 736 | 2025.04.09 20:28:46.816670 [ 170 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.04.09 20:28:46.816726 [ 170 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.04.09 20:28:46.890719 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 739 | 2025.04.09 20:28:46.893755 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.04.09 20:28:46.893803 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 741 | 2025.04.09 20:28:46.894503 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.04.09 20:28:46.895235 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 743 | 2025.04.09 20:28:46.895542 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.04.09 20:28:46.954416 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.04.09 20:28:46.976097 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.04.09 20:28:46.976218 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 747 | 2025.04.09 20:28:46.982750 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.04.09 20:28:46.983906 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 749 | 2025.04.09 20:28:46.986827 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.04.09 20:28:47.001153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.62 MiB, peak 155.62 MiB, free memory in arenas 0.00 B, will set to 152.74 MiB (RSS), difference: 1.12 MiB | ||
| 751 | 2025.04.09 20:28:52.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.76 MiB, peak 155.62 MiB, free memory in arenas 0.00 B, will set to 152.77 MiB (RSS), difference: 4.02 MiB | ||
| 752 | 2025.04.09 20:28:52.348125 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 753 | 2025.04.09 20:28:52.348310 [ 258 ] {b3679dda-9fd6-4d60-8405-cddf7499d76e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 754 | 2025.04.09 20:28:52.350698 [ 258 ] {b3679dda-9fd6-4d60-8405-cddf7499d76e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 755 | 2025.04.09 20:28:52.353171 [ 258 ] {b3679dda-9fd6-4d60-8405-cddf7499d76e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 756 | 2025.04.09 20:28:52.360298 [ 258 ] {b3679dda-9fd6-4d60-8405-cddf7499d76e} <Debug> TCPHandler: Processed in 0.012297354 sec. | ||
| 757 | 2025.04.09 20:28:52.364930 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 758 | 2025.04.09 20:28:52.365078 [ 258 ] {4b8acaad-9ed5-45d7-b6e1-cdd53b107ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 759 | 2025.04.09 20:28:52.366717 [ 258 ] {4b8acaad-9ed5-45d7-b6e1-cdd53b107ae5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 760 | 2025.04.09 20:28:52.366770 [ 258 ] {4b8acaad-9ed5-45d7-b6e1-cdd53b107ae5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 761 | 2025.04.09 20:28:52.367261 [ 258 ] {4b8acaad-9ed5-45d7-b6e1-cdd53b107ae5} <Debug> TCPHandler: Processed in 0.002382863 sec. | ||
| 762 | 2025.04.09 20:28:52.367524 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 763 | 2025.04.09 20:28:52.367665 [ 258 ] {29b5309d-1589-4039-a767-5c2a7db4d93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 764 | 2025.04.09 20:28:52.368002 [ 258 ] {29b5309d-1589-4039-a767-5c2a7db4d93c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 765 | 2025.04.09 20:28:52.368053 [ 258 ] {29b5309d-1589-4039-a767-5c2a7db4d93c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 766 | 2025.04.09 20:28:52.368485 [ 258 ] {29b5309d-1589-4039-a767-5c2a7db4d93c} <Debug> TCPHandler: Processed in 0.001012947 sec. | ||
| 767 | 2025.04.09 20:28:52.368718 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 768 | 2025.04.09 20:28:52.368851 [ 258 ] {64988c7f-93ab-4200-a703-cb56da4a0231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 769 | 2025.04.09 20:28:52.369150 [ 258 ] {64988c7f-93ab-4200-a703-cb56da4a0231} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 770 | 2025.04.09 20:28:52.369201 [ 258 ] {64988c7f-93ab-4200-a703-cb56da4a0231} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 771 | 2025.04.09 20:28:52.369597 [ 258 ] {64988c7f-93ab-4200-a703-cb56da4a0231} <Debug> TCPHandler: Processed in 0.000928724 sec. | ||
| 772 | 2025.04.09 20:28:52.369802 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 773 | 2025.04.09 20:28:52.369933 [ 258 ] {5aa34fbf-c0b2-46e3-a6c9-a33c8416a658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 774 | 2025.04.09 20:28:52.370236 [ 258 ] {5aa34fbf-c0b2-46e3-a6c9-a33c8416a658} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 775 | 2025.04.09 20:28:52.370287 [ 258 ] {5aa34fbf-c0b2-46e3-a6c9-a33c8416a658} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 776 | 2025.04.09 20:28:52.370689 [ 258 ] {5aa34fbf-c0b2-46e3-a6c9-a33c8416a658} <Debug> TCPHandler: Processed in 0.000936355 sec. | ||
| 777 | 2025.04.09 20:28:52.370900 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 778 | 2025.04.09 20:28:52.371030 [ 258 ] {78f1d1fa-8e2d-477f-b707-498a8ebfb25e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 779 | 2025.04.09 20:28:52.371334 [ 258 ] {78f1d1fa-8e2d-477f-b707-498a8ebfb25e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 780 | 2025.04.09 20:28:52.371385 [ 258 ] {78f1d1fa-8e2d-477f-b707-498a8ebfb25e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 781 | 2025.04.09 20:28:52.371785 [ 258 ] {78f1d1fa-8e2d-477f-b707-498a8ebfb25e} <Debug> TCPHandler: Processed in 0.000935264 sec. | ||
| 782 | 2025.04.09 20:28:52.371992 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 783 | 2025.04.09 20:28:52.372123 [ 258 ] {463f5309-7ea6-4295-b8dd-dae20c2ea04d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 784 | 2025.04.09 20:28:52.372429 [ 258 ] {463f5309-7ea6-4295-b8dd-dae20c2ea04d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 785 | 2025.04.09 20:28:52.372479 [ 258 ] {463f5309-7ea6-4295-b8dd-dae20c2ea04d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 786 | 2025.04.09 20:28:52.372873 [ 258 ] {463f5309-7ea6-4295-b8dd-dae20c2ea04d} <Debug> TCPHandler: Processed in 0.000929854 sec. | ||
| 787 | 2025.04.09 20:28:52.373072 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 788 | 2025.04.09 20:28:52.373204 [ 258 ] {7aa8b857-f355-4789-9740-e6b6f91b7a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 789 | 2025.04.09 20:28:52.373515 [ 258 ] {7aa8b857-f355-4789-9740-e6b6f91b7a05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 790 | 2025.04.09 20:28:52.373564 [ 258 ] {7aa8b857-f355-4789-9740-e6b6f91b7a05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 791 | 2025.04.09 20:28:52.373958 [ 258 ] {7aa8b857-f355-4789-9740-e6b6f91b7a05} <Debug> TCPHandler: Processed in 0.000935495 sec. | ||
| 792 | 2025.04.09 20:28:52.374167 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 793 | 2025.04.09 20:28:52.374300 [ 258 ] {cd58d49a-8ef2-42fe-a53f-1acf4984696b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 794 | 2025.04.09 20:28:52.374617 [ 258 ] {cd58d49a-8ef2-42fe-a53f-1acf4984696b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 795 | 2025.04.09 20:28:52.374674 [ 258 ] {cd58d49a-8ef2-42fe-a53f-1acf4984696b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 796 | 2025.04.09 20:28:52.375059 [ 258 ] {cd58d49a-8ef2-42fe-a53f-1acf4984696b} <Debug> TCPHandler: Processed in 0.000941394 sec. | ||
| 797 | 2025.04.09 20:28:52.375285 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 798 | 2025.04.09 20:28:52.375419 [ 258 ] {1279ae33-0f21-4358-9693-cfb877526915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 799 | 2025.04.09 20:28:52.375743 [ 258 ] {1279ae33-0f21-4358-9693-cfb877526915} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 800 | 2025.04.09 20:28:52.375794 [ 258 ] {1279ae33-0f21-4358-9693-cfb877526915} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 801 | 2025.04.09 20:28:52.376179 [ 258 ] {1279ae33-0f21-4358-9693-cfb877526915} <Debug> TCPHandler: Processed in 0.000943205 sec. | ||
| 802 | 2025.04.09 20:28:52.376394 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2025.04.09 20:28:52.376529 [ 258 ] {78f4596d-bb57-4a6c-9ba7-042f9e4fbb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 804 | 2025.04.09 20:28:52.376857 [ 258 ] {78f4596d-bb57-4a6c-9ba7-042f9e4fbb5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 805 | 2025.04.09 20:28:52.376907 [ 258 ] {78f4596d-bb57-4a6c-9ba7-042f9e4fbb5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 806 | 2025.04.09 20:28:52.377312 [ 258 ] {78f4596d-bb57-4a6c-9ba7-042f9e4fbb5d} <Debug> TCPHandler: Processed in 0.000967176 sec. | ||
| 807 | 2025.04.09 20:28:52.377518 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 808 | 2025.04.09 20:28:52.377663 [ 258 ] {c896f109-0e6e-4d0c-a433-71b5b5c0c2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 809 | 2025.04.09 20:28:52.377985 [ 258 ] {c896f109-0e6e-4d0c-a433-71b5b5c0c2f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 810 | 2025.04.09 20:28:52.378034 [ 258 ] {c896f109-0e6e-4d0c-a433-71b5b5c0c2f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 811 | 2025.04.09 20:28:52.378427 [ 258 ] {c896f109-0e6e-4d0c-a433-71b5b5c0c2f8} <Debug> TCPHandler: Processed in 0.000956955 sec. | ||
| 812 | 2025.04.09 20:28:52.378635 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 813 | 2025.04.09 20:28:52.378780 [ 258 ] {c46eb0d1-1c6c-4b70-9711-39747403ca78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 814 | 2025.04.09 20:28:52.379103 [ 258 ] {c46eb0d1-1c6c-4b70-9711-39747403ca78} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 815 | 2025.04.09 20:28:52.379157 [ 258 ] {c46eb0d1-1c6c-4b70-9711-39747403ca78} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 816 | 2025.04.09 20:28:52.379555 [ 258 ] {c46eb0d1-1c6c-4b70-9711-39747403ca78} <Debug> TCPHandler: Processed in 0.000967826 sec. | ||
| 817 | 2025.04.09 20:28:52.379770 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2025.04.09 20:28:52.379909 [ 258 ] {221e4d74-d9ce-49c8-b9d3-8046f5c98adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 819 | 2025.04.09 20:28:52.380241 [ 258 ] {221e4d74-d9ce-49c8-b9d3-8046f5c98adb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 820 | 2025.04.09 20:28:52.380289 [ 258 ] {221e4d74-d9ce-49c8-b9d3-8046f5c98adb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 821 | 2025.04.09 20:28:52.380695 [ 258 ] {221e4d74-d9ce-49c8-b9d3-8046f5c98adb} <Debug> TCPHandler: Processed in 0.000973946 sec. | ||
| 822 | 2025.04.09 20:28:52.380894 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 823 | 2025.04.09 20:28:52.381033 [ 258 ] {855c8198-eed1-4f6e-9c19-a99b7a5673db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 824 | 2025.04.09 20:28:52.381367 [ 258 ] {855c8198-eed1-4f6e-9c19-a99b7a5673db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 825 | 2025.04.09 20:28:52.381416 [ 258 ] {855c8198-eed1-4f6e-9c19-a99b7a5673db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 826 | 2025.04.09 20:28:52.381844 [ 258 ] {855c8198-eed1-4f6e-9c19-a99b7a5673db} <Debug> TCPHandler: Processed in 0.000997596 sec. | ||
| 827 | 2025.04.09 20:28:52.382049 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 828 | 2025.04.09 20:28:52.382188 [ 258 ] {6db62336-9b61-4e01-af52-18a7b3583012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 829 | 2025.04.09 20:28:52.382534 [ 258 ] {6db62336-9b61-4e01-af52-18a7b3583012} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 830 | 2025.04.09 20:28:52.382585 [ 258 ] {6db62336-9b61-4e01-af52-18a7b3583012} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 831 | 2025.04.09 20:28:52.382995 [ 258 ] {6db62336-9b61-4e01-af52-18a7b3583012} <Debug> TCPHandler: Processed in 0.000996126 sec. | ||
| 832 | 2025.04.09 20:28:52.383217 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 833 | 2025.04.09 20:28:52.383357 [ 258 ] {154785db-6f6f-48e4-b840-b34c91b65017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 834 | 2025.04.09 20:28:52.383708 [ 258 ] {154785db-6f6f-48e4-b840-b34c91b65017} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 835 | 2025.04.09 20:28:52.383759 [ 258 ] {154785db-6f6f-48e4-b840-b34c91b65017} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 836 | 2025.04.09 20:28:52.384153 [ 258 ] {154785db-6f6f-48e4-b840-b34c91b65017} <Debug> TCPHandler: Processed in 0.000985737 sec. | ||
| 837 | 2025.04.09 20:28:52.384360 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 838 | 2025.04.09 20:28:52.384501 [ 258 ] {b007ab3d-fa89-45e9-a4b8-72971c340dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 839 | 2025.04.09 20:28:52.384851 [ 258 ] {b007ab3d-fa89-45e9-a4b8-72971c340dbd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 840 | 2025.04.09 20:28:52.384902 [ 258 ] {b007ab3d-fa89-45e9-a4b8-72971c340dbd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 841 | 2025.04.09 20:28:52.385298 [ 258 ] {b007ab3d-fa89-45e9-a4b8-72971c340dbd} <Debug> TCPHandler: Processed in 0.000986916 sec. | ||
| 842 | 2025.04.09 20:28:52.391887 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 843 | 2025.04.09 20:28:52.392009 [ 258 ] {2b4b8fc9-ed19-4526-8c03-3b6bc54739bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 844 | 2025.04.09 20:28:52.392056 [ 258 ] {2b4b8fc9-ed19-4526-8c03-3b6bc54739bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 845 | 2025.04.09 20:28:52.392797 [ 258 ] {2b4b8fc9-ed19-4526-8c03-3b6bc54739bf} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 846 | 2025.04.09 20:28:52.392841 [ 258 ] {2b4b8fc9-ed19-4526-8c03-3b6bc54739bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 847 | 2025.04.09 20:28:52.393495 [ 258 ] {2b4b8fc9-ed19-4526-8c03-3b6bc54739bf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 848 | 2025.04.09 20:28:52.393876 [ 258 ] {2b4b8fc9-ed19-4526-8c03-3b6bc54739bf} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 849 | 2025.04.09 20:28:52.394216 [ 258 ] {2b4b8fc9-ed19-4526-8c03-3b6bc54739bf} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002235 sec., 8053.6912751677855 rows/sec., 1.10 MiB/sec. | ||
| 850 | 2025.04.09 20:28:52.394339 [ 258 ] {2b4b8fc9-ed19-4526-8c03-3b6bc54739bf} <Debug> TCPHandler: Processed in 0.002498556 sec. | ||
| 851 | 2025.04.09 20:28:52.394472 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 852 | 2025.04.09 20:28:52.394580 [ 258 ] {05d61ba8-7388-4c1b-aefb-3eaaf751009b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 853 | 2025.04.09 20:28:52.394623 [ 258 ] {05d61ba8-7388-4c1b-aefb-3eaaf751009b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 854 | 2025.04.09 20:28:52.396358 [ 258 ] {05d61ba8-7388-4c1b-aefb-3eaaf751009b} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 855 | 2025.04.09 20:28:52.396395 [ 258 ] {05d61ba8-7388-4c1b-aefb-3eaaf751009b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 856 | 2025.04.09 20:28:52.396883 [ 258 ] {05d61ba8-7388-4c1b-aefb-3eaaf751009b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 857 | 2025.04.09 20:28:52.397311 [ 258 ] {05d61ba8-7388-4c1b-aefb-3eaaf751009b} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 858 | 2025.04.09 20:28:52.397540 [ 258 ] {05d61ba8-7388-4c1b-aefb-3eaaf751009b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002975 sec., 18823.529411764706 rows/sec., 1.44 MiB/sec. | ||
| 859 | 2025.04.09 20:28:52.397675 [ 258 ] {05d61ba8-7388-4c1b-aefb-3eaaf751009b} <Debug> TCPHandler: Processed in 0.003254246 sec. | ||
| 860 | 2025.04.09 20:28:52.397803 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2025.04.09 20:28:52.397908 [ 258 ] {a83ada91-b37a-4f64-b55b-6183e17b00c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 862 | 2025.04.09 20:28:52.397952 [ 258 ] {a83ada91-b37a-4f64-b55b-6183e17b00c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 863 | 2025.04.09 20:28:52.398488 [ 258 ] {a83ada91-b37a-4f64-b55b-6183e17b00c9} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 864 | 2025.04.09 20:28:52.398527 [ 258 ] {a83ada91-b37a-4f64-b55b-6183e17b00c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 865 | 2025.04.09 20:28:52.398981 [ 258 ] {a83ada91-b37a-4f64-b55b-6183e17b00c9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 866 | 2025.04.09 20:28:52.399415 [ 258 ] {a83ada91-b37a-4f64-b55b-6183e17b00c9} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 867 | 2025.04.09 20:28:52.399623 [ 258 ] {a83ada91-b37a-4f64-b55b-6183e17b00c9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001735 sec., 36887.608069164264 rows/sec., 2.88 MiB/sec. | ||
| 868 | 2025.04.09 20:28:52.399686 [ 258 ] {a83ada91-b37a-4f64-b55b-6183e17b00c9} <Debug> TCPHandler: Processed in 0.001932701 sec. | ||
| 869 | 2025.04.09 20:28:52.399808 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 870 | 2025.04.09 20:28:52.399913 [ 258 ] {51b908da-aa0a-4d7e-bd3c-5fa54dc0297a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 871 | 2025.04.09 20:28:52.399960 [ 258 ] {51b908da-aa0a-4d7e-bd3c-5fa54dc0297a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 872 | 2025.04.09 20:28:52.400492 [ 258 ] {51b908da-aa0a-4d7e-bd3c-5fa54dc0297a} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 873 | 2025.04.09 20:28:52.400530 [ 258 ] {51b908da-aa0a-4d7e-bd3c-5fa54dc0297a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 874 | 2025.04.09 20:28:52.401063 [ 258 ] {51b908da-aa0a-4d7e-bd3c-5fa54dc0297a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 875 | 2025.04.09 20:28:52.401539 [ 258 ] {51b908da-aa0a-4d7e-bd3c-5fa54dc0297a} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 876 | 2025.04.09 20:28:52.401845 [ 258 ] {51b908da-aa0a-4d7e-bd3c-5fa54dc0297a} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001947 sec., 65742.1674370827 rows/sec., 4.58 MiB/sec. | ||
| 877 | 2025.04.09 20:28:52.401901 [ 258 ] {51b908da-aa0a-4d7e-bd3c-5fa54dc0297a} <Debug> TCPHandler: Processed in 0.002143736 sec. | ||
| 878 | 2025.04.09 20:28:52.402035 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2025.04.09 20:28:52.402140 [ 258 ] {e248e086-4640-4557-976e-a472a4488f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 880 | 2025.04.09 20:28:52.402186 [ 258 ] {e248e086-4640-4557-976e-a472a4488f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 881 | 2025.04.09 20:28:52.402600 [ 258 ] {e248e086-4640-4557-976e-a472a4488f37} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 882 | 2025.04.09 20:28:52.402638 [ 258 ] {e248e086-4640-4557-976e-a472a4488f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 883 | 2025.04.09 20:28:52.403098 [ 258 ] {e248e086-4640-4557-976e-a472a4488f37} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 884 | 2025.04.09 20:28:52.403536 [ 258 ] {e248e086-4640-4557-976e-a472a4488f37} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 885 | 2025.04.09 20:28:52.403734 [ 258 ] {e248e086-4640-4557-976e-a472a4488f37} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001615 sec., 29721.362229102167 rows/sec., 2.00 MiB/sec. | ||
| 886 | 2025.04.09 20:28:52.403780 [ 258 ] {e248e086-4640-4557-976e-a472a4488f37} <Debug> TCPHandler: Processed in 0.001796367 sec. | ||
| 887 | 2025.04.09 20:28:54.395637 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 888 | 2025.04.09 20:28:54.396259 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 889 | 2025.04.09 20:28:54.396303 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 890 | 2025.04.09 20:28:54.397035 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 891 | 2025.04.09 20:28:54.397573 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 892 | 2025.04.09 20:28:54.397856 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 893 | 2025.04.09 20:28:54.486885 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 894 | 2025.04.09 20:28:54.505034 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 895 | 2025.04.09 20:28:54.505090 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 896 | 2025.04.09 20:28:54.512002 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 897 | 2025.04.09 20:28:54.513182 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 898 | 2025.04.09 20:28:54.515884 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 899 | 2025.04.09 20:28:57.354257 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2025.04.09 20:28:57.354474 [ 258 ] {8069b06e-3e90-46f2-bf57-f6dc0085b9ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 901 | 2025.04.09 20:28:57.354552 [ 258 ] {8069b06e-3e90-46f2-bf57-f6dc0085b9ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 902 | 2025.04.09 20:28:57.355350 [ 258 ] {8069b06e-3e90-46f2-bf57-f6dc0085b9ee} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2025.04.09 20:28:57.355400 [ 258 ] {8069b06e-3e90-46f2-bf57-f6dc0085b9ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 904 | 2025.04.09 20:28:57.355975 [ 258 ] {8069b06e-3e90-46f2-bf57-f6dc0085b9ee} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 905 | 2025.04.09 20:28:57.356441 [ 258 ] {8069b06e-3e90-46f2-bf57-f6dc0085b9ee} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 906 | 2025.04.09 20:28:57.356676 [ 258 ] {8069b06e-3e90-46f2-bf57-f6dc0085b9ee} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002258 sec., 24800.708591674047 rows/sec., 1.89 MiB/sec. | ||
| 907 | 2025.04.09 20:28:57.356790 [ 258 ] {8069b06e-3e90-46f2-bf57-f6dc0085b9ee} <Debug> TCPHandler: Processed in 0.0026591 sec. | ||
| 908 | 2025.04.09 20:28:57.356954 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2025.04.09 20:28:57.357071 [ 258 ] {2bede4d4-87b4-4ce4-92d9-a90ce7de7f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 910 | 2025.04.09 20:28:57.357120 [ 258 ] {2bede4d4-87b4-4ce4-92d9-a90ce7de7f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 911 | 2025.04.09 20:28:57.357729 [ 258 ] {2bede4d4-87b4-4ce4-92d9-a90ce7de7f78} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 912 | 2025.04.09 20:28:57.357769 [ 258 ] {2bede4d4-87b4-4ce4-92d9-a90ce7de7f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 913 | 2025.04.09 20:28:57.358264 [ 258 ] {2bede4d4-87b4-4ce4-92d9-a90ce7de7f78} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 914 | 2025.04.09 20:28:57.358794 [ 258 ] {2bede4d4-87b4-4ce4-92d9-a90ce7de7f78} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 915 | 2025.04.09 20:28:57.358992 [ 258 ] {2bede4d4-87b4-4ce4-92d9-a90ce7de7f78} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001956 sec., 32719.836400818 rows/sec., 2.55 MiB/sec. | ||
| 916 | 2025.04.09 20:28:57.359039 [ 258 ] {2bede4d4-87b4-4ce4-92d9-a90ce7de7f78} <Debug> TCPHandler: Processed in 0.002137656 sec. | ||
| 917 | 2025.04.09 20:28:57.359179 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 918 | 2025.04.09 20:28:57.359282 [ 258 ] {5c845c99-0f10-4779-8f28-2381901e591a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 919 | 2025.04.09 20:28:57.359333 [ 258 ] {5c845c99-0f10-4779-8f28-2381901e591a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 920 | 2025.04.09 20:28:57.359886 [ 258 ] {5c845c99-0f10-4779-8f28-2381901e591a} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.04.09 20:28:57.359924 [ 258 ] {5c845c99-0f10-4779-8f28-2381901e591a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 922 | 2025.04.09 20:28:57.360412 [ 258 ] {5c845c99-0f10-4779-8f28-2381901e591a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 923 | 2025.04.09 20:28:57.360898 [ 258 ] {5c845c99-0f10-4779-8f28-2381901e591a} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 924 | 2025.04.09 20:28:57.361136 [ 258 ] {5c845c99-0f10-4779-8f28-2381901e591a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001874 sec., 85378.86872998932 rows/sec., 5.95 MiB/sec. | ||
| 925 | 2025.04.09 20:28:57.361300 [ 258 ] {5c845c99-0f10-4779-8f28-2381901e591a} <Debug> TCPHandler: Processed in 0.002167407 sec. | ||
| 926 | 2025.04.09 20:28:57.361439 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 927 | 2025.04.09 20:28:57.361544 [ 258 ] {c8f4488c-265e-420e-9163-526ac5ae687a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 928 | 2025.04.09 20:28:57.361590 [ 258 ] {c8f4488c-265e-420e-9163-526ac5ae687a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 929 | 2025.04.09 20:28:57.362051 [ 258 ] {c8f4488c-265e-420e-9163-526ac5ae687a} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2025.04.09 20:28:57.362089 [ 258 ] {c8f4488c-265e-420e-9163-526ac5ae687a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 931 | 2025.04.09 20:28:57.362625 [ 258 ] {c8f4488c-265e-420e-9163-526ac5ae687a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 932 | 2025.04.09 20:28:57.363216 [ 258 ] {c8f4488c-265e-420e-9163-526ac5ae687a} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 933 | 2025.04.09 20:28:57.363480 [ 258 ] {c8f4488c-265e-420e-9163-526ac5ae687a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001958 sec., 30643.513789581204 rows/sec., 2.07 MiB/sec. | ||
| 934 | 2025.04.09 20:28:57.363534 [ 258 ] {c8f4488c-265e-420e-9163-526ac5ae687a} <Debug> TCPHandler: Processed in 0.002145357 sec. | ||
| 935 | 2025.04.09 20:29:01.816984 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 936 | 2025.04.09 20:29:01.817051 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 937 | 2025.04.09 20:29:01.869591 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 938 | 2025.04.09 20:29:01.873596 [ 242 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 939 | 2025.04.09 20:29:01.873644 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 940 | 2025.04.09 20:29:01.875248 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 941 | 2025.04.09 20:29:01.875782 [ 242 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 942 | 2025.04.09 20:29:01.876296 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 943 | 2025.04.09 20:29:01.898929 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 944 | 2025.04.09 20:29:01.899598 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 945 | 2025.04.09 20:29:01.899649 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 946 | 2025.04.09 20:29:01.900458 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 947 | 2025.04.09 20:29:01.900966 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 948 | 2025.04.09 20:29:01.901181 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 949 | 2025.04.09 20:29:02.016912 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 950 | 2025.04.09 20:29:02.036532 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 951 | 2025.04.09 20:29:02.036603 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 952 | 2025.04.09 20:29:02.043710 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 953 | 2025.04.09 20:29:02.044935 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 954 | 2025.04.09 20:29:02.047957 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 955 | 2025.04.09 20:29:02.348580 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2025.04.09 20:29:02.348826 [ 258 ] {04f011ea-2115-48a4-b031-07ac1d5fa2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 957 | 2025.04.09 20:29:02.349265 [ 258 ] {04f011ea-2115-48a4-b031-07ac1d5fa2fc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 958 | 2025.04.09 20:29:02.349346 [ 258 ] {04f011ea-2115-48a4-b031-07ac1d5fa2fc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 959 | 2025.04.09 20:29:02.349670 [ 258 ] {04f011ea-2115-48a4-b031-07ac1d5fa2fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 960 | 2025.04.09 20:29:02.351955 [ 258 ] {04f011ea-2115-48a4-b031-07ac1d5fa2fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 961 | 2025.04.09 20:29:02.352273 [ 258 ] {04f011ea-2115-48a4-b031-07ac1d5fa2fc} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 962 | 2025.04.09 20:29:02.357430 [ 258 ] {04f011ea-2115-48a4-b031-07ac1d5fa2fc} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 963 | 2025.04.09 20:29:02.359422 [ 258 ] {04f011ea-2115-48a4-b031-07ac1d5fa2fc} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 964 | 2025.04.09 20:29:02.359451 [ 258 ] {04f011ea-2115-48a4-b031-07ac1d5fa2fc} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 965 | 2025.04.09 20:29:02.359582 [ 258 ] {04f011ea-2115-48a4-b031-07ac1d5fa2fc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 966 | 2025.04.09 20:29:02.359609 [ 258 ] {04f011ea-2115-48a4-b031-07ac1d5fa2fc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 967 | 2025.04.09 20:29:02.373532 [ 258 ] {04f011ea-2115-48a4-b031-07ac1d5fa2fc} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.024816 sec., 725.3384912959381 rows/sec., 29.67 KiB/sec. | ||
| 968 | 2025.04.09 20:29:02.373667 [ 258 ] {04f011ea-2115-48a4-b031-07ac1d5fa2fc} <Debug> TCPHandler: Processed in 0.025215323 sec. | ||
| 969 | 2025.04.09 20:29:02.383408 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2025.04.09 20:29:02.383543 [ 258 ] {f412f45b-abaa-4f12-abb3-3136b5a6ab25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 971 | 2025.04.09 20:29:02.383599 [ 258 ] {f412f45b-abaa-4f12-abb3-3136b5a6ab25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 972 | 2025.04.09 20:29:02.384322 [ 258 ] {f412f45b-abaa-4f12-abb3-3136b5a6ab25} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 973 | 2025.04.09 20:29:02.384366 [ 258 ] {f412f45b-abaa-4f12-abb3-3136b5a6ab25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 974 | 2025.04.09 20:29:02.384982 [ 258 ] {f412f45b-abaa-4f12-abb3-3136b5a6ab25} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 975 | 2025.04.09 20:29:02.385445 [ 258 ] {f412f45b-abaa-4f12-abb3-3136b5a6ab25} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 976 | 2025.04.09 20:29:02.385655 [ 258 ] {f412f45b-abaa-4f12-abb3-3136b5a6ab25} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002153 sec., 464.4681839294008 rows/sec., 69.40 KiB/sec. | ||
| 977 | 2025.04.09 20:29:02.385708 [ 258 ] {f412f45b-abaa-4f12-abb3-3136b5a6ab25} <Debug> TCPHandler: Processed in 0.002370762 sec. | ||
| 978 | 2025.04.09 20:29:02.385824 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 979 | 2025.04.09 20:29:02.385927 [ 258 ] {ef45489e-6585-4718-b802-608c0ade7e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 980 | 2025.04.09 20:29:02.385972 [ 258 ] {ef45489e-6585-4718-b802-608c0ade7e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 981 | 2025.04.09 20:29:02.386532 [ 258 ] {ef45489e-6585-4718-b802-608c0ade7e0d} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 982 | 2025.04.09 20:29:02.386571 [ 258 ] {ef45489e-6585-4718-b802-608c0ade7e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 983 | 2025.04.09 20:29:02.387057 [ 258 ] {ef45489e-6585-4718-b802-608c0ade7e0d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 984 | 2025.04.09 20:29:02.387656 [ 258 ] {ef45489e-6585-4718-b802-608c0ade7e0d} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 985 | 2025.04.09 20:29:02.387858 [ 258 ] {ef45489e-6585-4718-b802-608c0ade7e0d} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001952 sec., 36885.24590163935 rows/sec., 2.98 MiB/sec. | ||
| 986 | 2025.04.09 20:29:02.387905 [ 258 ] {ef45489e-6585-4718-b802-608c0ade7e0d} <Debug> TCPHandler: Processed in 0.002133316 sec. | ||
| 987 | 2025.04.09 20:29:02.388031 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 988 | 2025.04.09 20:29:02.388135 [ 258 ] {7c2a2fdc-f493-498b-9057-a20916d97a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 989 | 2025.04.09 20:29:02.388179 [ 258 ] {7c2a2fdc-f493-498b-9057-a20916d97a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 990 | 2025.04.09 20:29:02.388744 [ 258 ] {7c2a2fdc-f493-498b-9057-a20916d97a01} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 991 | 2025.04.09 20:29:02.388780 [ 258 ] {7c2a2fdc-f493-498b-9057-a20916d97a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 992 | 2025.04.09 20:29:02.389258 [ 258 ] {7c2a2fdc-f493-498b-9057-a20916d97a01} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 993 | 2025.04.09 20:29:02.389932 [ 258 ] {7c2a2fdc-f493-498b-9057-a20916d97a01} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 994 | 2025.04.09 20:29:02.390141 [ 258 ] {7c2a2fdc-f493-498b-9057-a20916d97a01} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002026 sec., 3948.6673247778876 rows/sec., 296.92 KiB/sec. | ||
| 995 | 2025.04.09 20:29:02.390192 [ 258 ] {7c2a2fdc-f493-498b-9057-a20916d97a01} <Debug> TCPHandler: Processed in 0.002210638 sec. | ||
| 996 | 2025.04.09 20:29:02.390354 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 997 | 2025.04.09 20:29:02.390467 [ 258 ] {92a32421-4708-49b8-9934-1a00c876616b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 998 | 2025.04.09 20:29:02.390514 [ 258 ] {92a32421-4708-49b8-9934-1a00c876616b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 999 | 2025.04.09 20:29:02.391078 [ 258 ] {92a32421-4708-49b8-9934-1a00c876616b} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1000 | 2025.04.09 20:29:02.391117 [ 258 ] {92a32421-4708-49b8-9934-1a00c876616b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1001 | 2025.04.09 20:29:02.391622 [ 258 ] {92a32421-4708-49b8-9934-1a00c876616b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1002 | 2025.04.09 20:29:02.392076 [ 258 ] {92a32421-4708-49b8-9934-1a00c876616b} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1003 | 2025.04.09 20:29:02.392274 [ 258 ] {92a32421-4708-49b8-9934-1a00c876616b} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001835 sec., 39237.05722070845 rows/sec., 3.06 MiB/sec. | ||
| 1004 | 2025.04.09 20:29:02.392322 [ 258 ] {92a32421-4708-49b8-9934-1a00c876616b} <Debug> TCPHandler: Processed in 0.002026543 sec. | ||
| 1005 | 2025.04.09 20:29:02.392463 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1006 | 2025.04.09 20:29:02.392603 [ 258 ] {62498bbe-ec3c-4cf1-88af-d961f8661716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1007 | 2025.04.09 20:29:02.392671 [ 258 ] {62498bbe-ec3c-4cf1-88af-d961f8661716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1008 | 2025.04.09 20:29:02.393246 [ 258 ] {62498bbe-ec3c-4cf1-88af-d961f8661716} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1009 | 2025.04.09 20:29:02.393285 [ 258 ] {62498bbe-ec3c-4cf1-88af-d961f8661716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1010 | 2025.04.09 20:29:02.393773 [ 258 ] {62498bbe-ec3c-4cf1-88af-d961f8661716} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1011 | 2025.04.09 20:29:02.394255 [ 258 ] {62498bbe-ec3c-4cf1-88af-d961f8661716} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1012 | 2025.04.09 20:29:02.394466 [ 258 ] {62498bbe-ec3c-4cf1-88af-d961f8661716} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001894 sec., 84477.29672650475 rows/sec., 5.88 MiB/sec. | ||
| 1013 | 2025.04.09 20:29:02.394516 [ 258 ] {62498bbe-ec3c-4cf1-88af-d961f8661716} <Debug> TCPHandler: Processed in 0.002120525 sec. | ||
| 1014 | 2025.04.09 20:29:02.394666 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1015 | 2025.04.09 20:29:02.394808 [ 258 ] {d5b1a99c-40f8-4741-8bd2-f08872327f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1016 | 2025.04.09 20:29:02.394903 [ 258 ] {d5b1a99c-40f8-4741-8bd2-f08872327f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1017 | 2025.04.09 20:29:02.395951 [ 258 ] {d5b1a99c-40f8-4741-8bd2-f08872327f49} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1018 | 2025.04.09 20:29:02.395991 [ 258 ] {d5b1a99c-40f8-4741-8bd2-f08872327f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1019 | 2025.04.09 20:29:02.398807 [ 258 ] {d5b1a99c-40f8-4741-8bd2-f08872327f49} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1020 | 2025.04.09 20:29:02.399312 [ 258 ] {d5b1a99c-40f8-4741-8bd2-f08872327f49} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1021 | 2025.04.09 20:29:02.399555 [ 258 ] {d5b1a99c-40f8-4741-8bd2-f08872327f49} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004774 sec., 1675.7436112274822 rows/sec., 3.00 MiB/sec. | ||
| 1022 | 2025.04.09 20:29:02.399663 [ 258 ] {d5b1a99c-40f8-4741-8bd2-f08872327f49} <Debug> TCPHandler: Processed in 0.005063873 sec. | ||
| 1023 | 2025.04.09 20:29:02.399795 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1024 | 2025.04.09 20:29:02.399910 [ 258 ] {b57a1e50-94eb-4f58-be84-17235eac171e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1025 | 2025.04.09 20:29:02.399960 [ 258 ] {b57a1e50-94eb-4f58-be84-17235eac171e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1026 | 2025.04.09 20:29:02.400402 [ 258 ] {b57a1e50-94eb-4f58-be84-17235eac171e} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1027 | 2025.04.09 20:29:02.400440 [ 258 ] {b57a1e50-94eb-4f58-be84-17235eac171e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1028 | 2025.04.09 20:29:02.400888 [ 258 ] {b57a1e50-94eb-4f58-be84-17235eac171e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1029 | 2025.04.09 20:29:02.401395 [ 258 ] {b57a1e50-94eb-4f58-be84-17235eac171e} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1030 | 2025.04.09 20:29:02.401606 [ 258 ] {b57a1e50-94eb-4f58-be84-17235eac171e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001719 sec., 34904.01396160558 rows/sec., 2.35 MiB/sec. | ||
| 1031 | 2025.04.09 20:29:02.401655 [ 258 ] {b57a1e50-94eb-4f58-be84-17235eac171e} <Debug> TCPHandler: Processed in 0.00191223 sec. | ||
| 1032 | 2025.04.09 20:29:07.354260 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1033 | 2025.04.09 20:29:07.354460 [ 258 ] {7c6ee2a0-ceda-43dd-9e74-a7625250b97c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1034 | 2025.04.09 20:29:07.354534 [ 258 ] {7c6ee2a0-ceda-43dd-9e74-a7625250b97c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1035 | 2025.04.09 20:29:07.355359 [ 258 ] {7c6ee2a0-ceda-43dd-9e74-a7625250b97c} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1036 | 2025.04.09 20:29:07.355409 [ 258 ] {7c6ee2a0-ceda-43dd-9e74-a7625250b97c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1037 | 2025.04.09 20:29:07.355852 [ 258 ] {7c6ee2a0-ceda-43dd-9e74-a7625250b97c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1038 | 2025.04.09 20:29:07.356114 [ 258 ] {7c6ee2a0-ceda-43dd-9e74-a7625250b97c} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1039 | 2025.04.09 20:29:07.356348 [ 258 ] {7c6ee2a0-ceda-43dd-9e74-a7625250b97c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001938 sec., 28895.768833849328 rows/sec., 2.21 MiB/sec. | ||
| 1040 | 2025.04.09 20:29:07.356441 [ 258 ] {7c6ee2a0-ceda-43dd-9e74-a7625250b97c} <Debug> TCPHandler: Processed in 0.002314521 sec. | ||
| 1041 | 2025.04.09 20:29:07.356589 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1042 | 2025.04.09 20:29:07.356705 [ 258 ] {5d6c4e4c-ce3e-4dd2-899a-d537727425bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1043 | 2025.04.09 20:29:07.356755 [ 258 ] {5d6c4e4c-ce3e-4dd2-899a-d537727425bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1044 | 2025.04.09 20:29:07.357301 [ 258 ] {5d6c4e4c-ce3e-4dd2-899a-d537727425bc} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1045 | 2025.04.09 20:29:07.357342 [ 258 ] {5d6c4e4c-ce3e-4dd2-899a-d537727425bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1046 | 2025.04.09 20:29:07.357704 [ 258 ] {5d6c4e4c-ce3e-4dd2-899a-d537727425bc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1047 | 2025.04.09 20:29:07.357962 [ 258 ] {5d6c4e4c-ce3e-4dd2-899a-d537727425bc} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1048 | 2025.04.09 20:29:07.358188 [ 258 ] {5d6c4e4c-ce3e-4dd2-899a-d537727425bc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001508 sec., 42440.31830238727 rows/sec., 3.31 MiB/sec. | ||
| 1049 | 2025.04.09 20:29:07.358259 [ 258 ] {5d6c4e4c-ce3e-4dd2-899a-d537727425bc} <Debug> TCPHandler: Processed in 0.001726706 sec. | ||
| 1050 | 2025.04.09 20:29:07.358395 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1051 | 2025.04.09 20:29:07.358507 [ 258 ] {7a5f7d64-dbbd-493c-957e-a345a43f0a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1052 | 2025.04.09 20:29:07.358559 [ 258 ] {7a5f7d64-dbbd-493c-957e-a345a43f0a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1053 | 2025.04.09 20:29:07.359103 [ 258 ] {7a5f7d64-dbbd-493c-957e-a345a43f0a03} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1054 | 2025.04.09 20:29:07.359141 [ 258 ] {7a5f7d64-dbbd-493c-957e-a345a43f0a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1055 | 2025.04.09 20:29:07.359574 [ 258 ] {7a5f7d64-dbbd-493c-957e-a345a43f0a03} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1056 | 2025.04.09 20:29:07.359832 [ 258 ] {7a5f7d64-dbbd-493c-957e-a345a43f0a03} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1057 | 2025.04.09 20:29:07.360068 [ 258 ] {7a5f7d64-dbbd-493c-957e-a345a43f0a03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 1058 | 2025.04.09 20:29:07.360122 [ 258 ] {7a5f7d64-dbbd-493c-957e-a345a43f0a03} <Debug> TCPHandler: Processed in 0.001778997 sec. | ||
| 1059 | 2025.04.09 20:29:07.360246 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1060 | 2025.04.09 20:29:07.360352 [ 258 ] {a6c5098a-0b7d-4db9-a847-7bb4dd734f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1061 | 2025.04.09 20:29:07.360401 [ 258 ] {a6c5098a-0b7d-4db9-a847-7bb4dd734f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1062 | 2025.04.09 20:29:07.360840 [ 258 ] {a6c5098a-0b7d-4db9-a847-7bb4dd734f01} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1063 | 2025.04.09 20:29:07.360880 [ 258 ] {a6c5098a-0b7d-4db9-a847-7bb4dd734f01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1064 | 2025.04.09 20:29:07.361249 [ 258 ] {a6c5098a-0b7d-4db9-a847-7bb4dd734f01} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1065 | 2025.04.09 20:29:07.361497 [ 258 ] {a6c5098a-0b7d-4db9-a847-7bb4dd734f01} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1066 | 2025.04.09 20:29:07.361743 [ 258 ] {a6c5098a-0b7d-4db9-a847-7bb4dd734f01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
| 1067 | 2025.04.09 20:29:07.361871 [ 258 ] {a6c5098a-0b7d-4db9-a847-7bb4dd734f01} <Debug> TCPHandler: Processed in 0.001673904 sec. | ||
| 1068 | 2025.04.09 20:29:09.402253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1069 | 2025.04.09 20:29:09.403065 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1070 | 2025.04.09 20:29:09.403131 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1071 | 2025.04.09 20:29:09.403793 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1072 | 2025.04.09 20:29:09.404156 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1073 | 2025.04.09 20:29:09.404427 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1074 | 2025.04.09 20:29:09.548966 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1075 | 2025.04.09 20:29:09.569270 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1076 | 2025.04.09 20:29:09.569341 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1077 | 2025.04.09 20:29:09.576599 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1078 | 2025.04.09 20:29:09.577388 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1079 | 2025.04.09 20:29:09.580842 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1080 | 2025.04.09 20:29:11.877449 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 166 | ||
| 1081 | 2025.04.09 20:29:11.880251 [ 242 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1082 | 2025.04.09 20:29:11.880305 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1083 | 2025.04.09 20:29:11.881813 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1084 | 2025.04.09 20:29:11.882138 [ 242 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1085 | 2025.04.09 20:29:11.882822 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166 | ||
| 1086 | 2025.04.09 20:29:12.354056 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1087 | 2025.04.09 20:29:12.354249 [ 258 ] {cb3a9f5e-b5e0-4ec1-b428-08477dcfc926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1088 | 2025.04.09 20:29:12.354326 [ 258 ] {cb3a9f5e-b5e0-4ec1-b428-08477dcfc926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1089 | 2025.04.09 20:29:12.355118 [ 258 ] {cb3a9f5e-b5e0-4ec1-b428-08477dcfc926} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1090 | 2025.04.09 20:29:12.355173 [ 258 ] {cb3a9f5e-b5e0-4ec1-b428-08477dcfc926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1091 | 2025.04.09 20:29:12.356246 [ 258 ] {cb3a9f5e-b5e0-4ec1-b428-08477dcfc926} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1092 | 2025.04.09 20:29:12.356534 [ 258 ] {cb3a9f5e-b5e0-4ec1-b428-08477dcfc926} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1093 | 2025.04.09 20:29:12.356772 [ 258 ] {cb3a9f5e-b5e0-4ec1-b428-08477dcfc926} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002575 sec., 27961.165048543688 rows/sec., 2.26 MiB/sec. | ||
| 1094 | 2025.04.09 20:29:12.356840 [ 258 ] {cb3a9f5e-b5e0-4ec1-b428-08477dcfc926} <Debug> TCPHandler: Processed in 0.002920527 sec. | ||
| 1095 | 2025.04.09 20:29:12.357015 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1096 | 2025.04.09 20:29:12.357134 [ 258 ] {903d0cfc-65cf-4dca-9b71-b944700fb967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1097 | 2025.04.09 20:29:12.357186 [ 258 ] {903d0cfc-65cf-4dca-9b71-b944700fb967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1098 | 2025.04.09 20:29:12.357789 [ 258 ] {903d0cfc-65cf-4dca-9b71-b944700fb967} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1099 | 2025.04.09 20:29:12.357834 [ 258 ] {903d0cfc-65cf-4dca-9b71-b944700fb967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1100 | 2025.04.09 20:29:12.358226 [ 258 ] {903d0cfc-65cf-4dca-9b71-b944700fb967} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1101 | 2025.04.09 20:29:12.358495 [ 258 ] {903d0cfc-65cf-4dca-9b71-b944700fb967} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1102 | 2025.04.09 20:29:12.358721 [ 258 ] {903d0cfc-65cf-4dca-9b71-b944700fb967} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001606 sec., 4981.3200498132 rows/sec., 374.57 KiB/sec. | ||
| 1103 | 2025.04.09 20:29:12.358874 [ 258 ] {903d0cfc-65cf-4dca-9b71-b944700fb967} <Debug> TCPHandler: Processed in 0.001911471 sec. | ||
| 1104 | 2025.04.09 20:29:12.359012 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1105 | 2025.04.09 20:29:12.359126 [ 258 ] {37b3be46-a8b2-4f0e-87c8-18e60b36617b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1106 | 2025.04.09 20:29:12.359182 [ 258 ] {37b3be46-a8b2-4f0e-87c8-18e60b36617b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1107 | 2025.04.09 20:29:12.359761 [ 258 ] {37b3be46-a8b2-4f0e-87c8-18e60b36617b} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1108 | 2025.04.09 20:29:12.359803 [ 258 ] {37b3be46-a8b2-4f0e-87c8-18e60b36617b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1109 | 2025.04.09 20:29:12.360168 [ 258 ] {37b3be46-a8b2-4f0e-87c8-18e60b36617b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1110 | 2025.04.09 20:29:12.360410 [ 258 ] {37b3be46-a8b2-4f0e-87c8-18e60b36617b} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1111 | 2025.04.09 20:29:12.360626 [ 258 ] {37b3be46-a8b2-4f0e-87c8-18e60b36617b} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001526 sec., 47182.17562254259 rows/sec., 3.68 MiB/sec. | ||
| 1112 | 2025.04.09 20:29:12.360694 [ 258 ] {37b3be46-a8b2-4f0e-87c8-18e60b36617b} <Debug> TCPHandler: Processed in 0.001732955 sec. | ||
| 1113 | 2025.04.09 20:29:12.360834 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1114 | 2025.04.09 20:29:12.360952 [ 258 ] {2af16475-069d-447c-aa48-73b13d7b9294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1115 | 2025.04.09 20:29:12.361014 [ 258 ] {2af16475-069d-447c-aa48-73b13d7b9294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1116 | 2025.04.09 20:29:12.361599 [ 258 ] {2af16475-069d-447c-aa48-73b13d7b9294} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1117 | 2025.04.09 20:29:12.361640 [ 258 ] {2af16475-069d-447c-aa48-73b13d7b9294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1118 | 2025.04.09 20:29:12.362161 [ 258 ] {2af16475-069d-447c-aa48-73b13d7b9294} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1119 | 2025.04.09 20:29:12.362546 [ 258 ] {2af16475-069d-447c-aa48-73b13d7b9294} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1120 | 2025.04.09 20:29:12.362818 [ 258 ] {2af16475-069d-447c-aa48-73b13d7b9294} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001891 sec., 84611.31676361713 rows/sec., 5.89 MiB/sec. | ||
| 1121 | 2025.04.09 20:29:12.362895 [ 258 ] {2af16475-069d-447c-aa48-73b13d7b9294} <Debug> TCPHandler: Processed in 0.002119055 sec. | ||
| 1122 | 2025.04.09 20:29:12.363052 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1123 | 2025.04.09 20:29:12.363183 [ 258 ] {1c6333d5-b349-4893-befa-b3a1727e9dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1124 | 2025.04.09 20:29:12.363272 [ 258 ] {1c6333d5-b349-4893-befa-b3a1727e9dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1125 | 2025.04.09 20:29:12.364764 [ 258 ] {1c6333d5-b349-4893-befa-b3a1727e9dac} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1126 | 2025.04.09 20:29:12.364809 [ 258 ] {1c6333d5-b349-4893-befa-b3a1727e9dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1127 | 2025.04.09 20:29:12.365633 [ 258 ] {1c6333d5-b349-4893-befa-b3a1727e9dac} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1128 | 2025.04.09 20:29:12.365910 [ 258 ] {1c6333d5-b349-4893-befa-b3a1727e9dac} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1129 | 2025.04.09 20:29:12.366167 [ 258 ] {1c6333d5-b349-4893-befa-b3a1727e9dac} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003011 sec., 2656.924609764198 rows/sec., 4.76 MiB/sec. | ||
| 1130 | 2025.04.09 20:29:12.366287 [ 258 ] {1c6333d5-b349-4893-befa-b3a1727e9dac} <Debug> TCPHandler: Processed in 0.003300847 sec. | ||
| 1131 | 2025.04.09 20:29:12.366420 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1132 | 2025.04.09 20:29:12.366530 [ 258 ] {a39c2126-32e9-4b67-a39f-fba16c563289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1133 | 2025.04.09 20:29:12.366578 [ 258 ] {a39c2126-32e9-4b67-a39f-fba16c563289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1134 | 2025.04.09 20:29:12.367036 [ 258 ] {a39c2126-32e9-4b67-a39f-fba16c563289} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1135 | 2025.04.09 20:29:12.367083 [ 258 ] {a39c2126-32e9-4b67-a39f-fba16c563289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1136 | 2025.04.09 20:29:12.367474 [ 258 ] {a39c2126-32e9-4b67-a39f-fba16c563289} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1137 | 2025.04.09 20:29:12.367747 [ 258 ] {a39c2126-32e9-4b67-a39f-fba16c563289} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1138 | 2025.04.09 20:29:12.367972 [ 258 ] {a39c2126-32e9-4b67-a39f-fba16c563289} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. | ||
| 1139 | 2025.04.09 20:29:12.368036 [ 258 ] {a39c2126-32e9-4b67-a39f-fba16c563289} <Debug> TCPHandler: Processed in 0.001668554 sec. | ||
| 1140 | 2025.04.09 20:29:16.817097 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1141 | 2025.04.09 20:29:16.817163 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1142 | 2025.04.09 20:29:16.905433 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1143 | 2025.04.09 20:29:16.906046 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1144 | 2025.04.09 20:29:16.906100 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1145 | 2025.04.09 20:29:16.906753 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1146 | 2025.04.09 20:29:16.907017 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1147 | 2025.04.09 20:29:16.907218 [ 139 ] {} <Debug> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1148 | 2025.04.09 20:29:16.907302 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1149 | 2025.04.09 20:29:16.907331 [ 139 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1150 | 2025.04.09 20:29:16.907362 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1151 | 2025.04.09 20:29:16.911473 [ 187 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1152 | 2025.04.09 20:29:16.917593 [ 187 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1153 | 2025.04.09 20:29:16.917706 [ 187 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 1154 | 2025.04.09 20:29:16.917836 [ 187 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 1155 | 2025.04.09 20:29:16.918078 [ 187 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 1156 | 2025.04.09 20:29:16.918291 [ 187 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1157 | 2025.04.09 20:29:16.918437 [ 187 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1158 | 2025.04.09 20:29:16.918634 [ 187 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1159 | 2025.04.09 20:29:16.964178 [ 190 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.056735801 sec., 49457.30826995815 rows/sec., 724.47 KiB/sec. | ||
| 1160 | 2025.04.09 20:29:16.965042 [ 189 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1161 | 2025.04.09 20:29:16.965446 [ 189 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_6_1} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1162 | 2025.04.09 20:29:16.965553 [ 189 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_6_1} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1163 | 2025.04.09 20:29:16.965703 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1164 | 2025.04.09 20:29:17.001156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.65 MiB, peak 164.96 MiB, free memory in arenas 0.00 B, will set to 159.91 MiB (RSS), difference: 1.26 MiB | ||
| 1165 | 2025.04.09 20:29:17.081799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1166 | 2025.04.09 20:29:17.102420 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1167 | 2025.04.09 20:29:17.102507 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1168 | 2025.04.09 20:29:17.109343 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1169 | 2025.04.09 20:29:17.110101 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1170 | 2025.04.09 20:29:17.110486 [ 137 ] {} <Debug> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1171 | 2025.04.09 20:29:17.110633 [ 137 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1172 | 2025.04.09 20:29:17.110701 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1173 | 2025.04.09 20:29:17.111301 [ 189 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1174 | 2025.04.09 20:29:17.125640 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1175 | 2025.04.09 20:29:17.127466 [ 189 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1176 | 2025.04.09 20:29:17.129113 [ 189 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 1177 | 2025.04.09 20:29:17.134479 [ 189 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 1178 | 2025.04.09 20:29:17.139529 [ 189 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part | ||
| 1179 | 2025.04.09 20:29:17.144487 [ 189 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 1180 | 2025.04.09 20:29:17.162120 [ 189 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
| 1181 | 2025.04.09 20:29:17.166385 [ 189 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
| 1182 | 2025.04.09 20:29:17.235529 [ 190 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.124660225 sec., 369.00302401989086 rows/sec., 1.91 MiB/sec. | ||
| 1183 | 2025.04.09 20:29:17.238462 [ 188 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1184 | 2025.04.09 20:29:17.241569 [ 188 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_6_1} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1185 | 2025.04.09 20:29:17.241699 [ 188 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_6_1} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1186 | 2025.04.09 20:29:17.244128 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1187 | 2025.04.09 20:29:17.354579 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1188 | 2025.04.09 20:29:17.354774 [ 258 ] {e57a0685-4d0d-45b6-a47b-5b278bc5752b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1189 | 2025.04.09 20:29:17.354851 [ 258 ] {e57a0685-4d0d-45b6-a47b-5b278bc5752b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1190 | 2025.04.09 20:29:17.355669 [ 258 ] {e57a0685-4d0d-45b6-a47b-5b278bc5752b} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1191 | 2025.04.09 20:29:17.355720 [ 258 ] {e57a0685-4d0d-45b6-a47b-5b278bc5752b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1192 | 2025.04.09 20:29:17.356186 [ 258 ] {e57a0685-4d0d-45b6-a47b-5b278bc5752b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1193 | 2025.04.09 20:29:17.356490 [ 258 ] {e57a0685-4d0d-45b6-a47b-5b278bc5752b} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1194 | 2025.04.09 20:29:17.356689 [ 137 ] {} <Debug> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1195 | 2025.04.09 20:29:17.356756 [ 258 ] {e57a0685-4d0d-45b6-a47b-5b278bc5752b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00203 sec., 27586.20689655172 rows/sec., 2.11 MiB/sec. | ||
| 1196 | 2025.04.09 20:29:17.356766 [ 137 ] {} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1197 | 2025.04.09 20:29:17.356838 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1198 | 2025.04.09 20:29:17.356897 [ 258 ] {e57a0685-4d0d-45b6-a47b-5b278bc5752b} <Debug> TCPHandler: Processed in 0.002449244 sec. | ||
| 1199 | 2025.04.09 20:29:17.357026 [ 202 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1200 | 2025.04.09 20:29:17.357066 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2025.04.09 20:29:17.357142 [ 202 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1202 | 2025.04.09 20:29:17.357178 [ 202 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1203 | 2025.04.09 20:29:17.357195 [ 258 ] {40b617cf-e273-4e1e-83d9-ec8c97d9b018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1204 | 2025.04.09 20:29:17.357252 [ 258 ] {40b617cf-e273-4e1e-83d9-ec8c97d9b018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1205 | 2025.04.09 20:29:17.357345 [ 202 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1206 | 2025.04.09 20:29:17.357785 [ 202 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part | ||
| 1207 | 2025.04.09 20:29:17.358060 [ 202 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1208 | 2025.04.09 20:29:17.358433 [ 202 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1209 | 2025.04.09 20:29:17.358794 [ 202 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1210 | 2025.04.09 20:29:17.359852 [ 258 ] {40b617cf-e273-4e1e-83d9-ec8c97d9b018} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1211 | 2025.04.09 20:29:17.359897 [ 258 ] {40b617cf-e273-4e1e-83d9-ec8c97d9b018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1212 | 2025.04.09 20:29:17.360563 [ 258 ] {40b617cf-e273-4e1e-83d9-ec8c97d9b018} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1213 | 2025.04.09 20:29:17.360766 [ 190 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 5 columns (5 merged, 0 gathered) in 0.003819231 sec., 96354.47554756442 rows/sec., 7.89 MiB/sec. | ||
| 1214 | 2025.04.09 20:29:17.360906 [ 258 ] {40b617cf-e273-4e1e-83d9-ec8c97d9b018} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2025.04.09 20:29:17.360959 [ 198 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1216 | 2025.04.09 20:29:17.361143 [ 137 ] {} <Debug> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1217 | 2025.04.09 20:29:17.361257 [ 137 ] {} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1218 | 2025.04.09 20:29:17.361348 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1219 | 2025.04.09 20:29:17.361345 [ 258 ] {40b617cf-e273-4e1e-83d9-ec8c97d9b018} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004158 sec., 15392.015392015392 rows/sec., 1.20 MiB/sec. | ||
| 1220 | 2025.04.09 20:29:17.361817 [ 258 ] {40b617cf-e273-4e1e-83d9-ec8c97d9b018} <Debug> TCPHandler: Processed in 0.004811397 sec. | ||
| 1221 | 2025.04.09 20:29:17.361938 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1222 | 2025.04.09 20:29:17.362070 [ 198 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_6_1} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1223 | 2025.04.09 20:29:17.362306 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1224 | 2025.04.09 20:29:17.362381 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1225 | 2025.04.09 20:29:17.362391 [ 198 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_6_1} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1226 | 2025.04.09 20:29:17.362435 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
| 1227 | 2025.04.09 20:29:17.362525 [ 258 ] {dee4f900-d1a9-4d66-a343-a057c5bba8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1228 | 2025.04.09 20:29:17.362559 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1229 | 2025.04.09 20:29:17.362785 [ 258 ] {dee4f900-d1a9-4d66-a343-a057c5bba8cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1230 | 2025.04.09 20:29:17.362795 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
| 1231 | 2025.04.09 20:29:17.363135 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part | ||
| 1232 | 2025.04.09 20:29:17.363489 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1233 | 2025.04.09 20:29:17.363830 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1234 | 2025.04.09 20:29:17.364180 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1235 | 2025.04.09 20:29:17.365140 [ 258 ] {dee4f900-d1a9-4d66-a343-a057c5bba8cb} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1236 | 2025.04.09 20:29:17.365189 [ 258 ] {dee4f900-d1a9-4d66-a343-a057c5bba8cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1237 | 2025.04.09 20:29:17.365786 [ 258 ] {dee4f900-d1a9-4d66-a343-a057c5bba8cb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1238 | 2025.04.09 20:29:17.365868 [ 198 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 400 rows, containing 5 columns (5 merged, 0 gathered) in 0.004408506 sec., 90733.68619663894 rows/sec., 7.43 MiB/sec. | ||
| 1239 | 2025.04.09 20:29:17.366006 [ 198 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1240 | 2025.04.09 20:29:17.366093 [ 258 ] {dee4f900-d1a9-4d66-a343-a057c5bba8cb} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1241 | 2025.04.09 20:29:17.366339 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1242 | 2025.04.09 20:29:17.366448 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1243 | 2025.04.09 20:29:17.366506 [ 258 ] {dee4f900-d1a9-4d66-a343-a057c5bba8cb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004043 sec., 39574.57333663122 rows/sec., 2.76 MiB/sec. | ||
| 1244 | 2025.04.09 20:29:17.366517 [ 198 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_6_1} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1245 | 2025.04.09 20:29:17.366520 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1246 | 2025.04.09 20:29:17.366858 [ 258 ] {dee4f900-d1a9-4d66-a343-a057c5bba8cb} <Debug> TCPHandler: Processed in 0.004690473 sec. | ||
| 1247 | 2025.04.09 20:29:17.366903 [ 198 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_6_1} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1248 | 2025.04.09 20:29:17.367373 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1249 | 2025.04.09 20:29:17.367422 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1250 | 2025.04.09 20:29:17.367426 [ 198 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1251 | 2025.04.09 20:29:17.367561 [ 198 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1252 | 2025.04.09 20:29:17.367565 [ 258 ] {3289c78f-402c-436b-931a-c1429e311da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1253 | 2025.04.09 20:29:17.367596 [ 198 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part | ||
| 1254 | 2025.04.09 20:29:17.367626 [ 258 ] {3289c78f-402c-436b-931a-c1429e311da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1255 | 2025.04.09 20:29:17.367843 [ 198 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
| 1256 | 2025.04.09 20:29:17.368216 [ 198 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part | ||
| 1257 | 2025.04.09 20:29:17.368557 [ 198 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
| 1258 | 2025.04.09 20:29:17.368921 [ 198 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1259 | 2025.04.09 20:29:17.369238 [ 198 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1260 | 2025.04.09 20:29:17.369947 [ 258 ] {3289c78f-402c-436b-931a-c1429e311da3} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1261 | 2025.04.09 20:29:17.369991 [ 258 ] {3289c78f-402c-436b-931a-c1429e311da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1262 | 2025.04.09 20:29:17.370535 [ 258 ] {3289c78f-402c-436b-931a-c1429e311da3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1263 | 2025.04.09 20:29:17.370858 [ 258 ] {3289c78f-402c-436b-931a-c1429e311da3} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1264 | 2025.04.09 20:29:17.371079 [ 137 ] {} <Debug> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1265 | 2025.04.09 20:29:17.371208 [ 137 ] {} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2025.04.09 20:29:17.371261 [ 258 ] {3289c78f-402c-436b-931a-c1429e311da3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003713 sec., 16159.439806086722 rows/sec., 1.09 MiB/sec. | ||
| 1267 | 2025.04.09 20:29:17.371294 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1268 | 2025.04.09 20:29:17.371685 [ 258 ] {3289c78f-402c-436b-931a-c1429e311da3} <Debug> TCPHandler: Processed in 0.004365415 sec. | ||
| 1269 | 2025.04.09 20:29:17.372123 [ 193 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1270 | 2025.04.09 20:29:17.372235 [ 202 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 928 rows, containing 5 columns (5 merged, 0 gathered) in 0.005460374 sec., 169951.72858122905 rows/sec., 11.84 MiB/sec. | ||
| 1271 | 2025.04.09 20:29:17.372374 [ 193 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1272 | 2025.04.09 20:29:17.372446 [ 193 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part | ||
| 1273 | 2025.04.09 20:29:17.372484 [ 202 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1274 | 2025.04.09 20:29:17.372737 [ 193 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 1275 | 2025.04.09 20:29:17.372938 [ 193 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
| 1276 | 2025.04.09 20:29:17.373238 [ 193 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 1277 | 2025.04.09 20:29:17.373417 [ 193 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1278 | 2025.04.09 20:29:17.373661 [ 202 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1279 | 2025.04.09 20:29:17.373722 [ 193 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1280 | 2025.04.09 20:29:17.374034 [ 202 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1281 | 2025.04.09 20:29:17.374233 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 1282 | 2025.04.09 20:29:17.375169 [ 202 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.003593544 sec., 96840.3336650393 rows/sec., 6.53 MiB/sec. | ||
| 1283 | 2025.04.09 20:29:17.375392 [ 200 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1284 | 2025.04.09 20:29:17.375738 [ 200 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_6_1} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1285 | 2025.04.09 20:29:17.375827 [ 200 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_6_1} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1286 | 2025.04.09 20:29:17.375923 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1287 | 2025.04.09 20:29:17.778696 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1288 | 2025.04.09 20:29:17.778977 [ 258 ] {f7f8ee10-6263-4e73-b7c4-c2858b8b41ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1289 | 2025.04.09 20:29:17.779403 [ 258 ] {f7f8ee10-6263-4e73-b7c4-c2858b8b41ea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1290 | 2025.04.09 20:29:17.779453 [ 258 ] {f7f8ee10-6263-4e73-b7c4-c2858b8b41ea} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1291 | 2025.04.09 20:29:17.779768 [ 258 ] {f7f8ee10-6263-4e73-b7c4-c2858b8b41ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1292 | 2025.04.09 20:29:17.779862 [ 258 ] {f7f8ee10-6263-4e73-b7c4-c2858b8b41ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1293 | 2025.04.09 20:29:17.780041 [ 258 ] {f7f8ee10-6263-4e73-b7c4-c2858b8b41ea} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1294 | 2025.04.09 20:29:17.780258 [ 286 ] {f7f8ee10-6263-4e73-b7c4-c2858b8b41ea} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1295 | 2025.04.09 20:29:17.780333 [ 287 ] {f7f8ee10-6263-4e73-b7c4-c2858b8b41ea} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1296 | 2025.04.09 20:29:17.780462 [ 258 ] {f7f8ee10-6263-4e73-b7c4-c2858b8b41ea} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1297 | 2025.04.09 20:29:17.780498 [ 258 ] {f7f8ee10-6263-4e73-b7c4-c2858b8b41ea} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1298 | 2025.04.09 20:29:17.780559 [ 258 ] {f7f8ee10-6263-4e73-b7c4-c2858b8b41ea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1299 | 2025.04.09 20:29:17.780588 [ 258 ] {f7f8ee10-6263-4e73-b7c4-c2858b8b41ea} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1300 | 2025.04.09 20:29:17.781373 [ 258 ] {f7f8ee10-6263-4e73-b7c4-c2858b8b41ea} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002513 sec., 7162.7536808595305 rows/sec., 293.01 KiB/sec. | ||
| 1301 | 2025.04.09 20:29:17.781504 [ 258 ] {f7f8ee10-6263-4e73-b7c4-c2858b8b41ea} <Debug> TCPHandler: Processed in 0.002942637 sec. | ||
| 1302 | 2025.04.09 20:29:17.784287 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1303 | 2025.04.09 20:29:17.784467 [ 258 ] {14250637-124c-4b4a-b476-692a74004a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1304 | 2025.04.09 20:29:17.784773 [ 258 ] {14250637-124c-4b4a-b476-692a74004a98} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1305 | 2025.04.09 20:29:17.784817 [ 258 ] {14250637-124c-4b4a-b476-692a74004a98} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1306 | 2025.04.09 20:29:17.785097 [ 258 ] {14250637-124c-4b4a-b476-692a74004a98} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1307 | 2025.04.09 20:29:17.785169 [ 258 ] {14250637-124c-4b4a-b476-692a74004a98} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1308 | 2025.04.09 20:29:17.785320 [ 258 ] {14250637-124c-4b4a-b476-692a74004a98} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1309 | 2025.04.09 20:29:17.785438 [ 287 ] {14250637-124c-4b4a-b476-692a74004a98} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1310 | 2025.04.09 20:29:17.785446 [ 286 ] {14250637-124c-4b4a-b476-692a74004a98} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1311 | 2025.04.09 20:29:17.785569 [ 258 ] {14250637-124c-4b4a-b476-692a74004a98} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1312 | 2025.04.09 20:29:17.785601 [ 258 ] {14250637-124c-4b4a-b476-692a74004a98} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1313 | 2025.04.09 20:29:17.785654 [ 258 ] {14250637-124c-4b4a-b476-692a74004a98} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
| 1314 | 2025.04.09 20:29:17.785681 [ 258 ] {14250637-124c-4b4a-b476-692a74004a98} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1315 | 2025.04.09 20:29:17.786292 [ 258 ] {14250637-124c-4b4a-b476-692a74004a98} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001906 sec., 9443.86149003148 rows/sec., 386.32 KiB/sec. | ||
| 1316 | 2025.04.09 20:29:17.786413 [ 258 ] {14250637-124c-4b4a-b476-692a74004a98} <Debug> TCPHandler: Processed in 0.002186007 sec. | ||
| 1317 | 2025.04.09 20:29:17.786683 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1318 | 2025.04.09 20:29:17.786842 [ 258 ] {0216fad0-a3e2-4aec-98ba-c13743e0cb1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1319 | 2025.04.09 20:29:17.787121 [ 258 ] {0216fad0-a3e2-4aec-98ba-c13743e0cb1d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1320 | 2025.04.09 20:29:17.787164 [ 258 ] {0216fad0-a3e2-4aec-98ba-c13743e0cb1d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1321 | 2025.04.09 20:29:17.787433 [ 258 ] {0216fad0-a3e2-4aec-98ba-c13743e0cb1d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1322 | 2025.04.09 20:29:17.787511 [ 258 ] {0216fad0-a3e2-4aec-98ba-c13743e0cb1d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1323 | 2025.04.09 20:29:17.787667 [ 258 ] {0216fad0-a3e2-4aec-98ba-c13743e0cb1d} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1324 | 2025.04.09 20:29:17.787781 [ 287 ] {0216fad0-a3e2-4aec-98ba-c13743e0cb1d} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1325 | 2025.04.09 20:29:17.787783 [ 286 ] {0216fad0-a3e2-4aec-98ba-c13743e0cb1d} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1326 | 2025.04.09 20:29:17.787889 [ 258 ] {0216fad0-a3e2-4aec-98ba-c13743e0cb1d} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1327 | 2025.04.09 20:29:17.787913 [ 258 ] {0216fad0-a3e2-4aec-98ba-c13743e0cb1d} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1328 | 2025.04.09 20:29:17.787961 [ 258 ] {0216fad0-a3e2-4aec-98ba-c13743e0cb1d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 1329 | 2025.04.09 20:29:17.787985 [ 258 ] {0216fad0-a3e2-4aec-98ba-c13743e0cb1d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1330 | 2025.04.09 20:29:17.788580 [ 258 ] {0216fad0-a3e2-4aec-98ba-c13743e0cb1d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00181 sec., 9944.75138121547 rows/sec., 406.81 KiB/sec. | ||
| 1331 | 2025.04.09 20:29:17.788695 [ 258 ] {0216fad0-a3e2-4aec-98ba-c13743e0cb1d} <Debug> TCPHandler: Processed in 0.002065084 sec. | ||
| 1332 | 2025.04.09 20:29:17.788969 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1333 | 2025.04.09 20:29:17.789123 [ 258 ] {caa5e8ce-c9f1-49b2-ab5c-e3a50962951a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1334 | 2025.04.09 20:29:17.789409 [ 258 ] {caa5e8ce-c9f1-49b2-ab5c-e3a50962951a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1335 | 2025.04.09 20:29:17.789454 [ 258 ] {caa5e8ce-c9f1-49b2-ab5c-e3a50962951a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1336 | 2025.04.09 20:29:17.789724 [ 258 ] {caa5e8ce-c9f1-49b2-ab5c-e3a50962951a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1337 | 2025.04.09 20:29:17.789792 [ 258 ] {caa5e8ce-c9f1-49b2-ab5c-e3a50962951a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1338 | 2025.04.09 20:29:17.789933 [ 258 ] {caa5e8ce-c9f1-49b2-ab5c-e3a50962951a} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1339 | 2025.04.09 20:29:17.790044 [ 286 ] {caa5e8ce-c9f1-49b2-ab5c-e3a50962951a} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1340 | 2025.04.09 20:29:17.790055 [ 287 ] {caa5e8ce-c9f1-49b2-ab5c-e3a50962951a} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1341 | 2025.04.09 20:29:17.790163 [ 258 ] {caa5e8ce-c9f1-49b2-ab5c-e3a50962951a} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1342 | 2025.04.09 20:29:17.790195 [ 258 ] {caa5e8ce-c9f1-49b2-ab5c-e3a50962951a} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1343 | 2025.04.09 20:29:17.790247 [ 258 ] {caa5e8ce-c9f1-49b2-ab5c-e3a50962951a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 1344 | 2025.04.09 20:29:17.790272 [ 258 ] {caa5e8ce-c9f1-49b2-ab5c-e3a50962951a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1345 | 2025.04.09 20:29:17.790811 [ 258 ] {caa5e8ce-c9f1-49b2-ab5c-e3a50962951a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001757 sec., 10244.735344336937 rows/sec., 419.08 KiB/sec. | ||
| 1346 | 2025.04.09 20:29:17.790923 [ 258 ] {caa5e8ce-c9f1-49b2-ab5c-e3a50962951a} <Debug> TCPHandler: Processed in 0.002006103 sec. | ||
| 1347 | 2025.04.09 20:29:17.791184 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1348 | 2025.04.09 20:29:17.791363 [ 258 ] {6b30088e-34d9-4486-beab-d0a06435132b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1349 | 2025.04.09 20:29:17.791668 [ 258 ] {6b30088e-34d9-4486-beab-d0a06435132b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1350 | 2025.04.09 20:29:17.791712 [ 258 ] {6b30088e-34d9-4486-beab-d0a06435132b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1351 | 2025.04.09 20:29:17.791999 [ 258 ] {6b30088e-34d9-4486-beab-d0a06435132b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1352 | 2025.04.09 20:29:17.792068 [ 258 ] {6b30088e-34d9-4486-beab-d0a06435132b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1353 | 2025.04.09 20:29:17.792209 [ 258 ] {6b30088e-34d9-4486-beab-d0a06435132b} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1354 | 2025.04.09 20:29:17.792299 [ 286 ] {6b30088e-34d9-4486-beab-d0a06435132b} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1355 | 2025.04.09 20:29:17.792317 [ 287 ] {6b30088e-34d9-4486-beab-d0a06435132b} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1356 | 2025.04.09 20:29:17.792423 [ 258 ] {6b30088e-34d9-4486-beab-d0a06435132b} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1357 | 2025.04.09 20:29:17.792451 [ 258 ] {6b30088e-34d9-4486-beab-d0a06435132b} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1358 | 2025.04.09 20:29:17.792500 [ 258 ] {6b30088e-34d9-4486-beab-d0a06435132b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 1359 | 2025.04.09 20:29:17.792524 [ 258 ] {6b30088e-34d9-4486-beab-d0a06435132b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1360 | 2025.04.09 20:29:17.793070 [ 258 ] {6b30088e-34d9-4486-beab-d0a06435132b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001777 sec., 10129.431626336522 rows/sec., 414.37 KiB/sec. | ||
| 1361 | 2025.04.09 20:29:17.793186 [ 258 ] {6b30088e-34d9-4486-beab-d0a06435132b} <Debug> TCPHandler: Processed in 0.002061684 sec. | ||
| 1362 | 2025.04.09 20:29:17.793448 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1363 | 2025.04.09 20:29:17.793607 [ 258 ] {805ff457-eeae-4d1f-abfb-636fcac3646e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1364 | 2025.04.09 20:29:17.793885 [ 258 ] {805ff457-eeae-4d1f-abfb-636fcac3646e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1365 | 2025.04.09 20:29:17.793928 [ 258 ] {805ff457-eeae-4d1f-abfb-636fcac3646e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1366 | 2025.04.09 20:29:17.794198 [ 258 ] {805ff457-eeae-4d1f-abfb-636fcac3646e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1367 | 2025.04.09 20:29:17.794262 [ 258 ] {805ff457-eeae-4d1f-abfb-636fcac3646e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1368 | 2025.04.09 20:29:17.794405 [ 258 ] {805ff457-eeae-4d1f-abfb-636fcac3646e} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1369 | 2025.04.09 20:29:17.794519 [ 286 ] {805ff457-eeae-4d1f-abfb-636fcac3646e} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1370 | 2025.04.09 20:29:17.794521 [ 287 ] {805ff457-eeae-4d1f-abfb-636fcac3646e} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1371 | 2025.04.09 20:29:17.794625 [ 258 ] {805ff457-eeae-4d1f-abfb-636fcac3646e} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1372 | 2025.04.09 20:29:17.794654 [ 258 ] {805ff457-eeae-4d1f-abfb-636fcac3646e} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1373 | 2025.04.09 20:29:17.794703 [ 258 ] {805ff457-eeae-4d1f-abfb-636fcac3646e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 1374 | 2025.04.09 20:29:17.794728 [ 258 ] {805ff457-eeae-4d1f-abfb-636fcac3646e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1375 | 2025.04.09 20:29:17.795246 [ 258 ] {805ff457-eeae-4d1f-abfb-636fcac3646e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00171 sec., 10526.315789473685 rows/sec., 430.60 KiB/sec. | ||
| 1376 | 2025.04.09 20:29:17.795330 [ 258 ] {805ff457-eeae-4d1f-abfb-636fcac3646e} <Debug> TCPHandler: Processed in 0.001933271 sec. | ||
| 1377 | 2025.04.09 20:29:17.803195 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1378 | 2025.04.09 20:29:17.803367 [ 258 ] {13b1d397-0a24-42bd-80bc-0a38d3eb47e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1379 | 2025.04.09 20:29:17.803658 [ 258 ] {13b1d397-0a24-42bd-80bc-0a38d3eb47e7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1380 | 2025.04.09 20:29:17.803703 [ 258 ] {13b1d397-0a24-42bd-80bc-0a38d3eb47e7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1381 | 2025.04.09 20:29:17.803990 [ 258 ] {13b1d397-0a24-42bd-80bc-0a38d3eb47e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1382 | 2025.04.09 20:29:17.804060 [ 258 ] {13b1d397-0a24-42bd-80bc-0a38d3eb47e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1383 | 2025.04.09 20:29:17.804210 [ 258 ] {13b1d397-0a24-42bd-80bc-0a38d3eb47e7} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1384 | 2025.04.09 20:29:17.804302 [ 286 ] {13b1d397-0a24-42bd-80bc-0a38d3eb47e7} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1385 | 2025.04.09 20:29:17.804322 [ 287 ] {13b1d397-0a24-42bd-80bc-0a38d3eb47e7} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1386 | 2025.04.09 20:29:17.804430 [ 258 ] {13b1d397-0a24-42bd-80bc-0a38d3eb47e7} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1387 | 2025.04.09 20:29:17.804458 [ 258 ] {13b1d397-0a24-42bd-80bc-0a38d3eb47e7} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1388 | 2025.04.09 20:29:17.804508 [ 258 ] {13b1d397-0a24-42bd-80bc-0a38d3eb47e7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1389 | 2025.04.09 20:29:17.804534 [ 258 ] {13b1d397-0a24-42bd-80bc-0a38d3eb47e7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1390 | 2025.04.09 20:29:17.805120 [ 258 ] {13b1d397-0a24-42bd-80bc-0a38d3eb47e7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001825 sec., 9863.013698630137 rows/sec., 403.47 KiB/sec. | ||
| 1391 | 2025.04.09 20:29:17.805212 [ 258 ] {13b1d397-0a24-42bd-80bc-0a38d3eb47e7} <Debug> TCPHandler: Processed in 0.002070774 sec. | ||
| 1392 | 2025.04.09 20:29:17.805557 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1393 | 2025.04.09 20:29:17.805715 [ 258 ] {e474884e-ed03-4234-bad8-ac20fe9c0f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1394 | 2025.04.09 20:29:17.805999 [ 258 ] {e474884e-ed03-4234-bad8-ac20fe9c0f46} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1395 | 2025.04.09 20:29:17.806045 [ 258 ] {e474884e-ed03-4234-bad8-ac20fe9c0f46} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1396 | 2025.04.09 20:29:17.806342 [ 258 ] {e474884e-ed03-4234-bad8-ac20fe9c0f46} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1397 | 2025.04.09 20:29:17.806412 [ 258 ] {e474884e-ed03-4234-bad8-ac20fe9c0f46} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1398 | 2025.04.09 20:29:17.806558 [ 258 ] {e474884e-ed03-4234-bad8-ac20fe9c0f46} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1399 | 2025.04.09 20:29:17.806674 [ 286 ] {e474884e-ed03-4234-bad8-ac20fe9c0f46} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1400 | 2025.04.09 20:29:17.806680 [ 287 ] {e474884e-ed03-4234-bad8-ac20fe9c0f46} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1401 | 2025.04.09 20:29:17.806789 [ 258 ] {e474884e-ed03-4234-bad8-ac20fe9c0f46} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1402 | 2025.04.09 20:29:17.806817 [ 258 ] {e474884e-ed03-4234-bad8-ac20fe9c0f46} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1403 | 2025.04.09 20:29:17.806873 [ 258 ] {e474884e-ed03-4234-bad8-ac20fe9c0f46} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1404 | 2025.04.09 20:29:17.806905 [ 258 ] {e474884e-ed03-4234-bad8-ac20fe9c0f46} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1405 | 2025.04.09 20:29:17.807477 [ 258 ] {e474884e-ed03-4234-bad8-ac20fe9c0f46} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001835 sec., 9809.264305177112 rows/sec., 401.27 KiB/sec. | ||
| 1406 | 2025.04.09 20:29:17.807601 [ 258 ] {e474884e-ed03-4234-bad8-ac20fe9c0f46} <Debug> TCPHandler: Processed in 0.002100265 sec. | ||
| 1407 | 2025.04.09 20:29:17.807865 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1408 | 2025.04.09 20:29:17.808058 [ 258 ] {d3e838d8-ba1b-4497-a0bd-847089543069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1409 | 2025.04.09 20:29:17.808361 [ 258 ] {d3e838d8-ba1b-4497-a0bd-847089543069} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1410 | 2025.04.09 20:29:17.808406 [ 258 ] {d3e838d8-ba1b-4497-a0bd-847089543069} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1411 | 2025.04.09 20:29:17.808700 [ 258 ] {d3e838d8-ba1b-4497-a0bd-847089543069} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1412 | 2025.04.09 20:29:17.808779 [ 258 ] {d3e838d8-ba1b-4497-a0bd-847089543069} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1413 | 2025.04.09 20:29:17.808926 [ 258 ] {d3e838d8-ba1b-4497-a0bd-847089543069} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1414 | 2025.04.09 20:29:17.809034 [ 286 ] {d3e838d8-ba1b-4497-a0bd-847089543069} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1415 | 2025.04.09 20:29:17.809049 [ 287 ] {d3e838d8-ba1b-4497-a0bd-847089543069} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1416 | 2025.04.09 20:29:17.809150 [ 258 ] {d3e838d8-ba1b-4497-a0bd-847089543069} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1417 | 2025.04.09 20:29:17.809179 [ 258 ] {d3e838d8-ba1b-4497-a0bd-847089543069} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1418 | 2025.04.09 20:29:17.809234 [ 258 ] {d3e838d8-ba1b-4497-a0bd-847089543069} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1419 | 2025.04.09 20:29:17.809260 [ 258 ] {d3e838d8-ba1b-4497-a0bd-847089543069} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1420 | 2025.04.09 20:29:17.809807 [ 258 ] {d3e838d8-ba1b-4497-a0bd-847089543069} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001824 sec., 9868.421052631578 rows/sec., 403.69 KiB/sec. | ||
| 1421 | 2025.04.09 20:29:17.809930 [ 258 ] {d3e838d8-ba1b-4497-a0bd-847089543069} <Debug> TCPHandler: Processed in 0.002118466 sec. | ||
| 1422 | 2025.04.09 20:29:17.810183 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1423 | 2025.04.09 20:29:17.810349 [ 258 ] {377dbbe9-dbb3-41eb-b242-15bd24e7b77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1424 | 2025.04.09 20:29:17.810640 [ 258 ] {377dbbe9-dbb3-41eb-b242-15bd24e7b77a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1425 | 2025.04.09 20:29:17.810686 [ 258 ] {377dbbe9-dbb3-41eb-b242-15bd24e7b77a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1426 | 2025.04.09 20:29:17.810980 [ 258 ] {377dbbe9-dbb3-41eb-b242-15bd24e7b77a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1427 | 2025.04.09 20:29:17.811052 [ 258 ] {377dbbe9-dbb3-41eb-b242-15bd24e7b77a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1428 | 2025.04.09 20:29:17.811196 [ 258 ] {377dbbe9-dbb3-41eb-b242-15bd24e7b77a} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1429 | 2025.04.09 20:29:17.811299 [ 287 ] {377dbbe9-dbb3-41eb-b242-15bd24e7b77a} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1430 | 2025.04.09 20:29:17.811317 [ 286 ] {377dbbe9-dbb3-41eb-b242-15bd24e7b77a} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1431 | 2025.04.09 20:29:17.811413 [ 258 ] {377dbbe9-dbb3-41eb-b242-15bd24e7b77a} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1432 | 2025.04.09 20:29:17.811438 [ 258 ] {377dbbe9-dbb3-41eb-b242-15bd24e7b77a} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1433 | 2025.04.09 20:29:17.811491 [ 258 ] {377dbbe9-dbb3-41eb-b242-15bd24e7b77a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1434 | 2025.04.09 20:29:17.811516 [ 258 ] {377dbbe9-dbb3-41eb-b242-15bd24e7b77a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1435 | 2025.04.09 20:29:17.812053 [ 258 ] {377dbbe9-dbb3-41eb-b242-15bd24e7b77a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001785 sec., 10084.03361344538 rows/sec., 412.51 KiB/sec. | ||
| 1436 | 2025.04.09 20:29:17.812167 [ 258 ] {377dbbe9-dbb3-41eb-b242-15bd24e7b77a} <Debug> TCPHandler: Processed in 0.002037434 sec. | ||
| 1437 | 2025.04.09 20:29:17.812415 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1438 | 2025.04.09 20:29:17.812577 [ 258 ] {2409fa9a-7213-431d-b26f-671ba19a1b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1439 | 2025.04.09 20:29:17.812976 [ 258 ] {2409fa9a-7213-431d-b26f-671ba19a1b39} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1440 | 2025.04.09 20:29:17.813041 [ 258 ] {2409fa9a-7213-431d-b26f-671ba19a1b39} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1441 | 2025.04.09 20:29:17.813431 [ 258 ] {2409fa9a-7213-431d-b26f-671ba19a1b39} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1442 | 2025.04.09 20:29:17.813505 [ 258 ] {2409fa9a-7213-431d-b26f-671ba19a1b39} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1443 | 2025.04.09 20:29:17.813650 [ 258 ] {2409fa9a-7213-431d-b26f-671ba19a1b39} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1444 | 2025.04.09 20:29:17.813743 [ 287 ] {2409fa9a-7213-431d-b26f-671ba19a1b39} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1445 | 2025.04.09 20:29:17.813762 [ 286 ] {2409fa9a-7213-431d-b26f-671ba19a1b39} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1446 | 2025.04.09 20:29:17.813870 [ 258 ] {2409fa9a-7213-431d-b26f-671ba19a1b39} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1447 | 2025.04.09 20:29:17.813894 [ 258 ] {2409fa9a-7213-431d-b26f-671ba19a1b39} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1448 | 2025.04.09 20:29:17.813942 [ 258 ] {2409fa9a-7213-431d-b26f-671ba19a1b39} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1449 | 2025.04.09 20:29:17.813966 [ 258 ] {2409fa9a-7213-431d-b26f-671ba19a1b39} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1450 | 2025.04.09 20:29:17.814576 [ 258 ] {2409fa9a-7213-431d-b26f-671ba19a1b39} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002072 sec., 8687.258687258687 rows/sec., 355.37 KiB/sec. | ||
| 1451 | 2025.04.09 20:29:17.814772 [ 258 ] {2409fa9a-7213-431d-b26f-671ba19a1b39} <Debug> TCPHandler: Processed in 0.002408174 sec. | ||
| 1452 | 2025.04.09 20:29:17.818305 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1453 | 2025.04.09 20:29:17.818474 [ 258 ] {270f2c87-d58f-422d-aadc-5f8ee95ce924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1454 | 2025.04.09 20:29:17.818786 [ 258 ] {270f2c87-d58f-422d-aadc-5f8ee95ce924} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1455 | 2025.04.09 20:29:17.818833 [ 258 ] {270f2c87-d58f-422d-aadc-5f8ee95ce924} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1456 | 2025.04.09 20:29:17.819151 [ 258 ] {270f2c87-d58f-422d-aadc-5f8ee95ce924} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1457 | 2025.04.09 20:29:17.819222 [ 258 ] {270f2c87-d58f-422d-aadc-5f8ee95ce924} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1458 | 2025.04.09 20:29:17.819371 [ 258 ] {270f2c87-d58f-422d-aadc-5f8ee95ce924} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1459 | 2025.04.09 20:29:17.819470 [ 287 ] {270f2c87-d58f-422d-aadc-5f8ee95ce924} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1460 | 2025.04.09 20:29:17.819487 [ 286 ] {270f2c87-d58f-422d-aadc-5f8ee95ce924} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1461 | 2025.04.09 20:29:17.819577 [ 258 ] {270f2c87-d58f-422d-aadc-5f8ee95ce924} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1462 | 2025.04.09 20:29:17.819605 [ 258 ] {270f2c87-d58f-422d-aadc-5f8ee95ce924} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1463 | 2025.04.09 20:29:17.819654 [ 258 ] {270f2c87-d58f-422d-aadc-5f8ee95ce924} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1464 | 2025.04.09 20:29:17.819680 [ 258 ] {270f2c87-d58f-422d-aadc-5f8ee95ce924} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1465 | 2025.04.09 20:29:17.820239 [ 258 ] {270f2c87-d58f-422d-aadc-5f8ee95ce924} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001842 sec., 9771.986970684038 rows/sec., 399.74 KiB/sec. | ||
| 1466 | 2025.04.09 20:29:17.820353 [ 258 ] {270f2c87-d58f-422d-aadc-5f8ee95ce924} <Debug> TCPHandler: Processed in 0.002105765 sec. | ||
| 1467 | 2025.04.09 20:29:17.897885 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1468 | 2025.04.09 20:29:17.898081 [ 258 ] {fb619365-cd58-4ab7-9bc2-544d563702cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1469 | 2025.04.09 20:29:17.898164 [ 258 ] {fb619365-cd58-4ab7-9bc2-544d563702cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1470 | 2025.04.09 20:29:17.899161 [ 258 ] {fb619365-cd58-4ab7-9bc2-544d563702cc} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1471 | 2025.04.09 20:29:17.899226 [ 258 ] {fb619365-cd58-4ab7-9bc2-544d563702cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1472 | 2025.04.09 20:29:17.899801 [ 258 ] {fb619365-cd58-4ab7-9bc2-544d563702cc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1473 | 2025.04.09 20:29:17.900029 [ 258 ] {fb619365-cd58-4ab7-9bc2-544d563702cc} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1474 | 2025.04.09 20:29:17.900239 [ 258 ] {fb619365-cd58-4ab7-9bc2-544d563702cc} <Debug> executeQuery: Read 12 rows, 4.18 KiB in 0.002214 sec., 5420.054200542006 rows/sec., 1.84 MiB/sec. | ||
| 1475 | 2025.04.09 20:29:17.900335 [ 258 ] {fb619365-cd58-4ab7-9bc2-544d563702cc} <Debug> TCPHandler: Processed in 0.002580537 sec. | ||
| 1476 | 2025.04.09 20:29:17.900506 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1477 | 2025.04.09 20:29:17.900622 [ 258 ] {2a824660-57e3-451e-af9b-a543d2007d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1478 | 2025.04.09 20:29:17.900673 [ 258 ] {2a824660-57e3-451e-af9b-a543d2007d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1479 | 2025.04.09 20:29:17.903819 [ 258 ] {2a824660-57e3-451e-af9b-a543d2007d22} <Trace> oximeter.fields_i16 (20917413-3c99-464f-b205-f3a81db3791f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1480 | 2025.04.09 20:29:17.903855 [ 258 ] {2a824660-57e3-451e-af9b-a543d2007d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1481 | 2025.04.09 20:29:17.904243 [ 258 ] {2a824660-57e3-451e-af9b-a543d2007d22} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1482 | 2025.04.09 20:29:17.904487 [ 258 ] {2a824660-57e3-451e-af9b-a543d2007d22} <Trace> oximeter.fields_i16 (20917413-3c99-464f-b205-f3a81db3791f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1483 | 2025.04.09 20:29:17.904687 [ 258 ] {2a824660-57e3-451e-af9b-a543d2007d22} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.004087 sec., 5872.277954489846 rows/sec., 498.91 KiB/sec. | ||
| 1484 | 2025.04.09 20:29:17.904841 [ 258 ] {2a824660-57e3-451e-af9b-a543d2007d22} <Debug> TCPHandler: Processed in 0.004384385 sec. | ||
| 1485 | 2025.04.09 20:29:17.904981 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1486 | 2025.04.09 20:29:17.905099 [ 258 ] {2823513b-ae81-4ef5-bc4a-db26f5af379c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1487 | 2025.04.09 20:29:17.905148 [ 258 ] {2823513b-ae81-4ef5-bc4a-db26f5af379c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1488 | 2025.04.09 20:29:17.906658 [ 258 ] {2823513b-ae81-4ef5-bc4a-db26f5af379c} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1489 | 2025.04.09 20:29:17.906697 [ 258 ] {2823513b-ae81-4ef5-bc4a-db26f5af379c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1490 | 2025.04.09 20:29:17.907176 [ 258 ] {2823513b-ae81-4ef5-bc4a-db26f5af379c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1491 | 2025.04.09 20:29:17.907435 [ 258 ] {2823513b-ae81-4ef5-bc4a-db26f5af379c} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1492 | 2025.04.09 20:29:17.907605 [ 258 ] {2823513b-ae81-4ef5-bc4a-db26f5af379c} <Debug> executeQuery: Read 1332 rows, 113.52 KiB in 0.002533 sec., 525858.6656138966 rows/sec., 43.76 MiB/sec. | ||
| 1493 | 2025.04.09 20:29:17.907658 [ 258 ] {2823513b-ae81-4ef5-bc4a-db26f5af379c} <Debug> TCPHandler: Processed in 0.002731192 sec. | ||
| 1494 | 2025.04.09 20:29:17.907781 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1495 | 2025.04.09 20:29:17.907888 [ 258 ] {8e4857ab-255c-4de4-be0c-e46112051b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1496 | 2025.04.09 20:29:17.907935 [ 258 ] {8e4857ab-255c-4de4-be0c-e46112051b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1497 | 2025.04.09 20:29:17.908463 [ 258 ] {8e4857ab-255c-4de4-be0c-e46112051b1a} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1498 | 2025.04.09 20:29:17.908502 [ 258 ] {8e4857ab-255c-4de4-be0c-e46112051b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1499 | 2025.04.09 20:29:17.908850 [ 258 ] {8e4857ab-255c-4de4-be0c-e46112051b1a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1500 | 2025.04.09 20:29:17.909097 [ 258 ] {8e4857ab-255c-4de4-be0c-e46112051b1a} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1501 | 2025.04.09 20:29:17.909282 [ 258 ] {8e4857ab-255c-4de4-be0c-e46112051b1a} <Debug> executeQuery: Read 20 rows, 1.56 KiB in 0.001413 sec., 14154.281670205237 rows/sec., 1.08 MiB/sec. | ||
| 1502 | 2025.04.09 20:29:17.909343 [ 258 ] {8e4857ab-255c-4de4-be0c-e46112051b1a} <Debug> TCPHandler: Processed in 0.001612912 sec. | ||
| 1503 | 2025.04.09 20:29:17.909455 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1504 | 2025.04.09 20:29:17.909559 [ 258 ] {2d4da1cc-9f67-4365-876f-71418369a882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1505 | 2025.04.09 20:29:17.909605 [ 258 ] {2d4da1cc-9f67-4365-876f-71418369a882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1506 | 2025.04.09 20:29:17.910242 [ 258 ] {2d4da1cc-9f67-4365-876f-71418369a882} <Trace> oximeter.fields_u32 (3c65d9ab-8f53-4bd3-9ab7-67dc69ee7f91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1507 | 2025.04.09 20:29:17.910279 [ 258 ] {2d4da1cc-9f67-4365-876f-71418369a882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1508 | 2025.04.09 20:29:17.910759 [ 258 ] {2d4da1cc-9f67-4365-876f-71418369a882} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1509 | 2025.04.09 20:29:17.910997 [ 258 ] {2d4da1cc-9f67-4365-876f-71418369a882} <Trace> oximeter.fields_u32 (3c65d9ab-8f53-4bd3-9ab7-67dc69ee7f91): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1510 | 2025.04.09 20:29:17.911215 [ 258 ] {2d4da1cc-9f67-4365-876f-71418369a882} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001657 sec., 152082.076041038 rows/sec., 10.52 MiB/sec. | ||
| 1511 | 2025.04.09 20:29:17.911318 [ 258 ] {2d4da1cc-9f67-4365-876f-71418369a882} <Debug> TCPHandler: Processed in 0.00191281 sec. | ||
| 1512 | 2025.04.09 20:29:17.911442 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1513 | 2025.04.09 20:29:17.911548 [ 258 ] {4a88aa6c-3d83-4d34-b3d7-18555d299c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1514 | 2025.04.09 20:29:17.911594 [ 258 ] {4a88aa6c-3d83-4d34-b3d7-18555d299c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1515 | 2025.04.09 20:29:17.912116 [ 258 ] {4a88aa6c-3d83-4d34-b3d7-18555d299c58} <Trace> oximeter.fields_u8 (849a5336-75aa-4e56-880e-39a556beb8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1516 | 2025.04.09 20:29:17.912155 [ 258 ] {4a88aa6c-3d83-4d34-b3d7-18555d299c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1517 | 2025.04.09 20:29:17.912508 [ 258 ] {4a88aa6c-3d83-4d34-b3d7-18555d299c58} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1518 | 2025.04.09 20:29:17.912743 [ 258 ] {4a88aa6c-3d83-4d34-b3d7-18555d299c58} <Trace> oximeter.fields_u8 (849a5336-75aa-4e56-880e-39a556beb8c6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1519 | 2025.04.09 20:29:17.912930 [ 258 ] {4a88aa6c-3d83-4d34-b3d7-18555d299c58} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001402 sec., 8559.201141226818 rows/sec., 668.69 KiB/sec. | ||
| 1520 | 2025.04.09 20:29:17.912981 [ 258 ] {4a88aa6c-3d83-4d34-b3d7-18555d299c58} <Debug> TCPHandler: Processed in 0.001589252 sec. | ||
| 1521 | 2025.04.09 20:29:17.913093 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1522 | 2025.04.09 20:29:17.913198 [ 258 ] {2d115530-a371-4e1e-b808-4e62967f8137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1523 | 2025.04.09 20:29:17.913243 [ 258 ] {2d115530-a371-4e1e-b808-4e62967f8137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1524 | 2025.04.09 20:29:17.914105 [ 258 ] {2d115530-a371-4e1e-b808-4e62967f8137} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1525 | 2025.04.09 20:29:17.914145 [ 258 ] {2d115530-a371-4e1e-b808-4e62967f8137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1526 | 2025.04.09 20:29:17.914537 [ 258 ] {2d115530-a371-4e1e-b808-4e62967f8137} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1527 | 2025.04.09 20:29:17.914780 [ 258 ] {2d115530-a371-4e1e-b808-4e62967f8137} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1528 | 2025.04.09 20:29:17.914943 [ 258 ] {2d115530-a371-4e1e-b808-4e62967f8137} <Debug> executeQuery: Read 564 rows, 43.30 KiB in 0.001767 sec., 319185.05942275043 rows/sec., 23.93 MiB/sec. | ||
| 1529 | 2025.04.09 20:29:17.914993 [ 258 ] {2d115530-a371-4e1e-b808-4e62967f8137} <Debug> TCPHandler: Processed in 0.001949081 sec. | ||
| 1530 | 2025.04.09 20:29:17.915113 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1531 | 2025.04.09 20:29:17.915216 [ 258 ] {0e0b70dc-9910-4be3-b474-45dda88d2107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1532 | 2025.04.09 20:29:17.915263 [ 258 ] {0e0b70dc-9910-4be3-b474-45dda88d2107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1533 | 2025.04.09 20:29:17.917079 [ 258 ] {0e0b70dc-9910-4be3-b474-45dda88d2107} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1534 | 2025.04.09 20:29:17.917114 [ 258 ] {0e0b70dc-9910-4be3-b474-45dda88d2107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1535 | 2025.04.09 20:29:17.917686 [ 258 ] {0e0b70dc-9910-4be3-b474-45dda88d2107} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1536 | 2025.04.09 20:29:17.917935 [ 258 ] {0e0b70dc-9910-4be3-b474-45dda88d2107} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1537 | 2025.04.09 20:29:17.918106 [ 258 ] {0e0b70dc-9910-4be3-b474-45dda88d2107} <Debug> executeQuery: Read 2240 rows, 155.86 KiB in 0.002911 sec., 769495.018893851 rows/sec., 52.29 MiB/sec. | ||
| 1538 | 2025.04.09 20:29:17.918167 [ 258 ] {0e0b70dc-9910-4be3-b474-45dda88d2107} <Debug> TCPHandler: Processed in 0.003102932 sec. | ||
| 1539 | 2025.04.09 20:29:17.918311 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1540 | 2025.04.09 20:29:17.918427 [ 258 ] {52a684b9-3f58-4860-8cd2-46bdb7a38e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1541 | 2025.04.09 20:29:17.918503 [ 258 ] {52a684b9-3f58-4860-8cd2-46bdb7a38e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1542 | 2025.04.09 20:29:17.919788 [ 258 ] {52a684b9-3f58-4860-8cd2-46bdb7a38e48} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1543 | 2025.04.09 20:29:17.919831 [ 258 ] {52a684b9-3f58-4860-8cd2-46bdb7a38e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1544 | 2025.04.09 20:29:17.920623 [ 258 ] {52a684b9-3f58-4860-8cd2-46bdb7a38e48} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1545 | 2025.04.09 20:29:17.920972 [ 258 ] {52a684b9-3f58-4860-8cd2-46bdb7a38e48} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1546 | 2025.04.09 20:29:17.921201 [ 258 ] {52a684b9-3f58-4860-8cd2-46bdb7a38e48} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002799 sec., 2858.16362986781 rows/sec., 5.12 MiB/sec. | ||
| 1547 | 2025.04.09 20:29:17.921315 [ 258 ] {52a684b9-3f58-4860-8cd2-46bdb7a38e48} <Debug> TCPHandler: Processed in 0.003060991 sec. | ||
| 1548 | 2025.04.09 20:29:17.921454 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1549 | 2025.04.09 20:29:17.921568 [ 258 ] {5a8ccdee-3cd5-4a2a-9f77-046ac7e940fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1550 | 2025.04.09 20:29:17.921616 [ 258 ] {5a8ccdee-3cd5-4a2a-9f77-046ac7e940fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1551 | 2025.04.09 20:29:17.922022 [ 258 ] {5a8ccdee-3cd5-4a2a-9f77-046ac7e940fc} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1552 | 2025.04.09 20:29:17.922059 [ 258 ] {5a8ccdee-3cd5-4a2a-9f77-046ac7e940fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1553 | 2025.04.09 20:29:17.922439 [ 258 ] {5a8ccdee-3cd5-4a2a-9f77-046ac7e940fc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1554 | 2025.04.09 20:29:17.922700 [ 258 ] {5a8ccdee-3cd5-4a2a-9f77-046ac7e940fc} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1555 | 2025.04.09 20:29:17.922886 [ 258 ] {5a8ccdee-3cd5-4a2a-9f77-046ac7e940fc} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001341 sec., 8948.54586129754 rows/sec., 617.54 KiB/sec. | ||
| 1556 | 2025.04.09 20:29:17.922951 [ 258 ] {5a8ccdee-3cd5-4a2a-9f77-046ac7e940fc} <Debug> TCPHandler: Processed in 0.001549491 sec. | ||
| 1557 | 2025.04.09 20:29:21.883048 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 230 | ||
| 1558 | 2025.04.09 20:29:21.886636 [ 242 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1559 | 2025.04.09 20:29:21.886687 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1560 | 2025.04.09 20:29:21.888229 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1561 | 2025.04.09 20:29:21.888565 [ 242 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1562 | 2025.04.09 20:29:21.889089 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 230 | ||
| 1563 | 2025.04.09 20:29:22.352085 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1564 | 2025.04.09 20:29:22.352275 [ 258 ] {8bf8d420-c82d-4368-ba2b-32ef66f57adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1565 | 2025.04.09 20:29:22.352348 [ 258 ] {8bf8d420-c82d-4368-ba2b-32ef66f57adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1566 | 2025.04.09 20:29:22.353077 [ 258 ] {8bf8d420-c82d-4368-ba2b-32ef66f57adc} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1567 | 2025.04.09 20:29:22.353123 [ 258 ] {8bf8d420-c82d-4368-ba2b-32ef66f57adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1568 | 2025.04.09 20:29:22.353523 [ 258 ] {8bf8d420-c82d-4368-ba2b-32ef66f57adc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1569 | 2025.04.09 20:29:22.353835 [ 258 ] {8bf8d420-c82d-4368-ba2b-32ef66f57adc} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1570 | 2025.04.09 20:29:22.354030 [ 258 ] {8bf8d420-c82d-4368-ba2b-32ef66f57adc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001806 sec., 31007.751937984496 rows/sec., 2.37 MiB/sec. | ||
| 1571 | 2025.04.09 20:29:22.354143 [ 258 ] {8bf8d420-c82d-4368-ba2b-32ef66f57adc} <Debug> TCPHandler: Processed in 0.002180737 sec. | ||
| 1572 | 2025.04.09 20:29:22.354287 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1573 | 2025.04.09 20:29:22.354402 [ 258 ] {6ca483c2-cf37-4f26-a0e0-5b0e9fd94f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1574 | 2025.04.09 20:29:22.354452 [ 258 ] {6ca483c2-cf37-4f26-a0e0-5b0e9fd94f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1575 | 2025.04.09 20:29:22.354986 [ 258 ] {6ca483c2-cf37-4f26-a0e0-5b0e9fd94f2c} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1576 | 2025.04.09 20:29:22.355024 [ 258 ] {6ca483c2-cf37-4f26-a0e0-5b0e9fd94f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1577 | 2025.04.09 20:29:22.355377 [ 258 ] {6ca483c2-cf37-4f26-a0e0-5b0e9fd94f2c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1578 | 2025.04.09 20:29:22.355627 [ 258 ] {6ca483c2-cf37-4f26-a0e0-5b0e9fd94f2c} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1579 | 2025.04.09 20:29:22.355788 [ 258 ] {6ca483c2-cf37-4f26-a0e0-5b0e9fd94f2c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001414 sec., 45261.669024045266 rows/sec., 3.53 MiB/sec. | ||
| 1580 | 2025.04.09 20:29:22.355838 [ 258 ] {6ca483c2-cf37-4f26-a0e0-5b0e9fd94f2c} <Debug> TCPHandler: Processed in 0.001602372 sec. | ||
| 1581 | 2025.04.09 20:29:22.355957 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1582 | 2025.04.09 20:29:22.356062 [ 258 ] {90259ac9-4ffa-4c2d-abac-66b77c94e77d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1583 | 2025.04.09 20:29:22.356113 [ 258 ] {90259ac9-4ffa-4c2d-abac-66b77c94e77d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1584 | 2025.04.09 20:29:22.356590 [ 258 ] {90259ac9-4ffa-4c2d-abac-66b77c94e77d} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1585 | 2025.04.09 20:29:22.356627 [ 258 ] {90259ac9-4ffa-4c2d-abac-66b77c94e77d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1586 | 2025.04.09 20:29:22.357003 [ 258 ] {90259ac9-4ffa-4c2d-abac-66b77c94e77d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1587 | 2025.04.09 20:29:22.357251 [ 258 ] {90259ac9-4ffa-4c2d-abac-66b77c94e77d} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1588 | 2025.04.09 20:29:22.357418 [ 258 ] {90259ac9-4ffa-4c2d-abac-66b77c94e77d} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00138 sec., 92753.6231884058 rows/sec., 6.46 MiB/sec. | ||
| 1589 | 2025.04.09 20:29:22.357467 [ 258 ] {90259ac9-4ffa-4c2d-abac-66b77c94e77d} <Debug> TCPHandler: Processed in 0.00156065 sec. | ||
| 1590 | 2025.04.09 20:29:22.357585 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1591 | 2025.04.09 20:29:22.357692 [ 258 ] {d42d171f-18fb-48e2-9455-6bffef3ab8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1592 | 2025.04.09 20:29:22.357738 [ 258 ] {d42d171f-18fb-48e2-9455-6bffef3ab8cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1593 | 2025.04.09 20:29:22.358129 [ 258 ] {d42d171f-18fb-48e2-9455-6bffef3ab8cb} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1594 | 2025.04.09 20:29:22.358164 [ 258 ] {d42d171f-18fb-48e2-9455-6bffef3ab8cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1595 | 2025.04.09 20:29:22.358493 [ 258 ] {d42d171f-18fb-48e2-9455-6bffef3ab8cb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1596 | 2025.04.09 20:29:22.358787 [ 258 ] {d42d171f-18fb-48e2-9455-6bffef3ab8cb} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1597 | 2025.04.09 20:29:22.358952 [ 258 ] {d42d171f-18fb-48e2-9455-6bffef3ab8cb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001282 sec., 37441.497659906396 rows/sec., 2.52 MiB/sec. | ||
| 1598 | 2025.04.09 20:29:22.359000 [ 258 ] {d42d171f-18fb-48e2-9455-6bffef3ab8cb} <Debug> TCPHandler: Processed in 0.001464949 sec. | ||
| 1599 | 2025.04.09 20:29:24.408018 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1600 | 2025.04.09 20:29:24.408671 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1601 | 2025.04.09 20:29:24.408715 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1602 | 2025.04.09 20:29:24.409234 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1603 | 2025.04.09 20:29:24.409488 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1604 | 2025.04.09 20:29:24.409704 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1605 | 2025.04.09 20:29:24.626355 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1606 | 2025.04.09 20:29:24.644833 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1607 | 2025.04.09 20:29:24.644898 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1608 | 2025.04.09 20:29:24.651805 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1609 | 2025.04.09 20:29:24.652522 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1610 | 2025.04.09 20:29:24.654967 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1611 | 2025.04.09 20:29:25.000243 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.95 MiB, peak 170.53 MiB, free memory in arenas 0.00 B, will set to 165.15 MiB (RSS), difference: 1.21 MiB | ||
| 1612 | 2025.04.09 20:29:27.353931 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1613 | 2025.04.09 20:29:27.354114 [ 258 ] {37e10314-1ead-4abb-a636-b0bf91dd1d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1614 | 2025.04.09 20:29:27.354188 [ 258 ] {37e10314-1ead-4abb-a636-b0bf91dd1d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1615 | 2025.04.09 20:29:27.354960 [ 258 ] {37e10314-1ead-4abb-a636-b0bf91dd1d80} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1616 | 2025.04.09 20:29:27.355007 [ 258 ] {37e10314-1ead-4abb-a636-b0bf91dd1d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1617 | 2025.04.09 20:29:27.355431 [ 258 ] {37e10314-1ead-4abb-a636-b0bf91dd1d80} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1618 | 2025.04.09 20:29:27.355691 [ 258 ] {37e10314-1ead-4abb-a636-b0bf91dd1d80} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1619 | 2025.04.09 20:29:27.355943 [ 258 ] {37e10314-1ead-4abb-a636-b0bf91dd1d80} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001878 sec., 29818.956336528223 rows/sec., 2.28 MiB/sec. | ||
| 1620 | 2025.04.09 20:29:27.356028 [ 258 ] {37e10314-1ead-4abb-a636-b0bf91dd1d80} <Debug> TCPHandler: Processed in 0.002221459 sec. | ||
| 1621 | 2025.04.09 20:29:27.356165 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1622 | 2025.04.09 20:29:27.356280 [ 258 ] {8a6c5f5a-70e8-4834-bee2-c3f4c598b207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1623 | 2025.04.09 20:29:27.356329 [ 258 ] {8a6c5f5a-70e8-4834-bee2-c3f4c598b207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1624 | 2025.04.09 20:29:27.356880 [ 258 ] {8a6c5f5a-70e8-4834-bee2-c3f4c598b207} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1625 | 2025.04.09 20:29:27.356921 [ 258 ] {8a6c5f5a-70e8-4834-bee2-c3f4c598b207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1626 | 2025.04.09 20:29:27.357278 [ 258 ] {8a6c5f5a-70e8-4834-bee2-c3f4c598b207} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1627 | 2025.04.09 20:29:27.357525 [ 258 ] {8a6c5f5a-70e8-4834-bee2-c3f4c598b207} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1628 | 2025.04.09 20:29:27.357742 [ 258 ] {8a6c5f5a-70e8-4834-bee2-c3f4c598b207} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001489 sec., 42981.86702484889 rows/sec., 3.35 MiB/sec. | ||
| 1629 | 2025.04.09 20:29:27.357819 [ 258 ] {8a6c5f5a-70e8-4834-bee2-c3f4c598b207} <Debug> TCPHandler: Processed in 0.001706004 sec. | ||
| 1630 | 2025.04.09 20:29:27.357945 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1631 | 2025.04.09 20:29:27.358051 [ 258 ] {91170e05-e7f0-45c1-9ca7-0d586db7215b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1632 | 2025.04.09 20:29:27.358103 [ 258 ] {91170e05-e7f0-45c1-9ca7-0d586db7215b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1633 | 2025.04.09 20:29:27.358633 [ 258 ] {91170e05-e7f0-45c1-9ca7-0d586db7215b} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1634 | 2025.04.09 20:29:27.358671 [ 258 ] {91170e05-e7f0-45c1-9ca7-0d586db7215b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1635 | 2025.04.09 20:29:27.359068 [ 258 ] {91170e05-e7f0-45c1-9ca7-0d586db7215b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1636 | 2025.04.09 20:29:27.359305 [ 258 ] {91170e05-e7f0-45c1-9ca7-0d586db7215b} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1637 | 2025.04.09 20:29:27.359502 [ 258 ] {91170e05-e7f0-45c1-9ca7-0d586db7215b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001473 sec., 108621.86014935507 rows/sec., 7.57 MiB/sec. | ||
| 1638 | 2025.04.09 20:29:27.359554 [ 258 ] {91170e05-e7f0-45c1-9ca7-0d586db7215b} <Debug> TCPHandler: Processed in 0.001659054 sec. | ||
| 1639 | 2025.04.09 20:29:27.359675 [ 258 ] {} <Trace> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1640 | 2025.04.09 20:29:27.359780 [ 258 ] {7ec259da-288b-4d05-ae70-394f3b77527a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1641 | 2025.04.09 20:29:27.359826 [ 258 ] {7ec259da-288b-4d05-ae70-394f3b77527a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1642 | 2025.04.09 20:29:27.360262 [ 258 ] {7ec259da-288b-4d05-ae70-394f3b77527a} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1643 | 2025.04.09 20:29:27.360301 [ 258 ] {7ec259da-288b-4d05-ae70-394f3b77527a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1644 | 2025.04.09 20:29:27.360656 [ 258 ] {7ec259da-288b-4d05-ae70-394f3b77527a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1645 | 2025.04.09 20:29:27.360887 [ 258 ] {7ec259da-288b-4d05-ae70-394f3b77527a} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1646 | 2025.04.09 20:29:27.361080 [ 258 ] {7ec259da-288b-4d05-ae70-394f3b77527a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
| 1647 | 2025.04.09 20:29:27.361131 [ 258 ] {7ec259da-288b-4d05-ae70-394f3b77527a} <Debug> TCPHandler: Processed in 0.00150526 sec. | ||
| 1648 | 2025.04.09 20:29:31.817210 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1649 | 2025.04.09 20:29:31.817276 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1650 | 2025.04.09 20:29:31.890080 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 246 | ||
| 1651 | 2025.04.09 20:29:31.892833 [ 242 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1652 | 2025.04.09 20:29:31.892897 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1653 | 2025.04.09 20:29:31.894359 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1654 | 2025.04.09 20:29:31.894686 [ 242 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1655 | 2025.04.09 20:29:31.895639 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 246 | ||
| 1656 | 2025.04.09 20:29:31.910126 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1657 | 2025.04.09 20:29:31.910720 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1658 | 2025.04.09 20:29:31.910764 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1659 | 2025.04.09 20:29:31.911375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1660 | 2025.04.09 20:29:31.911648 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1661 | 2025.04.09 20:29:31.911848 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1662 | 2025.04.09 20:29:31.945902 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1663 | 2025.04.09 20:29:31.945981 [ 258 ] {} <Debug> TCP-Session: ad496f06-2018-40f7-bb62-11db8281ae4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1664 | 2025.04.09 20:29:32.000153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.15 MiB, peak 170.53 MiB, free memory in arenas 0.00 B, will set to 165.23 MiB (RSS), difference: 2.08 MiB | ||
| 1665 | 2025.04.09 20:29:32.155219 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1666 | 2025.04.09 20:29:32.174070 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1667 | 2025.04.09 20:29:32.174137 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1668 | 2025.04.09 20:29:32.183378 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1669 | 2025.04.09 20:29:32.184439 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1670 | 2025.04.09 20:29:32.188095 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1671 | 2025.04.09 20:29:32.349719 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1672 | 2025.04.09 20:29:32.350002 [ 259 ] {db949594-6d7f-47f5-affa-36b2be798246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1673 | 2025.04.09 20:29:32.350507 [ 259 ] {db949594-6d7f-47f5-affa-36b2be798246} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1674 | 2025.04.09 20:29:32.350568 [ 259 ] {db949594-6d7f-47f5-affa-36b2be798246} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1675 | 2025.04.09 20:29:32.350936 [ 259 ] {db949594-6d7f-47f5-affa-36b2be798246} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1676 | 2025.04.09 20:29:32.351020 [ 259 ] {db949594-6d7f-47f5-affa-36b2be798246} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1677 | 2025.04.09 20:29:32.351198 [ 259 ] {db949594-6d7f-47f5-affa-36b2be798246} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1678 | 2025.04.09 20:29:32.351503 [ 286 ] {db949594-6d7f-47f5-affa-36b2be798246} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1679 | 2025.04.09 20:29:32.351534 [ 287 ] {db949594-6d7f-47f5-affa-36b2be798246} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1680 | 2025.04.09 20:29:32.351512 [ 288 ] {db949594-6d7f-47f5-affa-36b2be798246} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1681 | 2025.04.09 20:29:32.351689 [ 259 ] {db949594-6d7f-47f5-affa-36b2be798246} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1682 | 2025.04.09 20:29:32.351717 [ 259 ] {db949594-6d7f-47f5-affa-36b2be798246} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1683 | 2025.04.09 20:29:32.356068 [ 259 ] {db949594-6d7f-47f5-affa-36b2be798246} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1684 | 2025.04.09 20:29:32.356099 [ 259 ] {db949594-6d7f-47f5-affa-36b2be798246} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1685 | 2025.04.09 20:29:32.356163 [ 259 ] {db949594-6d7f-47f5-affa-36b2be798246} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1686 | 2025.04.09 20:29:32.356216 [ 259 ] {db949594-6d7f-47f5-affa-36b2be798246} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1687 | 2025.04.09 20:29:32.357608 [ 259 ] {db949594-6d7f-47f5-affa-36b2be798246} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.007742 sec., 3874.9677086024285 rows/sec., 162.47 KiB/sec. | ||
| 1688 | 2025.04.09 20:29:32.357751 [ 259 ] {db949594-6d7f-47f5-affa-36b2be798246} <Debug> TCPHandler: Processed in 0.008191405 sec. | ||
| 1689 | 2025.04.09 20:29:32.357993 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1690 | 2025.04.09 20:29:32.358166 [ 259 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1691 | 2025.04.09 20:29:32.358473 [ 259 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1692 | 2025.04.09 20:29:32.358522 [ 259 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1693 | 2025.04.09 20:29:32.358834 [ 259 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1694 | 2025.04.09 20:29:32.358902 [ 259 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1695 | 2025.04.09 20:29:32.359048 [ 259 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1696 | 2025.04.09 20:29:32.359114 [ 288 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1697 | 2025.04.09 20:29:32.359206 [ 287 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1698 | 2025.04.09 20:29:32.359208 [ 286 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1699 | 2025.04.09 20:29:32.359344 [ 259 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1700 | 2025.04.09 20:29:32.359373 [ 259 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1701 | 2025.04.09 20:29:32.359458 [ 259 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1702 | 2025.04.09 20:29:32.359481 [ 259 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1703 | 2025.04.09 20:29:32.359522 [ 259 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1704 | 2025.04.09 20:29:32.359568 [ 259 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1705 | 2025.04.09 20:29:32.360531 [ 259 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.002449 sec., 12249.897917517355 rows/sec., 513.60 KiB/sec. | ||
| 1706 | 2025.04.09 20:29:32.360665 [ 259 ] {0332910e-699e-43a5-bb07-ee94eb17b10d} <Debug> TCPHandler: Processed in 0.002726652 sec. | ||
| 1707 | 2025.04.09 20:29:32.360891 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1708 | 2025.04.09 20:29:32.361056 [ 259 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1709 | 2025.04.09 20:29:32.361348 [ 259 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1710 | 2025.04.09 20:29:32.361396 [ 259 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1711 | 2025.04.09 20:29:32.361701 [ 259 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1712 | 2025.04.09 20:29:32.361766 [ 259 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1713 | 2025.04.09 20:29:32.361908 [ 259 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1714 | 2025.04.09 20:29:32.362007 [ 288 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1715 | 2025.04.09 20:29:32.362055 [ 287 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1716 | 2025.04.09 20:29:32.362066 [ 286 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1717 | 2025.04.09 20:29:32.362188 [ 259 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1718 | 2025.04.09 20:29:32.362216 [ 259 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1719 | 2025.04.09 20:29:32.362299 [ 259 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1720 | 2025.04.09 20:29:32.362319 [ 259 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1721 | 2025.04.09 20:29:32.362359 [ 259 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1722 | 2025.04.09 20:29:32.362404 [ 259 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1723 | 2025.04.09 20:29:32.363361 [ 259 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.002384 sec., 12583.892617449665 rows/sec., 527.61 KiB/sec. | ||
| 1724 | 2025.04.09 20:29:32.363491 [ 259 ] {9cdde2e6-ae6f-4479-bbca-800d5bf00a27} <Debug> TCPHandler: Processed in 0.00265256 sec. | ||
| 1725 | 2025.04.09 20:29:32.364240 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1726 | 2025.04.09 20:29:32.364404 [ 259 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1727 | 2025.04.09 20:29:32.364716 [ 259 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1728 | 2025.04.09 20:29:32.364763 [ 259 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1729 | 2025.04.09 20:29:32.365082 [ 259 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1730 | 2025.04.09 20:29:32.365149 [ 259 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1731 | 2025.04.09 20:29:32.365302 [ 259 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1732 | 2025.04.09 20:29:32.365426 [ 288 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1733 | 2025.04.09 20:29:32.365464 [ 287 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1734 | 2025.04.09 20:29:32.365486 [ 286 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1735 | 2025.04.09 20:29:32.365599 [ 259 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1736 | 2025.04.09 20:29:32.365627 [ 259 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1737 | 2025.04.09 20:29:32.365710 [ 259 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1738 | 2025.04.09 20:29:32.365730 [ 259 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1739 | 2025.04.09 20:29:32.365771 [ 259 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1740 | 2025.04.09 20:29:32.365814 [ 259 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1741 | 2025.04.09 20:29:32.366788 [ 259 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.002461 sec., 12190.166598943519 rows/sec., 511.10 KiB/sec. | ||
| 1742 | 2025.04.09 20:29:32.366916 [ 259 ] {7faccc19-18b6-4349-acb4-444bf5bba38e} <Debug> TCPHandler: Processed in 0.002726452 sec. | ||
| 1743 | 2025.04.09 20:29:32.373035 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1744 | 2025.04.09 20:29:32.373175 [ 259 ] {b52f5c3f-bef8-4ea0-9165-56fd4456dd17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1745 | 2025.04.09 20:29:32.373234 [ 259 ] {b52f5c3f-bef8-4ea0-9165-56fd4456dd17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1746 | 2025.04.09 20:29:32.373914 [ 259 ] {b52f5c3f-bef8-4ea0-9165-56fd4456dd17} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1747 | 2025.04.09 20:29:32.373957 [ 259 ] {b52f5c3f-bef8-4ea0-9165-56fd4456dd17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1748 | 2025.04.09 20:29:32.374443 [ 259 ] {b52f5c3f-bef8-4ea0-9165-56fd4456dd17} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1749 | 2025.04.09 20:29:32.374674 [ 259 ] {b52f5c3f-bef8-4ea0-9165-56fd4456dd17} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1750 | 2025.04.09 20:29:32.374901 [ 259 ] {b52f5c3f-bef8-4ea0-9165-56fd4456dd17} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.001759 sec., 2274.019329164298 rows/sec., 214.30 KiB/sec. | ||
| 1751 | 2025.04.09 20:29:32.375062 [ 259 ] {b52f5c3f-bef8-4ea0-9165-56fd4456dd17} <Debug> TCPHandler: Processed in 0.002086075 sec. | ||
| 1752 | 2025.04.09 20:29:32.375192 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1753 | 2025.04.09 20:29:32.375299 [ 259 ] {a50b00c6-986c-4aa5-a408-7d85c3a7b5f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1754 | 2025.04.09 20:29:32.375345 [ 259 ] {a50b00c6-986c-4aa5-a408-7d85c3a7b5f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1755 | 2025.04.09 20:29:32.375946 [ 259 ] {a50b00c6-986c-4aa5-a408-7d85c3a7b5f0} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1756 | 2025.04.09 20:29:32.375986 [ 259 ] {a50b00c6-986c-4aa5-a408-7d85c3a7b5f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1757 | 2025.04.09 20:29:32.376361 [ 259 ] {a50b00c6-986c-4aa5-a408-7d85c3a7b5f0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1758 | 2025.04.09 20:29:32.376610 [ 259 ] {a50b00c6-986c-4aa5-a408-7d85c3a7b5f0} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1759 | 2025.04.09 20:29:32.376867 [ 259 ] {a50b00c6-986c-4aa5-a408-7d85c3a7b5f0} <Debug> executeQuery: Read 115 rows, 9.96 KiB in 0.001592 sec., 72236.18090452261 rows/sec., 6.11 MiB/sec. | ||
| 1760 | 2025.04.09 20:29:32.377037 [ 259 ] {a50b00c6-986c-4aa5-a408-7d85c3a7b5f0} <Debug> TCPHandler: Processed in 0.0018922 sec. | ||
| 1761 | 2025.04.09 20:29:32.377174 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1762 | 2025.04.09 20:29:32.377281 [ 259 ] {280b900b-e608-4c5e-bd96-c51ad1fd9ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1763 | 2025.04.09 20:29:32.377328 [ 259 ] {280b900b-e608-4c5e-bd96-c51ad1fd9ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1764 | 2025.04.09 20:29:32.377860 [ 259 ] {280b900b-e608-4c5e-bd96-c51ad1fd9ecb} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1765 | 2025.04.09 20:29:32.377900 [ 259 ] {280b900b-e608-4c5e-bd96-c51ad1fd9ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1766 | 2025.04.09 20:29:32.378261 [ 259 ] {280b900b-e608-4c5e-bd96-c51ad1fd9ecb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1767 | 2025.04.09 20:29:32.378513 [ 259 ] {280b900b-e608-4c5e-bd96-c51ad1fd9ecb} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1768 | 2025.04.09 20:29:32.378750 [ 259 ] {280b900b-e608-4c5e-bd96-c51ad1fd9ecb} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001485 sec., 19528.61952861953 rows/sec., 1.43 MiB/sec. | ||
| 1769 | 2025.04.09 20:29:32.378851 [ 259 ] {280b900b-e608-4c5e-bd96-c51ad1fd9ecb} <Debug> TCPHandler: Processed in 0.001728606 sec. | ||
| 1770 | 2025.04.09 20:29:32.378970 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1771 | 2025.04.09 20:29:32.379074 [ 259 ] {026df393-b8a5-49ee-ab8f-57466854bb09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1772 | 2025.04.09 20:29:32.379118 [ 259 ] {026df393-b8a5-49ee-ab8f-57466854bb09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1773 | 2025.04.09 20:29:32.379599 [ 259 ] {026df393-b8a5-49ee-ab8f-57466854bb09} <Trace> oximeter.fields_u32 (3c65d9ab-8f53-4bd3-9ab7-67dc69ee7f91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1774 | 2025.04.09 20:29:32.379637 [ 259 ] {026df393-b8a5-49ee-ab8f-57466854bb09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1775 | 2025.04.09 20:29:32.379968 [ 259 ] {026df393-b8a5-49ee-ab8f-57466854bb09} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1776 | 2025.04.09 20:29:32.380203 [ 259 ] {026df393-b8a5-49ee-ab8f-57466854bb09} <Trace> oximeter.fields_u32 (3c65d9ab-8f53-4bd3-9ab7-67dc69ee7f91): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1777 | 2025.04.09 20:29:32.380589 [ 259 ] {026df393-b8a5-49ee-ab8f-57466854bb09} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.30 KiB/sec. | ||
| 1778 | 2025.04.09 20:29:32.380696 [ 259 ] {026df393-b8a5-49ee-ab8f-57466854bb09} <Debug> TCPHandler: Processed in 0.001777107 sec. | ||
| 1779 | 2025.04.09 20:29:32.380812 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1780 | 2025.04.09 20:29:32.380916 [ 259 ] {1c16c754-c3a8-433d-b21b-ca53542f151a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1781 | 2025.04.09 20:29:32.380962 [ 259 ] {1c16c754-c3a8-433d-b21b-ca53542f151a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1782 | 2025.04.09 20:29:32.381506 [ 259 ] {1c16c754-c3a8-433d-b21b-ca53542f151a} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2025.04.09 20:29:32.381545 [ 259 ] {1c16c754-c3a8-433d-b21b-ca53542f151a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1784 | 2025.04.09 20:29:32.381899 [ 259 ] {1c16c754-c3a8-433d-b21b-ca53542f151a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1785 | 2025.04.09 20:29:32.382135 [ 259 ] {1c16c754-c3a8-433d-b21b-ca53542f151a} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1786 | 2025.04.09 20:29:32.382612 [ 259 ] {1c16c754-c3a8-433d-b21b-ca53542f151a} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001605 sec., 65420.56074766355 rows/sec., 5.11 MiB/sec. | ||
| 1787 | 2025.04.09 20:29:32.382791 [ 259 ] {1c16c754-c3a8-433d-b21b-ca53542f151a} <Debug> TCPHandler: Processed in 0.002030883 sec. | ||
| 1788 | 2025.04.09 20:29:32.382931 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1789 | 2025.04.09 20:29:32.383035 [ 259 ] {eeaaa7df-515d-4153-bec1-462d6a64a35c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1790 | 2025.04.09 20:29:32.383086 [ 259 ] {eeaaa7df-515d-4153-bec1-462d6a64a35c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1791 | 2025.04.09 20:29:32.383621 [ 259 ] {eeaaa7df-515d-4153-bec1-462d6a64a35c} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1792 | 2025.04.09 20:29:32.383690 [ 259 ] {eeaaa7df-515d-4153-bec1-462d6a64a35c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1793 | 2025.04.09 20:29:32.384083 [ 259 ] {eeaaa7df-515d-4153-bec1-462d6a64a35c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1794 | 2025.04.09 20:29:32.384327 [ 259 ] {eeaaa7df-515d-4153-bec1-462d6a64a35c} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1795 | 2025.04.09 20:29:32.384575 [ 259 ] {eeaaa7df-515d-4153-bec1-462d6a64a35c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. | ||
| 1796 | 2025.04.09 20:29:32.384686 [ 259 ] {eeaaa7df-515d-4153-bec1-462d6a64a35c} <Debug> TCPHandler: Processed in 0.001805358 sec. | ||
| 1797 | 2025.04.09 20:29:32.384809 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1798 | 2025.04.09 20:29:32.384911 [ 259 ] {931b7270-3b31-4552-b761-405e24f69e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1799 | 2025.04.09 20:29:32.384959 [ 259 ] {931b7270-3b31-4552-b761-405e24f69e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1800 | 2025.04.09 20:29:32.385387 [ 259 ] {931b7270-3b31-4552-b761-405e24f69e21} <Trace> oximeter.measurements_f64 (34dda1dc-70b6-4cf2-9655-023d116f6841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1801 | 2025.04.09 20:29:32.385424 [ 259 ] {931b7270-3b31-4552-b761-405e24f69e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1802 | 2025.04.09 20:29:32.385789 [ 259 ] {931b7270-3b31-4552-b761-405e24f69e21} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1803 | 2025.04.09 20:29:32.386024 [ 259 ] {931b7270-3b31-4552-b761-405e24f69e21} <Trace> oximeter.measurements_f64 (34dda1dc-70b6-4cf2-9655-023d116f6841): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1804 | 2025.04.09 20:29:32.386401 [ 259 ] {931b7270-3b31-4552-b761-405e24f69e21} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.00148 sec., 675.6756756756757 rows/sec., 42.89 KiB/sec. | ||
| 1805 | 2025.04.09 20:29:32.386458 [ 259 ] {931b7270-3b31-4552-b761-405e24f69e21} <Debug> TCPHandler: Processed in 0.001701105 sec. | ||
| 1806 | 2025.04.09 20:29:32.386574 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1807 | 2025.04.09 20:29:32.386678 [ 259 ] {8451c9a9-1079-48c7-ad5f-fad671435f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1808 | 2025.04.09 20:29:32.386745 [ 259 ] {8451c9a9-1079-48c7-ad5f-fad671435f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1809 | 2025.04.09 20:29:32.387837 [ 259 ] {8451c9a9-1079-48c7-ad5f-fad671435f51} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1810 | 2025.04.09 20:29:32.387876 [ 259 ] {8451c9a9-1079-48c7-ad5f-fad671435f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1811 | 2025.04.09 20:29:32.388503 [ 259 ] {8451c9a9-1079-48c7-ad5f-fad671435f51} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1812 | 2025.04.09 20:29:32.388763 [ 259 ] {8451c9a9-1079-48c7-ad5f-fad671435f51} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1813 | 2025.04.09 20:29:32.389082 [ 259 ] {8451c9a9-1079-48c7-ad5f-fad671435f51} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002408 sec., 12043.189368770763 rows/sec., 21.58 MiB/sec. | ||
| 1814 | 2025.04.09 20:29:32.389189 [ 259 ] {8451c9a9-1079-48c7-ad5f-fad671435f51} <Debug> TCPHandler: Processed in 0.00266638 sec. | ||
| 1815 | 2025.04.09 20:29:32.389298 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1816 | 2025.04.09 20:29:32.389399 [ 259 ] {e0106693-c13c-49a0-826c-d46e8006f47f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1817 | 2025.04.09 20:29:32.389445 [ 259 ] {e0106693-c13c-49a0-826c-d46e8006f47f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1818 | 2025.04.09 20:29:32.389849 [ 259 ] {e0106693-c13c-49a0-826c-d46e8006f47f} <Trace> oximeter.measurements_i64 (44ed9776-d15c-4697-be65-72b08b7e88a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1819 | 2025.04.09 20:29:32.389888 [ 259 ] {e0106693-c13c-49a0-826c-d46e8006f47f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1820 | 2025.04.09 20:29:32.390249 [ 259 ] {e0106693-c13c-49a0-826c-d46e8006f47f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1821 | 2025.04.09 20:29:32.390502 [ 259 ] {e0106693-c13c-49a0-826c-d46e8006f47f} <Trace> oximeter.measurements_i64 (44ed9776-d15c-4697-be65-72b08b7e88a1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1822 | 2025.04.09 20:29:32.390842 [ 259 ] {e0106693-c13c-49a0-826c-d46e8006f47f} <Debug> executeQuery: Read 18 rows, 1.33 KiB in 0.001405 sec., 12811.387900355872 rows/sec., 945.28 KiB/sec. | ||
| 1823 | 2025.04.09 20:29:32.390950 [ 259 ] {e0106693-c13c-49a0-826c-d46e8006f47f} <Debug> TCPHandler: Processed in 0.001702905 sec. | ||
| 1824 | 2025.04.09 20:29:32.391067 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1825 | 2025.04.09 20:29:32.391170 [ 259 ] {dd7adbe1-49b2-444e-9579-39ecb29c62b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1826 | 2025.04.09 20:29:32.391216 [ 259 ] {dd7adbe1-49b2-444e-9579-39ecb29c62b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1827 | 2025.04.09 20:29:32.391645 [ 259 ] {dd7adbe1-49b2-444e-9579-39ecb29c62b2} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1828 | 2025.04.09 20:29:32.391683 [ 259 ] {dd7adbe1-49b2-444e-9579-39ecb29c62b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1829 | 2025.04.09 20:29:32.392025 [ 259 ] {dd7adbe1-49b2-444e-9579-39ecb29c62b2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1830 | 2025.04.09 20:29:32.392253 [ 259 ] {dd7adbe1-49b2-444e-9579-39ecb29c62b2} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1831 | 2025.04.09 20:29:32.392552 [ 259 ] {dd7adbe1-49b2-444e-9579-39ecb29c62b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
| 1832 | 2025.04.09 20:29:32.392928 [ 259 ] {dd7adbe1-49b2-444e-9579-39ecb29c62b2} <Debug> TCPHandler: Processed in 0.00191107 sec. | ||
| 1833 | 2025.04.09 20:29:37.353791 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1834 | 2025.04.09 20:29:37.354016 [ 259 ] {38533e36-7d28-4481-92a3-8afb585a2df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1835 | 2025.04.09 20:29:37.354098 [ 259 ] {38533e36-7d28-4481-92a3-8afb585a2df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1836 | 2025.04.09 20:29:37.354922 [ 259 ] {38533e36-7d28-4481-92a3-8afb585a2df1} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1837 | 2025.04.09 20:29:37.354972 [ 259 ] {38533e36-7d28-4481-92a3-8afb585a2df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1838 | 2025.04.09 20:29:37.355409 [ 259 ] {38533e36-7d28-4481-92a3-8afb585a2df1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1839 | 2025.04.09 20:29:37.355661 [ 259 ] {38533e36-7d28-4481-92a3-8afb585a2df1} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1840 | 2025.04.09 20:29:37.355852 [ 104 ] {} <Debug> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1841 | 2025.04.09 20:29:37.355894 [ 259 ] {38533e36-7d28-4481-92a3-8afb585a2df1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.21 MiB/sec. | ||
| 1842 | 2025.04.09 20:29:37.355956 [ 104 ] {} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1843 | 2025.04.09 20:29:37.356012 [ 259 ] {38533e36-7d28-4481-92a3-8afb585a2df1} <Debug> TCPHandler: Processed in 0.002355282 sec. | ||
| 1844 | 2025.04.09 20:29:37.356023 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1845 | 2025.04.09 20:29:37.356191 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1846 | 2025.04.09 20:29:37.356276 [ 193 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 1847 | 2025.04.09 20:29:37.356353 [ 259 ] {d16c7355-6fda-41a2-8cd8-3abf815f7b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1848 | 2025.04.09 20:29:37.356436 [ 259 ] {d16c7355-6fda-41a2-8cd8-3abf815f7b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1849 | 2025.04.09 20:29:37.356671 [ 193 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1850 | 2025.04.09 20:29:37.356748 [ 193 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part | ||
| 1851 | 2025.04.09 20:29:37.357049 [ 193 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1332 rows starting from the beginning of the part | ||
| 1852 | 2025.04.09 20:29:37.357434 [ 193 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 1853 | 2025.04.09 20:29:37.357812 [ 193 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 1854 | 2025.04.09 20:29:37.358154 [ 193 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 115 rows starting from the beginning of the part | ||
| 1855 | 2025.04.09 20:29:37.358409 [ 193 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 1856 | 2025.04.09 20:29:37.359331 [ 259 ] {d16c7355-6fda-41a2-8cd8-3abf815f7b26} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1857 | 2025.04.09 20:29:37.359401 [ 259 ] {d16c7355-6fda-41a2-8cd8-3abf815f7b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1858 | 2025.04.09 20:29:37.360307 [ 259 ] {d16c7355-6fda-41a2-8cd8-3abf815f7b26} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1859 | 2025.04.09 20:29:37.360804 [ 259 ] {d16c7355-6fda-41a2-8cd8-3abf815f7b26} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1860 | 2025.04.09 20:29:37.361041 [ 104 ] {} <Debug> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1861 | 2025.04.09 20:29:37.361152 [ 104 ] {} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1862 | 2025.04.09 20:29:37.361235 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1863 | 2025.04.09 20:29:37.361702 [ 259 ] {d16c7355-6fda-41a2-8cd8-3abf815f7b26} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005236 sec., 12223.071046600458 rows/sec., 976.94 KiB/sec. | ||
| 1864 | 2025.04.09 20:29:37.361744 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 1865 | 2025.04.09 20:29:37.361818 [ 193 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1687 rows, containing 5 columns (5 merged, 0 gathered) in 0.005654649 sec., 298338.5883014136 rows/sec., 25.76 MiB/sec. | ||
| 1866 | 2025.04.09 20:29:37.361972 [ 259 ] {d16c7355-6fda-41a2-8cd8-3abf815f7b26} <Debug> TCPHandler: Processed in 0.005877404 sec. | ||
| 1867 | 2025.04.09 20:29:37.362178 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1868 | 2025.04.09 20:29:37.362194 [ 193 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1869 | 2025.04.09 20:29:37.362292 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part | ||
| 1870 | 2025.04.09 20:29:37.362306 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1871 | 2025.04.09 20:29:37.362742 [ 259 ] {cd869e7d-b00c-49bc-96df-0fae20463c9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1872 | 2025.04.09 20:29:37.362847 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 564 rows starting from the beginning of the part | ||
| 1873 | 2025.04.09 20:29:37.362937 [ 259 ] {cd869e7d-b00c-49bc-96df-0fae20463c9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1874 | 2025.04.09 20:29:37.363050 [ 193 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_11_2} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1875 | 2025.04.09 20:29:37.363246 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 1876 | 2025.04.09 20:29:37.363433 [ 193 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_11_2} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1877 | 2025.04.09 20:29:37.363763 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 1878 | 2025.04.09 20:29:37.363863 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 1879 | 2025.04.09 20:29:37.364215 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 105 rows starting from the beginning of the part | ||
| 1880 | 2025.04.09 20:29:37.364553 [ 202 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 1881 | 2025.04.09 20:29:37.365933 [ 259 ] {cd869e7d-b00c-49bc-96df-0fae20463c9e} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1882 | 2025.04.09 20:29:37.366012 [ 259 ] {cd869e7d-b00c-49bc-96df-0fae20463c9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1883 | 2025.04.09 20:29:37.367148 [ 259 ] {cd869e7d-b00c-49bc-96df-0fae20463c9e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1884 | 2025.04.09 20:29:37.367672 [ 259 ] {cd869e7d-b00c-49bc-96df-0fae20463c9e} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1885 | 2025.04.09 20:29:37.367756 [ 193 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 933 rows, containing 5 columns (5 merged, 0 gathered) in 0.006348397 sec., 146966.2341532831 rows/sec., 11.76 MiB/sec. | ||
| 1886 | 2025.04.09 20:29:37.367905 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1887 | 2025.04.09 20:29:37.368015 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1888 | 2025.04.09 20:29:37.368115 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1889 | 2025.04.09 20:29:37.368133 [ 193 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1890 | 2025.04.09 20:29:37.368150 [ 259 ] {cd869e7d-b00c-49bc-96df-0fae20463c9e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005526 sec., 28954.03546869345 rows/sec., 2.02 MiB/sec. | ||
| 1891 | 2025.04.09 20:29:37.368560 [ 259 ] {cd869e7d-b00c-49bc-96df-0fae20463c9e} <Debug> TCPHandler: Processed in 0.006347766 sec. | ||
| 1892 | 2025.04.09 20:29:37.368729 [ 195 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 1893 | 2025.04.09 20:29:37.368805 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1894 | 2025.04.09 20:29:37.369088 [ 259 ] {548fba35-5421-4af7-a18a-9cb3a8386960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1895 | 2025.04.09 20:29:37.369110 [ 195 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1896 | 2025.04.09 20:29:37.369120 [ 193 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_11_2} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1897 | 2025.04.09 20:29:37.369202 [ 195 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 928 rows starting from the beginning of the part | ||
| 1898 | 2025.04.09 20:29:37.369241 [ 259 ] {548fba35-5421-4af7-a18a-9cb3a8386960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1899 | 2025.04.09 20:29:37.369468 [ 193 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_11_2} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1900 | 2025.04.09 20:29:37.369765 [ 195 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2240 rows starting from the beginning of the part | ||
| 1901 | 2025.04.09 20:29:37.369917 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 1902 | 2025.04.09 20:29:37.370246 [ 195 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
| 1903 | 2025.04.09 20:29:37.370645 [ 195 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 1904 | 2025.04.09 20:29:37.371018 [ 195 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 1905 | 2025.04.09 20:29:37.371317 [ 195 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 1906 | 2025.04.09 20:29:37.371926 [ 259 ] {548fba35-5421-4af7-a18a-9cb3a8386960} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1907 | 2025.04.09 20:29:37.371972 [ 259 ] {548fba35-5421-4af7-a18a-9cb3a8386960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1908 | 2025.04.09 20:29:37.372490 [ 259 ] {548fba35-5421-4af7-a18a-9cb3a8386960} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1909 | 2025.04.09 20:29:37.372807 [ 259 ] {548fba35-5421-4af7-a18a-9cb3a8386960} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1910 | 2025.04.09 20:29:37.373055 [ 104 ] {} <Debug> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1911 | 2025.04.09 20:29:37.373193 [ 104 ] {} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1912 | 2025.04.09 20:29:37.373286 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1913 | 2025.04.09 20:29:37.373288 [ 259 ] {548fba35-5421-4af7-a18a-9cb3a8386960} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004274 sec., 14038.371548900328 rows/sec., 968.79 KiB/sec. | ||
| 1914 | 2025.04.09 20:29:37.373539 [ 259 ] {548fba35-5421-4af7-a18a-9cb3a8386960} <Debug> TCPHandler: Processed in 0.004794406 sec. | ||
| 1915 | 2025.04.09 20:29:37.373663 [ 202 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 1916 | 2025.04.09 20:29:37.374087 [ 202 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1917 | 2025.04.09 20:29:37.374164 [ 202 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 348 rows starting from the beginning of the part | ||
| 1918 | 2025.04.09 20:29:37.374193 [ 195 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3776 rows, containing 5 columns (5 merged, 0 gathered) in 0.005827863 sec., 647921.8883491256 rows/sec., 44.47 MiB/sec. | ||
| 1919 | 2025.04.09 20:29:37.374359 [ 202 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 1920 | 2025.04.09 20:29:37.374537 [ 202 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 1921 | 2025.04.09 20:29:37.374775 [ 197 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1922 | 2025.04.09 20:29:37.374817 [ 202 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 1923 | 2025.04.09 20:29:37.375137 [ 202 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 1924 | 2025.04.09 20:29:37.375262 [ 202 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 1925 | 2025.04.09 20:29:37.375842 [ 197 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1926 | 2025.04.09 20:29:37.376018 [ 197 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1927 | 2025.04.09 20:29:37.376178 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 1928 | 2025.04.09 20:29:37.376970 [ 197 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.003530642 sec., 166541.94902796714 rows/sec., 11.22 MiB/sec. | ||
| 1929 | 2025.04.09 20:29:37.377184 [ 199 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1930 | 2025.04.09 20:29:37.377562 [ 199 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_11_2} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1931 | 2025.04.09 20:29:37.377658 [ 199 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_11_2} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1932 | 2025.04.09 20:29:37.377749 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 1933 | 2025.04.09 20:29:39.412891 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 1934 | 2025.04.09 20:29:39.413889 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1935 | 2025.04.09 20:29:39.413965 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1936 | 2025.04.09 20:29:39.414731 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1937 | 2025.04.09 20:29:39.415116 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1938 | 2025.04.09 20:29:39.415473 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 1939 | 2025.04.09 20:29:39.689054 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1940 | 2025.04.09 20:29:39.710383 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1941 | 2025.04.09 20:29:39.710451 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1942 | 2025.04.09 20:29:39.718097 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1943 | 2025.04.09 20:29:39.718909 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1944 | 2025.04.09 20:29:39.722653 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1945 | 2025.04.09 20:29:41.896631 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 282 | ||
| 1946 | 2025.04.09 20:29:41.899659 [ 242 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1947 | 2025.04.09 20:29:41.899719 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1948 | 2025.04.09 20:29:41.901207 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1949 | 2025.04.09 20:29:41.901512 [ 242 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1950 | 2025.04.09 20:29:41.901820 [ 97 ] {} <Debug> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1951 | 2025.04.09 20:29:41.902017 [ 97 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1952 | 2025.04.09 20:29:41.902122 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1953 | 2025.04.09 20:29:41.903327 [ 195 ] {01d3f0c6-15f9-4dbc-995b-d8fab2371f33::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1954 | 2025.04.09 20:29:41.903521 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 282 | ||
| 1955 | 2025.04.09 20:29:41.904145 [ 195 ] {01d3f0c6-15f9-4dbc-995b-d8fab2371f33::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1956 | 2025.04.09 20:29:41.904321 [ 195 ] {01d3f0c6-15f9-4dbc-995b-d8fab2371f33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part | ||
| 1957 | 2025.04.09 20:29:41.905026 [ 195 ] {01d3f0c6-15f9-4dbc-995b-d8fab2371f33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 1958 | 2025.04.09 20:29:41.905706 [ 195 ] {01d3f0c6-15f9-4dbc-995b-d8fab2371f33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 1959 | 2025.04.09 20:29:41.906361 [ 195 ] {01d3f0c6-15f9-4dbc-995b-d8fab2371f33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1960 | 2025.04.09 20:29:41.906976 [ 195 ] {01d3f0c6-15f9-4dbc-995b-d8fab2371f33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 1961 | 2025.04.09 20:29:41.907629 [ 195 ] {01d3f0c6-15f9-4dbc-995b-d8fab2371f33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
| 1962 | 2025.04.09 20:29:41.917653 [ 192 ] {01d3f0c6-15f9-4dbc-995b-d8fab2371f33::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 72 columns (72 merged, 0 gathered) in 0.015247721 sec., 18494.567155314555 rows/sec., 18.87 MiB/sec. | ||
| 1963 | 2025.04.09 20:29:41.918784 [ 192 ] {01d3f0c6-15f9-4dbc-995b-d8fab2371f33::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1964 | 2025.04.09 20:29:41.919608 [ 192 ] {01d3f0c6-15f9-4dbc-995b-d8fab2371f33::all_1_6_1} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1965 | 2025.04.09 20:29:41.919701 [ 192 ] {01d3f0c6-15f9-4dbc-995b-d8fab2371f33::all_1_6_1} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1966 | 2025.04.09 20:29:41.920009 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB. | ||
| 1967 | 2025.04.09 20:29:42.356289 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1968 | 2025.04.09 20:29:42.356500 [ 259 ] {1625724d-c4a5-4c9d-ae5f-1323d76f3ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1969 | 2025.04.09 20:29:42.356581 [ 259 ] {1625724d-c4a5-4c9d-ae5f-1323d76f3ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1970 | 2025.04.09 20:29:42.357390 [ 259 ] {1625724d-c4a5-4c9d-ae5f-1323d76f3ffd} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1971 | 2025.04.09 20:29:42.357440 [ 259 ] {1625724d-c4a5-4c9d-ae5f-1323d76f3ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1972 | 2025.04.09 20:29:42.357868 [ 259 ] {1625724d-c4a5-4c9d-ae5f-1323d76f3ffd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1973 | 2025.04.09 20:29:42.358127 [ 259 ] {1625724d-c4a5-4c9d-ae5f-1323d76f3ffd} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1974 | 2025.04.09 20:29:42.358355 [ 259 ] {1625724d-c4a5-4c9d-ae5f-1323d76f3ffd} <Debug> executeQuery: Read 122 rows, 10.63 KiB in 0.001914 sec., 63740.856844305126 rows/sec., 5.42 MiB/sec. | ||
| 1975 | 2025.04.09 20:29:42.358412 [ 259 ] {1625724d-c4a5-4c9d-ae5f-1323d76f3ffd} <Debug> TCPHandler: Processed in 0.002262929 sec. | ||
| 1976 | 2025.04.09 20:29:42.358540 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1977 | 2025.04.09 20:29:42.358642 [ 259 ] {fb306726-783a-43d7-a178-50c66a02a836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1978 | 2025.04.09 20:29:42.358686 [ 259 ] {fb306726-783a-43d7-a178-50c66a02a836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1979 | 2025.04.09 20:29:42.359199 [ 259 ] {fb306726-783a-43d7-a178-50c66a02a836} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1980 | 2025.04.09 20:29:42.359238 [ 259 ] {fb306726-783a-43d7-a178-50c66a02a836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1981 | 2025.04.09 20:29:42.359573 [ 259 ] {fb306726-783a-43d7-a178-50c66a02a836} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1982 | 2025.04.09 20:29:42.359803 [ 259 ] {fb306726-783a-43d7-a178-50c66a02a836} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1983 | 2025.04.09 20:29:42.360003 [ 259 ] {fb306726-783a-43d7-a178-50c66a02a836} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001383 sec., 23861.17136659436 rows/sec., 1.75 MiB/sec. | ||
| 1984 | 2025.04.09 20:29:42.360052 [ 259 ] {fb306726-783a-43d7-a178-50c66a02a836} <Debug> TCPHandler: Processed in 0.001562601 sec. | ||
| 1985 | 2025.04.09 20:29:42.360164 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1986 | 2025.04.09 20:29:42.360267 [ 259 ] {f5d77dea-ca35-4a95-880f-40f45cf5b1fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1987 | 2025.04.09 20:29:42.360311 [ 259 ] {f5d77dea-ca35-4a95-880f-40f45cf5b1fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1988 | 2025.04.09 20:29:42.360850 [ 259 ] {f5d77dea-ca35-4a95-880f-40f45cf5b1fb} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1989 | 2025.04.09 20:29:42.360888 [ 259 ] {f5d77dea-ca35-4a95-880f-40f45cf5b1fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1990 | 2025.04.09 20:29:42.361229 [ 259 ] {f5d77dea-ca35-4a95-880f-40f45cf5b1fb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1991 | 2025.04.09 20:29:42.361459 [ 259 ] {f5d77dea-ca35-4a95-880f-40f45cf5b1fb} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1992 | 2025.04.09 20:29:42.361653 [ 259 ] {f5d77dea-ca35-4a95-880f-40f45cf5b1fb} <Debug> executeQuery: Read 100 rows, 8.03 KiB in 0.001406 sec., 71123.75533428165 rows/sec., 5.58 MiB/sec. | ||
| 1993 | 2025.04.09 20:29:42.361701 [ 259 ] {f5d77dea-ca35-4a95-880f-40f45cf5b1fb} <Debug> TCPHandler: Processed in 0.001587512 sec. | ||
| 1994 | 2025.04.09 20:29:42.361815 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1995 | 2025.04.09 20:29:42.361918 [ 259 ] {c78ae92c-8312-4555-ab6c-c99e4adbba43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1996 | 2025.04.09 20:29:42.361967 [ 259 ] {c78ae92c-8312-4555-ab6c-c99e4adbba43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1997 | 2025.04.09 20:29:42.362486 [ 259 ] {c78ae92c-8312-4555-ab6c-c99e4adbba43} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1998 | 2025.04.09 20:29:42.362525 [ 259 ] {c78ae92c-8312-4555-ab6c-c99e4adbba43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 1999 | 2025.04.09 20:29:42.362893 [ 259 ] {c78ae92c-8312-4555-ab6c-c99e4adbba43} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2000 | 2025.04.09 20:29:42.363121 [ 259 ] {c78ae92c-8312-4555-ab6c-c99e4adbba43} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2001 | 2025.04.09 20:29:42.363319 [ 259 ] {c78ae92c-8312-4555-ab6c-c99e4adbba43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001422 sec., 112517.58087201124 rows/sec., 7.84 MiB/sec. | ||
| 2002 | 2025.04.09 20:29:42.363369 [ 259 ] {c78ae92c-8312-4555-ab6c-c99e4adbba43} <Debug> TCPHandler: Processed in 0.001604262 sec. | ||
| 2003 | 2025.04.09 20:29:42.363480 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2004 | 2025.04.09 20:29:42.363582 [ 259 ] {012a5cd3-b047-48b6-b1b9-2197d190ad43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2005 | 2025.04.09 20:29:42.363648 [ 259 ] {012a5cd3-b047-48b6-b1b9-2197d190ad43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2006 | 2025.04.09 20:29:42.364722 [ 259 ] {012a5cd3-b047-48b6-b1b9-2197d190ad43} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2007 | 2025.04.09 20:29:42.364760 [ 259 ] {012a5cd3-b047-48b6-b1b9-2197d190ad43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 2008 | 2025.04.09 20:29:42.365394 [ 259 ] {012a5cd3-b047-48b6-b1b9-2197d190ad43} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2009 | 2025.04.09 20:29:42.365642 [ 259 ] {012a5cd3-b047-48b6-b1b9-2197d190ad43} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2010 | 2025.04.09 20:29:42.365895 [ 259 ] {012a5cd3-b047-48b6-b1b9-2197d190ad43} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002334 sec., 14138.817480719794 rows/sec., 25.34 MiB/sec. | ||
| 2011 | 2025.04.09 20:29:42.365984 [ 259 ] {012a5cd3-b047-48b6-b1b9-2197d190ad43} <Debug> TCPHandler: Processed in 0.002554107 sec. | ||
| 2012 | 2025.04.09 20:29:42.366104 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2013 | 2025.04.09 20:29:42.366207 [ 259 ] {281a15f1-9270-4781-9dc7-b14b8475bc55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2014 | 2025.04.09 20:29:42.366254 [ 259 ] {281a15f1-9270-4781-9dc7-b14b8475bc55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2015 | 2025.04.09 20:29:42.366654 [ 259 ] {281a15f1-9270-4781-9dc7-b14b8475bc55} <Trace> oximeter.measurements_i64 (44ed9776-d15c-4697-be65-72b08b7e88a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2016 | 2025.04.09 20:29:42.366693 [ 259 ] {281a15f1-9270-4781-9dc7-b14b8475bc55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 2017 | 2025.04.09 20:29:42.367035 [ 259 ] {281a15f1-9270-4781-9dc7-b14b8475bc55} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2018 | 2025.04.09 20:29:42.367268 [ 259 ] {281a15f1-9270-4781-9dc7-b14b8475bc55} <Trace> oximeter.measurements_i64 (44ed9776-d15c-4697-be65-72b08b7e88a1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2019 | 2025.04.09 20:29:42.367425 [ 259 ] {281a15f1-9270-4781-9dc7-b14b8475bc55} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001238 sec., 2423.263327948304 rows/sec., 194.05 KiB/sec. | ||
| 2020 | 2025.04.09 20:29:42.367540 [ 259 ] {281a15f1-9270-4781-9dc7-b14b8475bc55} <Debug> TCPHandler: Processed in 0.001484159 sec. | ||
| 2021 | 2025.04.09 20:29:42.367681 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2022 | 2025.04.09 20:29:42.367783 [ 259 ] {3e4fb337-8d25-4be4-a6f9-5645edf82f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2023 | 2025.04.09 20:29:42.367829 [ 259 ] {3e4fb337-8d25-4be4-a6f9-5645edf82f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2024 | 2025.04.09 20:29:42.368246 [ 259 ] {3e4fb337-8d25-4be4-a6f9-5645edf82f2b} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2025 | 2025.04.09 20:29:42.368283 [ 259 ] {3e4fb337-8d25-4be4-a6f9-5645edf82f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 2026 | 2025.04.09 20:29:42.368623 [ 259 ] {3e4fb337-8d25-4be4-a6f9-5645edf82f2b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2027 | 2025.04.09 20:29:42.368854 [ 259 ] {3e4fb337-8d25-4be4-a6f9-5645edf82f2b} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2028 | 2025.04.09 20:29:42.369070 [ 259 ] {3e4fb337-8d25-4be4-a6f9-5645edf82f2b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001306 sec., 45941.80704441041 rows/sec., 3.10 MiB/sec. | ||
| 2029 | 2025.04.09 20:29:42.369248 [ 259 ] {3e4fb337-8d25-4be4-a6f9-5645edf82f2b} <Debug> TCPHandler: Processed in 0.001613803 sec. | ||
| 2030 | 2025.04.09 20:29:46.817333 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2031 | 2025.04.09 20:29:46.817406 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2032 | 2025.04.09 20:29:46.916539 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2033 | 2025.04.09 20:29:46.917139 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2034 | 2025.04.09 20:29:46.917178 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2035 | 2025.04.09 20:29:46.917670 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2036 | 2025.04.09 20:29:46.917915 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2037 | 2025.04.09 20:29:46.918098 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2038 | 2025.04.09 20:29:47.223697 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2039 | 2025.04.09 20:29:47.243525 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2040 | 2025.04.09 20:29:47.243577 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2041 | 2025.04.09 20:29:47.250796 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2042 | 2025.04.09 20:29:47.251530 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2043 | 2025.04.09 20:29:47.254241 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2044 | 2025.04.09 20:29:47.353582 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2045 | 2025.04.09 20:29:47.353752 [ 259 ] {4aeb3d6f-24b6-4123-b2f6-bef3f9807d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2046 | 2025.04.09 20:29:47.353818 [ 259 ] {4aeb3d6f-24b6-4123-b2f6-bef3f9807d85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2047 | 2025.04.09 20:29:47.354485 [ 259 ] {4aeb3d6f-24b6-4123-b2f6-bef3f9807d85} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2048 | 2025.04.09 20:29:47.354526 [ 259 ] {4aeb3d6f-24b6-4123-b2f6-bef3f9807d85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2049 | 2025.04.09 20:29:47.354896 [ 259 ] {4aeb3d6f-24b6-4123-b2f6-bef3f9807d85} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2050 | 2025.04.09 20:29:47.355128 [ 259 ] {4aeb3d6f-24b6-4123-b2f6-bef3f9807d85} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2051 | 2025.04.09 20:29:47.355359 [ 259 ] {4aeb3d6f-24b6-4123-b2f6-bef3f9807d85} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001646 sec., 34021.87120291616 rows/sec., 2.60 MiB/sec. | ||
| 2052 | 2025.04.09 20:29:47.355498 [ 259 ] {4aeb3d6f-24b6-4123-b2f6-bef3f9807d85} <Debug> TCPHandler: Processed in 0.002032353 sec. | ||
| 2053 | 2025.04.09 20:29:47.355672 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2054 | 2025.04.09 20:29:47.355774 [ 259 ] {77d59fe4-22f7-431a-b406-2cd4207895ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2055 | 2025.04.09 20:29:47.355819 [ 259 ] {77d59fe4-22f7-431a-b406-2cd4207895ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2056 | 2025.04.09 20:29:47.356364 [ 259 ] {77d59fe4-22f7-431a-b406-2cd4207895ea} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2057 | 2025.04.09 20:29:47.356403 [ 259 ] {77d59fe4-22f7-431a-b406-2cd4207895ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2058 | 2025.04.09 20:29:47.356734 [ 259 ] {77d59fe4-22f7-431a-b406-2cd4207895ea} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2059 | 2025.04.09 20:29:47.356958 [ 259 ] {77d59fe4-22f7-431a-b406-2cd4207895ea} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2060 | 2025.04.09 20:29:47.357155 [ 259 ] {77d59fe4-22f7-431a-b406-2cd4207895ea} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001403 sec., 45616.535994297934 rows/sec., 3.56 MiB/sec. | ||
| 2061 | 2025.04.09 20:29:47.357207 [ 259 ] {77d59fe4-22f7-431a-b406-2cd4207895ea} <Debug> TCPHandler: Processed in 0.001593311 sec. | ||
| 2062 | 2025.04.09 20:29:47.357322 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2063 | 2025.04.09 20:29:47.357423 [ 259 ] {6ac8e5ac-4051-4c8b-a644-6337f35f53a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2064 | 2025.04.09 20:29:47.357470 [ 259 ] {6ac8e5ac-4051-4c8b-a644-6337f35f53a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2065 | 2025.04.09 20:29:47.357981 [ 259 ] {6ac8e5ac-4051-4c8b-a644-6337f35f53a7} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2066 | 2025.04.09 20:29:47.358021 [ 259 ] {6ac8e5ac-4051-4c8b-a644-6337f35f53a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2067 | 2025.04.09 20:29:47.358386 [ 259 ] {6ac8e5ac-4051-4c8b-a644-6337f35f53a7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2068 | 2025.04.09 20:29:47.358618 [ 259 ] {6ac8e5ac-4051-4c8b-a644-6337f35f53a7} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2069 | 2025.04.09 20:29:47.358813 [ 259 ] {6ac8e5ac-4051-4c8b-a644-6337f35f53a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001411 sec., 113394.75549255847 rows/sec., 7.90 MiB/sec. | ||
| 2070 | 2025.04.09 20:29:47.358865 [ 259 ] {6ac8e5ac-4051-4c8b-a644-6337f35f53a7} <Debug> TCPHandler: Processed in 0.001591232 sec. | ||
| 2071 | 2025.04.09 20:29:47.358975 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2072 | 2025.04.09 20:29:47.359077 [ 259 ] {0eb83318-61ee-4528-9e34-4f616236d1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2073 | 2025.04.09 20:29:47.359122 [ 259 ] {0eb83318-61ee-4528-9e34-4f616236d1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2074 | 2025.04.09 20:29:47.359538 [ 259 ] {0eb83318-61ee-4528-9e34-4f616236d1e5} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2075 | 2025.04.09 20:29:47.359577 [ 259 ] {0eb83318-61ee-4528-9e34-4f616236d1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2076 | 2025.04.09 20:29:47.359913 [ 259 ] {0eb83318-61ee-4528-9e34-4f616236d1e5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2077 | 2025.04.09 20:29:47.360145 [ 259 ] {0eb83318-61ee-4528-9e34-4f616236d1e5} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2078 | 2025.04.09 20:29:47.360348 [ 259 ] {0eb83318-61ee-4528-9e34-4f616236d1e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001293 sec., 46403.71229698376 rows/sec., 3.13 MiB/sec. | ||
| 2079 | 2025.04.09 20:29:47.360398 [ 259 ] {0eb83318-61ee-4528-9e34-4f616236d1e5} <Debug> TCPHandler: Processed in 0.001470698 sec. | ||
| 2080 | 2025.04.09 20:29:48.650437 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2081 | 2025.04.09 20:29:48.650835 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2082 | 2025.04.09 20:29:48.651401 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2083 | 2025.04.09 20:29:48.651453 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2084 | 2025.04.09 20:29:48.651814 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2085 | 2025.04.09 20:29:48.651890 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2086 | 2025.04.09 20:29:48.652061 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2087 | 2025.04.09 20:29:48.652211 [ 286 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2088 | 2025.04.09 20:29:48.652326 [ 290 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2089 | 2025.04.09 20:29:48.652347 [ 288 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2090 | 2025.04.09 20:29:48.652326 [ 287 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2091 | 2025.04.09 20:29:48.652528 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2092 | 2025.04.09 20:29:48.652566 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2093 | 2025.04.09 20:29:48.652689 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2094 | 2025.04.09 20:29:48.652713 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2095 | 2025.04.09 20:29:48.652756 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2096 | 2025.04.09 20:29:48.652801 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2097 | 2025.04.09 20:29:48.652840 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2098 | 2025.04.09 20:29:48.654456 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Debug> executeQuery: Read 34 rows, 1.44 KiB in 0.003824 sec., 8891.213389121338 rows/sec., 375.40 KiB/sec. | ||
| 2099 | 2025.04.09 20:29:48.654635 [ 259 ] {3fae32d9-4503-4e08-9bf7-31c17767b3c6} <Debug> TCPHandler: Processed in 0.004405926 sec. | ||
| 2100 | 2025.04.09 20:29:48.696408 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2101 | 2025.04.09 20:29:48.696557 [ 259 ] {46ea4a58-ea9c-4577-86d5-6cc811e3fa09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2102 | 2025.04.09 20:29:48.696620 [ 259 ] {46ea4a58-ea9c-4577-86d5-6cc811e3fa09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2103 | 2025.04.09 20:29:48.697375 [ 259 ] {46ea4a58-ea9c-4577-86d5-6cc811e3fa09} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2104 | 2025.04.09 20:29:48.697419 [ 259 ] {46ea4a58-ea9c-4577-86d5-6cc811e3fa09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2105 | 2025.04.09 20:29:48.697903 [ 259 ] {46ea4a58-ea9c-4577-86d5-6cc811e3fa09} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2106 | 2025.04.09 20:29:48.698129 [ 259 ] {46ea4a58-ea9c-4577-86d5-6cc811e3fa09} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2107 | 2025.04.09 20:29:48.698385 [ 259 ] {46ea4a58-ea9c-4577-86d5-6cc811e3fa09} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001865 sec., 536.1930294906166 rows/sec., 121.48 KiB/sec. | ||
| 2108 | 2025.04.09 20:29:48.698577 [ 259 ] {46ea4a58-ea9c-4577-86d5-6cc811e3fa09} <Debug> TCPHandler: Processed in 0.00226196 sec. | ||
| 2109 | 2025.04.09 20:29:48.698699 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2110 | 2025.04.09 20:29:48.698800 [ 259 ] {3e3a086e-9a32-45b5-9ee7-6ebe5ca297e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2111 | 2025.04.09 20:29:48.698844 [ 259 ] {3e3a086e-9a32-45b5-9ee7-6ebe5ca297e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2112 | 2025.04.09 20:29:48.699391 [ 259 ] {3e3a086e-9a32-45b5-9ee7-6ebe5ca297e5} <Trace> oximeter.fields_i16 (20917413-3c99-464f-b205-f3a81db3791f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2113 | 2025.04.09 20:29:48.699431 [ 259 ] {3e3a086e-9a32-45b5-9ee7-6ebe5ca297e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2114 | 2025.04.09 20:29:48.699774 [ 259 ] {3e3a086e-9a32-45b5-9ee7-6ebe5ca297e5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2115 | 2025.04.09 20:29:48.700001 [ 259 ] {3e3a086e-9a32-45b5-9ee7-6ebe5ca297e5} <Trace> oximeter.fields_i16 (20917413-3c99-464f-b205-f3a81db3791f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2116 | 2025.04.09 20:29:48.700210 [ 259 ] {3e3a086e-9a32-45b5-9ee7-6ebe5ca297e5} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001431 sec., 16771.488469601678 rows/sec., 1.39 MiB/sec. | ||
| 2117 | 2025.04.09 20:29:48.700292 [ 259 ] {3e3a086e-9a32-45b5-9ee7-6ebe5ca297e5} <Debug> TCPHandler: Processed in 0.001640573 sec. | ||
| 2118 | 2025.04.09 20:29:48.700410 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2119 | 2025.04.09 20:29:48.700510 [ 259 ] {a7855b11-5609-4ae8-a1bc-955b84c48ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2120 | 2025.04.09 20:29:48.700553 [ 259 ] {a7855b11-5609-4ae8-a1bc-955b84c48ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2121 | 2025.04.09 20:29:48.701065 [ 259 ] {a7855b11-5609-4ae8-a1bc-955b84c48ad3} <Trace> oximeter.fields_ipaddr (19e7c3be-ee5d-460a-8012-a055fd039bc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2122 | 2025.04.09 20:29:48.701102 [ 259 ] {a7855b11-5609-4ae8-a1bc-955b84c48ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2123 | 2025.04.09 20:29:48.701427 [ 259 ] {a7855b11-5609-4ae8-a1bc-955b84c48ad3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2124 | 2025.04.09 20:29:48.701663 [ 259 ] {a7855b11-5609-4ae8-a1bc-955b84c48ad3} <Trace> oximeter.fields_ipaddr (19e7c3be-ee5d-460a-8012-a055fd039bc8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2125 | 2025.04.09 20:29:48.701844 [ 259 ] {a7855b11-5609-4ae8-a1bc-955b84c48ad3} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001343 sec., 8935.219657483247 rows/sec., 728.60 KiB/sec. | ||
| 2126 | 2025.04.09 20:29:48.701999 [ 259 ] {a7855b11-5609-4ae8-a1bc-955b84c48ad3} <Debug> TCPHandler: Processed in 0.001632783 sec. | ||
| 2127 | 2025.04.09 20:29:48.702116 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2128 | 2025.04.09 20:29:48.702217 [ 259 ] {34a5308e-66d2-4297-b37a-5290e3e86538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2129 | 2025.04.09 20:29:48.702260 [ 259 ] {34a5308e-66d2-4297-b37a-5290e3e86538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2130 | 2025.04.09 20:29:48.703423 [ 259 ] {34a5308e-66d2-4297-b37a-5290e3e86538} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2131 | 2025.04.09 20:29:48.703460 [ 259 ] {34a5308e-66d2-4297-b37a-5290e3e86538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2132 | 2025.04.09 20:29:48.703881 [ 259 ] {34a5308e-66d2-4297-b37a-5290e3e86538} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2133 | 2025.04.09 20:29:48.704109 [ 259 ] {34a5308e-66d2-4297-b37a-5290e3e86538} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2134 | 2025.04.09 20:29:48.704309 [ 259 ] {34a5308e-66d2-4297-b37a-5290e3e86538} <Debug> executeQuery: Read 1388 rows, 118.63 KiB in 0.002113 sec., 656885.9441552296 rows/sec., 54.82 MiB/sec. | ||
| 2135 | 2025.04.09 20:29:48.704361 [ 259 ] {34a5308e-66d2-4297-b37a-5290e3e86538} <Debug> TCPHandler: Processed in 0.00229191 sec. | ||
| 2136 | 2025.04.09 20:29:48.704474 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2137 | 2025.04.09 20:29:48.704575 [ 259 ] {e7497dac-d405-429b-a3c5-515c39c32d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2138 | 2025.04.09 20:29:48.704618 [ 259 ] {e7497dac-d405-429b-a3c5-515c39c32d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2139 | 2025.04.09 20:29:48.705255 [ 259 ] {e7497dac-d405-429b-a3c5-515c39c32d72} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2140 | 2025.04.09 20:29:48.705292 [ 259 ] {e7497dac-d405-429b-a3c5-515c39c32d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2141 | 2025.04.09 20:29:48.705683 [ 259 ] {e7497dac-d405-429b-a3c5-515c39c32d72} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2142 | 2025.04.09 20:29:48.705917 [ 259 ] {e7497dac-d405-429b-a3c5-515c39c32d72} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2143 | 2025.04.09 20:29:48.706090 [ 82 ] {} <Debug> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2144 | 2025.04.09 20:29:48.706144 [ 259 ] {e7497dac-d405-429b-a3c5-515c39c32d72} <Debug> executeQuery: Read 57 rows, 4.28 KiB in 0.001582 sec., 36030.34134007585 rows/sec., 2.64 MiB/sec. | ||
| 2145 | 2025.04.09 20:29:48.706176 [ 82 ] {} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2146 | 2025.04.09 20:29:48.706253 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2147 | 2025.04.09 20:29:48.706264 [ 259 ] {e7497dac-d405-429b-a3c5-515c39c32d72} <Debug> TCPHandler: Processed in 0.001835338 sec. | ||
| 2148 | 2025.04.09 20:29:48.706459 [ 197 ] {c5c8c719-3255-43b8-aa7f-72937d921edf::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2149 | 2025.04.09 20:29:48.706470 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2150 | 2025.04.09 20:29:48.706726 [ 259 ] {bc967d88-baef-440b-8706-b601d5ba5469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2151 | 2025.04.09 20:29:48.706735 [ 197 ] {c5c8c719-3255-43b8-aa7f-72937d921edf::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2152 | 2025.04.09 20:29:48.706824 [ 259 ] {bc967d88-baef-440b-8706-b601d5ba5469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2153 | 2025.04.09 20:29:48.706828 [ 197 ] {c5c8c719-3255-43b8-aa7f-72937d921edf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 2154 | 2025.04.09 20:29:48.707163 [ 197 ] {c5c8c719-3255-43b8-aa7f-72937d921edf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 2155 | 2025.04.09 20:29:48.707508 [ 197 ] {c5c8c719-3255-43b8-aa7f-72937d921edf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 2156 | 2025.04.09 20:29:48.707901 [ 197 ] {c5c8c719-3255-43b8-aa7f-72937d921edf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part | ||
| 2157 | 2025.04.09 20:29:48.708285 [ 197 ] {c5c8c719-3255-43b8-aa7f-72937d921edf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 33 rows starting from the beginning of the part | ||
| 2158 | 2025.04.09 20:29:48.708608 [ 197 ] {c5c8c719-3255-43b8-aa7f-72937d921edf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 57 rows starting from the beginning of the part | ||
| 2159 | 2025.04.09 20:29:48.709571 [ 259 ] {bc967d88-baef-440b-8706-b601d5ba5469} <Trace> oximeter.fields_u32 (3c65d9ab-8f53-4bd3-9ab7-67dc69ee7f91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2160 | 2025.04.09 20:29:48.709642 [ 259 ] {bc967d88-baef-440b-8706-b601d5ba5469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2161 | 2025.04.09 20:29:48.710628 [ 259 ] {bc967d88-baef-440b-8706-b601d5ba5469} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2162 | 2025.04.09 20:29:48.711253 [ 259 ] {bc967d88-baef-440b-8706-b601d5ba5469} <Trace> oximeter.fields_u32 (3c65d9ab-8f53-4bd3-9ab7-67dc69ee7f91): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2163 | 2025.04.09 20:29:48.711307 [ 197 ] {c5c8c719-3255-43b8-aa7f-72937d921edf::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 5 columns (5 merged, 0 gathered) in 0.0049587 sec., 31258.192671466313 rows/sec., 2.43 MiB/sec. | ||
| 2164 | 2025.04.09 20:29:48.711559 [ 197 ] {c5c8c719-3255-43b8-aa7f-72937d921edf::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2165 | 2025.04.09 20:29:48.711576 [ 259 ] {bc967d88-baef-440b-8706-b601d5ba5469} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00493 sec., 51115.618661257606 rows/sec., 3.54 MiB/sec. | ||
| 2166 | 2025.04.09 20:29:48.711756 [ 259 ] {bc967d88-baef-440b-8706-b601d5ba5469} <Debug> TCPHandler: Processed in 0.005365381 sec. | ||
| 2167 | 2025.04.09 20:29:48.711927 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2168 | 2025.04.09 20:29:48.712082 [ 197 ] {c5c8c719-3255-43b8-aa7f-72937d921edf::all_1_6_1} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2169 | 2025.04.09 20:29:48.712089 [ 259 ] {670343f5-67d5-4515-911b-902f292fe275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2170 | 2025.04.09 20:29:48.712211 [ 259 ] {670343f5-67d5-4515-911b-902f292fe275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2171 | 2025.04.09 20:29:48.712289 [ 197 ] {c5c8c719-3255-43b8-aa7f-72937d921edf::all_1_6_1} <Trace> oximeter.fields_u16 (c5c8c719-3255-43b8-aa7f-72937d921edf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2172 | 2025.04.09 20:29:48.712446 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2173 | 2025.04.09 20:29:48.712913 [ 259 ] {670343f5-67d5-4515-911b-902f292fe275} <Trace> oximeter.fields_u8 (849a5336-75aa-4e56-880e-39a556beb8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2174 | 2025.04.09 20:29:48.712955 [ 259 ] {670343f5-67d5-4515-911b-902f292fe275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2175 | 2025.04.09 20:29:48.713304 [ 259 ] {670343f5-67d5-4515-911b-902f292fe275} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2176 | 2025.04.09 20:29:48.713541 [ 259 ] {670343f5-67d5-4515-911b-902f292fe275} <Trace> oximeter.fields_u8 (849a5336-75aa-4e56-880e-39a556beb8c6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2177 | 2025.04.09 20:29:48.713727 [ 259 ] {670343f5-67d5-4515-911b-902f292fe275} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001696 sec., 7075.471698113208 rows/sec., 552.77 KiB/sec. | ||
| 2178 | 2025.04.09 20:29:48.713778 [ 259 ] {670343f5-67d5-4515-911b-902f292fe275} <Debug> TCPHandler: Processed in 0.00191059 sec. | ||
| 2179 | 2025.04.09 20:29:48.713895 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2180 | 2025.04.09 20:29:48.714005 [ 259 ] {0af96c81-2438-447b-9ce7-d3233eb9f442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2181 | 2025.04.09 20:29:48.714052 [ 259 ] {0af96c81-2438-447b-9ce7-d3233eb9f442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2182 | 2025.04.09 20:29:48.714840 [ 259 ] {0af96c81-2438-447b-9ce7-d3233eb9f442} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2183 | 2025.04.09 20:29:48.714881 [ 259 ] {0af96c81-2438-447b-9ce7-d3233eb9f442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2184 | 2025.04.09 20:29:48.715294 [ 259 ] {0af96c81-2438-447b-9ce7-d3233eb9f442} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2185 | 2025.04.09 20:29:48.715538 [ 259 ] {0af96c81-2438-447b-9ce7-d3233eb9f442} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2186 | 2025.04.09 20:29:48.715755 [ 259 ] {0af96c81-2438-447b-9ce7-d3233eb9f442} <Debug> executeQuery: Read 601 rows, 46.28 KiB in 0.00177 sec., 339548.02259887004 rows/sec., 25.54 MiB/sec. | ||
| 2187 | 2025.04.09 20:29:48.715809 [ 259 ] {0af96c81-2438-447b-9ce7-d3233eb9f442} <Debug> TCPHandler: Processed in 0.001966191 sec. | ||
| 2188 | 2025.04.09 20:29:48.715927 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2189 | 2025.04.09 20:29:48.716032 [ 259 ] {10f354f4-6b89-4597-91f7-a1f31a265360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2190 | 2025.04.09 20:29:48.716084 [ 259 ] {10f354f4-6b89-4597-91f7-a1f31a265360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2191 | 2025.04.09 20:29:48.716773 [ 259 ] {10f354f4-6b89-4597-91f7-a1f31a265360} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2192 | 2025.04.09 20:29:48.716814 [ 259 ] {10f354f4-6b89-4597-91f7-a1f31a265360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2193 | 2025.04.09 20:29:48.717243 [ 259 ] {10f354f4-6b89-4597-91f7-a1f31a265360} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2194 | 2025.04.09 20:29:48.717480 [ 259 ] {10f354f4-6b89-4597-91f7-a1f31a265360} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2195 | 2025.04.09 20:29:48.717680 [ 259 ] {10f354f4-6b89-4597-91f7-a1f31a265360} <Debug> executeQuery: Read 950 rows, 65.65 KiB in 0.001668 sec., 569544.3645083933 rows/sec., 38.44 MiB/sec. | ||
| 2196 | 2025.04.09 20:29:48.717733 [ 259 ] {10f354f4-6b89-4597-91f7-a1f31a265360} <Debug> TCPHandler: Processed in 0.001857439 sec. | ||
| 2197 | 2025.04.09 20:29:48.717851 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2198 | 2025.04.09 20:29:48.717955 [ 259 ] {61210df1-268a-4b51-af07-dccf66385cb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2199 | 2025.04.09 20:29:48.718022 [ 259 ] {61210df1-268a-4b51-af07-dccf66385cb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2200 | 2025.04.09 20:29:48.719113 [ 259 ] {61210df1-268a-4b51-af07-dccf66385cb4} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2201 | 2025.04.09 20:29:48.719152 [ 259 ] {61210df1-268a-4b51-af07-dccf66385cb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2202 | 2025.04.09 20:29:48.719779 [ 259 ] {61210df1-268a-4b51-af07-dccf66385cb4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2203 | 2025.04.09 20:29:48.720032 [ 259 ] {61210df1-268a-4b51-af07-dccf66385cb4} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2204 | 2025.04.09 20:29:48.720203 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2205 | 2025.04.09 20:29:48.720273 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2206 | 2025.04.09 20:29:48.720318 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2207 | 2025.04.09 20:29:48.720315 [ 259 ] {61210df1-268a-4b51-af07-dccf66385cb4} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002368 sec., 13935.810810810812 rows/sec., 24.97 MiB/sec. | ||
| 2208 | 2025.04.09 20:29:48.720833 [ 186 ] {1675b81d-7218-4b53-9ff3-a611f75f1cb3::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2209 | 2025.04.09 20:29:48.720956 [ 259 ] {61210df1-268a-4b51-af07-dccf66385cb4} <Debug> TCPHandler: Processed in 0.003151123 sec. | ||
| 2210 | 2025.04.09 20:29:48.721195 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2211 | 2025.04.09 20:29:48.721454 [ 259 ] {003ae68b-b49b-4eba-ad71-1d11c935bf06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2212 | 2025.04.09 20:29:48.721477 [ 186 ] {1675b81d-7218-4b53-9ff3-a611f75f1cb3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2213 | 2025.04.09 20:29:48.721577 [ 259 ] {003ae68b-b49b-4eba-ad71-1d11c935bf06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2214 | 2025.04.09 20:29:48.721673 [ 186 ] {1675b81d-7218-4b53-9ff3-a611f75f1cb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 2215 | 2025.04.09 20:29:48.722560 [ 186 ] {1675b81d-7218-4b53-9ff3-a611f75f1cb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 2216 | 2025.04.09 20:29:48.723171 [ 186 ] {1675b81d-7218-4b53-9ff3-a611f75f1cb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2217 | 2025.04.09 20:29:48.723806 [ 186 ] {1675b81d-7218-4b53-9ff3-a611f75f1cb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part | ||
| 2218 | 2025.04.09 20:29:48.724005 [ 259 ] {003ae68b-b49b-4eba-ad71-1d11c935bf06} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2219 | 2025.04.09 20:29:48.724216 [ 259 ] {003ae68b-b49b-4eba-ad71-1d11c935bf06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2220 | 2025.04.09 20:29:48.724411 [ 186 ] {1675b81d-7218-4b53-9ff3-a611f75f1cb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 33 rows starting from the beginning of the part | ||
| 2221 | 2025.04.09 20:29:48.724912 [ 186 ] {1675b81d-7218-4b53-9ff3-a611f75f1cb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 33 rows starting from the beginning of the part | ||
| 2222 | 2025.04.09 20:29:48.726068 [ 259 ] {003ae68b-b49b-4eba-ad71-1d11c935bf06} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2223 | 2025.04.09 20:29:48.726572 [ 259 ] {003ae68b-b49b-4eba-ad71-1d11c935bf06} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2224 | 2025.04.09 20:29:48.727067 [ 259 ] {003ae68b-b49b-4eba-ad71-1d11c935bf06} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.005708 sec., 3854.2396636299927 rows/sec., 268.09 KiB/sec. | ||
| 2225 | 2025.04.09 20:29:48.727207 [ 259 ] {003ae68b-b49b-4eba-ad71-1d11c935bf06} <Debug> TCPHandler: Processed in 0.0060988 sec. | ||
| 2226 | 2025.04.09 20:29:48.728980 [ 192 ] {1675b81d-7218-4b53-9ff3-a611f75f1cb3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 119 rows, containing 19 columns (19 merged, 0 gathered) in 0.008554214 sec., 13911.272268849016 rows/sec., 24.93 MiB/sec. | ||
| 2227 | 2025.04.09 20:29:48.729630 [ 192 ] {1675b81d-7218-4b53-9ff3-a611f75f1cb3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2228 | 2025.04.09 20:29:48.730210 [ 192 ] {1675b81d-7218-4b53-9ff3-a611f75f1cb3::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2229 | 2025.04.09 20:29:48.730298 [ 192 ] {1675b81d-7218-4b53-9ff3-a611f75f1cb3::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1675b81d-7218-4b53-9ff3-a611f75f1cb3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2230 | 2025.04.09 20:29:48.730455 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 2231 | 2025.04.09 20:29:51.904644 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 328 | ||
| 2232 | 2025.04.09 20:29:51.907891 [ 242 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2233 | 2025.04.09 20:29:51.907940 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2234 | 2025.04.09 20:29:51.909418 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2235 | 2025.04.09 20:29:51.909727 [ 242 ] {} <Trace> system.query_log (01d3f0c6-15f9-4dbc-995b-d8fab2371f33): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2236 | 2025.04.09 20:29:51.910629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 328 | ||
| 2237 | 2025.04.09 20:29:52.351663 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2238 | 2025.04.09 20:29:52.351873 [ 259 ] {60ed6fb5-5267-4b96-a04a-972786466584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2239 | 2025.04.09 20:29:52.351955 [ 259 ] {60ed6fb5-5267-4b96-a04a-972786466584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2240 | 2025.04.09 20:29:52.352731 [ 259 ] {60ed6fb5-5267-4b96-a04a-972786466584} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2241 | 2025.04.09 20:29:52.352775 [ 259 ] {60ed6fb5-5267-4b96-a04a-972786466584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2242 | 2025.04.09 20:29:52.353200 [ 259 ] {60ed6fb5-5267-4b96-a04a-972786466584} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2243 | 2025.04.09 20:29:52.353449 [ 259 ] {60ed6fb5-5267-4b96-a04a-972786466584} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2244 | 2025.04.09 20:29:52.353678 [ 259 ] {60ed6fb5-5267-4b96-a04a-972786466584} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001866 sec., 30010.718113612005 rows/sec., 2.29 MiB/sec. | ||
| 2245 | 2025.04.09 20:29:52.353737 [ 259 ] {60ed6fb5-5267-4b96-a04a-972786466584} <Debug> TCPHandler: Processed in 0.002214558 sec. | ||
| 2246 | 2025.04.09 20:29:52.353862 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2247 | 2025.04.09 20:29:52.353967 [ 259 ] {4da8d066-b120-425a-8956-7d68b4037ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2248 | 2025.04.09 20:29:52.354012 [ 259 ] {4da8d066-b120-425a-8956-7d68b4037ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2249 | 2025.04.09 20:29:52.354552 [ 259 ] {4da8d066-b120-425a-8956-7d68b4037ff3} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2250 | 2025.04.09 20:29:52.354591 [ 259 ] {4da8d066-b120-425a-8956-7d68b4037ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2251 | 2025.04.09 20:29:52.354937 [ 259 ] {4da8d066-b120-425a-8956-7d68b4037ff3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2252 | 2025.04.09 20:29:52.355175 [ 259 ] {4da8d066-b120-425a-8956-7d68b4037ff3} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2253 | 2025.04.09 20:29:52.355406 [ 259 ] {4da8d066-b120-425a-8956-7d68b4037ff3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00145 sec., 44137.93103448276 rows/sec., 3.45 MiB/sec. | ||
| 2254 | 2025.04.09 20:29:52.355595 [ 259 ] {4da8d066-b120-425a-8956-7d68b4037ff3} <Debug> TCPHandler: Processed in 0.001780227 sec. | ||
| 2255 | 2025.04.09 20:29:52.355754 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2256 | 2025.04.09 20:29:52.355859 [ 259 ] {84b84eda-6d9a-44f9-8ab0-9d9c2c53b5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2257 | 2025.04.09 20:29:52.355908 [ 259 ] {84b84eda-6d9a-44f9-8ab0-9d9c2c53b5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2258 | 2025.04.09 20:29:52.356412 [ 259 ] {84b84eda-6d9a-44f9-8ab0-9d9c2c53b5d8} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2259 | 2025.04.09 20:29:52.356451 [ 259 ] {84b84eda-6d9a-44f9-8ab0-9d9c2c53b5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2260 | 2025.04.09 20:29:52.356818 [ 259 ] {84b84eda-6d9a-44f9-8ab0-9d9c2c53b5d8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2261 | 2025.04.09 20:29:52.357064 [ 259 ] {84b84eda-6d9a-44f9-8ab0-9d9c2c53b5d8} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2262 | 2025.04.09 20:29:52.357263 [ 259 ] {84b84eda-6d9a-44f9-8ab0-9d9c2c53b5d8} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001427 sec., 68675.54309740715 rows/sec., 4.79 MiB/sec. | ||
| 2263 | 2025.04.09 20:29:52.357315 [ 259 ] {84b84eda-6d9a-44f9-8ab0-9d9c2c53b5d8} <Debug> TCPHandler: Processed in 0.001615612 sec. | ||
| 2264 | 2025.04.09 20:29:52.357436 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2265 | 2025.04.09 20:29:52.357539 [ 259 ] {89c7c205-841e-4b64-abeb-a46dba5836a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2266 | 2025.04.09 20:29:52.357585 [ 259 ] {89c7c205-841e-4b64-abeb-a46dba5836a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2267 | 2025.04.09 20:29:52.357984 [ 259 ] {89c7c205-841e-4b64-abeb-a46dba5836a6} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2268 | 2025.04.09 20:29:52.358023 [ 259 ] {89c7c205-841e-4b64-abeb-a46dba5836a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2269 | 2025.04.09 20:29:52.358369 [ 259 ] {89c7c205-841e-4b64-abeb-a46dba5836a6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2270 | 2025.04.09 20:29:52.358601 [ 259 ] {89c7c205-841e-4b64-abeb-a46dba5836a6} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2271 | 2025.04.09 20:29:52.358818 [ 259 ] {89c7c205-841e-4b64-abeb-a46dba5836a6} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001298 sec., 29275.808936825888 rows/sec., 1.96 MiB/sec. | ||
| 2272 | 2025.04.09 20:29:52.358914 [ 259 ] {89c7c205-841e-4b64-abeb-a46dba5836a6} <Debug> TCPHandler: Processed in 0.0015268 sec. | ||
| 2273 | 2025.04.09 20:29:54.419166 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2274 | 2025.04.09 20:29:54.420001 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2275 | 2025.04.09 20:29:54.420039 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2276 | 2025.04.09 20:29:54.420551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2277 | 2025.04.09 20:29:54.420795 [ 244 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2278 | 2025.04.09 20:29:54.420936 [ 77 ] {} <Debug> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2279 | 2025.04.09 20:29:54.420971 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2280 | 2025.04.09 20:29:54.420983 [ 77 ] {} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2281 | 2025.04.09 20:29:54.421007 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2282 | 2025.04.09 20:29:54.421244 [ 191 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2283 | 2025.04.09 20:29:54.421498 [ 191 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2284 | 2025.04.09 20:29:54.421579 [ 191 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part | ||
| 2285 | 2025.04.09 20:29:54.421757 [ 191 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 2286 | 2025.04.09 20:29:54.422149 [ 191 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 2287 | 2025.04.09 20:29:54.422380 [ 191 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 2288 | 2025.04.09 20:29:54.422572 [ 191 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2289 | 2025.04.09 20:29:54.422743 [ 191 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 2290 | 2025.04.09 20:29:54.424565 [ 186 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.00343039 sec., 1493707.7125341434 rows/sec., 21.37 MiB/sec. | ||
| 2291 | 2025.04.09 20:29:54.424921 [ 191 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2292 | 2025.04.09 20:29:54.425206 [ 191 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_11_2} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2293 | 2025.04.09 20:29:54.425291 [ 191 ] {a1f1b5ca-d847-436f-8921-0c048a531d81::all_1_11_2} <Trace> system.asynchronous_metric_log (a1f1b5ca-d847-436f-8921-0c048a531d81) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2294 | 2025.04.09 20:29:54.425378 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2295 | 2025.04.09 20:29:54.755238 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2296 | 2025.04.09 20:29:54.776741 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2297 | 2025.04.09 20:29:54.776810 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2298 | 2025.04.09 20:29:54.784304 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2299 | 2025.04.09 20:29:54.785073 [ 243 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2300 | 2025.04.09 20:29:54.785434 [ 76 ] {} <Debug> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2301 | 2025.04.09 20:29:54.785570 [ 76 ] {} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2302 | 2025.04.09 20:29:54.785647 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2303 | 2025.04.09 20:29:54.786089 [ 188 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2304 | 2025.04.09 20:29:54.801117 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2305 | 2025.04.09 20:29:54.802826 [ 188 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2306 | 2025.04.09 20:29:54.804241 [ 188 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part | ||
| 2307 | 2025.04.09 20:29:54.809887 [ 188 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part | ||
| 2308 | 2025.04.09 20:29:54.815476 [ 188 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
| 2309 | 2025.04.09 20:29:54.820827 [ 188 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part | ||
| 2310 | 2025.04.09 20:29:54.826408 [ 188 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
| 2311 | 2025.04.09 20:29:54.831045 [ 188 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part | ||
| 2312 | 2025.04.09 20:29:54.887003 [ 186 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.101215 sec., 820.0365558464655 rows/sec., 4.24 MiB/sec. | ||
| 2313 | 2025.04.09 20:29:54.889608 [ 186 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2314 | 2025.04.09 20:29:54.892724 [ 186 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_11_2} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2315 | 2025.04.09 20:29:54.892850 [ 186 ] {d16605d2-4602-4ae6-8945-c9f782cb26a1::all_1_11_2} <Trace> system.metric_log (d16605d2-4602-4ae6-8945-c9f782cb26a1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2316 | 2025.04.09 20:29:54.895326 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.43 MiB. | ||
| 2317 | 2025.04.09 20:29:55.000145 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.39 MiB, peak 179.27 MiB, free memory in arenas 0.00 B, will set to 171.26 MiB (RSS), difference: 1.87 MiB | ||
| 2318 | 2025.04.09 20:29:57.354090 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2319 | 2025.04.09 20:29:57.354390 [ 259 ] {c7718050-a427-4247-90e9-9ae7c64c093c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2320 | 2025.04.09 20:29:57.354505 [ 259 ] {c7718050-a427-4247-90e9-9ae7c64c093c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2321 | 2025.04.09 20:29:57.355548 [ 259 ] {c7718050-a427-4247-90e9-9ae7c64c093c} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2322 | 2025.04.09 20:29:57.355595 [ 259 ] {c7718050-a427-4247-90e9-9ae7c64c093c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2323 | 2025.04.09 20:29:57.356029 [ 259 ] {c7718050-a427-4247-90e9-9ae7c64c093c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2324 | 2025.04.09 20:29:57.356277 [ 259 ] {c7718050-a427-4247-90e9-9ae7c64c093c} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2325 | 2025.04.09 20:29:57.356463 [ 72 ] {} <Debug> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2326 | 2025.04.09 20:29:57.356527 [ 259 ] {c7718050-a427-4247-90e9-9ae7c64c093c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002212 sec., 25316.45569620253 rows/sec., 1.93 MiB/sec. | ||
| 2327 | 2025.04.09 20:29:57.356555 [ 72 ] {} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2328 | 2025.04.09 20:29:57.356641 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2329 | 2025.04.09 20:29:57.356650 [ 259 ] {c7718050-a427-4247-90e9-9ae7c64c093c} <Debug> TCPHandler: Processed in 0.002743532 sec. | ||
| 2330 | 2025.04.09 20:29:57.356934 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2331 | 2025.04.09 20:29:57.356990 [ 190 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2332 | 2025.04.09 20:29:57.357365 [ 259 ] {6acde677-b3e1-4c38-b292-9ea52d86d9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2333 | 2025.04.09 20:29:57.357534 [ 190 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2334 | 2025.04.09 20:29:57.357541 [ 259 ] {6acde677-b3e1-4c38-b292-9ea52d86d9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2335 | 2025.04.09 20:29:57.357610 [ 190 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1375 rows starting from the beginning of the part | ||
| 2336 | 2025.04.09 20:29:57.357920 [ 190 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 122 rows starting from the beginning of the part | ||
| 2337 | 2025.04.09 20:29:57.358290 [ 190 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
| 2338 | 2025.04.09 20:29:57.358657 [ 190 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1388 rows starting from the beginning of the part | ||
| 2339 | 2025.04.09 20:29:57.358947 [ 190 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2340 | 2025.04.09 20:29:57.359281 [ 190 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 2341 | 2025.04.09 20:29:57.360302 [ 259 ] {6acde677-b3e1-4c38-b292-9ea52d86d9ba} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2342 | 2025.04.09 20:29:57.360379 [ 259 ] {6acde677-b3e1-4c38-b292-9ea52d86d9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2343 | 2025.04.09 20:29:57.361431 [ 259 ] {6acde677-b3e1-4c38-b292-9ea52d86d9ba} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2344 | 2025.04.09 20:29:57.361864 [ 259 ] {6acde677-b3e1-4c38-b292-9ea52d86d9ba} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2345 | 2025.04.09 20:29:57.362054 [ 72 ] {} <Debug> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2346 | 2025.04.09 20:29:57.362137 [ 72 ] {} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2347 | 2025.04.09 20:29:57.362210 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2348 | 2025.04.09 20:29:57.362215 [ 259 ] {6acde677-b3e1-4c38-b292-9ea52d86d9ba} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005072 sec., 12618.296529968455 rows/sec., 1008.52 KiB/sec. | ||
| 2349 | 2025.04.09 20:29:57.362631 [ 259 ] {6acde677-b3e1-4c38-b292-9ea52d86d9ba} <Debug> TCPHandler: Processed in 0.005806722 sec. | ||
| 2350 | 2025.04.09 20:29:57.362662 [ 198 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2351 | 2025.04.09 20:29:57.363085 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2352 | 2025.04.09 20:29:57.363210 [ 198 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2353 | 2025.04.09 20:29:57.363229 [ 189 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3053 rows, containing 5 columns (5 merged, 0 gathered) in 0.0064706 sec., 471826.4148610639 rows/sec., 41.03 MiB/sec. | ||
| 2354 | 2025.04.09 20:29:57.363307 [ 198 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 597 rows starting from the beginning of the part | ||
| 2355 | 2025.04.09 20:29:57.363401 [ 259 ] {cbb67585-3d98-4362-87a6-83b96303ba23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2356 | 2025.04.09 20:29:57.363666 [ 198 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 100 rows starting from the beginning of the part | ||
| 2357 | 2025.04.09 20:29:57.363788 [ 189 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2358 | 2025.04.09 20:29:57.363807 [ 259 ] {cbb67585-3d98-4362-87a6-83b96303ba23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2359 | 2025.04.09 20:29:57.364106 [ 198 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part | ||
| 2360 | 2025.04.09 20:29:57.364455 [ 198 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 601 rows starting from the beginning of the part | ||
| 2361 | 2025.04.09 20:29:57.364806 [ 198 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2362 | 2025.04.09 20:29:57.364887 [ 189 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_16_3} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2363 | 2025.04.09 20:29:57.365205 [ 198 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part | ||
| 2364 | 2025.04.09 20:29:57.365286 [ 189 ] {74b0c568-26df-40d8-b162-d7bf6c31b62b::all_1_16_3} <Trace> oximeter.fields_string (74b0c568-26df-40d8-b162-d7bf6c31b62b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2365 | 2025.04.09 20:29:57.365700 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 2366 | 2025.04.09 20:29:57.367308 [ 259 ] {cbb67585-3d98-4362-87a6-83b96303ba23} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2367 | 2025.04.09 20:29:57.367373 [ 259 ] {cbb67585-3d98-4362-87a6-83b96303ba23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2368 | 2025.04.09 20:29:57.368270 [ 259 ] {cbb67585-3d98-4362-87a6-83b96303ba23} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2369 | 2025.04.09 20:29:57.368428 [ 190 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1490 rows, containing 5 columns (5 merged, 0 gathered) in 0.006132481 sec., 242968.54731388486 rows/sec., 19.34 MiB/sec. | ||
| 2370 | 2025.04.09 20:29:57.368699 [ 190 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2371 | 2025.04.09 20:29:57.368710 [ 259 ] {cbb67585-3d98-4362-87a6-83b96303ba23} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2372 | 2025.04.09 20:29:57.369022 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2373 | 2025.04.09 20:29:57.369115 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2374 | 2025.04.09 20:29:57.369195 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2375 | 2025.04.09 20:29:57.369347 [ 259 ] {cbb67585-3d98-4362-87a6-83b96303ba23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005976 sec., 26773.761713520747 rows/sec., 1.86 MiB/sec. | ||
| 2376 | 2025.04.09 20:29:57.369556 [ 190 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_16_3} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2377 | 2025.04.09 20:29:57.369580 [ 189 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2378 | 2025.04.09 20:29:57.369668 [ 259 ] {cbb67585-3d98-4362-87a6-83b96303ba23} <Debug> TCPHandler: Processed in 0.006758607 sec. | ||
| 2379 | 2025.04.09 20:29:57.369852 [ 190 ] {41b005b8-b9ca-4590-a73f-aa9a0da71597::all_1_16_3} <Trace> oximeter.fields_uuid (41b005b8-b9ca-4590-a73f-aa9a0da71597) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2380 | 2025.04.09 20:29:57.370071 [ 189 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2381 | 2025.04.09 20:29:57.370091 [ 259 ] {} <Trace> TCP-Session: 8fc8b667-0c54-45f9-90a4-a2f6f53a77e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2382 | 2025.04.09 20:29:57.370111 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 2383 | 2025.04.09 20:29:57.370169 [ 189 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3776 rows starting from the beginning of the part | ||
| 2384 | 2025.04.09 20:29:57.370407 [ 259 ] {9675df79-69d7-45f0-be4d-8482ebe2f88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2385 | 2025.04.09 20:29:57.370455 [ 189 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2386 | 2025.04.09 20:29:57.370621 [ 259 ] {9675df79-69d7-45f0-be4d-8482ebe2f88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2387 | 2025.04.09 20:29:57.370797 [ 189 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 2388 | 2025.04.09 20:29:57.371291 [ 189 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 950 rows starting from the beginning of the part | ||
| 2389 | 2025.04.09 20:29:57.371652 [ 189 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 98 rows starting from the beginning of the part | ||
| 2390 | 2025.04.09 20:29:57.372004 [ 189 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2391 | 2025.04.09 20:29:57.372952 [ 259 ] {9675df79-69d7-45f0-be4d-8482ebe2f88e} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2392 | 2025.04.09 20:29:57.373026 [ 259 ] {9675df79-69d7-45f0-be4d-8482ebe2f88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2393 | 2025.04.09 20:29:57.373710 [ 259 ] {9675df79-69d7-45f0-be4d-8482ebe2f88e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2394 | 2025.04.09 20:29:57.374259 [ 259 ] {9675df79-69d7-45f0-be4d-8482ebe2f88e} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2395 | 2025.04.09 20:29:57.374574 [ 72 ] {} <Debug> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2396 | 2025.04.09 20:29:57.374681 [ 72 ] {} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2397 | 2025.04.09 20:29:57.374794 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2398 | 2025.04.09 20:29:57.374982 [ 259 ] {9675df79-69d7-45f0-be4d-8482ebe2f88e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0047 sec., 12765.95744680851 rows/sec., 880.98 KiB/sec. | ||
| 2399 | 2025.04.09 20:29:57.375154 [ 259 ] {9675df79-69d7-45f0-be4d-8482ebe2f88e} <Debug> TCPHandler: Processed in 0.005210927 sec. | ||
| 2400 | 2025.04.09 20:29:57.375159 [ 200 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2401 | 2025.04.09 20:29:57.375575 [ 200 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2402 | 2025.04.09 20:29:57.375639 [ 200 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 588 rows starting from the beginning of the part | ||
| 2403 | 2025.04.09 20:29:57.375872 [ 200 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 2404 | 2025.04.09 20:29:57.376078 [ 200 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 2405 | 2025.04.09 20:29:57.376232 [ 200 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part | ||
| 2406 | 2025.04.09 20:29:57.376376 [ 200 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 38 rows starting from the beginning of the part | ||
| 2407 | 2025.04.09 20:29:57.376498 [ 200 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 2408 | 2025.04.09 20:29:57.379173 [ 189 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5304 rows, containing 5 columns (5 merged, 0 gathered) in 0.009841319 sec., 538952.1465567776 rows/sec., 36.94 MiB/sec. | ||
| 2409 | 2025.04.09 20:29:57.379402 [ 193 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 4 columns (4 merged, 0 gathered) in 0.004460887 sec., 185613.30963998864 rows/sec., 12.51 MiB/sec. | ||
| 2410 | 2025.04.09 20:29:57.379651 [ 190 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2411 | 2025.04.09 20:29:57.379670 [ 202 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2412 | 2025.04.09 20:29:57.380034 [ 190 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2413 | 2025.04.09 20:29:57.380105 [ 202 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_16_3} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2414 | 2025.04.09 20:29:57.380129 [ 190 ] {f1773df8-e66d-4f82-8b16-91c0f9bed30e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f1773df8-e66d-4f82-8b16-91c0f9bed30e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2415 | 2025.04.09 20:29:57.380226 [ 202 ] {84374d33-0f4d-454a-968d-5096eaad68d9::all_1_16_3} <Trace> oximeter.measurements_u64 (84374d33-0f4d-454a-968d-5096eaad68d9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2416 | 2025.04.09 20:29:57.380233 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
| 2417 | 2025.04.09 20:29:57.380315 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2418 | 2025.04.09 20:29:59.593265 [ 66 ] {} <Debug> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2419 | 2025.04.09 20:29:59.593348 [ 66 ] {} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2420 | 2025.04.09 20:29:59.593372 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 2421 | 2025.04.09 20:29:59.593602 [ 199 ] {ae6b9524-ab50-4df2-9510-aa79dbd43eec::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 2422 | 2025.04.09 20:29:59.593957 [ 199 ] {ae6b9524-ab50-4df2-9510-aa79dbd43eec::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2423 | 2025.04.09 20:29:59.594000 [ 199 ] {ae6b9524-ab50-4df2-9510-aa79dbd43eec::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2424 | 2025.04.09 20:29:59.594119 [ 199 ] {ae6b9524-ab50-4df2-9510-aa79dbd43eec::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2425 | 2025.04.09 20:29:59.594276 [ 199 ] {ae6b9524-ab50-4df2-9510-aa79dbd43eec::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 2426 | 2025.04.09 20:29:59.594482 [ 199 ] {ae6b9524-ab50-4df2-9510-aa79dbd43eec::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 2427 | 2025.04.09 20:29:59.594566 [ 199 ] {ae6b9524-ab50-4df2-9510-aa79dbd43eec::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2428 | 2025.04.09 20:29:59.596758 [ 190 ] {ae6b9524-ab50-4df2-9510-aa79dbd43eec::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.003283736 sec., 10963.122492185728 rows/sec., 2.22 MiB/sec. | ||
| 2429 | 2025.04.09 20:29:59.597002 [ 193 ] {ae6b9524-ab50-4df2-9510-aa79dbd43eec::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2430 | 2025.04.09 20:29:59.597548 [ 193 ] {ae6b9524-ab50-4df2-9510-aa79dbd43eec::all_1_5_1} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2431 | 2025.04.09 20:29:59.597648 [ 193 ] {ae6b9524-ab50-4df2-9510-aa79dbd43eec::all_1_5_1} <Trace> oximeter.timeseries_schema (ae6b9524-ab50-4df2-9510-aa79dbd43eec) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2432 | 2025.04.09 20:29:59.597763 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||