| 1 | [ Feb 28 11:59:02 Enabled. ] | ||
| 2 | [ Feb 28 11:59:02 Rereading configuration. ] | ||
| 3 | [ Feb 28 11:59:03 Rereading configuration. ] | ||
| 4 | [ Feb 28 11:59:05 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 | [ Feb 28 11:59:05 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.02.28 11:59:05.985903 [ 1 ] {} <Information> Application: Will watch for the process with pid 22979 | ||
| 29 | 2025.02.28 11:59:05.986665 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.02.28 11:59:06.133407 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22979 | ||
| 31 | 2025.02.28 11:59:06.134150 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.02.28 11:59:06.134879 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.02.28 11:59:06.209573 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.02.28 11:59:06.245519 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.02.28 11:59:06.245573 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.02.28 11:59:06.245589 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.02.28 11:59:06.245663 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.02.28 11:59:06.246026 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.02.28 11:59:06.247570 [ 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.02.28 11:59:06.248307 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.02.28 11:59:06.248632 [ 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.02.28 11:59:06.248655 [ 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.02.28 11:59:06.248670 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.02.28 11:59:06.248843 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.02.28 11:59:06.249905 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.02.28 11:59:06.255323 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.02.28 11:59:06.256072 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.02.28 11:59:06.257350 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.02.28 11:59:06.257414 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.02.28 11:59:06.258996 [ 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.02.28 11:59:06.259587 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.02.28 11:59:06.263123 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.02.28 11:59:06.263542 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.02.28 11:59:06.264632 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.02.28 11:59:06.265060 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.02.28 11:59:06.265403 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.02.28 11:59:06.265778 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.02.28 11:59:06.267189 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.02.28 11:59:06.267221 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.02.28 11:59:06.267289 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.02.28 11:59:06.267409 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.02.28 11:59:06.275081 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.02.28 11:59:06.275106 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000141764 sec | ||
| 68 | 2025.02.28 11:59:06.275150 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.02.28 11:59:06.275165 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.02.28 11:59:06.276332 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.02.28 11:59:06.276915 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.02.28 11:59:06.288161 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.02.28 11:59:06.288206 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.02.28 11:59:06.288233 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.02.28 11:59:06.288247 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.02.28 11:59:06.288277 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.02.28 11:59:06.288298 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.02.28 11:59:06.290901 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.02.28 11:59:06.290945 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.02.28 11:59:06.290973 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.02.28 11:59:06.291151 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.02.28 11:59:06.291170 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.02.28 11:59:06.291205 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.02.28 11:59:06.291228 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.02.28 11:59:06.291242 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.02.28 11:59:06.291270 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.02.28 11:59:06.291290 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.02.28 11:59:06.316647 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.02.28 11:59:06.317945 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.02.28 11:59:06.317982 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4172e-05 sec | ||
| 91 | 2025.02.28 11:59:06.317996 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.02.28 11:59:06.318007 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.02.28 11:59:06.318029 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.02.28 11:59:06.318224 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.02.28 11:59:06.318267 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.02.28 11:59:06.318281 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.02.28 11:59:06.318293 [ 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.02.28 11:59:06.318304 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.02.28 11:59:06.321764 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.02.28 11:59:06.321987 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB | ||
| 101 | 2025.02.28 11:59:06.322975 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.824e-05 sec. | ||
| 102 | 2025.02.28 11:59:06.323954 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.02.28 11:59:06.324057 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.02.28 11:59:06.324074 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.02.28 11:59:06.490677 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43825 | ||
| 106 | 2025.02.28 11:59:06.490939 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.02.28 11:59:06.491002 [ 3 ] {} <Debug> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Authenticating user 'default' from [fd00:1122:3344:101::d]:43825 | ||
| 108 | 2025.02.28 11:59:06.491038 [ 3 ] {} <Debug> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.02.28 11:59:06.491063 [ 3 ] {} <Debug> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.02.28 11:59:06.491161 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.02.28 11:59:06.491192 [ 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.02.28 11:59:06.491220 [ 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.02.28 11:59:06.493507 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54385 | ||
| 114 | 2025.02.28 11:59:06.493643 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2025.02.28 11:59:06.493682 [ 4 ] {} <Debug> TCP-Session: 53d6fe99-0ffe-4901-812f-df62eb793ec5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54385 | ||
| 116 | 2025.02.28 11:59:06.493710 [ 4 ] {} <Debug> TCP-Session: 53d6fe99-0ffe-4901-812f-df62eb793ec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2025.02.28 11:59:06.493779 [ 4 ] {} <Debug> TCP-Session: 53d6fe99-0ffe-4901-812f-df62eb793ec5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.02.28 11:59:06.494441 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32912 | ||
| 119 | 2025.02.28 11:59:06.494525 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 120 | 2025.02.28 11:59:06.494551 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47245 | ||
| 121 | 2025.02.28 11:59:06.494555 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63967 | ||
| 122 | 2025.02.28 11:59:06.494628 [ 253 ] {} <Debug> TCP-Session: 5f6939a0-8c2c-487c-9abb-af252b43c6d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:32912 | ||
| 123 | 2025.02.28 11:59:06.495489 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 124 | 2025.02.28 11:59:06.495524 [ 253 ] {} <Debug> TCP-Session: 5f6939a0-8c2c-487c-9abb-af252b43c6d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 125 | 2025.02.28 11:59:06.495514 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60396 | ||
| 126 | 2025.02.28 11:59:06.495596 [ 254 ] {} <Debug> TCP-Session: fb9faeef-2483-4116-a6d5-264680f0b91e Authenticating user 'default' from [fd00:1122:3344:101::d]:47245 | ||
| 127 | 2025.02.28 11:59:06.495503 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 128 | 2025.02.28 11:59:06.495660 [ 253 ] {} <Debug> TCP-Session: 5f6939a0-8c2c-487c-9abb-af252b43c6d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.02.28 11:59:06.495656 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46534 | ||
| 130 | 2025.02.28 11:59:06.496640 [ 254 ] {} <Debug> TCP-Session: fb9faeef-2483-4116-a6d5-264680f0b91e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2025.02.28 11:59:06.496761 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 132 | 2025.02.28 11:59:06.496757 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2025.02.28 11:59:06.496819 [ 5 ] {} <Debug> TCP-Session: 1e4845d9-fec5-42fd-83b3-76bd3a04d7c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63967 | ||
| 134 | 2025.02.28 11:59:06.496835 [ 256 ] {} <Debug> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46534 | ||
| 135 | 2025.02.28 11:59:06.496869 [ 255 ] {} <Debug> TCP-Session: 14a17600-dc5a-413d-843c-509b8f3a206f Authenticating user 'default' from [fd00:1122:3344:101::d]:60396 | ||
| 136 | 2025.02.28 11:59:06.496827 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 137 | 2025.02.28 11:59:06.496934 [ 5 ] {} <Debug> TCP-Session: 1e4845d9-fec5-42fd-83b3-76bd3a04d7c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.02.28 11:59:06.496932 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33297 | ||
| 139 | 2025.02.28 11:59:06.496960 [ 256 ] {} <Debug> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.02.28 11:59:06.496982 [ 255 ] {} <Debug> TCP-Session: 14a17600-dc5a-413d-843c-509b8f3a206f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.02.28 11:59:06.496809 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47821 | ||
| 142 | 2025.02.28 11:59:06.497019 [ 5 ] {} <Debug> TCP-Session: 1e4845d9-fec5-42fd-83b3-76bd3a04d7c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.02.28 11:59:06.496795 [ 254 ] {} <Debug> TCP-Session: fb9faeef-2483-4116-a6d5-264680f0b91e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.02.28 11:59:06.497078 [ 256 ] {} <Debug> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.02.28 11:59:06.497209 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 146 | 2025.02.28 11:59:06.497308 [ 255 ] {} <Debug> TCP-Session: 14a17600-dc5a-413d-843c-509b8f3a206f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.02.28 11:59:06.497509 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 148 | 2025.02.28 11:59:06.497524 [ 258 ] {} <Debug> TCP-Session: dc4c6622-cb86-4a00-bcc4-4abce45f95b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33297 | ||
| 149 | 2025.02.28 11:59:06.497561 [ 257 ] {} <Debug> TCP-Session: c4e33a41-0d67-427c-97dc-25cdf1791ff9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47821 | ||
| 150 | 2025.02.28 11:59:06.497573 [ 258 ] {} <Debug> TCP-Session: dc4c6622-cb86-4a00-bcc4-4abce45f95b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.02.28 11:59:06.497616 [ 257 ] {} <Debug> TCP-Session: c4e33a41-0d67-427c-97dc-25cdf1791ff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.02.28 11:59:06.497624 [ 258 ] {} <Debug> TCP-Session: dc4c6622-cb86-4a00-bcc4-4abce45f95b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.02.28 11:59:06.497670 [ 257 ] {} <Debug> TCP-Session: c4e33a41-0d67-427c-97dc-25cdf1791ff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.02.28 11:59:06.499183 [ 3 ] {936ab79c-094c-4a12-818f-5b246ffcbe78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.02.28 11:59:06.533094 [ 3 ] {936ab79c-094c-4a12-818f-5b246ffcbe78} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43825) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 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 | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 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 | ||
| 164 | 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 | ||
| 165 | 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 | ||
| 166 | 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 | ||
| 167 | 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 | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 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 | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.02.28 11:59:06.533441 [ 3 ] {936ab79c-094c-4a12-818f-5b246ffcbe78} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 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 | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 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 | ||
| 188 | 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 | ||
| 189 | 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 | ||
| 190 | 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 | ||
| 191 | 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 | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 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 | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.02.28 11:59:06.533550 [ 3 ] {936ab79c-094c-4a12-818f-5b246ffcbe78} <Debug> TCPHandler: Processed in 0.03895191 sec. | ||
| 204 | 2025.02.28 11:59:06.533949 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.02.28 11:59:06.534154 [ 256 ] {7e5ef50d-4dd0-4ef2-a38a-f1bca2c365c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.02.28 11:59:06.534492 [ 256 ] {7e5ef50d-4dd0-4ef2-a38a-f1bca2c365c9} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46534) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 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 | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 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 | ||
| 215 | 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 | ||
| 216 | 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 | ||
| 217 | 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 | ||
| 218 | 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 | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 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 | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.02.28 11:59:06.534670 [ 256 ] {7e5ef50d-4dd0-4ef2-a38a-f1bca2c365c9} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 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 | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 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 | ||
| 239 | 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 | ||
| 240 | 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 | ||
| 241 | 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 | ||
| 242 | 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 | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 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 | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.02.28 11:59:06.534797 [ 256 ] {7e5ef50d-4dd0-4ef2-a38a-f1bca2c365c9} <Debug> TCPHandler: Processed in 0.001008994 sec. | ||
| 255 | 2025.02.28 11:59:06.535690 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.02.28 11:59:06.536995 [ 3 ] {3068e2c0-df1a-449e-87e8-ad78a2bd379a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.02.28 11:59:06.537102 [ 3 ] {3068e2c0-df1a-449e-87e8-ad78a2bd379a} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.02.28 11:59:06.538271 [ 3 ] {3068e2c0-df1a-449e-87e8-ad78a2bd379a} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.02.28 11:59:06.538294 [ 3 ] {3068e2c0-df1a-449e-87e8-ad78a2bd379a} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5592e-05 sec | ||
| 260 | 2025.02.28 11:59:06.538309 [ 3 ] {3068e2c0-df1a-449e-87e8-ad78a2bd379a} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.02.28 11:59:06.538342 [ 3 ] {3068e2c0-df1a-449e-87e8-ad78a2bd379a} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.02.28 11:59:06.538369 [ 3 ] {3068e2c0-df1a-449e-87e8-ad78a2bd379a} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.02.28 11:59:06.539050 [ 3 ] {3068e2c0-df1a-449e-87e8-ad78a2bd379a} <Debug> TCPHandler: Processed in 0.003481254 sec. | ||
| 264 | 2025.02.28 11:59:06.539283 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.02.28 11:59:06.539510 [ 256 ] {8298a175-1db7-45da-86ae-72a15f165f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) /* The version table contains metadata about the `oximeter` database */ | ||
| 266 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 267 | 2025.02.28 11:59:06.539576 [ 256 ] {8298a175-1db7-45da-86ae-72a15f165f89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.02.28 11:59:06.546497 [ 256 ] {8298a175-1db7-45da-86ae-72a15f165f89} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.02.28 11:59:06.547737 [ 256 ] {8298a175-1db7-45da-86ae-72a15f165f89} <Debug> oximeter.version (f3f39538-a333-4864-afa6-6c5586137d22): Loading data parts | ||
| 270 | 2025.02.28 11:59:06.548210 [ 256 ] {8298a175-1db7-45da-86ae-72a15f165f89} <Debug> oximeter.version (f3f39538-a333-4864-afa6-6c5586137d22): There are no data parts | ||
| 271 | 2025.02.28 11:59:06.550966 [ 256 ] {8298a175-1db7-45da-86ae-72a15f165f89} <Debug> TCPHandler: Processed in 0.011753474 sec. | ||
| 272 | 2025.02.28 11:59:06.551215 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.02.28 11:59:06.551501 [ 3 ] {6bb3eb1f-f04a-473a-bb5c-fc4b120737bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) /* The measurement tables contain all individual samples from each timeseries. | ||
| 274 | * | ||
| 275 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 276 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 277 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 278 | * by all samples from the same timeseries. | ||
| 279 | * | ||
| 280 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 281 | * and then uses that to index quickly into the measurements tables. | ||
| 282 | */ | ||
| 283 | 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) | ||
| 284 | 2025.02.28 11:59:06.551629 [ 3 ] {6bb3eb1f-f04a-473a-bb5c-fc4b120737bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.02.28 11:59:06.558974 [ 3 ] {6bb3eb1f-f04a-473a-bb5c-fc4b120737bb} <Debug> oximeter.measurements_bool (1f17fb24-68e3-49a8-8b0a-5bd653ce166e): Loading data parts | ||
| 286 | 2025.02.28 11:59:06.559219 [ 3 ] {6bb3eb1f-f04a-473a-bb5c-fc4b120737bb} <Debug> oximeter.measurements_bool (1f17fb24-68e3-49a8-8b0a-5bd653ce166e): There are no data parts | ||
| 287 | 2025.02.28 11:59:06.560376 [ 3 ] {6bb3eb1f-f04a-473a-bb5c-fc4b120737bb} <Debug> TCPHandler: Processed in 0.009232163 sec. | ||
| 288 | 2025.02.28 11:59:06.560587 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 289 | 2025.02.28 11:59:06.560877 [ 256 ] {7099a57a-6689-4209-aa3d-6c8ff3080af0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 290 | 2025.02.28 11:59:06.560945 [ 256 ] {7099a57a-6689-4209-aa3d-6c8ff3080af0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 291 | 2025.02.28 11:59:06.562798 [ 256 ] {7099a57a-6689-4209-aa3d-6c8ff3080af0} <Debug> oximeter.measurements_i8 (434118f9-6bed-4a99-8d6f-b82cfbf9e200): Loading data parts | ||
| 292 | 2025.02.28 11:59:06.562957 [ 256 ] {7099a57a-6689-4209-aa3d-6c8ff3080af0} <Debug> oximeter.measurements_i8 (434118f9-6bed-4a99-8d6f-b82cfbf9e200): There are no data parts | ||
| 293 | 2025.02.28 11:59:06.564302 [ 256 ] {7099a57a-6689-4209-aa3d-6c8ff3080af0} <Debug> TCPHandler: Processed in 0.003774661 sec. | ||
| 294 | 2025.02.28 11:59:06.564520 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 295 | 2025.02.28 11:59:06.564750 [ 3 ] {8d02130f-c282-48f3-b2c4-0ebff0a2928c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 296 | 2025.02.28 11:59:06.564836 [ 3 ] {8d02130f-c282-48f3-b2c4-0ebff0a2928c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 297 | 2025.02.28 11:59:06.566848 [ 3 ] {8d02130f-c282-48f3-b2c4-0ebff0a2928c} <Debug> oximeter.measurements_u8 (d55cf3f5-4356-4a7a-b1a8-4dc5b7ea3a21): Loading data parts | ||
| 298 | 2025.02.28 11:59:06.567126 [ 3 ] {8d02130f-c282-48f3-b2c4-0ebff0a2928c} <Debug> oximeter.measurements_u8 (d55cf3f5-4356-4a7a-b1a8-4dc5b7ea3a21): There are no data parts | ||
| 299 | 2025.02.28 11:59:06.568304 [ 3 ] {8d02130f-c282-48f3-b2c4-0ebff0a2928c} <Debug> TCPHandler: Processed in 0.003842843 sec. | ||
| 300 | 2025.02.28 11:59:06.568501 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2025.02.28 11:59:06.568745 [ 256 ] {48ff7fef-3d7a-4a21-9fd2-390509d27459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 302 | 2025.02.28 11:59:06.568809 [ 256 ] {48ff7fef-3d7a-4a21-9fd2-390509d27459} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 303 | 2025.02.28 11:59:06.570615 [ 256 ] {48ff7fef-3d7a-4a21-9fd2-390509d27459} <Debug> oximeter.measurements_i16 (44237104-3da7-4309-8e4b-6f87e4f4bb0a): Loading data parts | ||
| 304 | 2025.02.28 11:59:06.570754 [ 256 ] {48ff7fef-3d7a-4a21-9fd2-390509d27459} <Debug> oximeter.measurements_i16 (44237104-3da7-4309-8e4b-6f87e4f4bb0a): There are no data parts | ||
| 305 | 2025.02.28 11:59:06.571943 [ 256 ] {48ff7fef-3d7a-4a21-9fd2-390509d27459} <Debug> TCPHandler: Processed in 0.003499975 sec. | ||
| 306 | 2025.02.28 11:59:06.572158 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 307 | 2025.02.28 11:59:06.572402 [ 3 ] {233ee381-28b7-48ab-931e-e69edf3a83d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 308 | 2025.02.28 11:59:06.572481 [ 3 ] {233ee381-28b7-48ab-931e-e69edf3a83d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 309 | 2025.02.28 11:59:06.574236 [ 3 ] {233ee381-28b7-48ab-931e-e69edf3a83d9} <Debug> oximeter.measurements_u16 (1449362e-5eb0-4d19-9391-aa667fb86562): Loading data parts | ||
| 310 | 2025.02.28 11:59:06.574455 [ 3 ] {233ee381-28b7-48ab-931e-e69edf3a83d9} <Debug> oximeter.measurements_u16 (1449362e-5eb0-4d19-9391-aa667fb86562): There are no data parts | ||
| 311 | 2025.02.28 11:59:06.575552 [ 3 ] {233ee381-28b7-48ab-931e-e69edf3a83d9} <Debug> TCPHandler: Processed in 0.003461114 sec. | ||
| 312 | 2025.02.28 11:59:06.575747 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2025.02.28 11:59:06.576025 [ 256 ] {d4cd59b9-9cc4-4e8e-a0b2-05ddff7ea7ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 314 | 2025.02.28 11:59:06.576094 [ 256 ] {d4cd59b9-9cc4-4e8e-a0b2-05ddff7ea7ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 315 | 2025.02.28 11:59:06.578065 [ 256 ] {d4cd59b9-9cc4-4e8e-a0b2-05ddff7ea7ca} <Debug> oximeter.measurements_i32 (2d5bf006-8583-4c61-b174-9cbec16b2d0e): Loading data parts | ||
| 316 | 2025.02.28 11:59:06.578247 [ 256 ] {d4cd59b9-9cc4-4e8e-a0b2-05ddff7ea7ca} <Debug> oximeter.measurements_i32 (2d5bf006-8583-4c61-b174-9cbec16b2d0e): There are no data parts | ||
| 317 | 2025.02.28 11:59:06.579480 [ 256 ] {d4cd59b9-9cc4-4e8e-a0b2-05ddff7ea7ca} <Debug> TCPHandler: Processed in 0.003800972 sec. | ||
| 318 | 2025.02.28 11:59:06.579684 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.02.28 11:59:06.579936 [ 3 ] {5aa67eb4-a0dc-4215-8436-3383a3b2c0cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 320 | 2025.02.28 11:59:06.580031 [ 3 ] {5aa67eb4-a0dc-4215-8436-3383a3b2c0cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 321 | 2025.02.28 11:59:06.581872 [ 3 ] {5aa67eb4-a0dc-4215-8436-3383a3b2c0cb} <Debug> oximeter.measurements_u32 (85c588da-d903-44e5-b30d-4520efe4555c): Loading data parts | ||
| 322 | 2025.02.28 11:59:06.582010 [ 3 ] {5aa67eb4-a0dc-4215-8436-3383a3b2c0cb} <Debug> oximeter.measurements_u32 (85c588da-d903-44e5-b30d-4520efe4555c): There are no data parts | ||
| 323 | 2025.02.28 11:59:06.583130 [ 3 ] {5aa67eb4-a0dc-4215-8436-3383a3b2c0cb} <Debug> TCPHandler: Processed in 0.003505075 sec. | ||
| 324 | 2025.02.28 11:59:06.583300 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2025.02.28 11:59:06.583551 [ 256 ] {db8b498d-e056-495a-80ec-5d369cc5bb8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 326 | 2025.02.28 11:59:06.583601 [ 256 ] {db8b498d-e056-495a-80ec-5d369cc5bb8e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 327 | 2025.02.28 11:59:06.585399 [ 256 ] {db8b498d-e056-495a-80ec-5d369cc5bb8e} <Debug> oximeter.measurements_i64 (0200ff41-0c51-43a5-b1e4-3f31cd51a1b2): Loading data parts | ||
| 328 | 2025.02.28 11:59:06.585556 [ 256 ] {db8b498d-e056-495a-80ec-5d369cc5bb8e} <Debug> oximeter.measurements_i64 (0200ff41-0c51-43a5-b1e4-3f31cd51a1b2): There are no data parts | ||
| 329 | 2025.02.28 11:59:06.586749 [ 256 ] {db8b498d-e056-495a-80ec-5d369cc5bb8e} <Debug> TCPHandler: Processed in 0.003506094 sec. | ||
| 330 | 2025.02.28 11:59:06.586952 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 331 | 2025.02.28 11:59:06.587195 [ 3 ] {ee8274b6-479d-40a3-ba0e-e9578b07297c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 332 | 2025.02.28 11:59:06.587286 [ 3 ] {ee8274b6-479d-40a3-ba0e-e9578b07297c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 333 | 2025.02.28 11:59:06.589071 [ 3 ] {ee8274b6-479d-40a3-ba0e-e9578b07297c} <Debug> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Loading data parts | ||
| 334 | 2025.02.28 11:59:06.589214 [ 3 ] {ee8274b6-479d-40a3-ba0e-e9578b07297c} <Debug> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): There are no data parts | ||
| 335 | 2025.02.28 11:59:06.590336 [ 3 ] {ee8274b6-479d-40a3-ba0e-e9578b07297c} <Debug> TCPHandler: Processed in 0.003449093 sec. | ||
| 336 | 2025.02.28 11:59:06.590538 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2025.02.28 11:59:06.590786 [ 256 ] {5bcabfb5-7892-434e-8002-42f27e49bdf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 338 | 2025.02.28 11:59:06.590833 [ 256 ] {5bcabfb5-7892-434e-8002-42f27e49bdf7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 339 | 2025.02.28 11:59:06.592569 [ 256 ] {5bcabfb5-7892-434e-8002-42f27e49bdf7} <Debug> oximeter.measurements_f32 (ef9757df-a23a-4c7f-baab-eba77b1e6ed7): Loading data parts | ||
| 340 | 2025.02.28 11:59:06.592724 [ 256 ] {5bcabfb5-7892-434e-8002-42f27e49bdf7} <Debug> oximeter.measurements_f32 (ef9757df-a23a-4c7f-baab-eba77b1e6ed7): There are no data parts | ||
| 341 | 2025.02.28 11:59:06.594016 [ 256 ] {5bcabfb5-7892-434e-8002-42f27e49bdf7} <Debug> TCPHandler: Processed in 0.003546496 sec. | ||
| 342 | 2025.02.28 11:59:06.594208 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.02.28 11:59:06.594411 [ 3 ] {9faaef44-e524-4fd1-88f1-2d1a67ba48a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 344 | 2025.02.28 11:59:06.594491 [ 3 ] {9faaef44-e524-4fd1-88f1-2d1a67ba48a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 345 | 2025.02.28 11:59:06.596209 [ 3 ] {9faaef44-e524-4fd1-88f1-2d1a67ba48a2} <Debug> oximeter.measurements_f64 (a996e0dc-4ccf-401f-89a4-2eeb47568d53): Loading data parts | ||
| 346 | 2025.02.28 11:59:06.596337 [ 3 ] {9faaef44-e524-4fd1-88f1-2d1a67ba48a2} <Debug> oximeter.measurements_f64 (a996e0dc-4ccf-401f-89a4-2eeb47568d53): There are no data parts | ||
| 347 | 2025.02.28 11:59:06.597512 [ 3 ] {9faaef44-e524-4fd1-88f1-2d1a67ba48a2} <Debug> TCPHandler: Processed in 0.003360261 sec. | ||
| 348 | 2025.02.28 11:59:06.597707 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2025.02.28 11:59:06.597929 [ 256 ] {6b6ddbf4-c6b3-43c1-9473-bc63558e2ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 350 | 2025.02.28 11:59:06.597991 [ 256 ] {6b6ddbf4-c6b3-43c1-9473-bc63558e2ca4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 351 | 2025.02.28 11:59:06.599712 [ 256 ] {6b6ddbf4-c6b3-43c1-9473-bc63558e2ca4} <Debug> oximeter.measurements_string (8b9f19aa-6750-4c62-a14b-fa5e6f8032b5): Loading data parts | ||
| 352 | 2025.02.28 11:59:06.599877 [ 256 ] {6b6ddbf4-c6b3-43c1-9473-bc63558e2ca4} <Debug> oximeter.measurements_string (8b9f19aa-6750-4c62-a14b-fa5e6f8032b5): There are no data parts | ||
| 353 | 2025.02.28 11:59:06.601052 [ 256 ] {6b6ddbf4-c6b3-43c1-9473-bc63558e2ca4} <Debug> TCPHandler: Processed in 0.003399572 sec. | ||
| 354 | 2025.02.28 11:59:06.601265 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2025.02.28 11:59:06.601515 [ 3 ] {b2f41a09-a847-4729-8c47-bbdada300cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 356 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 357 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 358 | * a string isn't palatable for a few reasons. | ||
| 359 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 360 | * details. | ||
| 361 | */ | ||
| 362 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 363 | 2025.02.28 11:59:06.601615 [ 3 ] {b2f41a09-a847-4729-8c47-bbdada300cb8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 364 | 2025.02.28 11:59:06.603385 [ 3 ] {b2f41a09-a847-4729-8c47-bbdada300cb8} <Debug> oximeter.measurements_bytes (60e2773e-4511-412d-8d28-a4666af6ddbb): Loading data parts | ||
| 365 | 2025.02.28 11:59:06.603509 [ 3 ] {b2f41a09-a847-4729-8c47-bbdada300cb8} <Debug> oximeter.measurements_bytes (60e2773e-4511-412d-8d28-a4666af6ddbb): There are no data parts | ||
| 366 | 2025.02.28 11:59:06.604641 [ 3 ] {b2f41a09-a847-4729-8c47-bbdada300cb8} <Debug> TCPHandler: Processed in 0.003444573 sec. | ||
| 367 | 2025.02.28 11:59:06.604855 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 368 | 2025.02.28 11:59:06.605072 [ 256 ] {a5b0049b-116f-4cb3-93b0-636d301c8254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 369 | 2025.02.28 11:59:06.605147 [ 256 ] {a5b0049b-116f-4cb3-93b0-636d301c8254} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 370 | 2025.02.28 11:59:06.607093 [ 256 ] {a5b0049b-116f-4cb3-93b0-636d301c8254} <Debug> oximeter.measurements_cumulativei64 (fa142653-aefc-4015-b98e-aec7eacfa005): Loading data parts | ||
| 371 | 2025.02.28 11:59:06.607313 [ 256 ] {a5b0049b-116f-4cb3-93b0-636d301c8254} <Debug> oximeter.measurements_cumulativei64 (fa142653-aefc-4015-b98e-aec7eacfa005): There are no data parts | ||
| 372 | 2025.02.28 11:59:06.608488 [ 256 ] {a5b0049b-116f-4cb3-93b0-636d301c8254} <Debug> TCPHandler: Processed in 0.003695229 sec. | ||
| 373 | 2025.02.28 11:59:06.608674 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2025.02.28 11:59:06.608936 [ 3 ] {eb4f7d54-d3b8-46a7-b2e5-1602b1d10139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 375 | 2025.02.28 11:59:06.609000 [ 3 ] {eb4f7d54-d3b8-46a7-b2e5-1602b1d10139} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 376 | 2025.02.28 11:59:06.610787 [ 3 ] {eb4f7d54-d3b8-46a7-b2e5-1602b1d10139} <Debug> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Loading data parts | ||
| 377 | 2025.02.28 11:59:06.610933 [ 3 ] {eb4f7d54-d3b8-46a7-b2e5-1602b1d10139} <Debug> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): There are no data parts | ||
| 378 | 2025.02.28 11:59:06.612052 [ 3 ] {eb4f7d54-d3b8-46a7-b2e5-1602b1d10139} <Debug> TCPHandler: Processed in 0.003436483 sec. | ||
| 379 | 2025.02.28 11:59:06.612232 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 380 | 2025.02.28 11:59:06.612451 [ 256 ] {2f305081-bf26-405a-b234-ca765979633f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 381 | 2025.02.28 11:59:06.612543 [ 256 ] {2f305081-bf26-405a-b234-ca765979633f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 382 | 2025.02.28 11:59:06.614528 [ 256 ] {2f305081-bf26-405a-b234-ca765979633f} <Debug> oximeter.measurements_cumulativef32 (6040b176-8339-4b92-87dd-746acd77a7a2): Loading data parts | ||
| 383 | 2025.02.28 11:59:06.614733 [ 256 ] {2f305081-bf26-405a-b234-ca765979633f} <Debug> oximeter.measurements_cumulativef32 (6040b176-8339-4b92-87dd-746acd77a7a2): There are no data parts | ||
| 384 | 2025.02.28 11:59:06.615876 [ 256 ] {2f305081-bf26-405a-b234-ca765979633f} <Debug> TCPHandler: Processed in 0.003701459 sec. | ||
| 385 | 2025.02.28 11:59:06.616084 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.02.28 11:59:06.616299 [ 3 ] {e2d5dfc8-0d3b-4bdb-b34d-485c2349a864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 387 | 2025.02.28 11:59:06.616383 [ 3 ] {e2d5dfc8-0d3b-4bdb-b34d-485c2349a864} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 388 | 2025.02.28 11:59:06.618197 [ 3 ] {e2d5dfc8-0d3b-4bdb-b34d-485c2349a864} <Debug> oximeter.measurements_cumulativef64 (fafa8e0c-77a3-4a60-949b-e89268dd7440): Loading data parts | ||
| 389 | 2025.02.28 11:59:06.618406 [ 3 ] {e2d5dfc8-0d3b-4bdb-b34d-485c2349a864} <Debug> oximeter.measurements_cumulativef64 (fafa8e0c-77a3-4a60-949b-e89268dd7440): There are no data parts | ||
| 390 | 2025.02.28 11:59:06.619538 [ 3 ] {e2d5dfc8-0d3b-4bdb-b34d-485c2349a864} <Debug> TCPHandler: Processed in 0.003511714 sec. | ||
| 391 | 2025.02.28 11:59:06.619765 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 392 | 2025.02.28 11:59:06.620164 [ 256 ] {f11d4725-008f-4d5a-9305-3ff4848d2ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 393 | * NOTE: Array types cannot be Nullable, see | ||
| 394 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 395 | * for more details. | ||
| 396 | * | ||
| 397 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 398 | * is unfortunate, and at this point relies on the fact that an | ||
| 399 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 400 | * to figure out another way to represent missing samples here. | ||
| 401 | */ | ||
| 402 | 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) | ||
| 403 | 2025.02.28 11:59:06.620259 [ 256 ] {f11d4725-008f-4d5a-9305-3ff4848d2ba1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 404 | 2025.02.28 11:59:06.622382 [ 256 ] {f11d4725-008f-4d5a-9305-3ff4848d2ba1} <Debug> oximeter.measurements_histogrami8 (1c234e45-cb80-4d85-b06c-69dea1d7e51b): Loading data parts | ||
| 405 | 2025.02.28 11:59:06.622517 [ 256 ] {f11d4725-008f-4d5a-9305-3ff4848d2ba1} <Debug> oximeter.measurements_histogrami8 (1c234e45-cb80-4d85-b06c-69dea1d7e51b): There are no data parts | ||
| 406 | 2025.02.28 11:59:06.623778 [ 256 ] {f11d4725-008f-4d5a-9305-3ff4848d2ba1} <Debug> TCPHandler: Processed in 0.004091769 sec. | ||
| 407 | 2025.02.28 11:59:06.624008 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 408 | 2025.02.28 11:59:06.624355 [ 3 ] {7f70608f-7882-4a88-9348-a38724d66878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 409 | 2025.02.28 11:59:06.624461 [ 3 ] {7f70608f-7882-4a88-9348-a38724d66878} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 410 | 2025.02.28 11:59:06.626533 [ 3 ] {7f70608f-7882-4a88-9348-a38724d66878} <Debug> oximeter.measurements_histogramu8 (f18b496d-7f9a-4831-a343-5976fd04e8e4): Loading data parts | ||
| 411 | 2025.02.28 11:59:06.626760 [ 3 ] {7f70608f-7882-4a88-9348-a38724d66878} <Debug> oximeter.measurements_histogramu8 (f18b496d-7f9a-4831-a343-5976fd04e8e4): There are no data parts | ||
| 412 | 2025.02.28 11:59:06.628045 [ 3 ] {7f70608f-7882-4a88-9348-a38724d66878} <Debug> TCPHandler: Processed in 0.004105219 sec. | ||
| 413 | 2025.02.28 11:59:06.628240 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2025.02.28 11:59:06.628619 [ 256 ] {8003fafa-01c5-4651-ab06-3e4ef4d8cc21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 415 | 2025.02.28 11:59:06.628700 [ 256 ] {8003fafa-01c5-4651-ab06-3e4ef4d8cc21} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 416 | 2025.02.28 11:59:06.630735 [ 256 ] {8003fafa-01c5-4651-ab06-3e4ef4d8cc21} <Debug> oximeter.measurements_histogrami16 (7913c60e-d0e2-4313-b22d-02ab1a7fdc21): Loading data parts | ||
| 417 | 2025.02.28 11:59:06.630892 [ 256 ] {8003fafa-01c5-4651-ab06-3e4ef4d8cc21} <Debug> oximeter.measurements_histogrami16 (7913c60e-d0e2-4313-b22d-02ab1a7fdc21): There are no data parts | ||
| 418 | 2025.02.28 11:59:06.632132 [ 256 ] {8003fafa-01c5-4651-ab06-3e4ef4d8cc21} <Debug> TCPHandler: Processed in 0.003959545 sec. | ||
| 419 | 2025.02.28 11:59:06.632342 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2025.02.28 11:59:06.632685 [ 3 ] {14aaa838-8899-4e63-9902-a11068f540d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 421 | 2025.02.28 11:59:06.632771 [ 3 ] {14aaa838-8899-4e63-9902-a11068f540d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 422 | 2025.02.28 11:59:06.634841 [ 3 ] {14aaa838-8899-4e63-9902-a11068f540d6} <Debug> oximeter.measurements_histogramu16 (2d1fcb5c-1198-4186-81e7-36bd48501f4d): Loading data parts | ||
| 423 | 2025.02.28 11:59:06.634958 [ 3 ] {14aaa838-8899-4e63-9902-a11068f540d6} <Debug> oximeter.measurements_histogramu16 (2d1fcb5c-1198-4186-81e7-36bd48501f4d): There are no data parts | ||
| 424 | 2025.02.28 11:59:06.636158 [ 3 ] {14aaa838-8899-4e63-9902-a11068f540d6} <Debug> TCPHandler: Processed in 0.003881724 sec. | ||
| 425 | 2025.02.28 11:59:06.636353 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2025.02.28 11:59:06.636714 [ 256 ] {66de8db8-d984-40e0-be6a-330788d6ab1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 427 | 2025.02.28 11:59:06.636794 [ 256 ] {66de8db8-d984-40e0-be6a-330788d6ab1f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 428 | 2025.02.28 11:59:06.638921 [ 256 ] {66de8db8-d984-40e0-be6a-330788d6ab1f} <Debug> oximeter.measurements_histogrami32 (60958ef9-b420-4176-b72b-c8cd6fb03563): Loading data parts | ||
| 429 | 2025.02.28 11:59:06.639086 [ 256 ] {66de8db8-d984-40e0-be6a-330788d6ab1f} <Debug> oximeter.measurements_histogrami32 (60958ef9-b420-4176-b72b-c8cd6fb03563): There are no data parts | ||
| 430 | 2025.02.28 11:59:06.640341 [ 256 ] {66de8db8-d984-40e0-be6a-330788d6ab1f} <Debug> TCPHandler: Processed in 0.004053638 sec. | ||
| 431 | 2025.02.28 11:59:06.640555 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2025.02.28 11:59:06.640861 [ 3 ] {15dc39fd-3a18-4b38-bda4-106621013b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 433 | 2025.02.28 11:59:06.640947 [ 3 ] {15dc39fd-3a18-4b38-bda4-106621013b43} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 434 | 2025.02.28 11:59:06.642958 [ 3 ] {15dc39fd-3a18-4b38-bda4-106621013b43} <Debug> oximeter.measurements_histogramu32 (4b0fa0eb-8e1b-4117-b0f3-9116b57e9500): Loading data parts | ||
| 435 | 2025.02.28 11:59:06.643095 [ 3 ] {15dc39fd-3a18-4b38-bda4-106621013b43} <Debug> oximeter.measurements_histogramu32 (4b0fa0eb-8e1b-4117-b0f3-9116b57e9500): There are no data parts | ||
| 436 | 2025.02.28 11:59:06.644256 [ 3 ] {15dc39fd-3a18-4b38-bda4-106621013b43} <Debug> TCPHandler: Processed in 0.003769131 sec. | ||
| 437 | 2025.02.28 11:59:06.644440 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2025.02.28 11:59:06.644788 [ 256 ] {fbd69881-2507-413f-8788-cd5e11eb51e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 439 | 2025.02.28 11:59:06.644890 [ 256 ] {fbd69881-2507-413f-8788-cd5e11eb51e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 440 | 2025.02.28 11:59:06.647087 [ 256 ] {fbd69881-2507-413f-8788-cd5e11eb51e1} <Debug> oximeter.measurements_histogrami64 (07fa0d8a-4076-4b19-9e27-d8b31ab8c26a): Loading data parts | ||
| 441 | 2025.02.28 11:59:06.647263 [ 256 ] {fbd69881-2507-413f-8788-cd5e11eb51e1} <Debug> oximeter.measurements_histogrami64 (07fa0d8a-4076-4b19-9e27-d8b31ab8c26a): There are no data parts | ||
| 442 | 2025.02.28 11:59:06.648522 [ 256 ] {fbd69881-2507-413f-8788-cd5e11eb51e1} <Debug> TCPHandler: Processed in 0.00414944 sec. | ||
| 443 | 2025.02.28 11:59:06.648718 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 444 | 2025.02.28 11:59:06.649035 [ 3 ] {e30e343d-7603-4dcb-8d1b-b9cbdc4227d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 445 | 2025.02.28 11:59:06.649112 [ 3 ] {e30e343d-7603-4dcb-8d1b-b9cbdc4227d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 446 | 2025.02.28 11:59:06.651138 [ 3 ] {e30e343d-7603-4dcb-8d1b-b9cbdc4227d4} <Debug> oximeter.measurements_histogramu64 (209e1395-d972-4818-8dc3-fc5c4409bb47): Loading data parts | ||
| 447 | 2025.02.28 11:59:06.651275 [ 3 ] {e30e343d-7603-4dcb-8d1b-b9cbdc4227d4} <Debug> oximeter.measurements_histogramu64 (209e1395-d972-4818-8dc3-fc5c4409bb47): There are no data parts | ||
| 448 | 2025.02.28 11:59:06.652457 [ 3 ] {e30e343d-7603-4dcb-8d1b-b9cbdc4227d4} <Debug> TCPHandler: Processed in 0.003796021 sec. | ||
| 449 | 2025.02.28 11:59:06.652645 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 450 | 2025.02.28 11:59:06.652937 [ 256 ] {91796c50-195e-4f3c-b658-b6fbd19ca3ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 451 | 2025.02.28 11:59:06.653026 [ 256 ] {91796c50-195e-4f3c-b658-b6fbd19ca3ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 452 | 2025.02.28 11:59:06.655057 [ 256 ] {91796c50-195e-4f3c-b658-b6fbd19ca3ba} <Debug> oximeter.measurements_histogramf32 (5dd83e12-2a06-4f70-9917-3d540f39bacd): Loading data parts | ||
| 453 | 2025.02.28 11:59:06.655261 [ 256 ] {91796c50-195e-4f3c-b658-b6fbd19ca3ba} <Debug> oximeter.measurements_histogramf32 (5dd83e12-2a06-4f70-9917-3d540f39bacd): There are no data parts | ||
| 454 | 2025.02.28 11:59:06.656505 [ 256 ] {91796c50-195e-4f3c-b658-b6fbd19ca3ba} <Debug> TCPHandler: Processed in 0.003927445 sec. | ||
| 455 | 2025.02.28 11:59:06.656693 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 456 | 2025.02.28 11:59:06.657055 [ 3 ] {1365cdf9-3b34-4c3b-b44b-3708bec38d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 457 | 2025.02.28 11:59:06.657156 [ 3 ] {1365cdf9-3b34-4c3b-b44b-3708bec38d3c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 458 | 2025.02.28 11:59:06.659278 [ 3 ] {1365cdf9-3b34-4c3b-b44b-3708bec38d3c} <Debug> oximeter.measurements_histogramf64 (31fc27d2-cfe6-44a2-85f7-af60d4b65a36): Loading data parts | ||
| 459 | 2025.02.28 11:59:06.659451 [ 3 ] {1365cdf9-3b34-4c3b-b44b-3708bec38d3c} <Debug> oximeter.measurements_histogramf64 (31fc27d2-cfe6-44a2-85f7-af60d4b65a36): There are no data parts | ||
| 460 | 2025.02.28 11:59:06.660631 [ 3 ] {1365cdf9-3b34-4c3b-b44b-3708bec38d3c} <Debug> TCPHandler: Processed in 0.004000786 sec. | ||
| 461 | 2025.02.28 11:59:06.660803 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 462 | 2025.02.28 11:59:06.661014 [ 256 ] {618330b7-4629-4462-a23a-8a2ff91093f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) /* The field tables store named dimensions of each timeseries. | ||
| 463 | * | ||
| 464 | * As with the measurement tables, there is one field table for each field data | ||
| 465 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 466 | * this behavior **must not** be relied upon for query correctness. | ||
| 467 | * | ||
| 468 | * The index for the fields differs from the measurements, however. Rows are | ||
| 469 | * sorted by timeseries name, then field name, field value, and finally | ||
| 470 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 471 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 472 | * usually then used to look up measurements. | ||
| 473 | * | ||
| 474 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 475 | * timeseries name and then key, since it would improve lookups where one | ||
| 476 | * already has the key. Realistically though, these tables are quite small and | ||
| 477 | * so performance benefits will be low in absolute terms. | ||
| 478 | * | ||
| 479 | * TTL: We use a materialized column to expire old field table records. This | ||
| 480 | * column is generated automatically by the database whenever a new row is | ||
| 481 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 482 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 483 | * record will remain during a deduplication, which will have the last | ||
| 484 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 485 | * measurement tables. | ||
| 486 | */ | ||
| 487 | 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) | ||
| 488 | 2025.02.28 11:59:06.661106 [ 256 ] {618330b7-4629-4462-a23a-8a2ff91093f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 489 | 2025.02.28 11:59:06.662984 [ 256 ] {618330b7-4629-4462-a23a-8a2ff91093f9} <Debug> oximeter.fields_bool (a96ebc13-e3be-4a1d-a4c4-deebd4c3a327): Loading data parts | ||
| 490 | 2025.02.28 11:59:06.663147 [ 256 ] {618330b7-4629-4462-a23a-8a2ff91093f9} <Debug> oximeter.fields_bool (a96ebc13-e3be-4a1d-a4c4-deebd4c3a327): There are no data parts | ||
| 491 | 2025.02.28 11:59:06.664315 [ 256 ] {618330b7-4629-4462-a23a-8a2ff91093f9} <Debug> TCPHandler: Processed in 0.003569616 sec. | ||
| 492 | 2025.02.28 11:59:06.664513 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 493 | 2025.02.28 11:59:06.664764 [ 3 ] {108f2f84-e7e0-414b-8fe5-5b5a6da573e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 494 | 2025.02.28 11:59:06.664831 [ 3 ] {108f2f84-e7e0-414b-8fe5-5b5a6da573e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 495 | 2025.02.28 11:59:06.666641 [ 3 ] {108f2f84-e7e0-414b-8fe5-5b5a6da573e0} <Debug> oximeter.fields_i8 (ea9af91b-f8cb-402a-93f7-9a7639f8fc41): Loading data parts | ||
| 496 | 2025.02.28 11:59:06.666806 [ 3 ] {108f2f84-e7e0-414b-8fe5-5b5a6da573e0} <Debug> oximeter.fields_i8 (ea9af91b-f8cb-402a-93f7-9a7639f8fc41): There are no data parts | ||
| 497 | 2025.02.28 11:59:06.668052 [ 3 ] {108f2f84-e7e0-414b-8fe5-5b5a6da573e0} <Debug> TCPHandler: Processed in 0.003604656 sec. | ||
| 498 | 2025.02.28 11:59:06.668255 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 499 | 2025.02.28 11:59:06.668462 [ 256 ] {a60e70e5-6757-4b5c-80c9-2a982542bb49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 500 | 2025.02.28 11:59:06.668547 [ 256 ] {a60e70e5-6757-4b5c-80c9-2a982542bb49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 501 | 2025.02.28 11:59:06.670427 [ 256 ] {a60e70e5-6757-4b5c-80c9-2a982542bb49} <Debug> oximeter.fields_u8 (99e7ead4-f1ff-487e-89f0-d78aa9907573): Loading data parts | ||
| 502 | 2025.02.28 11:59:06.670592 [ 256 ] {a60e70e5-6757-4b5c-80c9-2a982542bb49} <Debug> oximeter.fields_u8 (99e7ead4-f1ff-487e-89f0-d78aa9907573): There are no data parts | ||
| 503 | 2025.02.28 11:59:06.671838 [ 256 ] {a60e70e5-6757-4b5c-80c9-2a982542bb49} <Debug> TCPHandler: Processed in 0.003639648 sec. | ||
| 504 | 2025.02.28 11:59:06.672036 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 505 | 2025.02.28 11:59:06.672306 [ 3 ] {d3d42de0-ccf1-4056-88fd-e4aebdded2a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 506 | 2025.02.28 11:59:06.672375 [ 3 ] {d3d42de0-ccf1-4056-88fd-e4aebdded2a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 507 | 2025.02.28 11:59:06.674230 [ 3 ] {d3d42de0-ccf1-4056-88fd-e4aebdded2a2} <Debug> oximeter.fields_i16 (97d9be23-e576-4d56-b3e1-0c2ae3938720): Loading data parts | ||
| 508 | 2025.02.28 11:59:06.674355 [ 3 ] {d3d42de0-ccf1-4056-88fd-e4aebdded2a2} <Debug> oximeter.fields_i16 (97d9be23-e576-4d56-b3e1-0c2ae3938720): There are no data parts | ||
| 509 | 2025.02.28 11:59:06.675478 [ 3 ] {d3d42de0-ccf1-4056-88fd-e4aebdded2a2} <Debug> TCPHandler: Processed in 0.003507925 sec. | ||
| 510 | 2025.02.28 11:59:06.675674 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 511 | 2025.02.28 11:59:06.675930 [ 256 ] {790cf12e-a256-4a72-bcb8-1aa5a2fe6e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 512 | 2025.02.28 11:59:06.676027 [ 256 ] {790cf12e-a256-4a72-bcb8-1aa5a2fe6e82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 513 | 2025.02.28 11:59:06.678079 [ 256 ] {790cf12e-a256-4a72-bcb8-1aa5a2fe6e82} <Debug> oximeter.fields_u16 (7e1a91b6-040b-476b-812b-f73c56fb122f): Loading data parts | ||
| 514 | 2025.02.28 11:59:06.678320 [ 256 ] {790cf12e-a256-4a72-bcb8-1aa5a2fe6e82} <Debug> oximeter.fields_u16 (7e1a91b6-040b-476b-812b-f73c56fb122f): There are no data parts | ||
| 515 | 2025.02.28 11:59:06.679461 [ 256 ] {790cf12e-a256-4a72-bcb8-1aa5a2fe6e82} <Debug> TCPHandler: Processed in 0.003853383 sec. | ||
| 516 | 2025.02.28 11:59:06.679632 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 517 | 2025.02.28 11:59:06.679909 [ 3 ] {44501c79-b544-40bd-8887-8574a6a61a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 518 | 2025.02.28 11:59:06.679978 [ 3 ] {44501c79-b544-40bd-8887-8574a6a61a08} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 519 | 2025.02.28 11:59:06.681875 [ 3 ] {44501c79-b544-40bd-8887-8574a6a61a08} <Debug> oximeter.fields_i32 (a33d8ab7-8a34-458e-9738-2e773552d545): Loading data parts | ||
| 520 | 2025.02.28 11:59:06.682012 [ 3 ] {44501c79-b544-40bd-8887-8574a6a61a08} <Debug> oximeter.fields_i32 (a33d8ab7-8a34-458e-9738-2e773552d545): There are no data parts | ||
| 521 | 2025.02.28 11:59:06.683088 [ 3 ] {44501c79-b544-40bd-8887-8574a6a61a08} <Debug> TCPHandler: Processed in 0.003511895 sec. | ||
| 522 | 2025.02.28 11:59:06.683279 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 523 | 2025.02.28 11:59:06.683527 [ 256 ] {c707be7d-e10d-4852-a392-8c48b41d4546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 524 | 2025.02.28 11:59:06.683620 [ 256 ] {c707be7d-e10d-4852-a392-8c48b41d4546} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 525 | 2025.02.28 11:59:06.685439 [ 256 ] {c707be7d-e10d-4852-a392-8c48b41d4546} <Debug> oximeter.fields_u32 (16775994-02a6-4753-b51c-2ccbb7c982f0): Loading data parts | ||
| 526 | 2025.02.28 11:59:06.685701 [ 256 ] {c707be7d-e10d-4852-a392-8c48b41d4546} <Debug> oximeter.fields_u32 (16775994-02a6-4753-b51c-2ccbb7c982f0): There are no data parts | ||
| 527 | 2025.02.28 11:59:06.686867 [ 256 ] {c707be7d-e10d-4852-a392-8c48b41d4546} <Debug> TCPHandler: Processed in 0.003654529 sec. | ||
| 528 | 2025.02.28 11:59:06.687045 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 529 | 2025.02.28 11:59:06.687323 [ 3 ] {9685663f-1267-4390-990f-f4087afdded8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 530 | 2025.02.28 11:59:06.687393 [ 3 ] {9685663f-1267-4390-990f-f4087afdded8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 531 | 2025.02.28 11:59:06.689232 [ 3 ] {9685663f-1267-4390-990f-f4087afdded8} <Debug> oximeter.fields_i64 (53921a0a-2553-4db5-914e-c021fadbfe5f): Loading data parts | ||
| 532 | 2025.02.28 11:59:06.689402 [ 3 ] {9685663f-1267-4390-990f-f4087afdded8} <Debug> oximeter.fields_i64 (53921a0a-2553-4db5-914e-c021fadbfe5f): There are no data parts | ||
| 533 | 2025.02.28 11:59:06.690502 [ 3 ] {9685663f-1267-4390-990f-f4087afdded8} <Debug> TCPHandler: Processed in 0.003523025 sec. | ||
| 534 | 2025.02.28 11:59:06.690691 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 535 | 2025.02.28 11:59:06.690898 [ 256 ] {7f533235-a28b-4ec5-b3d9-ca7ecefb6302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 536 | 2025.02.28 11:59:06.690982 [ 256 ] {7f533235-a28b-4ec5-b3d9-ca7ecefb6302} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 537 | 2025.02.28 11:59:06.692804 [ 256 ] {7f533235-a28b-4ec5-b3d9-ca7ecefb6302} <Debug> oximeter.fields_u64 (57ab02e9-0855-48a2-9106-a293ef77c9f1): Loading data parts | ||
| 538 | 2025.02.28 11:59:06.692978 [ 256 ] {7f533235-a28b-4ec5-b3d9-ca7ecefb6302} <Debug> oximeter.fields_u64 (57ab02e9-0855-48a2-9106-a293ef77c9f1): There are no data parts | ||
| 539 | 2025.02.28 11:59:06.694139 [ 256 ] {7f533235-a28b-4ec5-b3d9-ca7ecefb6302} <Debug> TCPHandler: Processed in 0.003509404 sec. | ||
| 540 | 2025.02.28 11:59:06.694328 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 541 | 2025.02.28 11:59:06.694608 [ 3 ] {f5507860-15af-4132-b171-27589fade5ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 542 | 2025.02.28 11:59:06.694680 [ 3 ] {f5507860-15af-4132-b171-27589fade5ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 543 | 2025.02.28 11:59:06.696456 [ 3 ] {f5507860-15af-4132-b171-27589fade5ac} <Debug> oximeter.fields_ipaddr (07409eec-8bcd-400a-95c4-58dd5d97f9a9): Loading data parts | ||
| 544 | 2025.02.28 11:59:06.696635 [ 3 ] {f5507860-15af-4132-b171-27589fade5ac} <Debug> oximeter.fields_ipaddr (07409eec-8bcd-400a-95c4-58dd5d97f9a9): There are no data parts | ||
| 545 | 2025.02.28 11:59:06.697723 [ 3 ] {f5507860-15af-4132-b171-27589fade5ac} <Debug> TCPHandler: Processed in 0.003462164 sec. | ||
| 546 | 2025.02.28 11:59:06.697894 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2025.02.28 11:59:06.698099 [ 256 ] {9f045ef2-ffbd-4edb-8138-63662a032511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 548 | 2025.02.28 11:59:06.698183 [ 256 ] {9f045ef2-ffbd-4edb-8138-63662a032511} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 549 | 2025.02.28 11:59:06.700066 [ 256 ] {9f045ef2-ffbd-4edb-8138-63662a032511} <Debug> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Loading data parts | ||
| 550 | 2025.02.28 11:59:06.700189 [ 256 ] {9f045ef2-ffbd-4edb-8138-63662a032511} <Debug> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): There are no data parts | ||
| 551 | 2025.02.28 11:59:06.701352 [ 256 ] {9f045ef2-ffbd-4edb-8138-63662a032511} <Debug> TCPHandler: Processed in 0.003512675 sec. | ||
| 552 | 2025.02.28 11:59:06.701546 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 553 | 2025.02.28 11:59:06.701813 [ 3 ] {23547540-f247-47e7-bf09-69a70dc212ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 554 | 2025.02.28 11:59:06.701905 [ 3 ] {23547540-f247-47e7-bf09-69a70dc212ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 555 | 2025.02.28 11:59:06.703814 [ 3 ] {23547540-f247-47e7-bf09-69a70dc212ae} <Debug> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Loading data parts | ||
| 556 | 2025.02.28 11:59:06.703978 [ 3 ] {23547540-f247-47e7-bf09-69a70dc212ae} <Debug> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): There are no data parts | ||
| 557 | 2025.02.28 11:59:06.705081 [ 3 ] {23547540-f247-47e7-bf09-69a70dc212ae} <Debug> TCPHandler: Processed in 0.003601127 sec. | ||
| 558 | 2025.02.28 11:59:06.705279 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2025.02.28 11:59:06.705622 [ 256 ] {80bdf0fd-9ae4-47f8-9d2b-e3a7f75bfc29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) /* The timeseries schema table stores the extracted schema for the samples | ||
| 560 | * oximeter collects. | ||
| 561 | */ | ||
| 562 | 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) | ||
| 563 | 2025.02.28 11:59:06.705750 [ 256 ] {80bdf0fd-9ae4-47f8-9d2b-e3a7f75bfc29} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 564 | 2025.02.28 11:59:06.707549 [ 256 ] {80bdf0fd-9ae4-47f8-9d2b-e3a7f75bfc29} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8): Loading data parts | ||
| 565 | 2025.02.28 11:59:06.707694 [ 256 ] {80bdf0fd-9ae4-47f8-9d2b-e3a7f75bfc29} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8): There are no data parts | ||
| 566 | 2025.02.28 11:59:06.709113 [ 256 ] {80bdf0fd-9ae4-47f8-9d2b-e3a7f75bfc29} <Debug> TCPHandler: Processed in 0.003898844 sec. | ||
| 567 | 2025.02.28 11:59:06.711273 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 568 | 2025.02.28 11:59:06.711500 [ 3 ] {f009f0db-0297-4feb-be1e-fb49eaa4acca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 569 | 2025.02.28 11:59:06.712204 [ 3 ] {f009f0db-0297-4feb-be1e-fb49eaa4acca} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 570 | 2025.02.28 11:59:06.720037 [ 260 ] {f009f0db-0297-4feb-be1e-fb49eaa4acca} <Trace> oximeter.version (f3f39538-a333-4864-afa6-6c5586137d22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 571 | 2025.02.28 11:59:06.720081 [ 260 ] {f009f0db-0297-4feb-be1e-fb49eaa4acca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 572 | 2025.02.28 11:59:06.722833 [ 260 ] {f009f0db-0297-4feb-be1e-fb49eaa4acca} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 573 | 2025.02.28 11:59:06.723186 [ 260 ] {f009f0db-0297-4feb-be1e-fb49eaa4acca} <Trace> oximeter.version (f3f39538-a333-4864-afa6-6c5586137d22): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 574 | 2025.02.28 11:59:06.723554 [ 3 ] {f009f0db-0297-4feb-be1e-fb49eaa4acca} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012155 sec., 82.27067050596463 rows/sec., 1.29 KiB/sec. | ||
| 575 | 2025.02.28 11:59:06.723904 [ 3 ] {f009f0db-0297-4feb-be1e-fb49eaa4acca} <Debug> TCPHandler: Processed in 0.012683906 sec. | ||
| 576 | 2025.02.28 11:59:07.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.48 MiB, peak 124.48 MiB, free memory in arenas 0.00 B, will set to 139.25 MiB (RSS), difference: 14.78 MiB | ||
| 577 | 2025.02.28 11:59:07.907824 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60380 | ||
| 578 | 2025.02.28 11:59:07.908286 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 579 | 2025.02.28 11:59:07.908320 [ 261 ] {} <Debug> TCP-Session: c2c9d077-f87f-43b4-bbe7-03f2f5403a55 Authenticating user 'default' from [fd00:1122:3344:101::a]:60380 | ||
| 580 | 2025.02.28 11:59:07.908344 [ 261 ] {} <Debug> TCP-Session: c2c9d077-f87f-43b4-bbe7-03f2f5403a55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2025.02.28 11:59:07.908381 [ 261 ] {} <Debug> TCP-Session: c2c9d077-f87f-43b4-bbe7-03f2f5403a55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2025.02.28 11:59:07.908434 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 583 | 2025.02.28 11:59:07.908460 [ 261 ] {} <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 | ||
| 584 | 2025.02.28 11:59:07.908516 [ 261 ] {} <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 | ||
| 585 | 2025.02.28 11:59:07.908961 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64637 | ||
| 586 | 2025.02.28 11:59:07.909029 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55402 | ||
| 587 | 2025.02.28 11:59:07.909181 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 588 | 2025.02.28 11:59:07.909356 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 589 | 2025.02.28 11:59:07.909449 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55266 | ||
| 590 | 2025.02.28 11:59:07.909403 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55962 | ||
| 591 | 2025.02.28 11:59:07.909379 [ 262 ] {} <Debug> TCP-Session: dd81e9ea-26e3-40ad-aef8-f97296e76baa Authenticating user 'default' from [fd00:1122:3344:101::a]:64637 | ||
| 592 | 2025.02.28 11:59:07.909553 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40943 | ||
| 593 | 2025.02.28 11:59:07.909540 [ 263 ] {} <Debug> TCP-Session: 9b5112e1-da17-4bf2-8c72-dc567fce08bb Authenticating user 'default' from [fd00:1122:3344:101::a]:55402 | ||
| 594 | 2025.02.28 11:59:07.909664 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 595 | 2025.02.28 11:59:07.909375 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34117 | ||
| 596 | 2025.02.28 11:59:07.909839 [ 262 ] {} <Debug> TCP-Session: dd81e9ea-26e3-40ad-aef8-f97296e76baa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 597 | 2025.02.28 11:59:07.909911 [ 266 ] {} <Debug> TCP-Session: 1f10155d-b4c5-405b-bbf4-2a86f709e724 Authenticating user 'default' from [fd00:1122:3344:101::a]:55266 | ||
| 598 | 2025.02.28 11:59:07.909936 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 599 | 2025.02.28 11:59:07.910013 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59476 | ||
| 600 | 2025.02.28 11:59:07.910030 [ 262 ] {} <Debug> TCP-Session: dd81e9ea-26e3-40ad-aef8-f97296e76baa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2025.02.28 11:59:07.909973 [ 263 ] {} <Debug> TCP-Session: 9b5112e1-da17-4bf2-8c72-dc567fce08bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 602 | 2025.02.28 11:59:07.910038 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 603 | 2025.02.28 11:59:07.910138 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 604 | 2025.02.28 11:59:07.910198 [ 267 ] {} <Debug> TCP-Session: 2b57c63c-e900-4d12-a5e1-409ec09a5a37 Authenticating user 'default' from [fd00:1122:3344:101::a]:40943 | ||
| 605 | 2025.02.28 11:59:07.910335 [ 263 ] {} <Debug> TCP-Session: 9b5112e1-da17-4bf2-8c72-dc567fce08bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 606 | 2025.02.28 11:59:07.910412 [ 267 ] {} <Debug> TCP-Session: 2b57c63c-e900-4d12-a5e1-409ec09a5a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 607 | 2025.02.28 11:59:07.910406 [ 266 ] {} <Debug> TCP-Session: 1f10155d-b4c5-405b-bbf4-2a86f709e724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2025.02.28 11:59:07.910388 [ 265 ] {} <Debug> TCP-Session: fe986448-96eb-46ab-88f4-b728f262b5bb Authenticating user 'default' from [fd00:1122:3344:101::a]:34117 | ||
| 609 | 2025.02.28 11:59:07.910504 [ 267 ] {} <Debug> TCP-Session: 2b57c63c-e900-4d12-a5e1-409ec09a5a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 610 | 2025.02.28 11:59:07.910522 [ 266 ] {} <Debug> TCP-Session: 1f10155d-b4c5-405b-bbf4-2a86f709e724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 611 | 2025.02.28 11:59:07.910356 [ 264 ] {} <Debug> TCP-Session: 2353800f-80f2-4b16-a824-ccded0326e02 Authenticating user 'default' from [fd00:1122:3344:101::a]:55962 | ||
| 612 | 2025.02.28 11:59:07.910615 [ 265 ] {} <Debug> TCP-Session: fe986448-96eb-46ab-88f4-b728f262b5bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2025.02.28 11:59:07.910548 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 614 | 2025.02.28 11:59:07.910752 [ 264 ] {} <Debug> TCP-Session: 2353800f-80f2-4b16-a824-ccded0326e02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2025.02.28 11:59:07.910775 [ 268 ] {} <Debug> TCP-Session: 5908aeb5-7487-4fdf-80c8-4f4807b6498c Authenticating user 'default' from [fd00:1122:3344:101::a]:59476 | ||
| 616 | 2025.02.28 11:59:07.910752 [ 265 ] {} <Debug> TCP-Session: fe986448-96eb-46ab-88f4-b728f262b5bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2025.02.28 11:59:07.910801 [ 264 ] {} <Debug> TCP-Session: 2353800f-80f2-4b16-a824-ccded0326e02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 618 | 2025.02.28 11:59:07.910811 [ 268 ] {} <Debug> TCP-Session: 5908aeb5-7487-4fdf-80c8-4f4807b6498c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2025.02.28 11:59:07.910886 [ 268 ] {} <Debug> TCP-Session: 5908aeb5-7487-4fdf-80c8-4f4807b6498c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2025.02.28 11:59:08.466344 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51155 | ||
| 621 | 2025.02.28 11:59:08.466850 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 622 | 2025.02.28 11:59:08.466930 [ 269 ] {} <Debug> TCP-Session: 37402ea9-0cbd-42dd-8503-44a6dedea7fb Authenticating user 'default' from [fd00:1122:3344:101::b]:51155 | ||
| 623 | 2025.02.28 11:59:08.466957 [ 269 ] {} <Debug> TCP-Session: 37402ea9-0cbd-42dd-8503-44a6dedea7fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2025.02.28 11:59:08.466976 [ 269 ] {} <Debug> TCP-Session: 37402ea9-0cbd-42dd-8503-44a6dedea7fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.02.28 11:59:08.467158 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 626 | 2025.02.28 11:59:08.467191 [ 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 | ||
| 627 | 2025.02.28 11:59:08.467288 [ 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 | ||
| 628 | 2025.02.28 11:59:08.467778 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54176 | ||
| 629 | 2025.02.28 11:59:08.467877 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42481 | ||
| 630 | 2025.02.28 11:59:08.468072 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59956 | ||
| 631 | 2025.02.28 11:59:08.468091 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 632 | 2025.02.28 11:59:08.468278 [ 270 ] {} <Debug> TCP-Session: 27445052-15b3-4db9-b128-f1ef73033931 Authenticating user 'default' from [fd00:1122:3344:101::b]:54176 | ||
| 633 | 2025.02.28 11:59:08.468272 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35550 | ||
| 634 | 2025.02.28 11:59:08.468540 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47040 | ||
| 635 | 2025.02.28 11:59:08.468542 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 636 | 2025.02.28 11:59:08.468595 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 637 | 2025.02.28 11:59:08.468571 [ 270 ] {} <Debug> TCP-Session: 27445052-15b3-4db9-b128-f1ef73033931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 638 | 2025.02.28 11:59:08.468837 [ 270 ] {} <Debug> TCP-Session: 27445052-15b3-4db9-b128-f1ef73033931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 639 | 2025.02.28 11:59:08.468854 [ 272 ] {} <Debug> TCP-Session: b79db58e-db88-4d8d-81f2-252b738b5be7 Authenticating user 'default' from [fd00:1122:3344:101::b]:59956 | ||
| 640 | 2025.02.28 11:59:08.468844 [ 271 ] {} <Debug> TCP-Session: e5c81fa6-4f1e-4ea9-812c-aafcd8ed989e Authenticating user 'default' from [fd00:1122:3344:101::b]:42481 | ||
| 641 | 2025.02.28 11:59:08.468977 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55091 | ||
| 642 | 2025.02.28 11:59:08.469069 [ 272 ] {} <Debug> TCP-Session: b79db58e-db88-4d8d-81f2-252b738b5be7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 643 | 2025.02.28 11:59:08.469093 [ 271 ] {} <Debug> TCP-Session: e5c81fa6-4f1e-4ea9-812c-aafcd8ed989e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 644 | 2025.02.28 11:59:08.469230 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39048 | ||
| 645 | 2025.02.28 11:59:08.469242 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 646 | 2025.02.28 11:59:08.469252 [ 272 ] {} <Debug> TCP-Session: b79db58e-db88-4d8d-81f2-252b738b5be7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.02.28 11:59:08.469275 [ 271 ] {} <Debug> TCP-Session: e5c81fa6-4f1e-4ea9-812c-aafcd8ed989e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2025.02.28 11:59:08.469396 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 649 | 2025.02.28 11:59:08.469451 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 650 | 2025.02.28 11:59:08.469473 [ 275 ] {} <Debug> TCP-Session: bdad8d79-0e78-431f-80dd-892391a8b4a8 Authenticating user 'default' from [fd00:1122:3344:101::b]:55091 | ||
| 651 | 2025.02.28 11:59:08.469582 [ 273 ] {} <Debug> TCP-Session: 8307df67-0958-4684-b675-e663fbddf208 Authenticating user 'default' from [fd00:1122:3344:101::b]:35550 | ||
| 652 | 2025.02.28 11:59:08.469627 [ 276 ] {} <Debug> TCP-Session: d095cbe2-905f-4dbd-a99c-8123dcd066b3 Authenticating user 'default' from [fd00:1122:3344:101::b]:39048 | ||
| 653 | 2025.02.28 11:59:08.469643 [ 275 ] {} <Debug> TCP-Session: bdad8d79-0e78-431f-80dd-892391a8b4a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2025.02.28 11:59:08.469633 [ 273 ] {} <Debug> TCP-Session: 8307df67-0958-4684-b675-e663fbddf208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.02.28 11:59:08.469774 [ 276 ] {} <Debug> TCP-Session: d095cbe2-905f-4dbd-a99c-8123dcd066b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2025.02.28 11:59:08.469792 [ 275 ] {} <Debug> TCP-Session: bdad8d79-0e78-431f-80dd-892391a8b4a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2025.02.28 11:59:08.469777 [ 273 ] {} <Debug> TCP-Session: 8307df67-0958-4684-b675-e663fbddf208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.02.28 11:59:08.469920 [ 276 ] {} <Debug> TCP-Session: d095cbe2-905f-4dbd-a99c-8123dcd066b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.02.28 11:59:08.469959 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 660 | 2025.02.28 11:59:08.470109 [ 274 ] {} <Debug> TCP-Session: 43cbc4e0-0ae4-4d45-9b53-eb976b41008d Authenticating user 'default' from [fd00:1122:3344:101::b]:47040 | ||
| 661 | 2025.02.28 11:59:08.470143 [ 274 ] {} <Debug> TCP-Session: 43cbc4e0-0ae4-4d45-9b53-eb976b41008d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.02.28 11:59:08.470257 [ 274 ] {} <Debug> TCP-Session: 43cbc4e0-0ae4-4d45-9b53-eb976b41008d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.02.28 11:59:08.751377 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56065 | ||
| 664 | 2025.02.28 11:59:08.751811 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 665 | 2025.02.28 11:59:08.751893 [ 277 ] {} <Debug> TCP-Session: 8cb1b862-890d-4d14-a99c-50fb99bb5e97 Authenticating user 'default' from [fd00:1122:3344:101::c]:56065 | ||
| 666 | 2025.02.28 11:59:08.751917 [ 277 ] {} <Debug> TCP-Session: 8cb1b862-890d-4d14-a99c-50fb99bb5e97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.02.28 11:59:08.751931 [ 277 ] {} <Debug> TCP-Session: 8cb1b862-890d-4d14-a99c-50fb99bb5e97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.02.28 11:59:08.752018 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 669 | 2025.02.28 11:59:08.752044 [ 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 | ||
| 670 | 2025.02.28 11:59:08.752091 [ 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 | ||
| 671 | 2025.02.28 11:59:08.752457 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40853 | ||
| 672 | 2025.02.28 11:59:08.752738 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 673 | 2025.02.28 11:59:08.752763 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35436 | ||
| 674 | 2025.02.28 11:59:08.752797 [ 278 ] {} <Debug> TCP-Session: ccdf1d8b-d302-4880-9cac-f1076758955f Authenticating user 'default' from [fd00:1122:3344:101::c]:40853 | ||
| 675 | 2025.02.28 11:59:08.752762 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47240 | ||
| 676 | 2025.02.28 11:59:08.752868 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55221 | ||
| 677 | 2025.02.28 11:59:08.753026 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2025.02.28 11:59:08.753043 [ 278 ] {} <Debug> TCP-Session: ccdf1d8b-d302-4880-9cac-f1076758955f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 679 | 2025.02.28 11:59:08.753294 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35285 | ||
| 680 | 2025.02.28 11:59:08.753343 [ 278 ] {} <Debug> TCP-Session: ccdf1d8b-d302-4880-9cac-f1076758955f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2025.02.28 11:59:08.753331 [ 280 ] {} <Debug> TCP-Session: f6663ee8-cfb1-483d-8856-4587040a395b Authenticating user 'default' from [fd00:1122:3344:101::c]:35436 | ||
| 682 | 2025.02.28 11:59:08.753307 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 683 | 2025.02.28 11:59:08.753547 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2025.02.28 11:59:08.753591 [ 280 ] {} <Debug> TCP-Session: f6663ee8-cfb1-483d-8856-4587040a395b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2025.02.28 11:59:08.753677 [ 280 ] {} <Debug> TCP-Session: f6663ee8-cfb1-483d-8856-4587040a395b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2025.02.28 11:59:08.753703 [ 281 ] {} <Debug> TCP-Session: 80fc9643-8eb1-4445-a413-0de81818ae9a Authenticating user 'default' from [fd00:1122:3344:101::c]:55221 | ||
| 687 | 2025.02.28 11:59:08.753684 [ 279 ] {} <Debug> TCP-Session: 72d3137d-6f07-49b0-bb11-09bfa8877834 Authenticating user 'default' from [fd00:1122:3344:101::c]:47240 | ||
| 688 | 2025.02.28 11:59:08.753733 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59046 | ||
| 689 | 2025.02.28 11:59:08.753751 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51054 | ||
| 690 | 2025.02.28 11:59:08.753851 [ 279 ] {} <Debug> TCP-Session: 72d3137d-6f07-49b0-bb11-09bfa8877834 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.02.28 11:59:08.753855 [ 281 ] {} <Debug> TCP-Session: 80fc9643-8eb1-4445-a413-0de81818ae9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2025.02.28 11:59:08.754026 [ 279 ] {} <Debug> TCP-Session: 72d3137d-6f07-49b0-bb11-09bfa8877834 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.02.28 11:59:08.754056 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 694 | 2025.02.28 11:59:08.754029 [ 281 ] {} <Debug> TCP-Session: 80fc9643-8eb1-4445-a413-0de81818ae9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.02.28 11:59:08.754257 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 696 | 2025.02.28 11:59:08.754300 [ 282 ] {} <Debug> TCP-Session: a8946bb2-9850-4de0-bb28-b9dadbe8d36f Authenticating user 'default' from [fd00:1122:3344:101::c]:35285 | ||
| 697 | 2025.02.28 11:59:08.754359 [ 284 ] {} <Debug> TCP-Session: bc153c16-0a9b-4608-9403-86a9e09f4652 Authenticating user 'default' from [fd00:1122:3344:101::c]:59046 | ||
| 698 | 2025.02.28 11:59:08.754374 [ 282 ] {} <Debug> TCP-Session: a8946bb2-9850-4de0-bb28-b9dadbe8d36f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.02.28 11:59:08.754396 [ 284 ] {} <Debug> TCP-Session: bc153c16-0a9b-4608-9403-86a9e09f4652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.02.28 11:59:08.754455 [ 282 ] {} <Debug> TCP-Session: a8946bb2-9850-4de0-bb28-b9dadbe8d36f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.02.28 11:59:08.754463 [ 284 ] {} <Debug> TCP-Session: bc153c16-0a9b-4608-9403-86a9e09f4652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.02.28 11:59:08.754609 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2025.02.28 11:59:08.754650 [ 283 ] {} <Debug> TCP-Session: 7b542680-f437-43e3-a15d-f7af953d1911 Authenticating user 'default' from [fd00:1122:3344:101::c]:51054 | ||
| 704 | 2025.02.28 11:59:08.754668 [ 283 ] {} <Debug> TCP-Session: 7b542680-f437-43e3-a15d-f7af953d1911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.02.28 11:59:08.754681 [ 283 ] {} <Debug> TCP-Session: 7b542680-f437-43e3-a15d-f7af953d1911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.02.28 11:59:13.792555 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 707 | 2025.02.28 11:59:13.792582 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 708 | 2025.02.28 11:59:13.792669 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 709 | 2025.02.28 11:59:13.792701 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 710 | 2025.02.28 11:59:13.799139 [ 243 ] {} <Debug> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Loading data parts | ||
| 711 | 2025.02.28 11:59:13.799484 [ 243 ] {} <Debug> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): There are no data parts | ||
| 712 | 2025.02.28 11:59:13.806506 [ 243 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 713 | 2025.02.28 11:59:13.806680 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 714 | 2025.02.28 11:59:13.809961 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 715 | 2025.02.28 11:59:13.810895 [ 243 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 716 | 2025.02.28 11:59:13.811836 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 717 | 2025.02.28 11:59:13.818843 [ 244 ] {} <Debug> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Loading data parts | ||
| 718 | 2025.02.28 11:59:13.819026 [ 244 ] {} <Debug> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): There are no data parts | ||
| 719 | 2025.02.28 11:59:13.841676 [ 244 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 720 | 2025.02.28 11:59:13.841777 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 721 | 2025.02.28 11:59:13.849073 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 722 | 2025.02.28 11:59:13.850170 [ 244 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 723 | 2025.02.28 11:59:13.852634 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 724 | 2025.02.28 11:59:14.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.80 MiB, peak 149.80 MiB, free memory in arenas 0.00 B, will set to 150.60 MiB (RSS), difference: 4.80 MiB | ||
| 725 | 2025.02.28 11:59:16.292500 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 726 | 2025.02.28 11:59:16.292686 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 727 | 2025.02.28 11:59:16.297456 [ 242 ] {} <Debug> system.query_log (22b5a570-5ca6-43cb-9436-826717addc2e): Loading data parts | ||
| 728 | 2025.02.28 11:59:16.297679 [ 242 ] {} <Debug> system.query_log (22b5a570-5ca6-43cb-9436-826717addc2e): There are no data parts | ||
| 729 | 2025.02.28 11:59:16.303411 [ 242 ] {} <Trace> system.query_log (22b5a570-5ca6-43cb-9436-826717addc2e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 730 | 2025.02.28 11:59:16.303535 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 731 | 2025.02.28 11:59:16.305275 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 732 | 2025.02.28 11:59:16.305774 [ 242 ] {} <Trace> system.query_log (22b5a570-5ca6-43cb-9436-826717addc2e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 733 | 2025.02.28 11:59:16.306329 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 734 | 2025.02.28 11:59:17.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.79 MiB, peak 154.79 MiB, free memory in arenas 0.00 B, will set to 151.07 MiB (RSS), difference: -3.71 MiB | ||
| 735 | 2025.02.28 11:59:21.267650 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 736 | 2025.02.28 11:59:21.267711 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 737 | 2025.02.28 11:59:21.312926 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 738 | 2025.02.28 11:59:21.313982 [ 243 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 739 | 2025.02.28 11:59:21.314052 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 740 | 2025.02.28 11:59:21.314799 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 741 | 2025.02.28 11:59:21.315426 [ 243 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 742 | 2025.02.28 11:59:21.315644 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 743 | 2025.02.28 11:59:21.353674 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 744 | 2025.02.28 11:59:21.376500 [ 244 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 745 | 2025.02.28 11:59:21.376553 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 746 | 2025.02.28 11:59:21.383426 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 747 | 2025.02.28 11:59:21.384584 [ 244 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 748 | 2025.02.28 11:59:21.387320 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 749 | 2025.02.28 11:59:22.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.75 MiB, peak 155.75 MiB, free memory in arenas 0.00 B, will set to 154.00 MiB (RSS), difference: 2.25 MiB | ||
| 750 | 2025.02.28 11:59:26.732591 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 751 | 2025.02.28 11:59:26.732900 [ 3 ] {d9b54aa0-fc8b-4cb1-a61a-68069cff0e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 752 | 2025.02.28 11:59:26.733290 [ 3 ] {d9b54aa0-fc8b-4cb1-a61a-68069cff0e62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 753 | 2025.02.28 11:59:26.733594 [ 3 ] {d9b54aa0-fc8b-4cb1-a61a-68069cff0e62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 754 | 2025.02.28 11:59:26.734376 [ 3 ] {d9b54aa0-fc8b-4cb1-a61a-68069cff0e62} <Debug> TCPHandler: Processed in 0.001915866 sec. | ||
| 755 | 2025.02.28 11:59:26.738880 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 756 | 2025.02.28 11:59:26.739171 [ 256 ] {bfbbe843-71fc-4b26-b12f-499e6da27a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 757 | 2025.02.28 11:59:26.741026 [ 256 ] {bfbbe843-71fc-4b26-b12f-499e6da27a4a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 758 | 2025.02.28 11:59:26.741161 [ 256 ] {bfbbe843-71fc-4b26-b12f-499e6da27a4a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 759 | 2025.02.28 11:59:26.741777 [ 256 ] {bfbbe843-71fc-4b26-b12f-499e6da27a4a} <Debug> TCPHandler: Processed in 0.003041243 sec. | ||
| 760 | 2025.02.28 11:59:26.742127 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 761 | 2025.02.28 11:59:26.742301 [ 3 ] {b308eb9a-5660-41b9-be59-9e055dcfb123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 762 | 2025.02.28 11:59:26.742752 [ 3 ] {b308eb9a-5660-41b9-be59-9e055dcfb123} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 763 | 2025.02.28 11:59:26.742811 [ 3 ] {b308eb9a-5660-41b9-be59-9e055dcfb123} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 764 | 2025.02.28 11:59:26.743386 [ 3 ] {b308eb9a-5660-41b9-be59-9e055dcfb123} <Debug> TCPHandler: Processed in 0.001326452 sec. | ||
| 765 | 2025.02.28 11:59:26.743751 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 766 | 2025.02.28 11:59:26.743918 [ 256 ] {b108120d-a626-4193-bc60-cb34a5ce1a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 767 | 2025.02.28 11:59:26.744298 [ 256 ] {b108120d-a626-4193-bc60-cb34a5ce1a4c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 768 | 2025.02.28 11:59:26.744358 [ 256 ] {b108120d-a626-4193-bc60-cb34a5ce1a4c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 769 | 2025.02.28 11:59:26.744884 [ 256 ] {b108120d-a626-4193-bc60-cb34a5ce1a4c} <Debug> TCPHandler: Processed in 0.001194059 sec. | ||
| 770 | 2025.02.28 11:59:26.745226 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 771 | 2025.02.28 11:59:26.745422 [ 3 ] {ff374b59-5fc9-4a08-b1a2-58981a2174c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 772 | 2025.02.28 11:59:26.745812 [ 3 ] {ff374b59-5fc9-4a08-b1a2-58981a2174c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 773 | 2025.02.28 11:59:26.745871 [ 3 ] {ff374b59-5fc9-4a08-b1a2-58981a2174c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 774 | 2025.02.28 11:59:26.746347 [ 3 ] {ff374b59-5fc9-4a08-b1a2-58981a2174c6} <Debug> TCPHandler: Processed in 0.001179578 sec. | ||
| 775 | 2025.02.28 11:59:26.746659 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 776 | 2025.02.28 11:59:26.746818 [ 256 ] {96a50d41-7e7e-4336-9b47-f34b9c287ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 777 | 2025.02.28 11:59:26.747199 [ 256 ] {96a50d41-7e7e-4336-9b47-f34b9c287ccf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 778 | 2025.02.28 11:59:26.747257 [ 256 ] {96a50d41-7e7e-4336-9b47-f34b9c287ccf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 779 | 2025.02.28 11:59:26.747818 [ 256 ] {96a50d41-7e7e-4336-9b47-f34b9c287ccf} <Debug> TCPHandler: Processed in 0.001217419 sec. | ||
| 780 | 2025.02.28 11:59:26.748093 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 781 | 2025.02.28 11:59:26.748258 [ 3 ] {bfa38ddf-b13f-4231-b42a-754b8ac98f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 782 | 2025.02.28 11:59:26.748672 [ 3 ] {bfa38ddf-b13f-4231-b42a-754b8ac98f14} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 783 | 2025.02.28 11:59:26.748737 [ 3 ] {bfa38ddf-b13f-4231-b42a-754b8ac98f14} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 784 | 2025.02.28 11:59:26.749237 [ 3 ] {bfa38ddf-b13f-4231-b42a-754b8ac98f14} <Debug> TCPHandler: Processed in 0.001203659 sec. | ||
| 785 | 2025.02.28 11:59:26.749526 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 786 | 2025.02.28 11:59:26.749687 [ 256 ] {1763d4ed-1541-4d44-b518-7c254426feaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 787 | 2025.02.28 11:59:26.750084 [ 256 ] {1763d4ed-1541-4d44-b518-7c254426feaf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 788 | 2025.02.28 11:59:26.750143 [ 256 ] {1763d4ed-1541-4d44-b518-7c254426feaf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 789 | 2025.02.28 11:59:26.750657 [ 256 ] {1763d4ed-1541-4d44-b518-7c254426feaf} <Debug> TCPHandler: Processed in 0.001186928 sec. | ||
| 790 | 2025.02.28 11:59:26.750918 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2025.02.28 11:59:26.751082 [ 3 ] {2126778b-ac73-4511-bea2-c77270f9197c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 792 | 2025.02.28 11:59:26.751487 [ 3 ] {2126778b-ac73-4511-bea2-c77270f9197c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 793 | 2025.02.28 11:59:26.751544 [ 3 ] {2126778b-ac73-4511-bea2-c77270f9197c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 794 | 2025.02.28 11:59:26.752028 [ 3 ] {2126778b-ac73-4511-bea2-c77270f9197c} <Debug> TCPHandler: Processed in 0.001167268 sec. | ||
| 795 | 2025.02.28 11:59:26.752306 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 796 | 2025.02.28 11:59:26.752472 [ 256 ] {44ed8b4a-116c-4308-9393-8c28aff6878f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 797 | 2025.02.28 11:59:26.753005 [ 256 ] {44ed8b4a-116c-4308-9393-8c28aff6878f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 798 | 2025.02.28 11:59:26.753067 [ 256 ] {44ed8b4a-116c-4308-9393-8c28aff6878f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 799 | 2025.02.28 11:59:26.753629 [ 256 ] {44ed8b4a-116c-4308-9393-8c28aff6878f} <Debug> TCPHandler: Processed in 0.001377353 sec. | ||
| 800 | 2025.02.28 11:59:26.753917 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 801 | 2025.02.28 11:59:26.754155 [ 3 ] {a5a6b78b-db5d-4b04-a628-945f6606d54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 802 | 2025.02.28 11:59:26.754604 [ 3 ] {a5a6b78b-db5d-4b04-a628-945f6606d54f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 803 | 2025.02.28 11:59:26.754671 [ 3 ] {a5a6b78b-db5d-4b04-a628-945f6606d54f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 804 | 2025.02.28 11:59:26.755183 [ 3 ] {a5a6b78b-db5d-4b04-a628-945f6606d54f} <Debug> TCPHandler: Processed in 0.001329072 sec. | ||
| 805 | 2025.02.28 11:59:26.755456 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 806 | 2025.02.28 11:59:26.755624 [ 256 ] {2c00c88e-3410-4463-82fa-2f5ef3749907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 807 | 2025.02.28 11:59:26.756035 [ 256 ] {2c00c88e-3410-4463-82fa-2f5ef3749907} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 808 | 2025.02.28 11:59:26.756095 [ 256 ] {2c00c88e-3410-4463-82fa-2f5ef3749907} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 809 | 2025.02.28 11:59:26.756624 [ 256 ] {2c00c88e-3410-4463-82fa-2f5ef3749907} <Debug> TCPHandler: Processed in 0.001227779 sec. | ||
| 810 | 2025.02.28 11:59:26.756893 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 811 | 2025.02.28 11:59:26.757058 [ 3 ] {df370e9c-594e-47f5-b3ee-5aefd675a36f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 812 | 2025.02.28 11:59:26.757465 [ 3 ] {df370e9c-594e-47f5-b3ee-5aefd675a36f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 813 | 2025.02.28 11:59:26.757525 [ 3 ] {df370e9c-594e-47f5-b3ee-5aefd675a36f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 814 | 2025.02.28 11:59:26.758031 [ 3 ] {df370e9c-594e-47f5-b3ee-5aefd675a36f} <Debug> TCPHandler: Processed in 0.00119842 sec. | ||
| 815 | 2025.02.28 11:59:26.758305 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 816 | 2025.02.28 11:59:26.758476 [ 256 ] {2a738668-3f19-4691-a1c6-73aabc428301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 817 | 2025.02.28 11:59:26.758881 [ 256 ] {2a738668-3f19-4691-a1c6-73aabc428301} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 818 | 2025.02.28 11:59:26.758941 [ 256 ] {2a738668-3f19-4691-a1c6-73aabc428301} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 819 | 2025.02.28 11:59:26.759469 [ 256 ] {2a738668-3f19-4691-a1c6-73aabc428301} <Debug> TCPHandler: Processed in 0.001221059 sec. | ||
| 820 | 2025.02.28 11:59:26.762289 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 821 | 2025.02.28 11:59:26.762424 [ 3 ] {15b83255-8549-4d1f-b1e6-2bf0054398a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 822 | 2025.02.28 11:59:26.762479 [ 3 ] {15b83255-8549-4d1f-b1e6-2bf0054398a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 823 | 2025.02.28 11:59:26.763270 [ 3 ] {15b83255-8549-4d1f-b1e6-2bf0054398a0} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 824 | 2025.02.28 11:59:26.763338 [ 3 ] {15b83255-8549-4d1f-b1e6-2bf0054398a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 825 | 2025.02.28 11:59:26.764204 [ 3 ] {15b83255-8549-4d1f-b1e6-2bf0054398a0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 826 | 2025.02.28 11:59:26.764744 [ 3 ] {15b83255-8549-4d1f-b1e6-2bf0054398a0} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 827 | 2025.02.28 11:59:26.765029 [ 3 ] {15b83255-8549-4d1f-b1e6-2bf0054398a0} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002634 sec., 5315.110098709188 rows/sec., 762.64 KiB/sec. | ||
| 828 | 2025.02.28 11:59:26.765170 [ 3 ] {15b83255-8549-4d1f-b1e6-2bf0054398a0} <Debug> TCPHandler: Processed in 0.002943991 sec. | ||
| 829 | 2025.02.28 11:59:26.765322 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 830 | 2025.02.28 11:59:26.765455 [ 256 ] {845652f9-8e64-419f-bdaf-b5d036f92156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 831 | 2025.02.28 11:59:26.765509 [ 256 ] {845652f9-8e64-419f-bdaf-b5d036f92156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 832 | 2025.02.28 11:59:26.767475 [ 256 ] {845652f9-8e64-419f-bdaf-b5d036f92156} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 833 | 2025.02.28 11:59:26.767516 [ 256 ] {845652f9-8e64-419f-bdaf-b5d036f92156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 834 | 2025.02.28 11:59:26.768154 [ 256 ] {845652f9-8e64-419f-bdaf-b5d036f92156} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 835 | 2025.02.28 11:59:26.768675 [ 256 ] {845652f9-8e64-419f-bdaf-b5d036f92156} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 836 | 2025.02.28 11:59:26.768924 [ 256 ] {845652f9-8e64-419f-bdaf-b5d036f92156} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.003493 sec., 14886.916690523905 rows/sec., 1.13 MiB/sec. | ||
| 837 | 2025.02.28 11:59:26.769001 [ 256 ] {845652f9-8e64-419f-bdaf-b5d036f92156} <Debug> TCPHandler: Processed in 0.00373606 sec. | ||
| 838 | 2025.02.28 11:59:26.769167 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2025.02.28 11:59:26.769293 [ 3 ] {eed851ae-ca37-47d7-ad13-946930839a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 840 | 2025.02.28 11:59:26.769345 [ 3 ] {eed851ae-ca37-47d7-ad13-946930839a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 841 | 2025.02.28 11:59:26.770003 [ 3 ] {eed851ae-ca37-47d7-ad13-946930839a11} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 842 | 2025.02.28 11:59:26.770046 [ 3 ] {eed851ae-ca37-47d7-ad13-946930839a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 843 | 2025.02.28 11:59:26.770573 [ 3 ] {eed851ae-ca37-47d7-ad13-946930839a11} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 844 | 2025.02.28 11:59:26.771029 [ 3 ] {eed851ae-ca37-47d7-ad13-946930839a11} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 845 | 2025.02.28 11:59:26.771244 [ 3 ] {eed851ae-ca37-47d7-ad13-946930839a11} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.00198 sec., 28282.828282828283 rows/sec., 2.21 MiB/sec. | ||
| 846 | 2025.02.28 11:59:26.771303 [ 3 ] {eed851ae-ca37-47d7-ad13-946930839a11} <Debug> TCPHandler: Processed in 0.002198473 sec. | ||
| 847 | 2025.02.28 11:59:26.771469 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 848 | 2025.02.28 11:59:26.771623 [ 256 ] {260c39eb-7027-46ca-b4a5-57b41c369acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 849 | 2025.02.28 11:59:26.771690 [ 256 ] {260c39eb-7027-46ca-b4a5-57b41c369acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 850 | 2025.02.28 11:59:26.772406 [ 256 ] {260c39eb-7027-46ca-b4a5-57b41c369acc} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 851 | 2025.02.28 11:59:26.772444 [ 256 ] {260c39eb-7027-46ca-b4a5-57b41c369acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 852 | 2025.02.28 11:59:26.773025 [ 256 ] {260c39eb-7027-46ca-b4a5-57b41c369acc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 853 | 2025.02.28 11:59:26.773553 [ 256 ] {260c39eb-7027-46ca-b4a5-57b41c369acc} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 854 | 2025.02.28 11:59:26.773752 [ 256 ] {260c39eb-7027-46ca-b4a5-57b41c369acc} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.002165 sec., 27713.62586605081 rows/sec., 1.92 MiB/sec. | ||
| 855 | 2025.02.28 11:59:26.773814 [ 256 ] {260c39eb-7027-46ca-b4a5-57b41c369acc} <Debug> TCPHandler: Processed in 0.002414838 sec. | ||
| 856 | 2025.02.28 11:59:26.773983 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 857 | 2025.02.28 11:59:26.774127 [ 3 ] {cc648f92-23ef-457a-973e-35c8f00bf2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 858 | 2025.02.28 11:59:26.774188 [ 3 ] {cc648f92-23ef-457a-973e-35c8f00bf2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 859 | 2025.02.28 11:59:26.774686 [ 3 ] {cc648f92-23ef-457a-973e-35c8f00bf2bd} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 860 | 2025.02.28 11:59:26.774726 [ 3 ] {cc648f92-23ef-457a-973e-35c8f00bf2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 861 | 2025.02.28 11:59:26.775228 [ 3 ] {cc648f92-23ef-457a-973e-35c8f00bf2bd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 862 | 2025.02.28 11:59:26.775752 [ 3 ] {cc648f92-23ef-457a-973e-35c8f00bf2bd} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 863 | 2025.02.28 11:59:26.776021 [ 3 ] {cc648f92-23ef-457a-973e-35c8f00bf2bd} <Debug> executeQuery: Read 20 rows, 1.40 KiB in 0.001907 sec., 10487.676979549029 rows/sec., 736.39 KiB/sec. | ||
| 864 | 2025.02.28 11:59:26.776124 [ 3 ] {cc648f92-23ef-457a-973e-35c8f00bf2bd} <Debug> TCPHandler: Processed in 0.002211463 sec. | ||
| 865 | 2025.02.28 11:59:27.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.87 MiB, peak 155.75 MiB, free memory in arenas 0.00 B, will set to 155.33 MiB (RSS), difference: 4.46 MiB | ||
| 866 | 2025.02.28 11:59:28.816711 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 867 | 2025.02.28 11:59:28.817339 [ 243 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 868 | 2025.02.28 11:59:28.817390 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 869 | 2025.02.28 11:59:28.818134 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 870 | 2025.02.28 11:59:28.818619 [ 243 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 871 | 2025.02.28 11:59:28.818884 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 872 | 2025.02.28 11:59:28.888353 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 873 | 2025.02.28 11:59:28.907287 [ 244 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 874 | 2025.02.28 11:59:28.907352 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 875 | 2025.02.28 11:59:28.914080 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 876 | 2025.02.28 11:59:28.915276 [ 244 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 877 | 2025.02.28 11:59:28.918563 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 878 | 2025.02.28 11:59:31.736316 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2025.02.28 11:59:31.736599 [ 3 ] {e1918326-01cf-402c-96af-2257c2d12ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 880 | 2025.02.28 11:59:31.736673 [ 3 ] {e1918326-01cf-402c-96af-2257c2d12ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 881 | 2025.02.28 11:59:31.737442 [ 3 ] {e1918326-01cf-402c-96af-2257c2d12ddc} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 882 | 2025.02.28 11:59:31.737492 [ 3 ] {e1918326-01cf-402c-96af-2257c2d12ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 883 | 2025.02.28 11:59:31.738016 [ 3 ] {e1918326-01cf-402c-96af-2257c2d12ddc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 884 | 2025.02.28 11:59:31.738479 [ 3 ] {e1918326-01cf-402c-96af-2257c2d12ddc} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 885 | 2025.02.28 11:59:31.738684 [ 3 ] {e1918326-01cf-402c-96af-2257c2d12ddc} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.002139 sec., 24310.42543244507 rows/sec., 1.84 MiB/sec. | ||
| 886 | 2025.02.28 11:59:31.738742 [ 3 ] {e1918326-01cf-402c-96af-2257c2d12ddc} <Debug> TCPHandler: Processed in 0.002616933 sec. | ||
| 887 | 2025.02.28 11:59:31.739067 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 888 | 2025.02.28 11:59:31.739373 [ 256 ] {e8d19b93-9d01-45d7-9f92-674af6f73900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 889 | 2025.02.28 11:59:31.739487 [ 256 ] {e8d19b93-9d01-45d7-9f92-674af6f73900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 890 | 2025.02.28 11:59:31.740245 [ 256 ] {e8d19b93-9d01-45d7-9f92-674af6f73900} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 891 | 2025.02.28 11:59:31.740293 [ 256 ] {e8d19b93-9d01-45d7-9f92-674af6f73900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 892 | 2025.02.28 11:59:31.740840 [ 256 ] {e8d19b93-9d01-45d7-9f92-674af6f73900} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 893 | 2025.02.28 11:59:31.741386 [ 256 ] {e8d19b93-9d01-45d7-9f92-674af6f73900} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 894 | 2025.02.28 11:59:31.741623 [ 256 ] {e8d19b93-9d01-45d7-9f92-674af6f73900} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002336 sec., 23972.602739726026 rows/sec., 1.87 MiB/sec. | ||
| 895 | 2025.02.28 11:59:31.741688 [ 256 ] {e8d19b93-9d01-45d7-9f92-674af6f73900} <Debug> TCPHandler: Processed in 0.002814008 sec. | ||
| 896 | 2025.02.28 11:59:31.741846 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 897 | 2025.02.28 11:59:31.741988 [ 3 ] {31d50f22-1cfe-4b7f-a4fc-904c72358a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 898 | 2025.02.28 11:59:31.742051 [ 3 ] {31d50f22-1cfe-4b7f-a4fc-904c72358a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 899 | 2025.02.28 11:59:31.742703 [ 3 ] {31d50f22-1cfe-4b7f-a4fc-904c72358a58} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 900 | 2025.02.28 11:59:31.742741 [ 3 ] {31d50f22-1cfe-4b7f-a4fc-904c72358a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 901 | 2025.02.28 11:59:31.743247 [ 3 ] {31d50f22-1cfe-4b7f-a4fc-904c72358a58} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 902 | 2025.02.28 11:59:31.743695 [ 3 ] {31d50f22-1cfe-4b7f-a4fc-904c72358a58} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 903 | 2025.02.28 11:59:31.743903 [ 3 ] {31d50f22-1cfe-4b7f-a4fc-904c72358a58} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001947 sec., 77041.60246533128 rows/sec., 5.34 MiB/sec. | ||
| 904 | 2025.02.28 11:59:31.743955 [ 3 ] {31d50f22-1cfe-4b7f-a4fc-904c72358a58} <Debug> TCPHandler: Processed in 0.002174452 sec. | ||
| 905 | 2025.02.28 11:59:31.744112 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 906 | 2025.02.28 11:59:31.744236 [ 256 ] {23b8900f-e7bb-4ab4-9939-e9761fabb594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 907 | 2025.02.28 11:59:31.744295 [ 256 ] {23b8900f-e7bb-4ab4-9939-e9761fabb594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 908 | 2025.02.28 11:59:31.744803 [ 256 ] {23b8900f-e7bb-4ab4-9939-e9761fabb594} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 909 | 2025.02.28 11:59:31.744844 [ 256 ] {23b8900f-e7bb-4ab4-9939-e9761fabb594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 910 | 2025.02.28 11:59:31.745406 [ 256 ] {23b8900f-e7bb-4ab4-9939-e9761fabb594} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 911 | 2025.02.28 11:59:31.745921 [ 256 ] {23b8900f-e7bb-4ab4-9939-e9761fabb594} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 912 | 2025.02.28 11:59:31.746136 [ 256 ] {23b8900f-e7bb-4ab4-9939-e9761fabb594} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001928 sec., 25933.609958506222 rows/sec., 1.78 MiB/sec. | ||
| 913 | 2025.02.28 11:59:31.746187 [ 256 ] {23b8900f-e7bb-4ab4-9939-e9761fabb594} <Debug> TCPHandler: Processed in 0.002135481 sec. | ||
| 914 | 2025.02.28 11:59:36.268084 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 915 | 2025.02.28 11:59:36.268172 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 916 | 2025.02.28 11:59:36.308807 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 | ||
| 917 | 2025.02.28 11:59:36.312724 [ 242 ] {} <Trace> system.query_log (22b5a570-5ca6-43cb-9436-826717addc2e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 918 | 2025.02.28 11:59:36.312766 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 919 | 2025.02.28 11:59:36.314419 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 920 | 2025.02.28 11:59:36.314959 [ 242 ] {} <Trace> system.query_log (22b5a570-5ca6-43cb-9436-826717addc2e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 921 | 2025.02.28 11:59:36.315492 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134 | ||
| 922 | 2025.02.28 11:59:36.319949 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 923 | 2025.02.28 11:59:36.320607 [ 243 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 924 | 2025.02.28 11:59:36.320653 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 925 | 2025.02.28 11:59:36.321318 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 926 | 2025.02.28 11:59:36.321837 [ 243 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 927 | 2025.02.28 11:59:36.322077 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 928 | 2025.02.28 11:59:36.419586 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 929 | 2025.02.28 11:59:36.439380 [ 244 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2025.02.28 11:59:36.439438 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 931 | 2025.02.28 11:59:36.446450 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 932 | 2025.02.28 11:59:36.447838 [ 244 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 933 | 2025.02.28 11:59:36.451015 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 934 | 2025.02.28 11:59:36.736099 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 935 | 2025.02.28 11:59:36.736394 [ 3 ] {fec97f22-7c5c-4cad-a50c-212822bb1fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 936 | 2025.02.28 11:59:36.736511 [ 3 ] {fec97f22-7c5c-4cad-a50c-212822bb1fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 937 | 2025.02.28 11:59:36.737295 [ 3 ] {fec97f22-7c5c-4cad-a50c-212822bb1fd8} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2025.02.28 11:59:36.737346 [ 3 ] {fec97f22-7c5c-4cad-a50c-212822bb1fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 939 | 2025.02.28 11:59:36.737886 [ 3 ] {fec97f22-7c5c-4cad-a50c-212822bb1fd8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 940 | 2025.02.28 11:59:36.738385 [ 3 ] {fec97f22-7c5c-4cad-a50c-212822bb1fd8} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 941 | 2025.02.28 11:59:36.738657 [ 3 ] {fec97f22-7c5c-4cad-a50c-212822bb1fd8} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.002345 sec., 22174.840085287848 rows/sec., 1.68 MiB/sec. | ||
| 942 | 2025.02.28 11:59:36.738812 [ 3 ] {fec97f22-7c5c-4cad-a50c-212822bb1fd8} <Debug> TCPHandler: Processed in 0.00289761 sec. | ||
| 943 | 2025.02.28 11:59:36.739064 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 944 | 2025.02.28 11:59:36.739274 [ 256 ] {083e9402-60ce-46fb-8aa5-b414735f9efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 945 | 2025.02.28 11:59:36.739355 [ 256 ] {083e9402-60ce-46fb-8aa5-b414735f9efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 946 | 2025.02.28 11:59:36.740132 [ 256 ] {083e9402-60ce-46fb-8aa5-b414735f9efd} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 947 | 2025.02.28 11:59:36.740178 [ 256 ] {083e9402-60ce-46fb-8aa5-b414735f9efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 948 | 2025.02.28 11:59:36.740736 [ 256 ] {083e9402-60ce-46fb-8aa5-b414735f9efd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 949 | 2025.02.28 11:59:36.741232 [ 256 ] {083e9402-60ce-46fb-8aa5-b414735f9efd} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 950 | 2025.02.28 11:59:36.741469 [ 256 ] {083e9402-60ce-46fb-8aa5-b414735f9efd} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002248 sec., 24911.032028469752 rows/sec., 1.94 MiB/sec. | ||
| 951 | 2025.02.28 11:59:36.741552 [ 256 ] {083e9402-60ce-46fb-8aa5-b414735f9efd} <Debug> TCPHandler: Processed in 0.002627334 sec. | ||
| 952 | 2025.02.28 11:59:36.741769 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 953 | 2025.02.28 11:59:36.742010 [ 3 ] {44774dba-256b-47d2-95e7-77d6a9f6d5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 954 | 2025.02.28 11:59:36.742112 [ 3 ] {44774dba-256b-47d2-95e7-77d6a9f6d5e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 955 | 2025.02.28 11:59:36.742936 [ 3 ] {44774dba-256b-47d2-95e7-77d6a9f6d5e2} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 956 | 2025.02.28 11:59:36.742978 [ 3 ] {44774dba-256b-47d2-95e7-77d6a9f6d5e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 957 | 2025.02.28 11:59:36.743527 [ 3 ] {44774dba-256b-47d2-95e7-77d6a9f6d5e2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 958 | 2025.02.28 11:59:36.743986 [ 3 ] {44774dba-256b-47d2-95e7-77d6a9f6d5e2} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 959 | 2025.02.28 11:59:36.744207 [ 3 ] {44774dba-256b-47d2-95e7-77d6a9f6d5e2} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.002259 sec., 66401.06241699867 rows/sec., 4.60 MiB/sec. | ||
| 960 | 2025.02.28 11:59:36.744265 [ 3 ] {44774dba-256b-47d2-95e7-77d6a9f6d5e2} <Debug> TCPHandler: Processed in 0.002611713 sec. | ||
| 961 | 2025.02.28 11:59:36.744413 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 962 | 2025.02.28 11:59:36.744542 [ 256 ] {7d123844-b6f9-496c-9a9f-30a57cef52c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 963 | 2025.02.28 11:59:36.744603 [ 256 ] {7d123844-b6f9-496c-9a9f-30a57cef52c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 964 | 2025.02.28 11:59:36.745205 [ 256 ] {7d123844-b6f9-496c-9a9f-30a57cef52c8} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 965 | 2025.02.28 11:59:36.745251 [ 256 ] {7d123844-b6f9-496c-9a9f-30a57cef52c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 966 | 2025.02.28 11:59:36.745782 [ 256 ] {7d123844-b6f9-496c-9a9f-30a57cef52c8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 967 | 2025.02.28 11:59:36.746231 [ 256 ] {7d123844-b6f9-496c-9a9f-30a57cef52c8} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 968 | 2025.02.28 11:59:36.746419 [ 256 ] {7d123844-b6f9-496c-9a9f-30a57cef52c8} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001912 sec., 26150.62761506276 rows/sec., 1.79 MiB/sec. | ||
| 969 | 2025.02.28 11:59:36.746471 [ 256 ] {7d123844-b6f9-496c-9a9f-30a57cef52c8} <Debug> TCPHandler: Processed in 0.002116961 sec. | ||
| 970 | 2025.02.28 11:59:41.734290 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 971 | 2025.02.28 11:59:41.734547 [ 3 ] {44506ccd-c235-464e-8b24-fd1c51b45fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 972 | 2025.02.28 11:59:41.734984 [ 3 ] {44506ccd-c235-464e-8b24-fd1c51b45fdc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 973 | 2025.02.28 11:59:41.737130 [ 3 ] {44506ccd-c235-464e-8b24-fd1c51b45fdc} <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')" moved to PREWHERE | ||
| 974 | 2025.02.28 11:59:41.737502 [ 3 ] {44506ccd-c235-464e-8b24-fd1c51b45fdc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 975 | 2025.02.28 11:59:41.737722 [ 3 ] {44506ccd-c235-464e-8b24-fd1c51b45fdc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 976 | 2025.02.28 11:59:41.738042 [ 3 ] {44506ccd-c235-464e-8b24-fd1c51b45fdc} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 977 | 2025.02.28 11:59:41.739285 [ 3 ] {44506ccd-c235-464e-8b24-fd1c51b45fdc} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 978 | 2025.02.28 11:59:41.741236 [ 3 ] {44506ccd-c235-464e-8b24-fd1c51b45fdc} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 979 | 2025.02.28 11:59:41.741269 [ 3 ] {44506ccd-c235-464e-8b24-fd1c51b45fdc} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 980 | 2025.02.28 11:59:41.743302 [ 3 ] {44506ccd-c235-464e-8b24-fd1c51b45fdc} <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'))" | ||
| 981 | 2025.02.28 11:59:41.743341 [ 3 ] {44506ccd-c235-464e-8b24-fd1c51b45fdc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 982 | 2025.02.28 11:59:41.747316 [ 3 ] {44506ccd-c235-464e-8b24-fd1c51b45fdc} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.012871 sec., 1087.716572138917 rows/sec., 44.39 KiB/sec. | ||
| 983 | 2025.02.28 11:59:41.747420 [ 3 ] {44506ccd-c235-464e-8b24-fd1c51b45fdc} <Debug> TCPHandler: Processed in 0.01325963 sec. | ||
| 984 | 2025.02.28 11:59:41.747882 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 985 | 2025.02.28 11:59:41.748158 [ 256 ] {4e6d00fd-cd73-41a4-88b4-c20d2a15d444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 986 | 2025.02.28 11:59:41.748602 [ 256 ] {4e6d00fd-cd73-41a4-88b4-c20d2a15d444} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 987 | 2025.02.28 11:59:41.748654 [ 256 ] {4e6d00fd-cd73-41a4-88b4-c20d2a15d444} <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', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 988 | 2025.02.28 11:59:41.748967 [ 256 ] {4e6d00fd-cd73-41a4-88b4-c20d2a15d444} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 989 | 2025.02.28 11:59:41.749052 [ 256 ] {4e6d00fd-cd73-41a4-88b4-c20d2a15d444} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 990 | 2025.02.28 11:59:41.749234 [ 256 ] {4e6d00fd-cd73-41a4-88b4-c20d2a15d444} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 991 | 2025.02.28 11:59:41.749277 [ 256 ] {4e6d00fd-cd73-41a4-88b4-c20d2a15d444} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 992 | 2025.02.28 11:59:41.749304 [ 256 ] {4e6d00fd-cd73-41a4-88b4-c20d2a15d444} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 993 | 2025.02.28 11:59:41.749322 [ 256 ] {4e6d00fd-cd73-41a4-88b4-c20d2a15d444} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 994 | 2025.02.28 11:59:41.749370 [ 256 ] {4e6d00fd-cd73-41a4-88b4-c20d2a15d444} <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', 'static_routing_config:static_routes'))" | ||
| 995 | 2025.02.28 11:59:41.749395 [ 256 ] {4e6d00fd-cd73-41a4-88b4-c20d2a15d444} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 996 | 2025.02.28 11:59:41.750063 [ 256 ] {4e6d00fd-cd73-41a4-88b4-c20d2a15d444} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002028 sec., 6903.353057199211 rows/sec., 281.70 KiB/sec. | ||
| 997 | 2025.02.28 11:59:41.750193 [ 256 ] {4e6d00fd-cd73-41a4-88b4-c20d2a15d444} <Debug> TCPHandler: Processed in 0.00245608 sec. | ||
| 998 | 2025.02.28 11:59:41.750491 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 999 | 2025.02.28 11:59:41.750707 [ 3 ] {8d1ee370-0187-41a0-be8c-11753af67100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 1000 | 2025.02.28 11:59:41.751026 [ 3 ] {8d1ee370-0187-41a0-be8c-11753af67100} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1001 | 2025.02.28 11:59:41.751068 [ 3 ] {8d1ee370-0187-41a0-be8c-11753af67100} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1002 | 2025.02.28 11:59:41.751335 [ 3 ] {8d1ee370-0187-41a0-be8c-11753af67100} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1003 | 2025.02.28 11:59:41.751408 [ 3 ] {8d1ee370-0187-41a0-be8c-11753af67100} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1004 | 2025.02.28 11:59:41.751562 [ 3 ] {8d1ee370-0187-41a0-be8c-11753af67100} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1005 | 2025.02.28 11:59:41.751598 [ 3 ] {8d1ee370-0187-41a0-be8c-11753af67100} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1006 | 2025.02.28 11:59:41.751622 [ 3 ] {8d1ee370-0187-41a0-be8c-11753af67100} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 1007 | 2025.02.28 11:59:41.751640 [ 3 ] {8d1ee370-0187-41a0-be8c-11753af67100} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1008 | 2025.02.28 11:59:41.751683 [ 3 ] {8d1ee370-0187-41a0-be8c-11753af67100} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1009 | 2025.02.28 11:59:41.751707 [ 3 ] {8d1ee370-0187-41a0-be8c-11753af67100} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1010 | 2025.02.28 11:59:41.752230 [ 3 ] {8d1ee370-0187-41a0-be8c-11753af67100} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00162 sec., 8641.975308641975 rows/sec., 352.65 KiB/sec. | ||
| 1011 | 2025.02.28 11:59:41.752313 [ 3 ] {8d1ee370-0187-41a0-be8c-11753af67100} <Debug> TCPHandler: Processed in 0.001894436 sec. | ||
| 1012 | 2025.02.28 11:59:41.752659 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1013 | 2025.02.28 11:59:41.752856 [ 256 ] {b177d117-0df2-4df9-aedc-375001c46aa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 1014 | 2025.02.28 11:59:41.753221 [ 256 ] {b177d117-0df2-4df9-aedc-375001c46aa7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1015 | 2025.02.28 11:59:41.753272 [ 256 ] {b177d117-0df2-4df9-aedc-375001c46aa7} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1016 | 2025.02.28 11:59:41.753598 [ 256 ] {b177d117-0df2-4df9-aedc-375001c46aa7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1017 | 2025.02.28 11:59:41.753682 [ 256 ] {b177d117-0df2-4df9-aedc-375001c46aa7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1018 | 2025.02.28 11:59:41.753845 [ 256 ] {b177d117-0df2-4df9-aedc-375001c46aa7} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1019 | 2025.02.28 11:59:41.753880 [ 256 ] {b177d117-0df2-4df9-aedc-375001c46aa7} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1020 | 2025.02.28 11:59:41.753903 [ 256 ] {b177d117-0df2-4df9-aedc-375001c46aa7} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 1021 | 2025.02.28 11:59:41.753920 [ 256 ] {b177d117-0df2-4df9-aedc-375001c46aa7} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1022 | 2025.02.28 11:59:41.753964 [ 256 ] {b177d117-0df2-4df9-aedc-375001c46aa7} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1023 | 2025.02.28 11:59:41.753988 [ 256 ] {b177d117-0df2-4df9-aedc-375001c46aa7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1024 | 2025.02.28 11:59:41.754569 [ 256 ] {b177d117-0df2-4df9-aedc-375001c46aa7} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001808 sec., 7743.362831858407 rows/sec., 315.98 KiB/sec. | ||
| 1025 | 2025.02.28 11:59:41.754685 [ 256 ] {b177d117-0df2-4df9-aedc-375001c46aa7} <Debug> TCPHandler: Processed in 0.00208615 sec. | ||
| 1026 | 2025.02.28 11:59:41.756987 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1027 | 2025.02.28 11:59:41.757140 [ 3 ] {66629a4d-8b5a-4b25-9779-a00d5cddf945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1028 | 2025.02.28 11:59:41.757204 [ 3 ] {66629a4d-8b5a-4b25-9779-a00d5cddf945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1029 | 2025.02.28 11:59:41.758091 [ 3 ] {66629a4d-8b5a-4b25-9779-a00d5cddf945} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1030 | 2025.02.28 11:59:41.758135 [ 3 ] {66629a4d-8b5a-4b25-9779-a00d5cddf945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1031 | 2025.02.28 11:59:41.758788 [ 3 ] {66629a4d-8b5a-4b25-9779-a00d5cddf945} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1032 | 2025.02.28 11:59:41.759171 [ 3 ] {66629a4d-8b5a-4b25-9779-a00d5cddf945} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1033 | 2025.02.28 11:59:41.759416 [ 3 ] {66629a4d-8b5a-4b25-9779-a00d5cddf945} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.00232 sec., 1724.1379310344828 rows/sec., 219.31 KiB/sec. | ||
| 1034 | 2025.02.28 11:59:41.759480 [ 3 ] {66629a4d-8b5a-4b25-9779-a00d5cddf945} <Debug> TCPHandler: Processed in 0.002565012 sec. | ||
| 1035 | 2025.02.28 11:59:41.759644 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1036 | 2025.02.28 11:59:41.759790 [ 256 ] {7b1e9bfb-c70e-47de-a946-d0c82bad2fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1037 | 2025.02.28 11:59:41.759844 [ 256 ] {7b1e9bfb-c70e-47de-a946-d0c82bad2fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1038 | 2025.02.28 11:59:41.760491 [ 256 ] {7b1e9bfb-c70e-47de-a946-d0c82bad2fa4} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1039 | 2025.02.28 11:59:41.760531 [ 256 ] {7b1e9bfb-c70e-47de-a946-d0c82bad2fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1040 | 2025.02.28 11:59:41.761088 [ 256 ] {7b1e9bfb-c70e-47de-a946-d0c82bad2fa4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1041 | 2025.02.28 11:59:41.761616 [ 256 ] {7b1e9bfb-c70e-47de-a946-d0c82bad2fa4} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1042 | 2025.02.28 11:59:41.761814 [ 256 ] {7b1e9bfb-c70e-47de-a946-d0c82bad2fa4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002062 sec., 27158.098933074685 rows/sec., 2.07 MiB/sec. | ||
| 1043 | 2025.02.28 11:59:41.761871 [ 256 ] {7b1e9bfb-c70e-47de-a946-d0c82bad2fa4} <Debug> TCPHandler: Processed in 0.002294746 sec. | ||
| 1044 | 2025.02.28 11:59:41.762024 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1045 | 2025.02.28 11:59:41.762148 [ 3 ] {6535a138-b577-46ec-bd71-3218a9976830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1046 | 2025.02.28 11:59:41.762199 [ 3 ] {6535a138-b577-46ec-bd71-3218a9976830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1047 | 2025.02.28 11:59:41.762813 [ 3 ] {6535a138-b577-46ec-bd71-3218a9976830} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1048 | 2025.02.28 11:59:41.762855 [ 3 ] {6535a138-b577-46ec-bd71-3218a9976830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1049 | 2025.02.28 11:59:41.763331 [ 3 ] {6535a138-b577-46ec-bd71-3218a9976830} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1050 | 2025.02.28 11:59:41.763793 [ 3 ] {6535a138-b577-46ec-bd71-3218a9976830} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1051 | 2025.02.28 11:59:41.764001 [ 3 ] {6535a138-b577-46ec-bd71-3218a9976830} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00188 sec., 34042.553191489365 rows/sec., 2.66 MiB/sec. | ||
| 1052 | 2025.02.28 11:59:41.764052 [ 3 ] {6535a138-b577-46ec-bd71-3218a9976830} <Debug> TCPHandler: Processed in 0.00208498 sec. | ||
| 1053 | 2025.02.28 11:59:41.764250 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2025.02.28 11:59:41.764461 [ 256 ] {763749ea-a027-4d75-99af-71e91b89a6b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1055 | 2025.02.28 11:59:41.764552 [ 256 ] {763749ea-a027-4d75-99af-71e91b89a6b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1056 | 2025.02.28 11:59:41.765216 [ 256 ] {763749ea-a027-4d75-99af-71e91b89a6b8} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1057 | 2025.02.28 11:59:41.765256 [ 256 ] {763749ea-a027-4d75-99af-71e91b89a6b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1058 | 2025.02.28 11:59:41.765759 [ 256 ] {763749ea-a027-4d75-99af-71e91b89a6b8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1059 | 2025.02.28 11:59:41.766199 [ 256 ] {763749ea-a027-4d75-99af-71e91b89a6b8} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1060 | 2025.02.28 11:59:41.766416 [ 256 ] {763749ea-a027-4d75-99af-71e91b89a6b8} <Debug> executeQuery: Read 154 rows, 10.95 KiB in 0.00201 sec., 76616.91542288556 rows/sec., 5.32 MiB/sec. | ||
| 1061 | 2025.02.28 11:59:41.766470 [ 256 ] {763749ea-a027-4d75-99af-71e91b89a6b8} <Debug> TCPHandler: Processed in 0.002321967 sec. | ||
| 1062 | 2025.02.28 11:59:41.766619 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1063 | 2025.02.28 11:59:41.766756 [ 3 ] {eec81558-e664-412b-963a-8a5ff0498198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1064 | 2025.02.28 11:59:41.766808 [ 3 ] {eec81558-e664-412b-963a-8a5ff0498198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1065 | 2025.02.28 11:59:41.767308 [ 3 ] {eec81558-e664-412b-963a-8a5ff0498198} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1066 | 2025.02.28 11:59:41.767348 [ 3 ] {eec81558-e664-412b-963a-8a5ff0498198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1067 | 2025.02.28 11:59:41.767833 [ 3 ] {eec81558-e664-412b-963a-8a5ff0498198} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1068 | 2025.02.28 11:59:41.768299 [ 3 ] {eec81558-e664-412b-963a-8a5ff0498198} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1069 | 2025.02.28 11:59:41.768507 [ 3 ] {eec81558-e664-412b-963a-8a5ff0498198} <Debug> executeQuery: Read 54 rows, 3.76 KiB in 0.00178 sec., 30337.078651685395 rows/sec., 2.06 MiB/sec. | ||
| 1070 | 2025.02.28 11:59:41.768558 [ 3 ] {eec81558-e664-412b-963a-8a5ff0498198} <Debug> TCPHandler: Processed in 0.002009428 sec. | ||
| 1071 | 2025.02.28 11:59:43.823173 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1072 | 2025.02.28 11:59:43.823798 [ 243 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1073 | 2025.02.28 11:59:43.823841 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1074 | 2025.02.28 11:59:43.824688 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1075 | 2025.02.28 11:59:43.825207 [ 243 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1076 | 2025.02.28 11:59:43.825462 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1077 | 2025.02.28 11:59:43.952063 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1078 | 2025.02.28 11:59:43.971866 [ 244 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1079 | 2025.02.28 11:59:43.971926 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1080 | 2025.02.28 11:59:43.978828 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1081 | 2025.02.28 11:59:43.980007 [ 244 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1082 | 2025.02.28 11:59:43.982986 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1083 | 2025.02.28 11:59:46.316670 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 160 | ||
| 1084 | 2025.02.28 11:59:46.319637 [ 242 ] {} <Trace> system.query_log (22b5a570-5ca6-43cb-9436-826717addc2e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1085 | 2025.02.28 11:59:46.319683 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1086 | 2025.02.28 11:59:46.321250 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1087 | 2025.02.28 11:59:46.321770 [ 242 ] {} <Trace> system.query_log (22b5a570-5ca6-43cb-9436-826717addc2e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1088 | 2025.02.28 11:59:46.322288 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 160 | ||
| 1089 | 2025.02.28 11:59:46.736314 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1090 | 2025.02.28 11:59:46.736505 [ 3 ] {4202c9c9-3742-40b5-9b27-7e4f300f4596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1091 | 2025.02.28 11:59:46.736579 [ 3 ] {4202c9c9-3742-40b5-9b27-7e4f300f4596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1092 | 2025.02.28 11:59:46.737378 [ 3 ] {4202c9c9-3742-40b5-9b27-7e4f300f4596} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1093 | 2025.02.28 11:59:46.737421 [ 3 ] {4202c9c9-3742-40b5-9b27-7e4f300f4596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1094 | 2025.02.28 11:59:46.738038 [ 3 ] {4202c9c9-3742-40b5-9b27-7e4f300f4596} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1095 | 2025.02.28 11:59:46.738520 [ 3 ] {4202c9c9-3742-40b5-9b27-7e4f300f4596} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1096 | 2025.02.28 11:59:46.738748 [ 3 ] {4202c9c9-3742-40b5-9b27-7e4f300f4596} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002297 sec., 24379.62559860688 rows/sec., 1.86 MiB/sec. | ||
| 1097 | 2025.02.28 11:59:46.738813 [ 3 ] {4202c9c9-3742-40b5-9b27-7e4f300f4596} <Debug> TCPHandler: Processed in 0.002624394 sec. | ||
| 1098 | 2025.02.28 11:59:46.739086 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1099 | 2025.02.28 11:59:46.739304 [ 256 ] {6f2ce86c-e9d5-4261-8d6e-96a5ebbc630e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1100 | 2025.02.28 11:59:46.739388 [ 256 ] {6f2ce86c-e9d5-4261-8d6e-96a5ebbc630e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1101 | 2025.02.28 11:59:46.740220 [ 256 ] {6f2ce86c-e9d5-4261-8d6e-96a5ebbc630e} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1102 | 2025.02.28 11:59:46.740272 [ 256 ] {6f2ce86c-e9d5-4261-8d6e-96a5ebbc630e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1103 | 2025.02.28 11:59:46.740844 [ 256 ] {6f2ce86c-e9d5-4261-8d6e-96a5ebbc630e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1104 | 2025.02.28 11:59:46.741314 [ 256 ] {6f2ce86c-e9d5-4261-8d6e-96a5ebbc630e} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1105 | 2025.02.28 11:59:46.741654 [ 256 ] {6f2ce86c-e9d5-4261-8d6e-96a5ebbc630e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002393 sec., 26744.67195988299 rows/sec., 2.09 MiB/sec. | ||
| 1106 | 2025.02.28 11:59:46.741790 [ 256 ] {6f2ce86c-e9d5-4261-8d6e-96a5ebbc630e} <Debug> TCPHandler: Processed in 0.002847508 sec. | ||
| 1107 | 2025.02.28 11:59:46.741951 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1108 | 2025.02.28 11:59:46.742079 [ 3 ] {49f62403-d7bb-45e9-bd90-f3914600fa3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1109 | 2025.02.28 11:59:46.742137 [ 3 ] {49f62403-d7bb-45e9-bd90-f3914600fa3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1110 | 2025.02.28 11:59:46.742739 [ 3 ] {49f62403-d7bb-45e9-bd90-f3914600fa3a} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1111 | 2025.02.28 11:59:46.742779 [ 3 ] {49f62403-d7bb-45e9-bd90-f3914600fa3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1112 | 2025.02.28 11:59:46.743305 [ 3 ] {49f62403-d7bb-45e9-bd90-f3914600fa3a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1113 | 2025.02.28 11:59:46.743836 [ 3 ] {49f62403-d7bb-45e9-bd90-f3914600fa3a} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1114 | 2025.02.28 11:59:46.744088 [ 3 ] {49f62403-d7bb-45e9-bd90-f3914600fa3a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00204 sec., 78431.37254901961 rows/sec., 5.46 MiB/sec. | ||
| 1115 | 2025.02.28 11:59:46.744149 [ 3 ] {49f62403-d7bb-45e9-bd90-f3914600fa3a} <Debug> TCPHandler: Processed in 0.002254734 sec. | ||
| 1116 | 2025.02.28 11:59:46.744312 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1117 | 2025.02.28 11:59:46.744441 [ 256 ] {1bb39dbf-60a7-4a7b-aa23-a82bd6034253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1118 | 2025.02.28 11:59:46.744496 [ 256 ] {1bb39dbf-60a7-4a7b-aa23-a82bd6034253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1119 | 2025.02.28 11:59:46.745013 [ 256 ] {1bb39dbf-60a7-4a7b-aa23-a82bd6034253} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1120 | 2025.02.28 11:59:46.745056 [ 256 ] {1bb39dbf-60a7-4a7b-aa23-a82bd6034253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1121 | 2025.02.28 11:59:46.745540 [ 256 ] {1bb39dbf-60a7-4a7b-aa23-a82bd6034253} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1122 | 2025.02.28 11:59:46.746025 [ 256 ] {1bb39dbf-60a7-4a7b-aa23-a82bd6034253} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1123 | 2025.02.28 11:59:46.746271 [ 256 ] {1bb39dbf-60a7-4a7b-aa23-a82bd6034253} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001861 sec., 32240.730789897905 rows/sec., 2.17 MiB/sec. | ||
| 1124 | 2025.02.28 11:59:46.746326 [ 256 ] {1bb39dbf-60a7-4a7b-aa23-a82bd6034253} <Debug> TCPHandler: Processed in 0.00207094 sec. | ||
| 1125 | 2025.02.28 11:59:51.268425 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1126 | 2025.02.28 11:59:51.268494 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1127 | 2025.02.28 11:59:51.326524 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1128 | 2025.02.28 11:59:51.327161 [ 243 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1129 | 2025.02.28 11:59:51.327205 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1130 | 2025.02.28 11:59:51.327911 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1131 | 2025.02.28 11:59:51.328376 [ 243 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1132 | 2025.02.28 11:59:51.328574 [ 70 ] {} <Debug> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1133 | 2025.02.28 11:59:51.328638 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1134 | 2025.02.28 11:59:51.328675 [ 70 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1135 | 2025.02.28 11:59:51.328708 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1136 | 2025.02.28 11:59:51.328905 [ 195 ] {d052cb2f-24b9-4b01-81c8-129ffd64f85b::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 | ||
| 1137 | 2025.02.28 11:59:51.329051 [ 195 ] {d052cb2f-24b9-4b01-81c8-129ffd64f85b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1138 | 2025.02.28 11:59:51.329138 [ 195 ] {d052cb2f-24b9-4b01-81c8-129ffd64f85b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 1139 | 2025.02.28 11:59:51.329254 [ 195 ] {d052cb2f-24b9-4b01-81c8-129ffd64f85b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
| 1140 | 2025.02.28 11:59:51.329471 [ 195 ] {d052cb2f-24b9-4b01-81c8-129ffd64f85b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 1141 | 2025.02.28 11:59:51.329562 [ 195 ] {d052cb2f-24b9-4b01-81c8-129ffd64f85b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 1142 | 2025.02.28 11:59:51.329664 [ 195 ] {d052cb2f-24b9-4b01-81c8-129ffd64f85b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
| 1143 | 2025.02.28 11:59:51.329745 [ 195 ] {d052cb2f-24b9-4b01-81c8-129ffd64f85b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
| 1144 | 2025.02.28 11:59:51.336273 [ 201 ] {d052cb2f-24b9-4b01-81c8-129ffd64f85b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.00748004 sec., 375131.6837877872 rows/sec., 5.37 MiB/sec. | ||
| 1145 | 2025.02.28 11:59:51.337064 [ 199 ] {d052cb2f-24b9-4b01-81c8-129ffd64f85b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1146 | 2025.02.28 11:59:51.337575 [ 199 ] {d052cb2f-24b9-4b01-81c8-129ffd64f85b::all_1_6_1} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1147 | 2025.02.28 11:59:51.337656 [ 199 ] {d052cb2f-24b9-4b01-81c8-129ffd64f85b::all_1_6_1} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1148 | 2025.02.28 11:59:51.337758 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1149 | 2025.02.28 11:59:51.484016 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1150 | 2025.02.28 11:59:51.504515 [ 244 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1151 | 2025.02.28 11:59:51.504577 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1152 | 2025.02.28 11:59:51.511479 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1153 | 2025.02.28 11:59:51.512615 [ 244 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1154 | 2025.02.28 11:59:51.512969 [ 70 ] {} <Debug> system.metric_log (0827efad-32ca-481f-89ce-334b36354737) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1155 | 2025.02.28 11:59:51.513103 [ 70 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1156 | 2025.02.28 11:59:51.513177 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1157 | 2025.02.28 11:59:51.513591 [ 199 ] {0827efad-32ca-481f-89ce-334b36354737::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 | ||
| 1158 | 2025.02.28 11:59:51.528011 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1159 | 2025.02.28 11:59:51.529516 [ 199 ] {0827efad-32ca-481f-89ce-334b36354737::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1160 | 2025.02.28 11:59:51.531080 [ 199 ] {0827efad-32ca-481f-89ce-334b36354737::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 | ||
| 1161 | 2025.02.28 11:59:51.536403 [ 199 ] {0827efad-32ca-481f-89ce-334b36354737::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 | ||
| 1162 | 2025.02.28 11:59:51.541490 [ 199 ] {0827efad-32ca-481f-89ce-334b36354737::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 | ||
| 1163 | 2025.02.28 11:59:51.546388 [ 199 ] {0827efad-32ca-481f-89ce-334b36354737::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 | ||
| 1164 | 2025.02.28 11:59:51.553637 [ 199 ] {0827efad-32ca-481f-89ce-334b36354737::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 | ||
| 1165 | 2025.02.28 11:59:51.558063 [ 199 ] {0827efad-32ca-481f-89ce-334b36354737::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 | ||
| 1166 | 2025.02.28 11:59:51.623683 [ 201 ] {0827efad-32ca-481f-89ce-334b36354737::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.110364955 sec., 416.798973913413 rows/sec., 2.16 MiB/sec. | ||
| 1167 | 2025.02.28 11:59:51.626246 [ 200 ] {0827efad-32ca-481f-89ce-334b36354737::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1168 | 2025.02.28 11:59:51.629558 [ 200 ] {0827efad-32ca-481f-89ce-334b36354737::all_1_6_1} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1169 | 2025.02.28 11:59:51.629665 [ 200 ] {0827efad-32ca-481f-89ce-334b36354737::all_1_6_1} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1170 | 2025.02.28 11:59:51.631904 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1171 | 2025.02.28 11:59:51.733598 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1172 | 2025.02.28 11:59:51.733830 [ 3 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 1173 | 2025.02.28 11:59:51.734221 [ 3 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1174 | 2025.02.28 11:59:51.734265 [ 3 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <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 | ||
| 1175 | 2025.02.28 11:59:51.734575 [ 3 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1176 | 2025.02.28 11:59:51.734657 [ 3 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1177 | 2025.02.28 11:59:51.734833 [ 3 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1178 | 2025.02.28 11:59:51.735035 [ 286 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1179 | 2025.02.28 11:59:51.735138 [ 287 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1180 | 2025.02.28 11:59:51.735302 [ 3 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1181 | 2025.02.28 11:59:51.735336 [ 3 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1182 | 2025.02.28 11:59:51.735519 [ 3 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1183 | 2025.02.28 11:59:51.735545 [ 3 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1184 | 2025.02.28 11:59:51.735611 [ 3 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <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'))" | ||
| 1185 | 2025.02.28 11:59:51.735658 [ 3 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <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'))" | ||
| 1186 | 2025.02.28 11:59:51.737249 [ 3 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00352 sec., 5113.636363636363 rows/sec., 209.18 KiB/sec. | ||
| 1187 | 2025.02.28 11:59:51.737395 [ 3 ] {35c97833-dc4b-4d1d-9af2-b957e782e3ee} <Debug> TCPHandler: Processed in 0.003918105 sec. | ||
| 1188 | 2025.02.28 11:59:51.741500 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1189 | 2025.02.28 11:59:51.741790 [ 256 ] {956c2723-4a00-45a3-beda-088d1d1d0a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1190 | 2025.02.28 11:59:51.741919 [ 256 ] {956c2723-4a00-45a3-beda-088d1d1d0a98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1191 | 2025.02.28 11:59:51.742865 [ 256 ] {956c2723-4a00-45a3-beda-088d1d1d0a98} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1192 | 2025.02.28 11:59:51.742915 [ 256 ] {956c2723-4a00-45a3-beda-088d1d1d0a98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1193 | 2025.02.28 11:59:51.743566 [ 256 ] {956c2723-4a00-45a3-beda-088d1d1d0a98} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1194 | 2025.02.28 11:59:51.743973 [ 256 ] {956c2723-4a00-45a3-beda-088d1d1d0a98} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1195 | 2025.02.28 11:59:51.744379 [ 256 ] {956c2723-4a00-45a3-beda-088d1d1d0a98} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002639 sec., 378.9314134141721 rows/sec., 56.62 KiB/sec. | ||
| 1196 | 2025.02.28 11:59:51.744483 [ 256 ] {956c2723-4a00-45a3-beda-088d1d1d0a98} <Debug> TCPHandler: Processed in 0.003170596 sec. | ||
| 1197 | 2025.02.28 11:59:51.744657 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1198 | 2025.02.28 11:59:51.744791 [ 3 ] {c6b4e1a1-005a-428c-b1a1-7acb91029a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1199 | 2025.02.28 11:59:51.744844 [ 3 ] {c6b4e1a1-005a-428c-b1a1-7acb91029a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1200 | 2025.02.28 11:59:51.745485 [ 3 ] {c6b4e1a1-005a-428c-b1a1-7acb91029a14} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1201 | 2025.02.28 11:59:51.745527 [ 3 ] {c6b4e1a1-005a-428c-b1a1-7acb91029a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1202 | 2025.02.28 11:59:51.746041 [ 3 ] {c6b4e1a1-005a-428c-b1a1-7acb91029a14} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1203 | 2025.02.28 11:59:51.746550 [ 3 ] {c6b4e1a1-005a-428c-b1a1-7acb91029a14} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1204 | 2025.02.28 11:59:51.746727 [ 70 ] {} <Debug> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1205 | 2025.02.28 11:59:51.746805 [ 70 ] {} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1206 | 2025.02.28 11:59:51.746813 [ 3 ] {c6b4e1a1-005a-428c-b1a1-7acb91029a14} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002051 sec., 35104.826913700635 rows/sec., 2.84 MiB/sec. | ||
| 1207 | 2025.02.28 11:59:51.746838 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1208 | 2025.02.28 11:59:51.746963 [ 3 ] {c6b4e1a1-005a-428c-b1a1-7acb91029a14} <Debug> TCPHandler: Processed in 0.002364257 sec. | ||
| 1209 | 2025.02.28 11:59:51.747292 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1210 | 2025.02.28 11:59:51.747297 [ 194 ] {9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba::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 | ||
| 1211 | 2025.02.28 11:59:51.747604 [ 256 ] {f4d5bf39-3f03-433a-872b-ee52ccd64d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1212 | 2025.02.28 11:59:51.747620 [ 194 ] {9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1213 | 2025.02.28 11:59:51.747711 [ 256 ] {f4d5bf39-3f03-433a-872b-ee52ccd64d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1214 | 2025.02.28 11:59:51.747706 [ 194 ] {9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 52 rows starting from the beginning of the part | ||
| 1215 | 2025.02.28 11:59:51.748093 [ 194 ] {9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part | ||
| 1216 | 2025.02.28 11:59:51.748361 [ 194 ] {9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
| 1217 | 2025.02.28 11:59:51.748666 [ 194 ] {9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba::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 | ||
| 1218 | 2025.02.28 11:59:51.749036 [ 194 ] {9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
| 1219 | 2025.02.28 11:59:51.749398 [ 194 ] {9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
| 1220 | 2025.02.28 11:59:51.750584 [ 256 ] {f4d5bf39-3f03-433a-872b-ee52ccd64d08} <Trace> oximeter.fields_u16 (7e1a91b6-040b-476b-812b-f73c56fb122f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1221 | 2025.02.28 11:59:51.750651 [ 256 ] {f4d5bf39-3f03-433a-872b-ee52ccd64d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1222 | 2025.02.28 11:59:51.751905 [ 256 ] {f4d5bf39-3f03-433a-872b-ee52ccd64d08} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1223 | 2025.02.28 11:59:51.752210 [ 201 ] {9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 340 rows, containing 5 columns (5 merged, 0 gathered) in 0.005237477 sec., 64916.75285638486 rows/sec., 5.25 MiB/sec. | ||
| 1224 | 2025.02.28 11:59:51.752492 [ 201 ] {9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1225 | 2025.02.28 11:59:51.752521 [ 256 ] {f4d5bf39-3f03-433a-872b-ee52ccd64d08} <Trace> oximeter.fields_u16 (7e1a91b6-040b-476b-812b-f73c56fb122f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1226 | 2025.02.28 11:59:51.752984 [ 256 ] {f4d5bf39-3f03-433a-872b-ee52ccd64d08} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005497 sec., 1455.3392759687101 rows/sec., 109.43 KiB/sec. | ||
| 1227 | 2025.02.28 11:59:51.753070 [ 256 ] {f4d5bf39-3f03-433a-872b-ee52ccd64d08} <Debug> TCPHandler: Processed in 0.005960144 sec. | ||
| 1228 | 2025.02.28 11:59:51.753274 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1229 | 2025.02.28 11:59:51.753309 [ 201 ] {9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba::all_1_6_1} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1230 | 2025.02.28 11:59:51.753448 [ 201 ] {9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba::all_1_6_1} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1231 | 2025.02.28 11:59:51.753501 [ 3 ] {48df612b-ea2e-4165-a33a-4e3b5f5f3591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1232 | 2025.02.28 11:59:51.753605 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1233 | 2025.02.28 11:59:51.753624 [ 3 ] {48df612b-ea2e-4165-a33a-4e3b5f5f3591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1234 | 2025.02.28 11:59:51.754311 [ 3 ] {48df612b-ea2e-4165-a33a-4e3b5f5f3591} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1235 | 2025.02.28 11:59:51.754352 [ 3 ] {48df612b-ea2e-4165-a33a-4e3b5f5f3591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1236 | 2025.02.28 11:59:51.754831 [ 3 ] {48df612b-ea2e-4165-a33a-4e3b5f5f3591} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1237 | 2025.02.28 11:59:51.755315 [ 3 ] {48df612b-ea2e-4165-a33a-4e3b5f5f3591} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1238 | 2025.02.28 11:59:51.755473 [ 70 ] {} <Debug> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1239 | 2025.02.28 11:59:51.755531 [ 70 ] {} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1240 | 2025.02.28 11:59:51.755568 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1241 | 2025.02.28 11:59:51.755576 [ 3 ] {48df612b-ea2e-4165-a33a-4e3b5f5f3591} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002135 sec., 33723.65339578454 rows/sec., 2.63 MiB/sec. | ||
| 1242 | 2025.02.28 11:59:51.755830 [ 3 ] {48df612b-ea2e-4165-a33a-4e3b5f5f3591} <Debug> TCPHandler: Processed in 0.002654204 sec. | ||
| 1243 | 2025.02.28 11:59:51.755985 [ 192 ] {91f65329-f057-4c53-b7f5-046de639c74a::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 | ||
| 1244 | 2025.02.28 11:59:51.756170 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1245 | 2025.02.28 11:59:51.756254 [ 192 ] {91f65329-f057-4c53-b7f5-046de639c74a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1246 | 2025.02.28 11:59:51.756339 [ 192 ] {91f65329-f057-4c53-b7f5-046de639c74a::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 | ||
| 1247 | 2025.02.28 11:59:51.756382 [ 256 ] {49ccb90d-0c89-4f6a-ad7c-5570d05295ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1248 | 2025.02.28 11:59:51.756557 [ 256 ] {49ccb90d-0c89-4f6a-ad7c-5570d05295ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1249 | 2025.02.28 11:59:51.756674 [ 192 ] {91f65329-f057-4c53-b7f5-046de639c74a::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 | ||
| 1250 | 2025.02.28 11:59:51.756975 [ 192 ] {91f65329-f057-4c53-b7f5-046de639c74a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
| 1251 | 2025.02.28 11:59:51.757296 [ 192 ] {91f65329-f057-4c53-b7f5-046de639c74a::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 | ||
| 1252 | 2025.02.28 11:59:51.757609 [ 192 ] {91f65329-f057-4c53-b7f5-046de639c74a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
| 1253 | 2025.02.28 11:59:51.757907 [ 192 ] {91f65329-f057-4c53-b7f5-046de639c74a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
| 1254 | 2025.02.28 11:59:51.759446 [ 256 ] {49ccb90d-0c89-4f6a-ad7c-5570d05295ab} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1255 | 2025.02.28 11:59:51.759523 [ 256 ] {49ccb90d-0c89-4f6a-ad7c-5570d05295ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1256 | 2025.02.28 11:59:51.760725 [ 256 ] {49ccb90d-0c89-4f6a-ad7c-5570d05295ab} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1257 | 2025.02.28 11:59:51.760779 [ 194 ] {91f65329-f057-4c53-b7f5-046de639c74a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 5 columns (5 merged, 0 gathered) in 0.005099843 sec., 72159.08411298152 rows/sec., 5.91 MiB/sec. | ||
| 1258 | 2025.02.28 11:59:51.761108 [ 191 ] {91f65329-f057-4c53-b7f5-046de639c74a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1259 | 2025.02.28 11:59:51.761378 [ 256 ] {49ccb90d-0c89-4f6a-ad7c-5570d05295ab} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1260 | 2025.02.28 11:59:51.761592 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1261 | 2025.02.28 11:59:51.761696 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1262 | 2025.02.28 11:59:51.761767 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1263 | 2025.02.28 11:59:51.761841 [ 256 ] {49ccb90d-0c89-4f6a-ad7c-5570d05295ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00551 sec., 29038.112522686024 rows/sec., 2.02 MiB/sec. | ||
| 1264 | 2025.02.28 11:59:51.761948 [ 191 ] {91f65329-f057-4c53-b7f5-046de639c74a::all_1_6_1} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1265 | 2025.02.28 11:59:51.762171 [ 192 ] {72e286a8-7df9-4423-9e83-e8106c95328a::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 | ||
| 1266 | 2025.02.28 11:59:51.762281 [ 191 ] {91f65329-f057-4c53-b7f5-046de639c74a::all_1_6_1} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1267 | 2025.02.28 11:59:51.762300 [ 256 ] {49ccb90d-0c89-4f6a-ad7c-5570d05295ab} <Debug> TCPHandler: Processed in 0.006354383 sec. | ||
| 1268 | 2025.02.28 11:59:51.762535 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1269 | 2025.02.28 11:59:51.762594 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1270 | 2025.02.28 11:59:51.762720 [ 192 ] {72e286a8-7df9-4423-9e83-e8106c95328a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1271 | 2025.02.28 11:59:51.762785 [ 192 ] {72e286a8-7df9-4423-9e83-e8106c95328a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part | ||
| 1272 | 2025.02.28 11:59:51.762901 [ 3 ] {23e4b07b-c16a-4503-9d03-b2eab5df09be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1273 | 2025.02.28 11:59:51.763027 [ 192 ] {72e286a8-7df9-4423-9e83-e8106c95328a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part | ||
| 1274 | 2025.02.28 11:59:51.763326 [ 3 ] {23e4b07b-c16a-4503-9d03-b2eab5df09be} <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 | ||
| 1275 | 2025.02.28 11:59:51.763392 [ 192 ] {72e286a8-7df9-4423-9e83-e8106c95328a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part | ||
| 1276 | 2025.02.28 11:59:51.763787 [ 192 ] {72e286a8-7df9-4423-9e83-e8106c95328a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 154 rows starting from the beginning of the part | ||
| 1277 | 2025.02.28 11:59:51.764121 [ 192 ] {72e286a8-7df9-4423-9e83-e8106c95328a::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 | ||
| 1278 | 2025.02.28 11:59:51.764506 [ 192 ] {72e286a8-7df9-4423-9e83-e8106c95328a::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 | ||
| 1279 | 2025.02.28 11:59:51.768626 [ 192 ] {72e286a8-7df9-4423-9e83-e8106c95328a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 834 rows, containing 5 columns (5 merged, 0 gathered) in 0.006753393 sec., 123493.47949986029 rows/sec., 8.58 MiB/sec. | ||
| 1280 | 2025.02.28 11:59:51.768676 [ 3 ] {23e4b07b-c16a-4503-9d03-b2eab5df09be} <Trace> oximeter.measurements_histogramu64 (209e1395-d972-4818-8dc3-fc5c4409bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1281 | 2025.02.28 11:59:51.768723 [ 3 ] {23e4b07b-c16a-4503-9d03-b2eab5df09be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1282 | 2025.02.28 11:59:51.768945 [ 191 ] {72e286a8-7df9-4423-9e83-e8106c95328a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1283 | 2025.02.28 11:59:51.769571 [ 191 ] {72e286a8-7df9-4423-9e83-e8106c95328a::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1284 | 2025.02.28 11:59:51.769655 [ 191 ] {72e286a8-7df9-4423-9e83-e8106c95328a::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1285 | 2025.02.28 11:59:51.769735 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 1286 | 2025.02.28 11:59:51.771689 [ 3 ] {23e4b07b-c16a-4503-9d03-b2eab5df09be} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1287 | 2025.02.28 11:59:51.772261 [ 3 ] {23e4b07b-c16a-4503-9d03-b2eab5df09be} <Trace> oximeter.measurements_histogramu64 (209e1395-d972-4818-8dc3-fc5c4409bb47): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1288 | 2025.02.28 11:59:51.772550 [ 3 ] {23e4b07b-c16a-4503-9d03-b2eab5df09be} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.009739 sec., 821.4395728514222 rows/sec., 1.47 MiB/sec. | ||
| 1289 | 2025.02.28 11:59:51.772688 [ 3 ] {23e4b07b-c16a-4503-9d03-b2eab5df09be} <Debug> TCPHandler: Processed in 0.010259168 sec. | ||
| 1290 | 2025.02.28 11:59:51.772852 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1291 | 2025.02.28 11:59:51.772994 [ 256 ] {791cca9a-383f-402c-9d54-29f5fb32e75f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1292 | 2025.02.28 11:59:51.773056 [ 256 ] {791cca9a-383f-402c-9d54-29f5fb32e75f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1293 | 2025.02.28 11:59:51.773662 [ 256 ] {791cca9a-383f-402c-9d54-29f5fb32e75f} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1294 | 2025.02.28 11:59:51.773710 [ 256 ] {791cca9a-383f-402c-9d54-29f5fb32e75f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1295 | 2025.02.28 11:59:51.774243 [ 256 ] {791cca9a-383f-402c-9d54-29f5fb32e75f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1296 | 2025.02.28 11:59:51.774697 [ 256 ] {791cca9a-383f-402c-9d54-29f5fb32e75f} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1297 | 2025.02.28 11:59:51.774863 [ 70 ] {} <Debug> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1298 | 2025.02.28 11:59:51.774931 [ 70 ] {} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1299 | 2025.02.28 11:59:51.774962 [ 256 ] {791cca9a-383f-402c-9d54-29f5fb32e75f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001995 sec., 30075.187969924817 rows/sec., 2.03 MiB/sec. | ||
| 1300 | 2025.02.28 11:59:51.774976 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1301 | 2025.02.28 11:59:51.775120 [ 256 ] {791cca9a-383f-402c-9d54-29f5fb32e75f} <Debug> TCPHandler: Processed in 0.002333537 sec. | ||
| 1302 | 2025.02.28 11:59:51.775273 [ 187 ] {84e1db17-848c-4a07-a1aa-f73c0cab3c7a::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 | ||
| 1303 | 2025.02.28 11:59:51.775412 [ 187 ] {84e1db17-848c-4a07-a1aa-f73c0cab3c7a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1304 | 2025.02.28 11:59:51.775457 [ 187 ] {84e1db17-848c-4a07-a1aa-f73c0cab3c7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
| 1305 | 2025.02.28 11:59:51.775558 [ 187 ] {84e1db17-848c-4a07-a1aa-f73c0cab3c7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
| 1306 | 2025.02.28 11:59:51.775707 [ 187 ] {84e1db17-848c-4a07-a1aa-f73c0cab3c7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 1307 | 2025.02.28 11:59:51.775878 [ 187 ] {84e1db17-848c-4a07-a1aa-f73c0cab3c7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 54 rows starting from the beginning of the part | ||
| 1308 | 2025.02.28 11:59:51.775977 [ 187 ] {84e1db17-848c-4a07-a1aa-f73c0cab3c7a::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 | ||
| 1309 | 2025.02.28 11:59:51.776163 [ 187 ] {84e1db17-848c-4a07-a1aa-f73c0cab3c7a::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 | ||
| 1310 | 2025.02.28 11:59:51.777156 [ 187 ] {84e1db17-848c-4a07-a1aa-f73c0cab3c7a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 4 columns (4 merged, 0 gathered) in 0.002026659 sec., 145066.33824437164 rows/sec., 9.86 MiB/sec. | ||
| 1311 | 2025.02.28 11:59:51.777434 [ 187 ] {84e1db17-848c-4a07-a1aa-f73c0cab3c7a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1312 | 2025.02.28 11:59:51.778139 [ 187 ] {84e1db17-848c-4a07-a1aa-f73c0cab3c7a::all_1_6_1} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1313 | 2025.02.28 11:59:51.778213 [ 187 ] {84e1db17-848c-4a07-a1aa-f73c0cab3c7a::all_1_6_1} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1314 | 2025.02.28 11:59:51.778277 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1315 | 2025.02.28 11:59:52.000220 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.40 MiB, peak 169.18 MiB, free memory in arenas 0.00 B, will set to 163.24 MiB (RSS), difference: 2.84 MiB | ||
| 1316 | 2025.02.28 11:59:54.507281 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1317 | 2025.02.28 11:59:54.507674 [ 3 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 1318 | 2025.02.28 11:59:54.508128 [ 3 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1319 | 2025.02.28 11:59:54.508172 [ 3 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <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 | ||
| 1320 | 2025.02.28 11:59:54.508486 [ 3 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1321 | 2025.02.28 11:59:54.508569 [ 3 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1322 | 2025.02.28 11:59:54.508747 [ 3 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1323 | 2025.02.28 11:59:54.508931 [ 286 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1324 | 2025.02.28 11:59:54.508936 [ 288 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1325 | 2025.02.28 11:59:54.508975 [ 287 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1326 | 2025.02.28 11:59:54.509109 [ 3 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 1327 | 2025.02.28 11:59:54.509139 [ 3 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1328 | 2025.02.28 11:59:54.509234 [ 3 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1329 | 2025.02.28 11:59:54.509257 [ 3 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1330 | 2025.02.28 11:59:54.509301 [ 3 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <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'))" | ||
| 1331 | 2025.02.28 11:59:54.509347 [ 3 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <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'))" | ||
| 1332 | 2025.02.28 11:59:54.510502 [ 3 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002959 sec., 6083.136194660358 rows/sec., 248.84 KiB/sec. | ||
| 1333 | 2025.02.28 11:59:54.510654 [ 3 ] {adb7f302-1e04-4974-ac12-1c6041fb55cb} <Debug> TCPHandler: Processed in 0.003519265 sec. | ||
| 1334 | 2025.02.28 11:59:54.512407 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1335 | 2025.02.28 11:59:54.512684 [ 256 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 1336 | 2025.02.28 11:59:54.513150 [ 256 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1337 | 2025.02.28 11:59:54.513196 [ 256 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <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 | ||
| 1338 | 2025.02.28 11:59:54.513517 [ 256 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1339 | 2025.02.28 11:59:54.513605 [ 256 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1340 | 2025.02.28 11:59:54.513787 [ 256 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1341 | 2025.02.28 11:59:54.513943 [ 286 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1342 | 2025.02.28 11:59:54.513939 [ 288 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1343 | 2025.02.28 11:59:54.513959 [ 287 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1344 | 2025.02.28 11:59:54.514096 [ 256 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 1345 | 2025.02.28 11:59:54.514123 [ 256 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1346 | 2025.02.28 11:59:54.514219 [ 256 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1347 | 2025.02.28 11:59:54.514242 [ 256 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1348 | 2025.02.28 11:59:54.514285 [ 256 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <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'))" | ||
| 1349 | 2025.02.28 11:59:54.514418 [ 256 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <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'))" | ||
| 1350 | 2025.02.28 11:59:54.515623 [ 256 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003068 sec., 5867.014341590613 rows/sec., 240.00 KiB/sec. | ||
| 1351 | 2025.02.28 11:59:54.515778 [ 256 ] {0ca3d119-32de-44e2-a2dd-7fe1de808964} <Debug> TCPHandler: Processed in 0.003515295 sec. | ||
| 1352 | 2025.02.28 11:59:54.516086 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1353 | 2025.02.28 11:59:54.516272 [ 3 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 1354 | 2025.02.28 11:59:54.516603 [ 3 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1355 | 2025.02.28 11:59:54.516647 [ 3 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <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 | ||
| 1356 | 2025.02.28 11:59:54.516938 [ 3 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1357 | 2025.02.28 11:59:54.517008 [ 3 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1358 | 2025.02.28 11:59:54.517162 [ 3 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1359 | 2025.02.28 11:59:54.517294 [ 288 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1360 | 2025.02.28 11:59:54.517315 [ 286 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1361 | 2025.02.28 11:59:54.517326 [ 287 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1362 | 2025.02.28 11:59:54.517453 [ 3 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 1363 | 2025.02.28 11:59:54.517482 [ 3 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1364 | 2025.02.28 11:59:54.517565 [ 3 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1365 | 2025.02.28 11:59:54.517586 [ 3 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1366 | 2025.02.28 11:59:54.517631 [ 3 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <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'))" | ||
| 1367 | 2025.02.28 11:59:54.517686 [ 3 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <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'))" | ||
| 1368 | 2025.02.28 11:59:54.518738 [ 3 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002551 sec., 7056.056448451588 rows/sec., 288.64 KiB/sec. | ||
| 1369 | 2025.02.28 11:59:54.518876 [ 3 ] {2617ab52-bf06-4f39-9b35-8ae32b46bc40} <Debug> TCPHandler: Processed in 0.002852129 sec. | ||
| 1370 | 2025.02.28 11:59:54.519194 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1371 | 2025.02.28 11:59:54.519413 [ 256 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 1372 | 2025.02.28 11:59:54.519810 [ 256 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1373 | 2025.02.28 11:59:54.519865 [ 256 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <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 | ||
| 1374 | 2025.02.28 11:59:54.520198 [ 256 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1375 | 2025.02.28 11:59:54.520269 [ 256 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1376 | 2025.02.28 11:59:54.520419 [ 256 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1377 | 2025.02.28 11:59:54.520497 [ 287 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1378 | 2025.02.28 11:59:54.520571 [ 288 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1379 | 2025.02.28 11:59:54.520568 [ 286 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1380 | 2025.02.28 11:59:54.520701 [ 256 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 1381 | 2025.02.28 11:59:54.520730 [ 256 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1382 | 2025.02.28 11:59:54.520815 [ 256 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1383 | 2025.02.28 11:59:54.520837 [ 256 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1384 | 2025.02.28 11:59:54.520877 [ 256 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <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'))" | ||
| 1385 | 2025.02.28 11:59:54.520923 [ 256 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <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'))" | ||
| 1386 | 2025.02.28 11:59:54.521924 [ 256 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002616 sec., 6880.733944954129 rows/sec., 281.47 KiB/sec. | ||
| 1387 | 2025.02.28 11:59:54.522078 [ 256 ] {87a8960e-087d-44e2-9a66-0849cb4fb63c} <Debug> TCPHandler: Processed in 0.002954371 sec. | ||
| 1388 | 2025.02.28 11:59:54.522427 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1389 | 2025.02.28 11:59:54.522638 [ 3 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 1390 | 2025.02.28 11:59:54.523019 [ 3 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1391 | 2025.02.28 11:59:54.523072 [ 3 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <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 | ||
| 1392 | 2025.02.28 11:59:54.523366 [ 3 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1393 | 2025.02.28 11:59:54.523432 [ 3 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1394 | 2025.02.28 11:59:54.523581 [ 3 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1395 | 2025.02.28 11:59:54.523710 [ 286 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1396 | 2025.02.28 11:59:54.523732 [ 288 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1397 | 2025.02.28 11:59:54.523747 [ 287 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1398 | 2025.02.28 11:59:54.523861 [ 3 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 1399 | 2025.02.28 11:59:54.523890 [ 3 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1400 | 2025.02.28 11:59:54.523974 [ 3 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1401 | 2025.02.28 11:59:54.523994 [ 3 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1402 | 2025.02.28 11:59:54.524035 [ 3 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <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'))" | ||
| 1403 | 2025.02.28 11:59:54.524081 [ 3 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <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'))" | ||
| 1404 | 2025.02.28 11:59:54.525074 [ 3 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002537 sec., 7094.994087504927 rows/sec., 290.24 KiB/sec. | ||
| 1405 | 2025.02.28 11:59:54.525207 [ 3 ] {469e0a7b-4e14-427c-bf6e-44838035e04e} <Debug> TCPHandler: Processed in 0.002849729 sec. | ||
| 1406 | 2025.02.28 11:59:54.525500 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1407 | 2025.02.28 11:59:54.525713 [ 256 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 1408 | 2025.02.28 11:59:54.526102 [ 256 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1409 | 2025.02.28 11:59:54.526148 [ 256 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <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 | ||
| 1410 | 2025.02.28 11:59:54.526439 [ 256 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1411 | 2025.02.28 11:59:54.526507 [ 256 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1412 | 2025.02.28 11:59:54.526657 [ 256 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1413 | 2025.02.28 11:59:54.526747 [ 287 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1414 | 2025.02.28 11:59:54.526791 [ 288 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1415 | 2025.02.28 11:59:54.526812 [ 286 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1416 | 2025.02.28 11:59:54.526917 [ 256 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 1417 | 2025.02.28 11:59:54.526946 [ 256 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1418 | 2025.02.28 11:59:54.527032 [ 256 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1419 | 2025.02.28 11:59:54.527053 [ 256 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1420 | 2025.02.28 11:59:54.527094 [ 256 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <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'))" | ||
| 1421 | 2025.02.28 11:59:54.527141 [ 256 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <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'))" | ||
| 1422 | 2025.02.28 11:59:54.528153 [ 256 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002542 sec., 7081.038552321007 rows/sec., 289.66 KiB/sec. | ||
| 1423 | 2025.02.28 11:59:54.528309 [ 256 ] {9a3f540c-472d-4f18-80bc-7100a1db9f41} <Debug> TCPHandler: Processed in 0.002877849 sec. | ||
| 1424 | 2025.02.28 11:59:54.535534 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1425 | 2025.02.28 11:59:54.535715 [ 3 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 1426 | 2025.02.28 11:59:54.536037 [ 3 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1427 | 2025.02.28 11:59:54.536081 [ 3 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <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 | ||
| 1428 | 2025.02.28 11:59:54.536376 [ 3 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1429 | 2025.02.28 11:59:54.536444 [ 3 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1430 | 2025.02.28 11:59:54.536591 [ 3 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1431 | 2025.02.28 11:59:54.536740 [ 286 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1432 | 2025.02.28 11:59:54.536743 [ 288 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1433 | 2025.02.28 11:59:54.536756 [ 287 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1434 | 2025.02.28 11:59:54.536888 [ 3 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 1435 | 2025.02.28 11:59:54.536915 [ 3 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1436 | 2025.02.28 11:59:54.536998 [ 3 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1437 | 2025.02.28 11:59:54.537017 [ 3 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1438 | 2025.02.28 11:59:54.537056 [ 3 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <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'))" | ||
| 1439 | 2025.02.28 11:59:54.537100 [ 3 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <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'))" | ||
| 1440 | 2025.02.28 11:59:54.538067 [ 3 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002435 sec., 7392.197125256674 rows/sec., 302.39 KiB/sec. | ||
| 1441 | 2025.02.28 11:59:54.538201 [ 3 ] {77ab7201-b6b7-4775-be6b-593cd9ed4037} <Debug> TCPHandler: Processed in 0.002724276 sec. | ||
| 1442 | 2025.02.28 11:59:54.538503 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1443 | 2025.02.28 11:59:54.538719 [ 256 ] {a2ecf403-8e03-4511-a256-85d066499d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 1444 | 2025.02.28 11:59:54.539107 [ 256 ] {a2ecf403-8e03-4511-a256-85d066499d34} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1445 | 2025.02.28 11:59:54.539154 [ 256 ] {a2ecf403-8e03-4511-a256-85d066499d34} <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 | ||
| 1446 | 2025.02.28 11:59:54.539453 [ 256 ] {a2ecf403-8e03-4511-a256-85d066499d34} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1447 | 2025.02.28 11:59:54.539520 [ 256 ] {a2ecf403-8e03-4511-a256-85d066499d34} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1448 | 2025.02.28 11:59:54.539667 [ 256 ] {a2ecf403-8e03-4511-a256-85d066499d34} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1449 | 2025.02.28 11:59:54.539728 [ 287 ] {a2ecf403-8e03-4511-a256-85d066499d34} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1450 | 2025.02.28 11:59:54.539803 [ 288 ] {a2ecf403-8e03-4511-a256-85d066499d34} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1451 | 2025.02.28 11:59:54.539819 [ 286 ] {a2ecf403-8e03-4511-a256-85d066499d34} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1452 | 2025.02.28 11:59:54.539935 [ 256 ] {a2ecf403-8e03-4511-a256-85d066499d34} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 1453 | 2025.02.28 11:59:54.539964 [ 256 ] {a2ecf403-8e03-4511-a256-85d066499d34} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1454 | 2025.02.28 11:59:54.540049 [ 256 ] {a2ecf403-8e03-4511-a256-85d066499d34} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1455 | 2025.02.28 11:59:54.540070 [ 256 ] {a2ecf403-8e03-4511-a256-85d066499d34} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1456 | 2025.02.28 11:59:54.540111 [ 256 ] {a2ecf403-8e03-4511-a256-85d066499d34} <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'))" | ||
| 1457 | 2025.02.28 11:59:54.540158 [ 256 ] {a2ecf403-8e03-4511-a256-85d066499d34} <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'))" | ||
| 1458 | 2025.02.28 11:59:54.541116 [ 256 ] {a2ecf403-8e03-4511-a256-85d066499d34} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002501 sec., 7197.121151539383 rows/sec., 294.41 KiB/sec. | ||
| 1459 | 2025.02.28 11:59:54.541269 [ 256 ] {a2ecf403-8e03-4511-a256-85d066499d34} <Debug> TCPHandler: Processed in 0.002833478 sec. | ||
| 1460 | 2025.02.28 11:59:54.541543 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1461 | 2025.02.28 11:59:54.541754 [ 3 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 1462 | 2025.02.28 11:59:54.542136 [ 3 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1463 | 2025.02.28 11:59:54.542181 [ 3 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <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 | ||
| 1464 | 2025.02.28 11:59:54.542484 [ 3 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1465 | 2025.02.28 11:59:54.542550 [ 3 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1466 | 2025.02.28 11:59:54.542697 [ 3 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1467 | 2025.02.28 11:59:54.542831 [ 286 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1468 | 2025.02.28 11:59:54.542857 [ 288 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1469 | 2025.02.28 11:59:54.542832 [ 287 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1470 | 2025.02.28 11:59:54.542978 [ 3 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 1471 | 2025.02.28 11:59:54.543006 [ 3 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1472 | 2025.02.28 11:59:54.543088 [ 3 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1473 | 2025.02.28 11:59:54.543108 [ 3 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1474 | 2025.02.28 11:59:54.543150 [ 3 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <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'))" | ||
| 1475 | 2025.02.28 11:59:54.543196 [ 3 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <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'))" | ||
| 1476 | 2025.02.28 11:59:54.544195 [ 3 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002543 sec., 7078.254030672434 rows/sec., 289.55 KiB/sec. | ||
| 1477 | 2025.02.28 11:59:54.544327 [ 3 ] {6401eb1a-2d6c-4ec0-8f1c-decbb8f38bb2} <Debug> TCPHandler: Processed in 0.002852319 sec. | ||
| 1478 | 2025.02.28 11:59:54.544576 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1479 | 2025.02.28 11:59:54.544761 [ 256 ] {1536de21-c6d2-4502-9d4e-c90469414881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 1480 | 2025.02.28 11:59:54.545094 [ 256 ] {1536de21-c6d2-4502-9d4e-c90469414881} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1481 | 2025.02.28 11:59:54.545140 [ 256 ] {1536de21-c6d2-4502-9d4e-c90469414881} <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 | ||
| 1482 | 2025.02.28 11:59:54.545445 [ 256 ] {1536de21-c6d2-4502-9d4e-c90469414881} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1483 | 2025.02.28 11:59:54.545512 [ 256 ] {1536de21-c6d2-4502-9d4e-c90469414881} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1484 | 2025.02.28 11:59:54.545662 [ 256 ] {1536de21-c6d2-4502-9d4e-c90469414881} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1485 | 2025.02.28 11:59:54.545729 [ 287 ] {1536de21-c6d2-4502-9d4e-c90469414881} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1486 | 2025.02.28 11:59:54.545795 [ 286 ] {1536de21-c6d2-4502-9d4e-c90469414881} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1487 | 2025.02.28 11:59:54.545814 [ 288 ] {1536de21-c6d2-4502-9d4e-c90469414881} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1488 | 2025.02.28 11:59:54.545917 [ 256 ] {1536de21-c6d2-4502-9d4e-c90469414881} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 1489 | 2025.02.28 11:59:54.545946 [ 256 ] {1536de21-c6d2-4502-9d4e-c90469414881} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1490 | 2025.02.28 11:59:54.546029 [ 256 ] {1536de21-c6d2-4502-9d4e-c90469414881} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1491 | 2025.02.28 11:59:54.546051 [ 256 ] {1536de21-c6d2-4502-9d4e-c90469414881} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1492 | 2025.02.28 11:59:54.546092 [ 256 ] {1536de21-c6d2-4502-9d4e-c90469414881} <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'))" | ||
| 1493 | 2025.02.28 11:59:54.546139 [ 256 ] {1536de21-c6d2-4502-9d4e-c90469414881} <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'))" | ||
| 1494 | 2025.02.28 11:59:54.547185 [ 256 ] {1536de21-c6d2-4502-9d4e-c90469414881} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002509 sec., 7174.172977281785 rows/sec., 293.47 KiB/sec. | ||
| 1495 | 2025.02.28 11:59:54.547339 [ 256 ] {1536de21-c6d2-4502-9d4e-c90469414881} <Debug> TCPHandler: Processed in 0.002820929 sec. | ||
| 1496 | 2025.02.28 11:59:54.547624 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1497 | 2025.02.28 11:59:54.547835 [ 3 ] {4d57f79b-25cd-42c3-939a-66952252679c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) 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) | ||
| 1498 | 2025.02.28 11:59:54.548223 [ 3 ] {4d57f79b-25cd-42c3-939a-66952252679c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1499 | 2025.02.28 11:59:54.548280 [ 3 ] {4d57f79b-25cd-42c3-939a-66952252679c} <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 | ||
| 1500 | 2025.02.28 11:59:54.548595 [ 3 ] {4d57f79b-25cd-42c3-939a-66952252679c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1501 | 2025.02.28 11:59:54.548666 [ 3 ] {4d57f79b-25cd-42c3-939a-66952252679c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1502 | 2025.02.28 11:59:54.548819 [ 3 ] {4d57f79b-25cd-42c3-939a-66952252679c} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1503 | 2025.02.28 11:59:54.548956 [ 286 ] {4d57f79b-25cd-42c3-939a-66952252679c} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1504 | 2025.02.28 11:59:54.548980 [ 287 ] {4d57f79b-25cd-42c3-939a-66952252679c} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1505 | 2025.02.28 11:59:54.548986 [ 288 ] {4d57f79b-25cd-42c3-939a-66952252679c} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1506 | 2025.02.28 11:59:54.549109 [ 3 ] {4d57f79b-25cd-42c3-939a-66952252679c} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 1507 | 2025.02.28 11:59:54.549139 [ 3 ] {4d57f79b-25cd-42c3-939a-66952252679c} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1508 | 2025.02.28 11:59:54.549222 [ 3 ] {4d57f79b-25cd-42c3-939a-66952252679c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1509 | 2025.02.28 11:59:54.549242 [ 3 ] {4d57f79b-25cd-42c3-939a-66952252679c} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1510 | 2025.02.28 11:59:54.549284 [ 3 ] {4d57f79b-25cd-42c3-939a-66952252679c} <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'))" | ||
| 1511 | 2025.02.28 11:59:54.549332 [ 3 ] {4d57f79b-25cd-42c3-939a-66952252679c} <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'))" | ||
| 1512 | 2025.02.28 11:59:54.550378 [ 3 ] {4d57f79b-25cd-42c3-939a-66952252679c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002646 sec., 6802.721088435374 rows/sec., 278.28 KiB/sec. | ||
| 1513 | 2025.02.28 11:59:54.550518 [ 3 ] {4d57f79b-25cd-42c3-939a-66952252679c} <Debug> TCPHandler: Processed in 0.002961181 sec. | ||
| 1514 | 2025.02.28 11:59:54.550788 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1515 | 2025.02.28 11:59:54.551007 [ 256 ] {81890438-d62e-426a-bead-bd775a7961e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) 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) | ||
| 1516 | 2025.02.28 11:59:54.551360 [ 256 ] {81890438-d62e-426a-bead-bd775a7961e7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1517 | 2025.02.28 11:59:54.551408 [ 256 ] {81890438-d62e-426a-bead-bd775a7961e7} <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 | ||
| 1518 | 2025.02.28 11:59:54.551715 [ 256 ] {81890438-d62e-426a-bead-bd775a7961e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1519 | 2025.02.28 11:59:54.551782 [ 256 ] {81890438-d62e-426a-bead-bd775a7961e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1520 | 2025.02.28 11:59:54.551929 [ 256 ] {81890438-d62e-426a-bead-bd775a7961e7} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1521 | 2025.02.28 11:59:54.552020 [ 287 ] {81890438-d62e-426a-bead-bd775a7961e7} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1522 | 2025.02.28 11:59:54.552067 [ 288 ] {81890438-d62e-426a-bead-bd775a7961e7} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1523 | 2025.02.28 11:59:54.552072 [ 286 ] {81890438-d62e-426a-bead-bd775a7961e7} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1524 | 2025.02.28 11:59:54.552193 [ 256 ] {81890438-d62e-426a-bead-bd775a7961e7} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (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 | ||
| 1525 | 2025.02.28 11:59:54.552222 [ 256 ] {81890438-d62e-426a-bead-bd775a7961e7} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1526 | 2025.02.28 11:59:54.552304 [ 256 ] {81890438-d62e-426a-bead-bd775a7961e7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1527 | 2025.02.28 11:59:54.552325 [ 256 ] {81890438-d62e-426a-bead-bd775a7961e7} <Debug> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1528 | 2025.02.28 11:59:54.552365 [ 256 ] {81890438-d62e-426a-bead-bd775a7961e7} <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'))" | ||
| 1529 | 2025.02.28 11:59:54.552414 [ 256 ] {81890438-d62e-426a-bead-bd775a7961e7} <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'))" | ||
| 1530 | 2025.02.28 11:59:54.553467 [ 256 ] {81890438-d62e-426a-bead-bd775a7961e7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002566 sec., 7014.8090413094305 rows/sec., 286.96 KiB/sec. | ||
| 1531 | 2025.02.28 11:59:54.553620 [ 256 ] {81890438-d62e-426a-bead-bd775a7961e7} <Debug> TCPHandler: Processed in 0.00290061 sec. | ||
| 1532 | 2025.02.28 11:59:54.630371 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1533 | 2025.02.28 11:59:54.630514 [ 3 ] {6ccf7094-5575-484e-8f41-6d2d1b08d18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1534 | 2025.02.28 11:59:54.630572 [ 3 ] {6ccf7094-5575-484e-8f41-6d2d1b08d18c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1535 | 2025.02.28 11:59:54.631342 [ 3 ] {6ccf7094-5575-484e-8f41-6d2d1b08d18c} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1536 | 2025.02.28 11:59:54.631383 [ 3 ] {6ccf7094-5575-484e-8f41-6d2d1b08d18c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1537 | 2025.02.28 11:59:54.632171 [ 3 ] {6ccf7094-5575-484e-8f41-6d2d1b08d18c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1538 | 2025.02.28 11:59:54.632565 [ 3 ] {6ccf7094-5575-484e-8f41-6d2d1b08d18c} <Trace> oximeter.timeseries_schema (54c497be-e12c-40cb-9598-793fa42e2ea8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1539 | 2025.02.28 11:59:54.632855 [ 3 ] {6ccf7094-5575-484e-8f41-6d2d1b08d18c} <Debug> executeQuery: Read 12 rows, 4.18 KiB in 0.002358 sec., 5089.058524173029 rows/sec., 1.73 MiB/sec. | ||
| 1540 | 2025.02.28 11:59:54.632991 [ 3 ] {6ccf7094-5575-484e-8f41-6d2d1b08d18c} <Debug> TCPHandler: Processed in 0.002678715 sec. | ||
| 1541 | 2025.02.28 11:59:54.633150 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1542 | 2025.02.28 11:59:54.633285 [ 256 ] {311ec17d-226a-484f-895d-da1ac2054db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1543 | 2025.02.28 11:59:54.633339 [ 256 ] {311ec17d-226a-484f-895d-da1ac2054db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1544 | 2025.02.28 11:59:54.634594 [ 256 ] {311ec17d-226a-484f-895d-da1ac2054db6} <Trace> oximeter.fields_i16 (97d9be23-e576-4d56-b3e1-0c2ae3938720): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1545 | 2025.02.28 11:59:54.634636 [ 256 ] {311ec17d-226a-484f-895d-da1ac2054db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1546 | 2025.02.28 11:59:54.635157 [ 256 ] {311ec17d-226a-484f-895d-da1ac2054db6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1547 | 2025.02.28 11:59:54.635616 [ 256 ] {311ec17d-226a-484f-895d-da1ac2054db6} <Trace> oximeter.fields_i16 (97d9be23-e576-4d56-b3e1-0c2ae3938720): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1548 | 2025.02.28 11:59:54.635891 [ 256 ] {311ec17d-226a-484f-895d-da1ac2054db6} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002626 sec., 9139.37547600914 rows/sec., 776.49 KiB/sec. | ||
| 1549 | 2025.02.28 11:59:54.636030 [ 256 ] {311ec17d-226a-484f-895d-da1ac2054db6} <Debug> TCPHandler: Processed in 0.002938111 sec. | ||
| 1550 | 2025.02.28 11:59:54.636191 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1551 | 2025.02.28 11:59:54.636335 [ 3 ] {9eb4c19f-86d9-43d9-a8a6-1172a770d169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1552 | 2025.02.28 11:59:54.636395 [ 3 ] {9eb4c19f-86d9-43d9-a8a6-1172a770d169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1553 | 2025.02.28 11:59:54.637683 [ 3 ] {9eb4c19f-86d9-43d9-a8a6-1172a770d169} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1554 | 2025.02.28 11:59:54.637725 [ 3 ] {9eb4c19f-86d9-43d9-a8a6-1172a770d169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1555 | 2025.02.28 11:59:54.638318 [ 3 ] {9eb4c19f-86d9-43d9-a8a6-1172a770d169} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1556 | 2025.02.28 11:59:54.638788 [ 3 ] {9eb4c19f-86d9-43d9-a8a6-1172a770d169} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1557 | 2025.02.28 11:59:54.638984 [ 3 ] {9eb4c19f-86d9-43d9-a8a6-1172a770d169} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002684 sec., 490312.96572280175 rows/sec., 40.73 MiB/sec. | ||
| 1558 | 2025.02.28 11:59:54.639048 [ 3 ] {9eb4c19f-86d9-43d9-a8a6-1172a770d169} <Debug> TCPHandler: Processed in 0.002923031 sec. | ||
| 1559 | 2025.02.28 11:59:54.639207 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1560 | 2025.02.28 11:59:54.639362 [ 256 ] {d3c15682-4067-4c78-9922-c278a9e4d3ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1561 | 2025.02.28 11:59:54.639423 [ 256 ] {d3c15682-4067-4c78-9922-c278a9e4d3ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1562 | 2025.02.28 11:59:54.640121 [ 256 ] {d3c15682-4067-4c78-9922-c278a9e4d3ad} <Trace> oximeter.fields_u16 (7e1a91b6-040b-476b-812b-f73c56fb122f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1563 | 2025.02.28 11:59:54.640167 [ 256 ] {d3c15682-4067-4c78-9922-c278a9e4d3ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1564 | 2025.02.28 11:59:54.640654 [ 256 ] {d3c15682-4067-4c78-9922-c278a9e4d3ad} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1565 | 2025.02.28 11:59:54.641107 [ 256 ] {d3c15682-4067-4c78-9922-c278a9e4d3ad} <Trace> oximeter.fields_u16 (7e1a91b6-040b-476b-812b-f73c56fb122f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1566 | 2025.02.28 11:59:54.641348 [ 256 ] {d3c15682-4067-4c78-9922-c278a9e4d3ad} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.002028 sec., 5917.15976331361 rows/sec., 473.84 KiB/sec. | ||
| 1567 | 2025.02.28 11:59:54.641405 [ 256 ] {d3c15682-4067-4c78-9922-c278a9e4d3ad} <Debug> TCPHandler: Processed in 0.002263375 sec. | ||
| 1568 | 2025.02.28 11:59:54.641556 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1569 | 2025.02.28 11:59:54.641682 [ 3 ] {a1660c1b-c68b-42b0-839b-94a05c14a60d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1570 | 2025.02.28 11:59:54.641733 [ 3 ] {a1660c1b-c68b-42b0-839b-94a05c14a60d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1571 | 2025.02.28 11:59:54.642400 [ 3 ] {a1660c1b-c68b-42b0-839b-94a05c14a60d} <Trace> oximeter.fields_u32 (16775994-02a6-4753-b51c-2ccbb7c982f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1572 | 2025.02.28 11:59:54.642440 [ 3 ] {a1660c1b-c68b-42b0-839b-94a05c14a60d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1573 | 2025.02.28 11:59:54.642960 [ 3 ] {a1660c1b-c68b-42b0-839b-94a05c14a60d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1574 | 2025.02.28 11:59:54.643404 [ 3 ] {a1660c1b-c68b-42b0-839b-94a05c14a60d} <Trace> oximeter.fields_u32 (16775994-02a6-4753-b51c-2ccbb7c982f0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1575 | 2025.02.28 11:59:54.643583 [ 3 ] {a1660c1b-c68b-42b0-839b-94a05c14a60d} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001928 sec., 130705.39419087136 rows/sec., 9.04 MiB/sec. | ||
| 1576 | 2025.02.28 11:59:54.643638 [ 3 ] {a1660c1b-c68b-42b0-839b-94a05c14a60d} <Debug> TCPHandler: Processed in 0.002138612 sec. | ||
| 1577 | 2025.02.28 11:59:54.643826 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1578 | 2025.02.28 11:59:54.643962 [ 256 ] {a87c1c54-a527-4bfa-9039-4ec4e0a55a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1579 | 2025.02.28 11:59:54.644019 [ 256 ] {a87c1c54-a527-4bfa-9039-4ec4e0a55a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1580 | 2025.02.28 11:59:54.644609 [ 256 ] {a87c1c54-a527-4bfa-9039-4ec4e0a55a01} <Trace> oximeter.fields_u8 (99e7ead4-f1ff-487e-89f0-d78aa9907573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1581 | 2025.02.28 11:59:54.644650 [ 256 ] {a87c1c54-a527-4bfa-9039-4ec4e0a55a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1582 | 2025.02.28 11:59:54.645156 [ 256 ] {a87c1c54-a527-4bfa-9039-4ec4e0a55a01} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1583 | 2025.02.28 11:59:54.645639 [ 256 ] {a87c1c54-a527-4bfa-9039-4ec4e0a55a01} <Trace> oximeter.fields_u8 (99e7ead4-f1ff-487e-89f0-d78aa9907573): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1584 | 2025.02.28 11:59:54.645872 [ 256 ] {a87c1c54-a527-4bfa-9039-4ec4e0a55a01} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001942 sec., 6179.196704428425 rows/sec., 482.75 KiB/sec. | ||
| 1585 | 2025.02.28 11:59:54.645982 [ 256 ] {a87c1c54-a527-4bfa-9039-4ec4e0a55a01} <Debug> TCPHandler: Processed in 0.002211193 sec. | ||
| 1586 | 2025.02.28 11:59:54.646139 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1587 | 2025.02.28 11:59:54.646256 [ 3 ] {85a236ea-125a-4950-8d57-8eefcf68696e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1588 | 2025.02.28 11:59:54.646305 [ 3 ] {85a236ea-125a-4950-8d57-8eefcf68696e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1589 | 2025.02.28 11:59:54.647126 [ 3 ] {85a236ea-125a-4950-8d57-8eefcf68696e} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1590 | 2025.02.28 11:59:54.647166 [ 3 ] {85a236ea-125a-4950-8d57-8eefcf68696e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1591 | 2025.02.28 11:59:54.647667 [ 3 ] {85a236ea-125a-4950-8d57-8eefcf68696e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1592 | 2025.02.28 11:59:54.648222 [ 3 ] {85a236ea-125a-4950-8d57-8eefcf68696e} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1593 | 2025.02.28 11:59:54.648436 [ 3 ] {85a236ea-125a-4950-8d57-8eefcf68696e} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.002205 sec., 252154.19501133787 rows/sec., 18.89 MiB/sec. | ||
| 1594 | 2025.02.28 11:59:54.648491 [ 3 ] {85a236ea-125a-4950-8d57-8eefcf68696e} <Debug> TCPHandler: Processed in 0.002416698 sec. | ||
| 1595 | 2025.02.28 11:59:54.648637 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1596 | 2025.02.28 11:59:54.648755 [ 256 ] {69e1d05b-d234-465b-a55e-1d2deff970b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1597 | 2025.02.28 11:59:54.648808 [ 256 ] {69e1d05b-d234-465b-a55e-1d2deff970b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1598 | 2025.02.28 11:59:54.650171 [ 256 ] {69e1d05b-d234-465b-a55e-1d2deff970b5} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1599 | 2025.02.28 11:59:54.650210 [ 256 ] {69e1d05b-d234-465b-a55e-1d2deff970b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1600 | 2025.02.28 11:59:54.650908 [ 256 ] {69e1d05b-d234-465b-a55e-1d2deff970b5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1601 | 2025.02.28 11:59:54.651371 [ 256 ] {69e1d05b-d234-465b-a55e-1d2deff970b5} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1602 | 2025.02.28 11:59:54.651589 [ 256 ] {69e1d05b-d234-465b-a55e-1d2deff970b5} <Debug> executeQuery: Read 2358 rows, 163.94 KiB in 0.002859 sec., 824763.9034627492 rows/sec., 56.00 MiB/sec. | ||
| 1603 | 2025.02.28 11:59:54.651650 [ 256 ] {69e1d05b-d234-465b-a55e-1d2deff970b5} <Debug> TCPHandler: Processed in 0.003073954 sec. | ||
| 1604 | 2025.02.28 11:59:54.651815 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1605 | 2025.02.28 11:59:54.651952 [ 3 ] {0c2417d6-41b7-4653-a8c9-a45be291d932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1606 | 2025.02.28 11:59:54.652011 [ 3 ] {0c2417d6-41b7-4653-a8c9-a45be291d932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1607 | 2025.02.28 11:59:54.652560 [ 3 ] {0c2417d6-41b7-4653-a8c9-a45be291d932} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1608 | 2025.02.28 11:59:54.652600 [ 3 ] {0c2417d6-41b7-4653-a8c9-a45be291d932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1609 | 2025.02.28 11:59:54.653129 [ 3 ] {0c2417d6-41b7-4653-a8c9-a45be291d932} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1610 | 2025.02.28 11:59:54.653585 [ 3 ] {0c2417d6-41b7-4653-a8c9-a45be291d932} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1611 | 2025.02.28 11:59:54.653798 [ 3 ] {0c2417d6-41b7-4653-a8c9-a45be291d932} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001876 sec., 19189.765458422175 rows/sec., 1.29 MiB/sec. | ||
| 1612 | 2025.02.28 11:59:54.653850 [ 3 ] {0c2417d6-41b7-4653-a8c9-a45be291d932} <Debug> TCPHandler: Processed in 0.00210326 sec. | ||
| 1613 | 2025.02.28 11:59:55.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.62 MiB, peak 169.18 MiB, free memory in arenas 0.00 B, will set to 163.53 MiB (RSS), difference: -1.09 MiB | ||
| 1614 | 2025.02.28 11:59:56.323413 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 226 | ||
| 1615 | 2025.02.28 11:59:56.327183 [ 242 ] {} <Trace> system.query_log (22b5a570-5ca6-43cb-9436-826717addc2e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1616 | 2025.02.28 11:59:56.327246 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1617 | 2025.02.28 11:59:56.329193 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1618 | 2025.02.28 11:59:56.329762 [ 242 ] {} <Trace> system.query_log (22b5a570-5ca6-43cb-9436-826717addc2e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1619 | 2025.02.28 11:59:56.330398 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 226 | ||
| 1620 | 2025.02.28 11:59:56.731803 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1621 | 2025.02.28 11:59:56.731993 [ 3 ] {23a8f000-08f8-4d7f-9ca5-79aae808cc26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1622 | 2025.02.28 11:59:56.732068 [ 3 ] {23a8f000-08f8-4d7f-9ca5-79aae808cc26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1623 | 2025.02.28 11:59:56.732869 [ 3 ] {23a8f000-08f8-4d7f-9ca5-79aae808cc26} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1624 | 2025.02.28 11:59:56.732926 [ 3 ] {23a8f000-08f8-4d7f-9ca5-79aae808cc26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1625 | 2025.02.28 11:59:56.733542 [ 3 ] {23a8f000-08f8-4d7f-9ca5-79aae808cc26} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1626 | 2025.02.28 11:59:56.734111 [ 3 ] {23a8f000-08f8-4d7f-9ca5-79aae808cc26} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1627 | 2025.02.28 11:59:56.734320 [ 3 ] {23a8f000-08f8-4d7f-9ca5-79aae808cc26} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002381 sec., 23519.529609407815 rows/sec., 1.80 MiB/sec. | ||
| 1628 | 2025.02.28 11:59:56.734385 [ 3 ] {23a8f000-08f8-4d7f-9ca5-79aae808cc26} <Debug> TCPHandler: Processed in 0.002710146 sec. | ||
| 1629 | 2025.02.28 11:59:56.734639 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1630 | 2025.02.28 11:59:56.734841 [ 256 ] {e0cb7d6c-ac13-404d-8936-f132a0aab96f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1631 | 2025.02.28 11:59:56.734917 [ 256 ] {e0cb7d6c-ac13-404d-8936-f132a0aab96f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1632 | 2025.02.28 11:59:56.735747 [ 256 ] {e0cb7d6c-ac13-404d-8936-f132a0aab96f} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1633 | 2025.02.28 11:59:56.735805 [ 256 ] {e0cb7d6c-ac13-404d-8936-f132a0aab96f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1634 | 2025.02.28 11:59:56.736371 [ 256 ] {e0cb7d6c-ac13-404d-8936-f132a0aab96f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1635 | 2025.02.28 11:59:56.736872 [ 256 ] {e0cb7d6c-ac13-404d-8936-f132a0aab96f} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1636 | 2025.02.28 11:59:56.737158 [ 256 ] {e0cb7d6c-ac13-404d-8936-f132a0aab96f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002359 sec., 27130.139889783808 rows/sec., 2.12 MiB/sec. | ||
| 1637 | 2025.02.28 11:59:56.737364 [ 256 ] {e0cb7d6c-ac13-404d-8936-f132a0aab96f} <Debug> TCPHandler: Processed in 0.002863499 sec. | ||
| 1638 | 2025.02.28 11:59:56.737532 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1639 | 2025.02.28 11:59:56.737678 [ 3 ] {0d3fe307-ccb9-48fb-a046-0a99d091d52e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1640 | 2025.02.28 11:59:56.737741 [ 3 ] {0d3fe307-ccb9-48fb-a046-0a99d091d52e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1641 | 2025.02.28 11:59:56.738317 [ 3 ] {0d3fe307-ccb9-48fb-a046-0a99d091d52e} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1642 | 2025.02.28 11:59:56.738357 [ 3 ] {0d3fe307-ccb9-48fb-a046-0a99d091d52e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1643 | 2025.02.28 11:59:56.738875 [ 3 ] {0d3fe307-ccb9-48fb-a046-0a99d091d52e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1644 | 2025.02.28 11:59:56.739341 [ 3 ] {0d3fe307-ccb9-48fb-a046-0a99d091d52e} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1645 | 2025.02.28 11:59:56.739559 [ 3 ] {0d3fe307-ccb9-48fb-a046-0a99d091d52e} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001915 sec., 33420.36553524804 rows/sec., 2.33 MiB/sec. | ||
| 1646 | 2025.02.28 11:59:56.739638 [ 3 ] {0d3fe307-ccb9-48fb-a046-0a99d091d52e} <Debug> TCPHandler: Processed in 0.002168972 sec. | ||
| 1647 | 2025.02.28 11:59:56.739800 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1648 | 2025.02.28 11:59:56.739949 [ 256 ] {caa666d7-2f90-4bcd-9e0a-5145a87641a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1649 | 2025.02.28 11:59:56.740019 [ 256 ] {caa666d7-2f90-4bcd-9e0a-5145a87641a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1650 | 2025.02.28 11:59:56.740586 [ 256 ] {caa666d7-2f90-4bcd-9e0a-5145a87641a8} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1651 | 2025.02.28 11:59:56.740631 [ 256 ] {caa666d7-2f90-4bcd-9e0a-5145a87641a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1652 | 2025.02.28 11:59:56.741168 [ 256 ] {caa666d7-2f90-4bcd-9e0a-5145a87641a8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1653 | 2025.02.28 11:59:56.741631 [ 256 ] {caa666d7-2f90-4bcd-9e0a-5145a87641a8} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1654 | 2025.02.28 11:59:56.741854 [ 256 ] {caa666d7-2f90-4bcd-9e0a-5145a87641a8} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001944 sec., 12345.67901234568 rows/sec., 851.98 KiB/sec. | ||
| 1655 | 2025.02.28 11:59:56.741911 [ 256 ] {caa666d7-2f90-4bcd-9e0a-5145a87641a8} <Debug> TCPHandler: Processed in 0.002182493 sec. | ||
| 1656 | 2025.02.28 11:59:58.829717 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1657 | 2025.02.28 11:59:58.830351 [ 243 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1658 | 2025.02.28 11:59:58.830398 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.28 GiB. | ||
| 1659 | 2025.02.28 11:59:58.830946 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1660 | 2025.02.28 11:59:58.831217 [ 243 ] {} <Trace> system.asynchronous_metric_log (d052cb2f-24b9-4b01-81c8-129ffd64f85b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1661 | 2025.02.28 11:59:58.831447 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1662 | 2025.02.28 11:59:59.029058 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1663 | 2025.02.28 11:59:59.048090 [ 244 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1664 | 2025.02.28 11:59:59.048158 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.28 GiB. | ||
| 1665 | 2025.02.28 11:59:59.055767 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1666 | 2025.02.28 11:59:59.056549 [ 244 ] {} <Trace> system.metric_log (0827efad-32ca-481f-89ce-334b36354737): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1667 | 2025.02.28 11:59:59.059573 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1668 | 2025.02.28 12:00:00.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.11 MiB, peak 169.18 MiB, free memory in arenas 0.00 B, will set to 165.46 MiB (RSS), difference: 1.35 MiB | ||
| 1669 | 2025.02.28 12:00:01.739872 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1670 | 2025.02.28 12:00:01.740069 [ 3 ] {1fd3ee5d-5f99-4e83-9332-26f2991cd0e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1671 | 2025.02.28 12:00:01.740146 [ 3 ] {1fd3ee5d-5f99-4e83-9332-26f2991cd0e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1672 | 2025.02.28 12:00:01.741095 [ 3 ] {1fd3ee5d-5f99-4e83-9332-26f2991cd0e1} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1673 | 2025.02.28 12:00:01.741157 [ 3 ] {1fd3ee5d-5f99-4e83-9332-26f2991cd0e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1674 | 2025.02.28 12:00:01.741739 [ 3 ] {1fd3ee5d-5f99-4e83-9332-26f2991cd0e1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1675 | 2025.02.28 12:00:01.742095 [ 3 ] {1fd3ee5d-5f99-4e83-9332-26f2991cd0e1} <Trace> oximeter.fields_string (9b7a7eb3-c5a8-4e64-b787-6dd3cad185ba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1676 | 2025.02.28 12:00:01.742365 [ 3 ] {1fd3ee5d-5f99-4e83-9332-26f2991cd0e1} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002356 sec., 30560.271646859084 rows/sec., 2.47 MiB/sec. | ||
| 1677 | 2025.02.28 12:00:01.742427 [ 3 ] {1fd3ee5d-5f99-4e83-9332-26f2991cd0e1} <Debug> TCPHandler: Processed in 0.002693315 sec. | ||
| 1678 | 2025.02.28 12:00:01.742801 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1679 | 2025.02.28 12:00:01.743049 [ 256 ] {813ac209-262a-41c0-a397-612b8f440781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1680 | 2025.02.28 12:00:01.743153 [ 256 ] {813ac209-262a-41c0-a397-612b8f440781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1681 | 2025.02.28 12:00:01.743997 [ 256 ] {813ac209-262a-41c0-a397-612b8f440781} <Trace> oximeter.fields_u16 (7e1a91b6-040b-476b-812b-f73c56fb122f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1682 | 2025.02.28 12:00:01.744052 [ 256 ] {813ac209-262a-41c0-a397-612b8f440781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1683 | 2025.02.28 12:00:01.744518 [ 256 ] {813ac209-262a-41c0-a397-612b8f440781} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1684 | 2025.02.28 12:00:01.744780 [ 256 ] {813ac209-262a-41c0-a397-612b8f440781} <Trace> oximeter.fields_u16 (7e1a91b6-040b-476b-812b-f73c56fb122f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1685 | 2025.02.28 12:00:01.745014 [ 256 ] {813ac209-262a-41c0-a397-612b8f440781} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002042 sec., 3917.7277179236044 rows/sec., 294.59 KiB/sec. | ||
| 1686 | 2025.02.28 12:00:01.745094 [ 256 ] {813ac209-262a-41c0-a397-612b8f440781} <Debug> TCPHandler: Processed in 0.002499311 sec. | ||
| 1687 | 2025.02.28 12:00:01.745276 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1688 | 2025.02.28 12:00:01.745419 [ 3 ] {c7d5c4a6-cb8d-41af-a634-ad7ecf5e16da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1689 | 2025.02.28 12:00:01.745482 [ 3 ] {c7d5c4a6-cb8d-41af-a634-ad7ecf5e16da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1690 | 2025.02.28 12:00:01.746163 [ 3 ] {c7d5c4a6-cb8d-41af-a634-ad7ecf5e16da} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1691 | 2025.02.28 12:00:01.746211 [ 3 ] {c7d5c4a6-cb8d-41af-a634-ad7ecf5e16da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1692 | 2025.02.28 12:00:01.746653 [ 3 ] {c7d5c4a6-cb8d-41af-a634-ad7ecf5e16da} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1693 | 2025.02.28 12:00:01.746985 [ 3 ] {c7d5c4a6-cb8d-41af-a634-ad7ecf5e16da} <Trace> oximeter.fields_uuid (91f65329-f057-4c53-b7f5-046de639c74a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1694 | 2025.02.28 12:00:01.747234 [ 3 ] {c7d5c4a6-cb8d-41af-a634-ad7ecf5e16da} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001848 sec., 38961.03896103896 rows/sec., 3.04 MiB/sec. | ||
| 1695 | 2025.02.28 12:00:01.747293 [ 3 ] {c7d5c4a6-cb8d-41af-a634-ad7ecf5e16da} <Debug> TCPHandler: Processed in 0.00207785 sec. | ||
| 1696 | 2025.02.28 12:00:01.747481 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1697 | 2025.02.28 12:00:01.747615 [ 256 ] {1d89a3bc-9e0a-4213-a173-cf67301cd7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1698 | 2025.02.28 12:00:01.747677 [ 256 ] {1d89a3bc-9e0a-4213-a173-cf67301cd7bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1699 | 2025.02.28 12:00:01.748297 [ 256 ] {1d89a3bc-9e0a-4213-a173-cf67301cd7bd} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1700 | 2025.02.28 12:00:01.748343 [ 256 ] {1d89a3bc-9e0a-4213-a173-cf67301cd7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1701 | 2025.02.28 12:00:01.748827 [ 256 ] {1d89a3bc-9e0a-4213-a173-cf67301cd7bd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1702 | 2025.02.28 12:00:01.749182 [ 256 ] {1d89a3bc-9e0a-4213-a173-cf67301cd7bd} <Trace> oximeter.measurements_cumulativeu64 (72e286a8-7df9-4423-9e83-e8106c95328a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1703 | 2025.02.28 12:00:01.749464 [ 256 ] {1d89a3bc-9e0a-4213-a173-cf67301cd7bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001879 sec., 85151.67642362959 rows/sec., 5.93 MiB/sec. | ||
| 1704 | 2025.02.28 12:00:01.749534 [ 256 ] {1d89a3bc-9e0a-4213-a173-cf67301cd7bd} <Debug> TCPHandler: Processed in 0.002119591 sec. | ||
| 1705 | 2025.02.28 12:00:01.749729 [ 3 ] {} <Trace> TCP-Session: 195e2a46-8c1b-4d5c-9543-5fc17a34e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1706 | 2025.02.28 12:00:01.749856 [ 3 ] {cb495fe3-36d2-4ff2-943d-b7cb9fa404da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43825) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1707 | 2025.02.28 12:00:01.749949 [ 3 ] {cb495fe3-36d2-4ff2-943d-b7cb9fa404da} <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 | ||
| 1708 | 2025.02.28 12:00:01.751216 [ 3 ] {cb495fe3-36d2-4ff2-943d-b7cb9fa404da} <Trace> oximeter.measurements_histogramu64 (209e1395-d972-4818-8dc3-fc5c4409bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1709 | 2025.02.28 12:00:01.751258 [ 3 ] {cb495fe3-36d2-4ff2-943d-b7cb9fa404da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1710 | 2025.02.28 12:00:01.751954 [ 3 ] {cb495fe3-36d2-4ff2-943d-b7cb9fa404da} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1711 | 2025.02.28 12:00:01.752270 [ 3 ] {cb495fe3-36d2-4ff2-943d-b7cb9fa404da} <Trace> oximeter.measurements_histogramu64 (209e1395-d972-4818-8dc3-fc5c4409bb47): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1712 | 2025.02.28 12:00:01.752507 [ 3 ] {cb495fe3-36d2-4ff2-943d-b7cb9fa404da} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002677 sec., 2988.4198729921554 rows/sec., 5.36 MiB/sec. | ||
| 1713 | 2025.02.28 12:00:01.752611 [ 3 ] {cb495fe3-36d2-4ff2-943d-b7cb9fa404da} <Debug> TCPHandler: Processed in 0.002949941 sec. | ||
| 1714 | 2025.02.28 12:00:01.752784 [ 256 ] {} <Trace> TCP-Session: 9ba2c603-88ae-46d0-bbbf-89ef4b6082a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1715 | 2025.02.28 12:00:01.752914 [ 256 ] {99a4cfc2-af9e-4741-b28f-47ba4419ec75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46534) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1716 | 2025.02.28 12:00:01.752970 [ 256 ] {99a4cfc2-af9e-4741-b28f-47ba4419ec75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1717 | 2025.02.28 12:00:01.753554 [ 256 ] {99a4cfc2-af9e-4741-b28f-47ba4419ec75} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1718 | 2025.02.28 12:00:01.753614 [ 256 ] {99a4cfc2-af9e-4741-b28f-47ba4419ec75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 1719 | 2025.02.28 12:00:01.754053 [ 256 ] {99a4cfc2-af9e-4741-b28f-47ba4419ec75} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1720 | 2025.02.28 12:00:01.754325 [ 256 ] {99a4cfc2-af9e-4741-b28f-47ba4419ec75} <Trace> oximeter.measurements_u64 (84e1db17-848c-4a07-a1aa-f73c0cab3c7a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1721 | 2025.02.28 12:00:01.754550 [ 256 ] {99a4cfc2-af9e-4741-b28f-47ba4419ec75} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001663 sec., 36079.37462417318 rows/sec., 2.43 MiB/sec. | ||
| 1722 | 2025.02.28 12:00:01.754602 [ 256 ] {99a4cfc2-af9e-4741-b28f-47ba4419ec75} <Debug> TCPHandler: Processed in 0.001880745 sec. | ||