| 1 | [ Apr 16 04:27:22 Enabled. ] | ||
| 2 | [ Apr 16 04:27:22 Rereading configuration. ] | ||
| 3 | [ Apr 16 04:27:22 Rereading configuration. ] | ||
| 4 | [ Apr 16 04:27:24 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Apr 16 04:27:24 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.04.16 04:27:24.920935 [ 1 ] {} <Information> Application: Will watch for the process with pid 25534 | ||
| 29 | 2025.04.16 04:27:24.921583 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.04.16 04:27:25.172227 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25534 | ||
| 31 | 2025.04.16 04:27:25.173000 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.04.16 04:27:25.173760 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.04.16 04:27:25.271280 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.04.16 04:27:25.314304 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.04.16 04:27:25.314370 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.04.16 04:27:25.314386 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.04.16 04:27:25.314476 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.04.16 04:27:25.314884 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.04.16 04:27:25.316497 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.04.16 04:27:25.317209 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.04.16 04:27:25.318077 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.04.16 04:27:25.318098 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.04.16 04:27:25.318114 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.04.16 04:27:25.318290 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.04.16 04:27:25.319240 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.04.16 04:27:25.324911 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.04.16 04:27:25.325743 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.04.16 04:27:25.327163 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.04.16 04:27:25.327226 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.04.16 04:27:25.328799 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.04.16 04:27:25.329256 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.04.16 04:27:25.333571 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.04.16 04:27:25.333865 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.04.16 04:27:25.335459 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.04.16 04:27:25.335802 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.04.16 04:27:25.336173 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.04.16 04:27:25.336565 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.04.16 04:27:25.337926 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.04.16 04:27:25.337954 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.04.16 04:27:25.338035 [ 169 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.04.16 04:27:25.338204 [ 169 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.04.16 04:27:25.347216 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.04.16 04:27:25.347242 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151293 sec | ||
| 68 | 2025.04.16 04:27:25.347287 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.04.16 04:27:25.347303 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.04.16 04:27:25.348483 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.04.16 04:27:25.349560 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.04.16 04:27:25.363613 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.04.16 04:27:25.363663 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.04.16 04:27:25.363684 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.04.16 04:27:25.363697 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.04.16 04:27:25.363726 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.04.16 04:27:25.363746 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.04.16 04:27:25.368216 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.04.16 04:27:25.368270 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.04.16 04:27:25.368330 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.04.16 04:27:25.368556 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.04.16 04:27:25.368577 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.04.16 04:27:25.368615 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.04.16 04:27:25.368713 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.04.16 04:27:25.368728 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.04.16 04:27:25.368761 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.04.16 04:27:25.368927 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.04.16 04:27:25.399414 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.04.16 04:27:25.405867 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.04.16 04:27:25.405964 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000114872 sec | ||
| 91 | 2025.04.16 04:27:25.405979 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.04.16 04:27:25.405990 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.04.16 04:27:25.406016 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.04.16 04:27:25.406240 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.04.16 04:27:25.406352 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.04.16 04:27:25.406368 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.04.16 04:27:25.406380 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.04.16 04:27:25.406392 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.04.16 04:27:25.418781 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.04.16 04:27:25.419004 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.10 MiB (RSS), difference: 92.32 MiB | ||
| 101 | 2025.04.16 04:27:25.419968 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.421e-05 sec. | ||
| 102 | 2025.04.16 04:27:25.420998 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.04.16 04:27:25.421059 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.04.16 04:27:25.421074 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.04.16 04:27:25.885682 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37022 | ||
| 106 | 2025.04.16 04:27:25.887782 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.04.16 04:27:25.887845 [ 3 ] {} <Debug> TCP-Session: dd392556-e605-40c7-83f9-7e4d1b489f8f Authenticating user 'default' from [fd00:1122:3344:101::c]:37022 | ||
| 108 | 2025.04.16 04:27:25.887876 [ 3 ] {} <Debug> TCP-Session: dd392556-e605-40c7-83f9-7e4d1b489f8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.04.16 04:27:25.888012 [ 3 ] {} <Debug> TCP-Session: dd392556-e605-40c7-83f9-7e4d1b489f8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.04.16 04:27:25.888110 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.04.16 04:27:25.888138 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.04.16 04:27:25.888225 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.04.16 04:27:25.890651 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53949 | ||
| 114 | 2025.04.16 04:27:25.890776 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2025.04.16 04:27:25.890805 [ 4 ] {} <Debug> TCP-Session: 800dc256-a49e-4c4d-9063-8fdb5f6824a8 Authenticating user 'default' from [fd00:1122:3344:101::c]:53949 | ||
| 116 | 2025.04.16 04:27:25.890830 [ 4 ] {} <Debug> TCP-Session: 800dc256-a49e-4c4d-9063-8fdb5f6824a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2025.04.16 04:27:25.890934 [ 4 ] {} <Debug> TCP-Session: 800dc256-a49e-4c4d-9063-8fdb5f6824a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.04.16 04:27:25.891439 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54968 | ||
| 119 | 2025.04.16 04:27:25.891439 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40435 | ||
| 120 | 2025.04.16 04:27:25.891712 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57281 | ||
| 121 | 2025.04.16 04:27:25.891841 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2025.04.16 04:27:25.891866 [ 254 ] {} <Debug> TCP-Session: f93abb3e-d8fe-4f11-8f29-9f85634c1d1e Authenticating user 'default' from [fd00:1122:3344:101::c]:57281 | ||
| 123 | 2025.04.16 04:27:25.891885 [ 254 ] {} <Debug> TCP-Session: f93abb3e-d8fe-4f11-8f29-9f85634c1d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 124 | 2025.04.16 04:27:25.892009 [ 254 ] {} <Debug> TCP-Session: f93abb3e-d8fe-4f11-8f29-9f85634c1d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 125 | 2025.04.16 04:27:25.893678 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.04.16 04:27:25.893721 [ 5 ] {} <Debug> TCP-Session: f20e477e-2f2d-44f2-936a-9778234d436f Authenticating user 'default' from [fd00:1122:3344:101::c]:40435 | ||
| 127 | 2025.04.16 04:27:25.893825 [ 5 ] {} <Debug> TCP-Session: f20e477e-2f2d-44f2-936a-9778234d436f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.04.16 04:27:25.893842 [ 5 ] {} <Debug> TCP-Session: f20e477e-2f2d-44f2-936a-9778234d436f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.04.16 04:27:25.894951 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2025.04.16 04:27:25.895072 [ 253 ] {} <Debug> TCP-Session: 84bb4cc8-cc98-4650-a088-f7997fa4a722 Authenticating user 'default' from [fd00:1122:3344:101::c]:54968 | ||
| 131 | 2025.04.16 04:27:25.895092 [ 253 ] {} <Debug> TCP-Session: 84bb4cc8-cc98-4650-a088-f7997fa4a722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2025.04.16 04:27:25.895107 [ 253 ] {} <Debug> TCP-Session: 84bb4cc8-cc98-4650-a088-f7997fa4a722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2025.04.16 04:27:25.903776 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62537 | ||
| 134 | 2025.04.16 04:27:25.903939 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.04.16 04:27:25.903970 [ 255 ] {} <Debug> TCP-Session: b3819c4f-47ec-49ad-b7dc-e2a74317449c Authenticating user 'default' from [fd00:1122:3344:101::c]:62537 | ||
| 136 | 2025.04.16 04:27:25.904000 [ 255 ] {} <Debug> TCP-Session: b3819c4f-47ec-49ad-b7dc-e2a74317449c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.04.16 04:27:25.904242 [ 255 ] {} <Debug> TCP-Session: b3819c4f-47ec-49ad-b7dc-e2a74317449c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.04.16 04:27:25.910469 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63940 | ||
| 139 | 2025.04.16 04:27:25.910484 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43503 | ||
| 140 | 2025.04.16 04:27:25.910601 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.04.16 04:27:25.910696 [ 257 ] {} <Debug> TCP-Session: 75833674-4c3e-42aa-88fa-c46d4c987334 Authenticating user 'default' from [fd00:1122:3344:101::c]:63940 | ||
| 142 | 2025.04.16 04:27:25.910766 [ 257 ] {} <Debug> TCP-Session: 75833674-4c3e-42aa-88fa-c46d4c987334 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.04.16 04:27:25.910821 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2025.04.16 04:27:25.910849 [ 257 ] {} <Debug> TCP-Session: 75833674-4c3e-42aa-88fa-c46d4c987334 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.04.16 04:27:25.911032 [ 256 ] {} <Debug> TCP-Session: 1a6829eb-416b-4481-ade4-392a3b9fdb54 Authenticating user 'default' from [fd00:1122:3344:101::c]:43503 | ||
| 146 | 2025.04.16 04:27:25.911070 [ 256 ] {} <Debug> TCP-Session: 1a6829eb-416b-4481-ade4-392a3b9fdb54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.04.16 04:27:25.911161 [ 256 ] {} <Debug> TCP-Session: 1a6829eb-416b-4481-ade4-392a3b9fdb54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.04.16 04:27:26.001136 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.16 MiB, peak 117.16 MiB, free memory in arenas 0.00 B, will set to 119.38 MiB (RSS), difference: 2.22 MiB | ||
| 149 | 2025.04.16 04:27:26.084479 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53864 | ||
| 150 | 2025.04.16 04:27:26.085268 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 151 | 2025.04.16 04:27:26.085311 [ 258 ] {} <Debug> TCP-Session: e2abed54-bdb7-491e-9324-8935fcc4b155 Authenticating user 'default' from [fd00:1122:3344:101::a]:53864 | ||
| 152 | 2025.04.16 04:27:26.085335 [ 258 ] {} <Debug> TCP-Session: e2abed54-bdb7-491e-9324-8935fcc4b155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.04.16 04:27:26.085487 [ 258 ] {} <Debug> TCP-Session: e2abed54-bdb7-491e-9324-8935fcc4b155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.04.16 04:27:26.085562 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 155 | 2025.04.16 04:27:26.085588 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 156 | 2025.04.16 04:27:26.085683 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 157 | 2025.04.16 04:27:26.086880 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59203 | ||
| 158 | 2025.04.16 04:27:26.086954 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40404 | ||
| 159 | 2025.04.16 04:27:26.087131 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42593 | ||
| 160 | 2025.04.16 04:27:26.087141 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 161 | 2025.04.16 04:27:26.087303 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 162 | 2025.04.16 04:27:26.087303 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57961 | ||
| 163 | 2025.04.16 04:27:26.087326 [ 259 ] {} <Debug> TCP-Session: c03f218d-008b-4bc7-bc99-1954697d0e7f Authenticating user 'default' from [fd00:1122:3344:101::a]:59203 | ||
| 164 | 2025.04.16 04:27:26.087563 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61210 | ||
| 165 | 2025.04.16 04:27:26.087572 [ 260 ] {} <Debug> TCP-Session: c3386e42-486f-4245-bef9-96630ecaad25 Authenticating user 'default' from [fd00:1122:3344:101::a]:40404 | ||
| 166 | 2025.04.16 04:27:26.087690 [ 259 ] {} <Debug> TCP-Session: c03f218d-008b-4bc7-bc99-1954697d0e7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 167 | 2025.04.16 04:27:26.087710 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53054 | ||
| 168 | 2025.04.16 04:27:26.087726 [ 259 ] {} <Debug> TCP-Session: c03f218d-008b-4bc7-bc99-1954697d0e7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 169 | 2025.04.16 04:27:26.087707 [ 260 ] {} <Debug> TCP-Session: c3386e42-486f-4245-bef9-96630ecaad25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2025.04.16 04:27:26.087944 [ 260 ] {} <Debug> TCP-Session: c3386e42-486f-4245-bef9-96630ecaad25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 171 | 2025.04.16 04:27:26.088021 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 172 | 2025.04.16 04:27:26.088014 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46537 | ||
| 173 | 2025.04.16 04:27:26.088138 [ 264 ] {} <Debug> TCP-Session: ecc672db-697e-424d-9d01-97894e81da37 Authenticating user 'default' from [fd00:1122:3344:101::a]:53054 | ||
| 174 | 2025.04.16 04:27:26.088253 [ 264 ] {} <Debug> TCP-Session: ecc672db-697e-424d-9d01-97894e81da37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 175 | 2025.04.16 04:27:26.088307 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 176 | 2025.04.16 04:27:26.088339 [ 264 ] {} <Debug> TCP-Session: ecc672db-697e-424d-9d01-97894e81da37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2025.04.16 04:27:26.088366 [ 262 ] {} <Debug> TCP-Session: 9f2d475a-72a3-4ebe-886d-0092b8ee96ec Authenticating user 'default' from [fd00:1122:3344:101::a]:57961 | ||
| 178 | 2025.04.16 04:27:26.088490 [ 262 ] {} <Debug> TCP-Session: 9f2d475a-72a3-4ebe-886d-0092b8ee96ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 179 | 2025.04.16 04:27:26.088505 [ 262 ] {} <Debug> TCP-Session: 9f2d475a-72a3-4ebe-886d-0092b8ee96ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2025.04.16 04:27:26.091637 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 181 | 2025.04.16 04:27:26.091832 [ 263 ] {} <Debug> TCP-Session: 8d208080-60ef-4667-8899-8c62d8796d2a Authenticating user 'default' from [fd00:1122:3344:101::a]:61210 | ||
| 182 | 2025.04.16 04:27:26.091853 [ 263 ] {} <Debug> TCP-Session: 8d208080-60ef-4667-8899-8c62d8796d2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2025.04.16 04:27:26.091867 [ 263 ] {} <Debug> TCP-Session: 8d208080-60ef-4667-8899-8c62d8796d2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2025.04.16 04:27:26.094273 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 185 | 2025.04.16 04:27:26.094319 [ 261 ] {} <Debug> TCP-Session: 267e2a98-f80d-4743-b592-8d08c8fa0546 Authenticating user 'default' from [fd00:1122:3344:101::a]:42593 | ||
| 186 | 2025.04.16 04:27:26.094346 [ 261 ] {} <Debug> TCP-Session: 267e2a98-f80d-4743-b592-8d08c8fa0546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2025.04.16 04:27:26.094467 [ 261 ] {} <Debug> TCP-Session: 267e2a98-f80d-4743-b592-8d08c8fa0546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2025.04.16 04:27:26.112075 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 189 | 2025.04.16 04:27:26.112124 [ 265 ] {} <Debug> TCP-Session: 4216683e-f9d2-4554-946b-b4d82af30285 Authenticating user 'default' from [fd00:1122:3344:101::a]:46537 | ||
| 190 | 2025.04.16 04:27:26.112165 [ 265 ] {} <Debug> TCP-Session: 4216683e-f9d2-4554-946b-b4d82af30285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.04.16 04:27:26.112181 [ 265 ] {} <Debug> TCP-Session: 4216683e-f9d2-4554-946b-b4d82af30285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2025.04.16 04:27:26.580345 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42896 | ||
| 193 | 2025.04.16 04:27:26.581033 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 194 | 2025.04.16 04:27:26.581156 [ 266 ] {} <Debug> TCP-Session: 39a3cb22-4f88-43bf-a7e6-0958be029eb2 Authenticating user 'default' from [fd00:1122:3344:101::b]:42896 | ||
| 195 | 2025.04.16 04:27:26.581189 [ 266 ] {} <Debug> TCP-Session: 39a3cb22-4f88-43bf-a7e6-0958be029eb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.04.16 04:27:26.581206 [ 266 ] {} <Debug> TCP-Session: 39a3cb22-4f88-43bf-a7e6-0958be029eb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.04.16 04:27:26.581391 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 198 | 2025.04.16 04:27:26.581426 [ 266 ] {} <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 | ||
| 199 | 2025.04.16 04:27:26.581533 [ 266 ] {} <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 | ||
| 200 | 2025.04.16 04:27:26.582675 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46543 | ||
| 201 | 2025.04.16 04:27:26.582897 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 202 | 2025.04.16 04:27:26.582918 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54721 | ||
| 203 | 2025.04.16 04:27:26.582951 [ 267 ] {} <Debug> TCP-Session: a92e9025-305a-45a9-88db-bcbc874f58c9 Authenticating user 'default' from [fd00:1122:3344:101::b]:46543 | ||
| 204 | 2025.04.16 04:27:26.582993 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45657 | ||
| 205 | 2025.04.16 04:27:26.582922 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44182 | ||
| 206 | 2025.04.16 04:27:26.583187 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53383 | ||
| 207 | 2025.04.16 04:27:26.583210 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 208 | 2025.04.16 04:27:26.583709 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34804 | ||
| 209 | 2025.04.16 04:27:26.583720 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 210 | 2025.04.16 04:27:26.583763 [ 267 ] {} <Debug> TCP-Session: a92e9025-305a-45a9-88db-bcbc874f58c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 211 | 2025.04.16 04:27:26.583752 [ 268 ] {} <Debug> TCP-Session: 0bbd3526-44eb-43fb-91e7-ff6c8a44ea3d Authenticating user 'default' from [fd00:1122:3344:101::b]:54721 | ||
| 212 | 2025.04.16 04:27:26.583931 [ 271 ] {} <Debug> TCP-Session: 47b761a8-235c-4300-ba9a-08b3431845a5 Authenticating user 'default' from [fd00:1122:3344:101::b]:53383 | ||
| 213 | 2025.04.16 04:27:26.583947 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50229 | ||
| 214 | 2025.04.16 04:27:26.583951 [ 268 ] {} <Debug> TCP-Session: 0bbd3526-44eb-43fb-91e7-ff6c8a44ea3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 215 | 2025.04.16 04:27:26.584047 [ 267 ] {} <Debug> TCP-Session: a92e9025-305a-45a9-88db-bcbc874f58c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 216 | 2025.04.16 04:27:26.584082 [ 268 ] {} <Debug> TCP-Session: 0bbd3526-44eb-43fb-91e7-ff6c8a44ea3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 217 | 2025.04.16 04:27:26.584285 [ 271 ] {} <Debug> TCP-Session: 47b761a8-235c-4300-ba9a-08b3431845a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 218 | 2025.04.16 04:27:26.584421 [ 271 ] {} <Debug> TCP-Session: 47b761a8-235c-4300-ba9a-08b3431845a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 219 | 2025.04.16 04:27:26.584588 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 220 | 2025.04.16 04:27:26.584637 [ 273 ] {} <Debug> TCP-Session: a412a160-6d8e-45c0-bf86-6a673e2149ca Authenticating user 'default' from [fd00:1122:3344:101::b]:50229 | ||
| 221 | 2025.04.16 04:27:26.584820 [ 273 ] {} <Debug> TCP-Session: a412a160-6d8e-45c0-bf86-6a673e2149ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 222 | 2025.04.16 04:27:26.584840 [ 273 ] {} <Debug> TCP-Session: a412a160-6d8e-45c0-bf86-6a673e2149ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 223 | 2025.04.16 04:27:26.585466 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 224 | 2025.04.16 04:27:26.585565 [ 272 ] {} <Debug> TCP-Session: 789151c4-7157-48db-98cd-1c9aa7751027 Authenticating user 'default' from [fd00:1122:3344:101::b]:34804 | ||
| 225 | 2025.04.16 04:27:26.585625 [ 272 ] {} <Debug> TCP-Session: 789151c4-7157-48db-98cd-1c9aa7751027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 226 | 2025.04.16 04:27:26.585651 [ 272 ] {} <Debug> TCP-Session: 789151c4-7157-48db-98cd-1c9aa7751027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 227 | 2025.04.16 04:27:26.589530 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 228 | 2025.04.16 04:27:26.589628 [ 269 ] {} <Debug> TCP-Session: 1025fd88-775b-467b-87a7-06a516348362 Authenticating user 'default' from [fd00:1122:3344:101::b]:44182 | ||
| 229 | 2025.04.16 04:27:26.589649 [ 269 ] {} <Debug> TCP-Session: 1025fd88-775b-467b-87a7-06a516348362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 230 | 2025.04.16 04:27:26.589663 [ 269 ] {} <Debug> TCP-Session: 1025fd88-775b-467b-87a7-06a516348362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 231 | 2025.04.16 04:27:26.591083 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 232 | 2025.04.16 04:27:26.591137 [ 270 ] {} <Debug> TCP-Session: 175768fd-109f-4944-9d1e-bca64063386f Authenticating user 'default' from [fd00:1122:3344:101::b]:45657 | ||
| 233 | 2025.04.16 04:27:26.591167 [ 270 ] {} <Debug> TCP-Session: 175768fd-109f-4944-9d1e-bca64063386f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 234 | 2025.04.16 04:27:26.591298 [ 270 ] {} <Debug> TCP-Session: 175768fd-109f-4944-9d1e-bca64063386f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 235 | 2025.04.16 04:27:32.363690 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37007 | ||
| 236 | 2025.04.16 04:27:32.368374 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 237 | 2025.04.16 04:27:32.368502 [ 274 ] {} <Debug> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Authenticating user 'default' from [fd00:1122:3344:101::d]:37007 | ||
| 238 | 2025.04.16 04:27:32.368539 [ 274 ] {} <Debug> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2025.04.16 04:27:32.368556 [ 274 ] {} <Debug> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 240 | 2025.04.16 04:27:32.368714 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 241 | 2025.04.16 04:27:32.368747 [ 274 ] {} <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 | ||
| 242 | 2025.04.16 04:27:32.368840 [ 274 ] {} <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 | ||
| 243 | 2025.04.16 04:27:32.373641 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48257 | ||
| 244 | 2025.04.16 04:27:32.373818 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50644 | ||
| 245 | 2025.04.16 04:27:32.373821 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53398 | ||
| 246 | 2025.04.16 04:27:32.374001 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 247 | 2025.04.16 04:27:32.373996 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41774 | ||
| 248 | 2025.04.16 04:27:32.374248 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50633 | ||
| 249 | 2025.04.16 04:27:32.374344 [ 275 ] {} <Debug> TCP-Session: 9707255d-417e-4309-88f7-c7ad301a267f Authenticating user 'default' from [fd00:1122:3344:101::d]:48257 | ||
| 250 | 2025.04.16 04:27:32.374346 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 251 | 2025.04.16 04:27:32.374650 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 252 | 2025.04.16 04:27:32.374691 [ 275 ] {} <Debug> TCP-Session: 9707255d-417e-4309-88f7-c7ad301a267f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 253 | 2025.04.16 04:27:32.374673 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41826 | ||
| 254 | 2025.04.16 04:27:32.374678 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 255 | 2025.04.16 04:27:32.374868 [ 277 ] {} <Debug> TCP-Session: 4a309a5e-962d-424c-b456-6f71411cabb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50644 | ||
| 256 | 2025.04.16 04:27:32.374825 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 257 | 2025.04.16 04:27:32.374829 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40863 | ||
| 258 | 2025.04.16 04:27:32.374824 [ 275 ] {} <Debug> TCP-Session: 9707255d-417e-4309-88f7-c7ad301a267f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 259 | 2025.04.16 04:27:32.374640 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49392 | ||
| 260 | 2025.04.16 04:27:32.375075 [ 278 ] {} <Debug> TCP-Session: 61d61a4a-45f0-48fc-853d-e1949eb66c7b Authenticating user 'default' from [fd00:1122:3344:101::d]:41774 | ||
| 261 | 2025.04.16 04:27:32.375013 [ 276 ] {} <Debug> TCP-Session: 3fcd6e09-861b-4472-ab3b-bb4af392c581 Authenticating user 'default' from [fd00:1122:3344:101::d]:53398 | ||
| 262 | 2025.04.16 04:27:32.375370 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 263 | 2025.04.16 04:27:32.375400 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 264 | 2025.04.16 04:27:32.375465 [ 278 ] {} <Debug> TCP-Session: 61d61a4a-45f0-48fc-853d-e1949eb66c7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 265 | 2025.04.16 04:27:32.375454 [ 279 ] {} <Debug> TCP-Session: 00a2b4bc-d02c-483a-b9b6-b2341e58980b Authenticating user 'default' from [fd00:1122:3344:101::d]:50633 | ||
| 266 | 2025.04.16 04:27:32.375544 [ 282 ] {} <Debug> TCP-Session: 03700daa-1ce6-44b5-89cf-8ccb3e026f85 Authenticating user 'default' from [fd00:1122:3344:101::d]:40863 | ||
| 267 | 2025.04.16 04:27:32.375574 [ 278 ] {} <Debug> TCP-Session: 61d61a4a-45f0-48fc-853d-e1949eb66c7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 268 | 2025.04.16 04:27:32.375583 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 269 | 2025.04.16 04:27:32.375446 [ 277 ] {} <Debug> TCP-Session: 4a309a5e-962d-424c-b456-6f71411cabb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 270 | 2025.04.16 04:27:32.375560 [ 281 ] {} <Debug> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Authenticating user 'default' from [fd00:1122:3344:101::d]:49392 | ||
| 271 | 2025.04.16 04:27:32.375695 [ 282 ] {} <Debug> TCP-Session: 03700daa-1ce6-44b5-89cf-8ccb3e026f85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 272 | 2025.04.16 04:27:32.375736 [ 280 ] {} <Debug> TCP-Session: 5adbece6-94cc-47a4-8ec3-84ea8cdd4eef Authenticating user 'default' from [fd00:1122:3344:101::d]:41826 | ||
| 273 | 2025.04.16 04:27:32.375725 [ 279 ] {} <Debug> TCP-Session: 00a2b4bc-d02c-483a-b9b6-b2341e58980b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 274 | 2025.04.16 04:27:32.375498 [ 276 ] {} <Debug> TCP-Session: 3fcd6e09-861b-4472-ab3b-bb4af392c581 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2025.04.16 04:27:32.375846 [ 281 ] {} <Debug> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2025.04.16 04:27:32.375861 [ 277 ] {} <Debug> TCP-Session: 4a309a5e-962d-424c-b456-6f71411cabb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 277 | 2025.04.16 04:27:32.375926 [ 279 ] {} <Debug> TCP-Session: 00a2b4bc-d02c-483a-b9b6-b2341e58980b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 278 | 2025.04.16 04:27:32.375986 [ 281 ] {} <Debug> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 279 | 2025.04.16 04:27:32.376007 [ 282 ] {} <Debug> TCP-Session: 03700daa-1ce6-44b5-89cf-8ccb3e026f85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 280 | 2025.04.16 04:27:32.375941 [ 280 ] {} <Debug> TCP-Session: 5adbece6-94cc-47a4-8ec3-84ea8cdd4eef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 281 | 2025.04.16 04:27:32.375934 [ 276 ] {} <Debug> TCP-Session: 3fcd6e09-861b-4472-ab3b-bb4af392c581 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 282 | 2025.04.16 04:27:32.376292 [ 280 ] {} <Debug> TCP-Session: 5adbece6-94cc-47a4-8ec3-84ea8cdd4eef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 283 | 2025.04.16 04:27:32.382536 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 284 | 2025.04.16 04:27:32.393012 [ 274 ] {4ed8ca6e-928b-4d4a-b57e-c46325a4278c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 285 | 2025.04.16 04:27:32.461803 [ 274 ] {4ed8ca6e-928b-4d4a-b57e-c46325a4278c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37007) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 286 | |||
| 287 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 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 | ||
| 290 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 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 | ||
| 294 | 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 | ||
| 295 | 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 | ||
| 296 | 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 | ||
| 297 | 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 | ||
| 298 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 300 | 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 | ||
| 301 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 302 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 303 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 304 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 305 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 306 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 307 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 308 | |||
| 309 | 2025.04.16 04:27:32.463427 [ 274 ] {4ed8ca6e-928b-4d4a-b57e-c46325a4278c} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 310 | |||
| 311 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 312 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 313 | 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 | ||
| 314 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 315 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 316 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 317 | 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 | ||
| 318 | 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 | ||
| 319 | 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 | ||
| 320 | 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 | ||
| 321 | 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 | ||
| 322 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 323 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 324 | 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 | ||
| 325 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 326 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 327 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 328 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 329 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 330 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 331 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 332 | |||
| 333 | 2025.04.16 04:27:32.463672 [ 274 ] {4ed8ca6e-928b-4d4a-b57e-c46325a4278c} <Debug> TCPHandler: Processed in 0.085634603 sec. | ||
| 334 | 2025.04.16 04:27:32.464093 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2025.04.16 04:27:32.464284 [ 281 ] {cedc9c62-b457-4ef8-936f-ea0b6e659271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 336 | 2025.04.16 04:27:32.464717 [ 281 ] {cedc9c62-b457-4ef8-936f-ea0b6e659271} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49392) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 337 | |||
| 338 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 339 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 340 | 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 | ||
| 341 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 342 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 343 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 344 | 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 | ||
| 345 | 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 | ||
| 346 | 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 | ||
| 347 | 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 | ||
| 348 | 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 | ||
| 349 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 350 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 351 | 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 | ||
| 352 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 353 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 354 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 355 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 356 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 357 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 358 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 359 | |||
| 360 | 2025.04.16 04:27:32.465099 [ 281 ] {cedc9c62-b457-4ef8-936f-ea0b6e659271} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 361 | |||
| 362 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 363 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 364 | 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 | ||
| 365 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 366 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 367 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 368 | 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 | ||
| 369 | 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 | ||
| 370 | 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 | ||
| 371 | 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 | ||
| 372 | 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 | ||
| 373 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 374 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 375 | 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 | ||
| 376 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 377 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 378 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 379 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 380 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 381 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 382 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 383 | |||
| 384 | 2025.04.16 04:27:32.465332 [ 281 ] {cedc9c62-b457-4ef8-936f-ea0b6e659271} <Debug> TCPHandler: Processed in 0.001381518 sec. | ||
| 385 | 2025.04.16 04:27:32.467662 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.04.16 04:27:32.469090 [ 274 ] {10d11e81-6bd6-43df-b8a2-438f05fb9c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 387 | 2025.04.16 04:27:32.469189 [ 274 ] {10d11e81-6bd6-43df-b8a2-438f05fb9c57} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 388 | 2025.04.16 04:27:32.470789 [ 274 ] {10d11e81-6bd6-43df-b8a2-438f05fb9c57} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 389 | 2025.04.16 04:27:32.470916 [ 274 ] {10d11e81-6bd6-43df-b8a2-438f05fb9c57} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000186134 sec | ||
| 390 | 2025.04.16 04:27:32.470933 [ 274 ] {10d11e81-6bd6-43df-b8a2-438f05fb9c57} <Trace> ReferentialDeps: No tables | ||
| 391 | 2025.04.16 04:27:32.470944 [ 274 ] {10d11e81-6bd6-43df-b8a2-438f05fb9c57} <Trace> LoadingDeps: No tables | ||
| 392 | 2025.04.16 04:27:32.471015 [ 274 ] {10d11e81-6bd6-43df-b8a2-438f05fb9c57} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 393 | 2025.04.16 04:27:32.471707 [ 274 ] {10d11e81-6bd6-43df-b8a2-438f05fb9c57} <Debug> TCPHandler: Processed in 0.004147353 sec. | ||
| 394 | 2025.04.16 04:27:32.471854 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2025.04.16 04:27:32.472014 [ 274 ] {344c8d83-45dc-4c74-9448-2ecc159c7d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) /* The version table contains metadata about the `oximeter` database */ | ||
| 396 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 397 | 2025.04.16 04:27:32.472168 [ 274 ] {344c8d83-45dc-4c74-9448-2ecc159c7d9e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 398 | 2025.04.16 04:27:32.487810 [ 274 ] {344c8d83-45dc-4c74-9448-2ecc159c7d9e} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 399 | 2025.04.16 04:27:32.489082 [ 274 ] {344c8d83-45dc-4c74-9448-2ecc159c7d9e} <Debug> oximeter.version (060bc836-eb99-4994-9d57-e29bcc513da0): Loading data parts | ||
| 400 | 2025.04.16 04:27:32.489587 [ 274 ] {344c8d83-45dc-4c74-9448-2ecc159c7d9e} <Debug> oximeter.version (060bc836-eb99-4994-9d57-e29bcc513da0): There are no data parts | ||
| 401 | 2025.04.16 04:27:32.492077 [ 274 ] {344c8d83-45dc-4c74-9448-2ecc159c7d9e} <Debug> TCPHandler: Processed in 0.020272468 sec. | ||
| 402 | 2025.04.16 04:27:32.492346 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 403 | 2025.04.16 04:27:32.492539 [ 274 ] {e316ba3f-ae84-40f5-9e9a-d52c4aab651b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) /* The measurement tables contain all individual samples from each timeseries. | ||
| 404 | * | ||
| 405 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 406 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 407 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 408 | * by all samples from the same timeseries. | ||
| 409 | * | ||
| 410 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 411 | * and then uses that to index quickly into the measurements tables. | ||
| 412 | */ | ||
| 413 | 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) | ||
| 414 | 2025.04.16 04:27:32.492670 [ 274 ] {e316ba3f-ae84-40f5-9e9a-d52c4aab651b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 415 | 2025.04.16 04:27:32.502874 [ 274 ] {e316ba3f-ae84-40f5-9e9a-d52c4aab651b} <Debug> oximeter.measurements_bool (63b332fb-5ec2-4124-9d1f-6f388ea30c31): Loading data parts | ||
| 416 | 2025.04.16 04:27:32.503219 [ 274 ] {e316ba3f-ae84-40f5-9e9a-d52c4aab651b} <Debug> oximeter.measurements_bool (63b332fb-5ec2-4124-9d1f-6f388ea30c31): There are no data parts | ||
| 417 | 2025.04.16 04:27:32.504393 [ 274 ] {e316ba3f-ae84-40f5-9e9a-d52c4aab651b} <Debug> TCPHandler: Processed in 0.012097563 sec. | ||
| 418 | 2025.04.16 04:27:32.504554 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 419 | 2025.04.16 04:27:32.504819 [ 274 ] {22ff8872-430c-4580-8c00-9a4c368d41b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 420 | 2025.04.16 04:27:32.504865 [ 274 ] {22ff8872-430c-4580-8c00-9a4c368d41b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 421 | 2025.04.16 04:27:32.506722 [ 274 ] {22ff8872-430c-4580-8c00-9a4c368d41b1} <Debug> oximeter.measurements_i8 (87dd937b-d3e7-4a0e-bf32-a67a29108aa0): Loading data parts | ||
| 422 | 2025.04.16 04:27:32.506889 [ 274 ] {22ff8872-430c-4580-8c00-9a4c368d41b1} <Debug> oximeter.measurements_i8 (87dd937b-d3e7-4a0e-bf32-a67a29108aa0): There are no data parts | ||
| 423 | 2025.04.16 04:27:32.508021 [ 274 ] {22ff8872-430c-4580-8c00-9a4c368d41b1} <Debug> TCPHandler: Processed in 0.003516591 sec. | ||
| 424 | 2025.04.16 04:27:32.508261 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 425 | 2025.04.16 04:27:32.508448 [ 274 ] {3390bc96-e686-499e-9cf8-e752cfd16fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 426 | 2025.04.16 04:27:32.508572 [ 274 ] {3390bc96-e686-499e-9cf8-e752cfd16fb5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 427 | 2025.04.16 04:27:32.510393 [ 274 ] {3390bc96-e686-499e-9cf8-e752cfd16fb5} <Debug> oximeter.measurements_u8 (998166d2-ee7b-4677-97e2-2b9d794c47bc): Loading data parts | ||
| 428 | 2025.04.16 04:27:32.510622 [ 274 ] {3390bc96-e686-499e-9cf8-e752cfd16fb5} <Debug> oximeter.measurements_u8 (998166d2-ee7b-4677-97e2-2b9d794c47bc): There are no data parts | ||
| 429 | 2025.04.16 04:27:32.511929 [ 274 ] {3390bc96-e686-499e-9cf8-e752cfd16fb5} <Debug> TCPHandler: Processed in 0.003717994 sec. | ||
| 430 | 2025.04.16 04:27:32.512072 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 431 | 2025.04.16 04:27:32.512373 [ 274 ] {220a46b9-369e-4861-889c-a1b01ce7078d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 432 | 2025.04.16 04:27:32.512420 [ 274 ] {220a46b9-369e-4861-889c-a1b01ce7078d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 433 | 2025.04.16 04:27:32.514377 [ 274 ] {220a46b9-369e-4861-889c-a1b01ce7078d} <Debug> oximeter.measurements_i16 (aa3c6a4d-d829-4435-8872-efe42eb74083): Loading data parts | ||
| 434 | 2025.04.16 04:27:32.514543 [ 274 ] {220a46b9-369e-4861-889c-a1b01ce7078d} <Debug> oximeter.measurements_i16 (aa3c6a4d-d829-4435-8872-efe42eb74083): There are no data parts | ||
| 435 | 2025.04.16 04:27:32.515687 [ 274 ] {220a46b9-369e-4861-889c-a1b01ce7078d} <Debug> TCPHandler: Processed in 0.003668194 sec. | ||
| 436 | 2025.04.16 04:27:32.515920 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 437 | 2025.04.16 04:27:32.516105 [ 274 ] {821af20a-4005-4b8f-b631-b856552b59b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 438 | 2025.04.16 04:27:32.516227 [ 274 ] {821af20a-4005-4b8f-b631-b856552b59b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 439 | 2025.04.16 04:27:32.518035 [ 274 ] {821af20a-4005-4b8f-b631-b856552b59b8} <Debug> oximeter.measurements_u16 (4a88a32e-e0f1-4aad-9118-678d674da44b): Loading data parts | ||
| 440 | 2025.04.16 04:27:32.518229 [ 274 ] {821af20a-4005-4b8f-b631-b856552b59b8} <Debug> oximeter.measurements_u16 (4a88a32e-e0f1-4aad-9118-678d674da44b): There are no data parts | ||
| 441 | 2025.04.16 04:27:32.519410 [ 274 ] {821af20a-4005-4b8f-b631-b856552b59b8} <Debug> TCPHandler: Processed in 0.003541831 sec. | ||
| 442 | 2025.04.16 04:27:32.519547 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 443 | 2025.04.16 04:27:32.519782 [ 274 ] {00fac45c-bf38-4d34-a7b1-733c0498e5d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 444 | 2025.04.16 04:27:32.519878 [ 274 ] {00fac45c-bf38-4d34-a7b1-733c0498e5d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 445 | 2025.04.16 04:27:32.521745 [ 274 ] {00fac45c-bf38-4d34-a7b1-733c0498e5d0} <Debug> oximeter.measurements_i32 (6339df89-7340-47a9-9751-53dd997453f3): Loading data parts | ||
| 446 | 2025.04.16 04:27:32.521894 [ 274 ] {00fac45c-bf38-4d34-a7b1-733c0498e5d0} <Debug> oximeter.measurements_i32 (6339df89-7340-47a9-9751-53dd997453f3): There are no data parts | ||
| 447 | 2025.04.16 04:27:32.523248 [ 274 ] {00fac45c-bf38-4d34-a7b1-733c0498e5d0} <Debug> TCPHandler: Processed in 0.003751895 sec. | ||
| 448 | 2025.04.16 04:27:32.523453 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 449 | 2025.04.16 04:27:32.523641 [ 274 ] {a4d05f9c-1e94-4304-a769-511bb542ea07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 450 | 2025.04.16 04:27:32.523772 [ 274 ] {a4d05f9c-1e94-4304-a769-511bb542ea07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 451 | 2025.04.16 04:27:32.525560 [ 274 ] {a4d05f9c-1e94-4304-a769-511bb542ea07} <Debug> oximeter.measurements_u32 (57e926bf-d24a-4f1a-82f9-0706cf404497): Loading data parts | ||
| 452 | 2025.04.16 04:27:32.525763 [ 274 ] {a4d05f9c-1e94-4304-a769-511bb542ea07} <Debug> oximeter.measurements_u32 (57e926bf-d24a-4f1a-82f9-0706cf404497): There are no data parts | ||
| 453 | 2025.04.16 04:27:32.527008 [ 274 ] {a4d05f9c-1e94-4304-a769-511bb542ea07} <Debug> TCPHandler: Processed in 0.003606033 sec. | ||
| 454 | 2025.04.16 04:27:32.527144 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2025.04.16 04:27:32.527375 [ 274 ] {309d4e26-cf8b-46e7-88ca-4c06da281649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 456 | 2025.04.16 04:27:32.527461 [ 274 ] {309d4e26-cf8b-46e7-88ca-4c06da281649} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 457 | 2025.04.16 04:27:32.529325 [ 274 ] {309d4e26-cf8b-46e7-88ca-4c06da281649} <Debug> oximeter.measurements_i64 (8fca8344-36f6-489b-8c7f-9de7183ca4c2): Loading data parts | ||
| 458 | 2025.04.16 04:27:32.529482 [ 274 ] {309d4e26-cf8b-46e7-88ca-4c06da281649} <Debug> oximeter.measurements_i64 (8fca8344-36f6-489b-8c7f-9de7183ca4c2): There are no data parts | ||
| 459 | 2025.04.16 04:27:32.530675 [ 274 ] {309d4e26-cf8b-46e7-88ca-4c06da281649} <Debug> TCPHandler: Processed in 0.003581241 sec. | ||
| 460 | 2025.04.16 04:27:32.530894 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 461 | 2025.04.16 04:27:32.531083 [ 274 ] {10fe9499-b1ad-4c8f-9bbd-fb2fed10f44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 462 | 2025.04.16 04:27:32.531214 [ 274 ] {10fe9499-b1ad-4c8f-9bbd-fb2fed10f44f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 463 | 2025.04.16 04:27:32.533015 [ 274 ] {10fe9499-b1ad-4c8f-9bbd-fb2fed10f44f} <Debug> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Loading data parts | ||
| 464 | 2025.04.16 04:27:32.533173 [ 274 ] {10fe9499-b1ad-4c8f-9bbd-fb2fed10f44f} <Debug> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): There are no data parts | ||
| 465 | 2025.04.16 04:27:32.534398 [ 274 ] {10fe9499-b1ad-4c8f-9bbd-fb2fed10f44f} <Debug> TCPHandler: Processed in 0.003555951 sec. | ||
| 466 | 2025.04.16 04:27:32.534537 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 467 | 2025.04.16 04:27:32.534724 [ 274 ] {ec5356fe-d44b-4575-98f7-985259133286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 468 | 2025.04.16 04:27:32.534854 [ 274 ] {ec5356fe-d44b-4575-98f7-985259133286} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 469 | 2025.04.16 04:27:32.536720 [ 274 ] {ec5356fe-d44b-4575-98f7-985259133286} <Debug> oximeter.measurements_f32 (2bc5e9d3-a102-4429-955c-0269a24f30f4): Loading data parts | ||
| 470 | 2025.04.16 04:27:32.536878 [ 274 ] {ec5356fe-d44b-4575-98f7-985259133286} <Debug> oximeter.measurements_f32 (2bc5e9d3-a102-4429-955c-0269a24f30f4): There are no data parts | ||
| 471 | 2025.04.16 04:27:32.538127 [ 274 ] {ec5356fe-d44b-4575-98f7-985259133286} <Debug> TCPHandler: Processed in 0.003641383 sec. | ||
| 472 | 2025.04.16 04:27:32.538413 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2025.04.16 04:27:32.538654 [ 274 ] {31b9c68a-b6da-4033-869f-ba8e558daa50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 474 | 2025.04.16 04:27:32.538799 [ 274 ] {31b9c68a-b6da-4033-869f-ba8e558daa50} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 475 | 2025.04.16 04:27:32.540875 [ 274 ] {31b9c68a-b6da-4033-869f-ba8e558daa50} <Debug> oximeter.measurements_f64 (fa9cb2eb-3bcf-440e-a193-473a5ffedd5b): Loading data parts | ||
| 476 | 2025.04.16 04:27:32.541032 [ 274 ] {31b9c68a-b6da-4033-869f-ba8e558daa50} <Debug> oximeter.measurements_f64 (fa9cb2eb-3bcf-440e-a193-473a5ffedd5b): There are no data parts | ||
| 477 | 2025.04.16 04:27:32.542298 [ 274 ] {31b9c68a-b6da-4033-869f-ba8e558daa50} <Debug> TCPHandler: Processed in 0.003945539 sec. | ||
| 478 | 2025.04.16 04:27:32.542449 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2025.04.16 04:27:32.542642 [ 274 ] {831fc466-b3df-4168-bd2e-3c26994c9fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 480 | 2025.04.16 04:27:32.542772 [ 274 ] {831fc466-b3df-4168-bd2e-3c26994c9fb8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 481 | 2025.04.16 04:27:32.544644 [ 274 ] {831fc466-b3df-4168-bd2e-3c26994c9fb8} <Debug> oximeter.measurements_string (61f7980a-5f08-48eb-87b0-49af42b4368a): Loading data parts | ||
| 482 | 2025.04.16 04:27:32.544802 [ 274 ] {831fc466-b3df-4168-bd2e-3c26994c9fb8} <Debug> oximeter.measurements_string (61f7980a-5f08-48eb-87b0-49af42b4368a): There are no data parts | ||
| 483 | 2025.04.16 04:27:32.546052 [ 274 ] {831fc466-b3df-4168-bd2e-3c26994c9fb8} <Debug> TCPHandler: Processed in 0.003653764 sec. | ||
| 484 | 2025.04.16 04:27:32.546271 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 485 | 2025.04.16 04:27:32.546461 [ 274 ] {25d8fcb7-2a22-472d-8f49-9f2433b9bbc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 486 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 487 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 488 | * a string isn't palatable for a few reasons. | ||
| 489 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 490 | * details. | ||
| 491 | */ | ||
| 492 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 493 | 2025.04.16 04:27:32.546591 [ 274 ] {25d8fcb7-2a22-472d-8f49-9f2433b9bbc1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 494 | 2025.04.16 04:27:32.548481 [ 274 ] {25d8fcb7-2a22-472d-8f49-9f2433b9bbc1} <Debug> oximeter.measurements_bytes (84d0ffd5-80f9-4ba5-9444-df5c9f63afae): Loading data parts | ||
| 495 | 2025.04.16 04:27:32.548631 [ 274 ] {25d8fcb7-2a22-472d-8f49-9f2433b9bbc1} <Debug> oximeter.measurements_bytes (84d0ffd5-80f9-4ba5-9444-df5c9f63afae): There are no data parts | ||
| 496 | 2025.04.16 04:27:32.549865 [ 274 ] {25d8fcb7-2a22-472d-8f49-9f2433b9bbc1} <Debug> TCPHandler: Processed in 0.003644263 sec. | ||
| 497 | 2025.04.16 04:27:32.550074 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 498 | 2025.04.16 04:27:32.550269 [ 274 ] {1138990c-20b2-44e4-827c-b4e7c92076a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 499 | 2025.04.16 04:27:32.550394 [ 274 ] {1138990c-20b2-44e4-827c-b4e7c92076a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 500 | 2025.04.16 04:27:32.552261 [ 274 ] {1138990c-20b2-44e4-827c-b4e7c92076a3} <Debug> oximeter.measurements_cumulativei64 (8f357ed6-e797-4fd7-86b8-1f3a382fe1a5): Loading data parts | ||
| 501 | 2025.04.16 04:27:32.552485 [ 274 ] {1138990c-20b2-44e4-827c-b4e7c92076a3} <Debug> oximeter.measurements_cumulativei64 (8f357ed6-e797-4fd7-86b8-1f3a382fe1a5): There are no data parts | ||
| 502 | 2025.04.16 04:27:32.553719 [ 274 ] {1138990c-20b2-44e4-827c-b4e7c92076a3} <Debug> TCPHandler: Processed in 0.003697164 sec. | ||
| 503 | 2025.04.16 04:27:32.553856 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 504 | 2025.04.16 04:27:32.554145 [ 274 ] {3118c10d-9712-4b64-86fe-556a4ba39941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 505 | 2025.04.16 04:27:32.554269 [ 274 ] {3118c10d-9712-4b64-86fe-556a4ba39941} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 506 | 2025.04.16 04:27:32.556069 [ 274 ] {3118c10d-9712-4b64-86fe-556a4ba39941} <Debug> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Loading data parts | ||
| 507 | 2025.04.16 04:27:32.556233 [ 274 ] {3118c10d-9712-4b64-86fe-556a4ba39941} <Debug> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): There are no data parts | ||
| 508 | 2025.04.16 04:27:32.557561 [ 274 ] {3118c10d-9712-4b64-86fe-556a4ba39941} <Debug> TCPHandler: Processed in 0.003756845 sec. | ||
| 509 | 2025.04.16 04:27:32.557702 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 510 | 2025.04.16 04:27:32.557897 [ 274 ] {cad8adfe-28db-4acc-986c-4a32a2429dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 511 | 2025.04.16 04:27:32.558041 [ 274 ] {cad8adfe-28db-4acc-986c-4a32a2429dc8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 512 | 2025.04.16 04:27:32.559989 [ 274 ] {cad8adfe-28db-4acc-986c-4a32a2429dc8} <Debug> oximeter.measurements_cumulativef32 (992ca1d0-5320-417c-9b9d-422bd93516b4): Loading data parts | ||
| 513 | 2025.04.16 04:27:32.560193 [ 274 ] {cad8adfe-28db-4acc-986c-4a32a2429dc8} <Debug> oximeter.measurements_cumulativef32 (992ca1d0-5320-417c-9b9d-422bd93516b4): There are no data parts | ||
| 514 | 2025.04.16 04:27:32.561410 [ 274 ] {cad8adfe-28db-4acc-986c-4a32a2429dc8} <Debug> TCPHandler: Processed in 0.003759436 sec. | ||
| 515 | 2025.04.16 04:27:32.561624 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 516 | 2025.04.16 04:27:32.561818 [ 274 ] {c9e8b128-d538-4d06-808d-9ba0a0498e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 517 | 2025.04.16 04:27:32.561954 [ 274 ] {c9e8b128-d538-4d06-808d-9ba0a0498e97} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 518 | 2025.04.16 04:27:32.563941 [ 274 ] {c9e8b128-d538-4d06-808d-9ba0a0498e97} <Debug> oximeter.measurements_cumulativef64 (3c7a6610-66a4-44f6-886f-5caf0ee520ea): Loading data parts | ||
| 519 | 2025.04.16 04:27:32.564189 [ 274 ] {c9e8b128-d538-4d06-808d-9ba0a0498e97} <Debug> oximeter.measurements_cumulativef64 (3c7a6610-66a4-44f6-886f-5caf0ee520ea): There are no data parts | ||
| 520 | 2025.04.16 04:27:32.565346 [ 274 ] {c9e8b128-d538-4d06-808d-9ba0a0498e97} <Debug> TCPHandler: Processed in 0.003772606 sec. | ||
| 521 | 2025.04.16 04:27:32.565484 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 522 | 2025.04.16 04:27:32.565841 [ 274 ] {efc12787-17f6-41a1-93f3-19483f5938c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 523 | * NOTE: Array types cannot be Nullable, see | ||
| 524 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 525 | * for more details. | ||
| 526 | * | ||
| 527 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 528 | * is unfortunate, and at this point relies on the fact that an | ||
| 529 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 530 | * to figure out another way to represent missing samples here. | ||
| 531 | */ | ||
| 532 | 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) | ||
| 533 | 2025.04.16 04:27:32.565983 [ 274 ] {efc12787-17f6-41a1-93f3-19483f5938c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 534 | 2025.04.16 04:27:32.568178 [ 274 ] {efc12787-17f6-41a1-93f3-19483f5938c7} <Debug> oximeter.measurements_histogrami8 (48ab6dda-0e9b-4635-8994-ba1cf33fcedd): Loading data parts | ||
| 535 | 2025.04.16 04:27:32.568336 [ 274 ] {efc12787-17f6-41a1-93f3-19483f5938c7} <Debug> oximeter.measurements_histogrami8 (48ab6dda-0e9b-4635-8994-ba1cf33fcedd): There are no data parts | ||
| 536 | 2025.04.16 04:27:32.569539 [ 274 ] {efc12787-17f6-41a1-93f3-19483f5938c7} <Debug> TCPHandler: Processed in 0.004108662 sec. | ||
| 537 | 2025.04.16 04:27:32.569755 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 538 | 2025.04.16 04:27:32.570014 [ 274 ] {3882e4f5-23e9-4c42-af76-9d26fd39701a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 539 | 2025.04.16 04:27:32.570156 [ 274 ] {3882e4f5-23e9-4c42-af76-9d26fd39701a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 540 | 2025.04.16 04:27:32.572239 [ 274 ] {3882e4f5-23e9-4c42-af76-9d26fd39701a} <Debug> oximeter.measurements_histogramu8 (ee0f20d4-ec75-4974-ae52-3d272cb88262): Loading data parts | ||
| 541 | 2025.04.16 04:27:32.572467 [ 274 ] {3882e4f5-23e9-4c42-af76-9d26fd39701a} <Debug> oximeter.measurements_histogramu8 (ee0f20d4-ec75-4974-ae52-3d272cb88262): There are no data parts | ||
| 542 | 2025.04.16 04:27:32.573647 [ 274 ] {3882e4f5-23e9-4c42-af76-9d26fd39701a} <Debug> TCPHandler: Processed in 0.00394334 sec. | ||
| 543 | 2025.04.16 04:27:32.573792 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 544 | 2025.04.16 04:27:32.574143 [ 274 ] {214910cd-dada-4d0e-8af2-36f4c9c9be17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 545 | 2025.04.16 04:27:32.574289 [ 274 ] {214910cd-dada-4d0e-8af2-36f4c9c9be17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 546 | 2025.04.16 04:27:32.576462 [ 274 ] {214910cd-dada-4d0e-8af2-36f4c9c9be17} <Debug> oximeter.measurements_histogrami16 (c76d2556-d039-4718-9ff5-db627af20962): Loading data parts | ||
| 547 | 2025.04.16 04:27:32.576615 [ 274 ] {214910cd-dada-4d0e-8af2-36f4c9c9be17} <Debug> oximeter.measurements_histogrami16 (c76d2556-d039-4718-9ff5-db627af20962): There are no data parts | ||
| 548 | 2025.04.16 04:27:32.577808 [ 274 ] {214910cd-dada-4d0e-8af2-36f4c9c9be17} <Debug> TCPHandler: Processed in 0.004067672 sec. | ||
| 549 | 2025.04.16 04:27:32.578024 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 550 | 2025.04.16 04:27:32.578287 [ 274 ] {25db49f2-4ab5-4bb6-a893-58f8bb6d7780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 551 | 2025.04.16 04:27:32.578434 [ 274 ] {25db49f2-4ab5-4bb6-a893-58f8bb6d7780} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 552 | 2025.04.16 04:27:32.580523 [ 274 ] {25db49f2-4ab5-4bb6-a893-58f8bb6d7780} <Debug> oximeter.measurements_histogramu16 (bd002ac1-66e2-4947-aecf-ca8e6f61b94d): Loading data parts | ||
| 553 | 2025.04.16 04:27:32.580731 [ 274 ] {25db49f2-4ab5-4bb6-a893-58f8bb6d7780} <Debug> oximeter.measurements_histogramu16 (bd002ac1-66e2-4947-aecf-ca8e6f61b94d): There are no data parts | ||
| 554 | 2025.04.16 04:27:32.581974 [ 274 ] {25db49f2-4ab5-4bb6-a893-58f8bb6d7780} <Debug> TCPHandler: Processed in 0.00400085 sec. | ||
| 555 | 2025.04.16 04:27:32.582119 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 556 | 2025.04.16 04:27:32.582473 [ 274 ] {eb787b12-b4ee-4381-972d-ab37efe1f02c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 557 | 2025.04.16 04:27:32.582616 [ 274 ] {eb787b12-b4ee-4381-972d-ab37efe1f02c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 558 | 2025.04.16 04:27:32.584759 [ 274 ] {eb787b12-b4ee-4381-972d-ab37efe1f02c} <Debug> oximeter.measurements_histogrami32 (9c732d0b-25db-49e6-8d10-6ccdac75fe78): Loading data parts | ||
| 559 | 2025.04.16 04:27:32.584905 [ 274 ] {eb787b12-b4ee-4381-972d-ab37efe1f02c} <Debug> oximeter.measurements_histogrami32 (9c732d0b-25db-49e6-8d10-6ccdac75fe78): There are no data parts | ||
| 560 | 2025.04.16 04:27:32.586130 [ 274 ] {eb787b12-b4ee-4381-972d-ab37efe1f02c} <Debug> TCPHandler: Processed in 0.004059652 sec. | ||
| 561 | 2025.04.16 04:27:32.586377 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 562 | 2025.04.16 04:27:32.586635 [ 274 ] {8be9a7f3-b400-4d6b-ac75-8dc2d29cfa52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 563 | 2025.04.16 04:27:32.586819 [ 274 ] {8be9a7f3-b400-4d6b-ac75-8dc2d29cfa52} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 564 | 2025.04.16 04:27:32.588888 [ 274 ] {8be9a7f3-b400-4d6b-ac75-8dc2d29cfa52} <Debug> oximeter.measurements_histogramu32 (f8d11275-f052-4f79-a7fb-8e227579805b): Loading data parts | ||
| 565 | 2025.04.16 04:27:32.589107 [ 274 ] {8be9a7f3-b400-4d6b-ac75-8dc2d29cfa52} <Debug> oximeter.measurements_histogramu32 (f8d11275-f052-4f79-a7fb-8e227579805b): There are no data parts | ||
| 566 | 2025.04.16 04:27:32.590365 [ 274 ] {8be9a7f3-b400-4d6b-ac75-8dc2d29cfa52} <Debug> TCPHandler: Processed in 0.004038771 sec. | ||
| 567 | 2025.04.16 04:27:32.590503 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 568 | 2025.04.16 04:27:32.590861 [ 274 ] {3568b5fd-5361-441d-b5f6-6d6d34b66354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 569 | 2025.04.16 04:27:32.590994 [ 274 ] {3568b5fd-5361-441d-b5f6-6d6d34b66354} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 570 | 2025.04.16 04:27:32.593093 [ 274 ] {3568b5fd-5361-441d-b5f6-6d6d34b66354} <Debug> oximeter.measurements_histogrami64 (42c5cd5f-d72a-4b53-a24b-f1077c094f6f): Loading data parts | ||
| 571 | 2025.04.16 04:27:32.593270 [ 274 ] {3568b5fd-5361-441d-b5f6-6d6d34b66354} <Debug> oximeter.measurements_histogrami64 (42c5cd5f-d72a-4b53-a24b-f1077c094f6f): There are no data parts | ||
| 572 | 2025.04.16 04:27:32.594566 [ 274 ] {3568b5fd-5361-441d-b5f6-6d6d34b66354} <Debug> TCPHandler: Processed in 0.004115253 sec. | ||
| 573 | 2025.04.16 04:27:32.594793 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 574 | 2025.04.16 04:27:32.595052 [ 274 ] {197d24c2-96e5-40b4-b06c-e9f7d9db4dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 575 | 2025.04.16 04:27:32.595190 [ 274 ] {197d24c2-96e5-40b4-b06c-e9f7d9db4dbc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 576 | 2025.04.16 04:27:32.597220 [ 274 ] {197d24c2-96e5-40b4-b06c-e9f7d9db4dbc} <Debug> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Loading data parts | ||
| 577 | 2025.04.16 04:27:32.597417 [ 274 ] {197d24c2-96e5-40b4-b06c-e9f7d9db4dbc} <Debug> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): There are no data parts | ||
| 578 | 2025.04.16 04:27:32.598766 [ 274 ] {197d24c2-96e5-40b4-b06c-e9f7d9db4dbc} <Debug> TCPHandler: Processed in 0.004024041 sec. | ||
| 579 | 2025.04.16 04:27:32.598915 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 580 | 2025.04.16 04:27:32.599218 [ 274 ] {7c95a8a5-74b9-4b0b-9bf5-8da729cfc62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 581 | 2025.04.16 04:27:32.599363 [ 274 ] {7c95a8a5-74b9-4b0b-9bf5-8da729cfc62d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 582 | 2025.04.16 04:27:32.601505 [ 274 ] {7c95a8a5-74b9-4b0b-9bf5-8da729cfc62d} <Debug> oximeter.measurements_histogramf32 (0c1ec02a-04e7-44e9-bc69-c3ec02198760): Loading data parts | ||
| 583 | 2025.04.16 04:27:32.601699 [ 274 ] {7c95a8a5-74b9-4b0b-9bf5-8da729cfc62d} <Debug> oximeter.measurements_histogramf32 (0c1ec02a-04e7-44e9-bc69-c3ec02198760): There are no data parts | ||
| 584 | 2025.04.16 04:27:32.602888 [ 274 ] {7c95a8a5-74b9-4b0b-9bf5-8da729cfc62d} <Debug> TCPHandler: Processed in 0.004024591 sec. | ||
| 585 | 2025.04.16 04:27:32.603120 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 586 | 2025.04.16 04:27:32.603378 [ 274 ] {705341d6-7a8c-440c-834f-b51dcb4e9734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 587 | 2025.04.16 04:27:32.603537 [ 274 ] {705341d6-7a8c-440c-834f-b51dcb4e9734} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 588 | 2025.04.16 04:27:32.605685 [ 274 ] {705341d6-7a8c-440c-834f-b51dcb4e9734} <Debug> oximeter.measurements_histogramf64 (f39316d6-6d00-4ff3-87da-1e7d999af7c8): Loading data parts | ||
| 589 | 2025.04.16 04:27:32.605901 [ 274 ] {705341d6-7a8c-440c-834f-b51dcb4e9734} <Debug> oximeter.measurements_histogramf64 (f39316d6-6d00-4ff3-87da-1e7d999af7c8): There are no data parts | ||
| 590 | 2025.04.16 04:27:32.607146 [ 274 ] {705341d6-7a8c-440c-834f-b51dcb4e9734} <Debug> TCPHandler: Processed in 0.004077751 sec. | ||
| 591 | 2025.04.16 04:27:32.607292 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 592 | 2025.04.16 04:27:32.607595 [ 274 ] {6e4cc9b8-340e-412d-b348-2987b77a2d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) /* The field tables store named dimensions of each timeseries. | ||
| 593 | * | ||
| 594 | * As with the measurement tables, there is one field table for each field data | ||
| 595 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 596 | * this behavior **must not** be relied upon for query correctness. | ||
| 597 | * | ||
| 598 | * The index for the fields differs from the measurements, however. Rows are | ||
| 599 | * sorted by timeseries name, then field name, field value, and finally | ||
| 600 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 601 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 602 | * usually then used to look up measurements. | ||
| 603 | * | ||
| 604 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 605 | * timeseries name and then key, since it would improve lookups where one | ||
| 606 | * already has the key. Realistically though, these tables are quite small and | ||
| 607 | * so performance benefits will be low in absolute terms. | ||
| 608 | * | ||
| 609 | * TTL: We use a materialized column to expire old field table records. This | ||
| 610 | * column is generated automatically by the database whenever a new row is | ||
| 611 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 612 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 613 | * record will remain during a deduplication, which will have the last | ||
| 614 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 615 | * measurement tables. | ||
| 616 | */ | ||
| 617 | 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) | ||
| 618 | 2025.04.16 04:27:32.607734 [ 274 ] {6e4cc9b8-340e-412d-b348-2987b77a2d9a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 619 | 2025.04.16 04:27:32.609848 [ 274 ] {6e4cc9b8-340e-412d-b348-2987b77a2d9a} <Debug> oximeter.fields_bool (1110bc47-0adc-4df4-967a-566224c1e51b): Loading data parts | ||
| 620 | 2025.04.16 04:27:32.610024 [ 274 ] {6e4cc9b8-340e-412d-b348-2987b77a2d9a} <Debug> oximeter.fields_bool (1110bc47-0adc-4df4-967a-566224c1e51b): There are no data parts | ||
| 621 | 2025.04.16 04:27:32.611148 [ 274 ] {6e4cc9b8-340e-412d-b348-2987b77a2d9a} <Debug> TCPHandler: Processed in 0.003907159 sec. | ||
| 622 | 2025.04.16 04:27:32.611288 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 623 | 2025.04.16 04:27:32.611595 [ 274 ] {a48f0dca-eb23-4a43-9f06-bb6830ff570c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 624 | 2025.04.16 04:27:32.611730 [ 274 ] {a48f0dca-eb23-4a43-9f06-bb6830ff570c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 625 | 2025.04.16 04:27:32.613655 [ 274 ] {a48f0dca-eb23-4a43-9f06-bb6830ff570c} <Debug> oximeter.fields_i8 (c1e5227a-4af2-4968-8032-221e26bb77ab): Loading data parts | ||
| 626 | 2025.04.16 04:27:32.613818 [ 274 ] {a48f0dca-eb23-4a43-9f06-bb6830ff570c} <Debug> oximeter.fields_i8 (c1e5227a-4af2-4968-8032-221e26bb77ab): There are no data parts | ||
| 627 | 2025.04.16 04:27:32.615040 [ 274 ] {a48f0dca-eb23-4a43-9f06-bb6830ff570c} <Debug> TCPHandler: Processed in 0.003803866 sec. | ||
| 628 | 2025.04.16 04:27:32.615188 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 629 | 2025.04.16 04:27:32.615375 [ 274 ] {3eedde85-ff80-4c4f-9c13-b5086ee82f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 630 | 2025.04.16 04:27:32.615521 [ 274 ] {3eedde85-ff80-4c4f-9c13-b5086ee82f69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 631 | 2025.04.16 04:27:32.617497 [ 274 ] {3eedde85-ff80-4c4f-9c13-b5086ee82f69} <Debug> oximeter.fields_u8 (6514d43a-efca-465f-a737-9b6abb5f8798): Loading data parts | ||
| 632 | 2025.04.16 04:27:32.617657 [ 274 ] {3eedde85-ff80-4c4f-9c13-b5086ee82f69} <Debug> oximeter.fields_u8 (6514d43a-efca-465f-a737-9b6abb5f8798): There are no data parts | ||
| 633 | 2025.04.16 04:27:32.618822 [ 274 ] {3eedde85-ff80-4c4f-9c13-b5086ee82f69} <Debug> TCPHandler: Processed in 0.003685144 sec. | ||
| 634 | 2025.04.16 04:27:32.618965 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 635 | 2025.04.16 04:27:32.619255 [ 274 ] {cef493e3-8393-4439-8bde-7228597b5799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 636 | 2025.04.16 04:27:32.619400 [ 274 ] {cef493e3-8393-4439-8bde-7228597b5799} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 637 | 2025.04.16 04:27:32.621472 [ 274 ] {cef493e3-8393-4439-8bde-7228597b5799} <Debug> oximeter.fields_i16 (da77d9e2-6efb-4854-b071-00b8eb4111c6): Loading data parts | ||
| 638 | 2025.04.16 04:27:32.621639 [ 274 ] {cef493e3-8393-4439-8bde-7228597b5799} <Debug> oximeter.fields_i16 (da77d9e2-6efb-4854-b071-00b8eb4111c6): There are no data parts | ||
| 639 | 2025.04.16 04:27:32.622923 [ 274 ] {cef493e3-8393-4439-8bde-7228597b5799} <Debug> TCPHandler: Processed in 0.004009781 sec. | ||
| 640 | 2025.04.16 04:27:32.623062 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 641 | 2025.04.16 04:27:32.623250 [ 274 ] {50d31a75-c55b-4b98-9050-acae162bf9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 642 | 2025.04.16 04:27:32.623394 [ 274 ] {50d31a75-c55b-4b98-9050-acae162bf9dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 643 | 2025.04.16 04:27:32.625310 [ 274 ] {50d31a75-c55b-4b98-9050-acae162bf9dd} <Debug> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Loading data parts | ||
| 644 | 2025.04.16 04:27:32.625506 [ 274 ] {50d31a75-c55b-4b98-9050-acae162bf9dd} <Debug> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): There are no data parts | ||
| 645 | 2025.04.16 04:27:32.626624 [ 274 ] {50d31a75-c55b-4b98-9050-acae162bf9dd} <Debug> TCPHandler: Processed in 0.003613692 sec. | ||
| 646 | 2025.04.16 04:27:32.626813 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 647 | 2025.04.16 04:27:32.627054 [ 274 ] {cff32f69-15e2-40db-82c8-19f96cfa6c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 648 | 2025.04.16 04:27:32.627200 [ 274 ] {cff32f69-15e2-40db-82c8-19f96cfa6c97} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 649 | 2025.04.16 04:27:32.629080 [ 274 ] {cff32f69-15e2-40db-82c8-19f96cfa6c97} <Debug> oximeter.fields_i32 (49a99acd-ab35-4220-a6d9-4a140eb54276): Loading data parts | ||
| 650 | 2025.04.16 04:27:32.629244 [ 274 ] {cff32f69-15e2-40db-82c8-19f96cfa6c97} <Debug> oximeter.fields_i32 (49a99acd-ab35-4220-a6d9-4a140eb54276): There are no data parts | ||
| 651 | 2025.04.16 04:27:32.630571 [ 274 ] {cff32f69-15e2-40db-82c8-19f96cfa6c97} <Debug> TCPHandler: Processed in 0.003809507 sec. | ||
| 652 | 2025.04.16 04:27:32.630711 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 653 | 2025.04.16 04:27:32.630900 [ 274 ] {90f63880-713b-4480-bdf5-47a0ab821dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 654 | 2025.04.16 04:27:32.631060 [ 274 ] {90f63880-713b-4480-bdf5-47a0ab821dc4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 655 | 2025.04.16 04:27:32.633043 [ 274 ] {90f63880-713b-4480-bdf5-47a0ab821dc4} <Debug> oximeter.fields_u32 (ffed91df-6a0a-4e8e-8f0c-99bd9b558429): Loading data parts | ||
| 656 | 2025.04.16 04:27:32.633200 [ 274 ] {90f63880-713b-4480-bdf5-47a0ab821dc4} <Debug> oximeter.fields_u32 (ffed91df-6a0a-4e8e-8f0c-99bd9b558429): There are no data parts | ||
| 657 | 2025.04.16 04:27:32.634382 [ 274 ] {90f63880-713b-4480-bdf5-47a0ab821dc4} <Debug> TCPHandler: Processed in 0.003722144 sec. | ||
| 658 | 2025.04.16 04:27:32.634621 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 659 | 2025.04.16 04:27:32.634810 [ 274 ] {e7941d93-a8bd-4da8-b6c6-7875094fc9a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 660 | 2025.04.16 04:27:32.634956 [ 274 ] {e7941d93-a8bd-4da8-b6c6-7875094fc9a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 661 | 2025.04.16 04:27:32.636813 [ 274 ] {e7941d93-a8bd-4da8-b6c6-7875094fc9a0} <Debug> oximeter.fields_i64 (e9787983-eb93-4c24-8236-c59c67962c4c): Loading data parts | ||
| 662 | 2025.04.16 04:27:32.637056 [ 274 ] {e7941d93-a8bd-4da8-b6c6-7875094fc9a0} <Debug> oximeter.fields_i64 (e9787983-eb93-4c24-8236-c59c67962c4c): There are no data parts | ||
| 663 | 2025.04.16 04:27:32.638209 [ 274 ] {e7941d93-a8bd-4da8-b6c6-7875094fc9a0} <Debug> TCPHandler: Processed in 0.003639543 sec. | ||
| 664 | 2025.04.16 04:27:32.638348 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 665 | 2025.04.16 04:27:32.638631 [ 274 ] {67f85752-df86-41ef-bc80-0b0ce77fbd36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 666 | 2025.04.16 04:27:32.638678 [ 274 ] {67f85752-df86-41ef-bc80-0b0ce77fbd36} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 667 | 2025.04.16 04:27:32.640727 [ 274 ] {67f85752-df86-41ef-bc80-0b0ce77fbd36} <Debug> oximeter.fields_u64 (a9068ce0-1d9f-4c25-9ab6-895397b0b522): Loading data parts | ||
| 668 | 2025.04.16 04:27:32.640898 [ 274 ] {67f85752-df86-41ef-bc80-0b0ce77fbd36} <Debug> oximeter.fields_u64 (a9068ce0-1d9f-4c25-9ab6-895397b0b522): There are no data parts | ||
| 669 | 2025.04.16 04:27:32.642115 [ 274 ] {67f85752-df86-41ef-bc80-0b0ce77fbd36} <Debug> TCPHandler: Processed in 0.003819367 sec. | ||
| 670 | 2025.04.16 04:27:32.642358 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2025.04.16 04:27:32.642547 [ 274 ] {c0d2f3b7-c0ca-4846-929c-52352ca7bdcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 672 | 2025.04.16 04:27:32.642698 [ 274 ] {c0d2f3b7-c0ca-4846-929c-52352ca7bdcd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 673 | 2025.04.16 04:27:32.644594 [ 274 ] {c0d2f3b7-c0ca-4846-929c-52352ca7bdcd} <Debug> oximeter.fields_ipaddr (51c230c8-684f-4210-99e1-fa5f5336bb2d): Loading data parts | ||
| 674 | 2025.04.16 04:27:32.644849 [ 274 ] {c0d2f3b7-c0ca-4846-929c-52352ca7bdcd} <Debug> oximeter.fields_ipaddr (51c230c8-684f-4210-99e1-fa5f5336bb2d): There are no data parts | ||
| 675 | 2025.04.16 04:27:32.646157 [ 274 ] {c0d2f3b7-c0ca-4846-929c-52352ca7bdcd} <Debug> TCPHandler: Processed in 0.003848777 sec. | ||
| 676 | 2025.04.16 04:27:32.646305 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 677 | 2025.04.16 04:27:32.646666 [ 274 ] {f31db767-59ae-4be4-8e2a-0c76d94fa66e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 678 | 2025.04.16 04:27:32.646827 [ 274 ] {f31db767-59ae-4be4-8e2a-0c76d94fa66e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 679 | 2025.04.16 04:27:32.648821 [ 274 ] {f31db767-59ae-4be4-8e2a-0c76d94fa66e} <Debug> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Loading data parts | ||
| 680 | 2025.04.16 04:27:32.648997 [ 274 ] {f31db767-59ae-4be4-8e2a-0c76d94fa66e} <Debug> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): There are no data parts | ||
| 681 | 2025.04.16 04:27:32.650343 [ 274 ] {f31db767-59ae-4be4-8e2a-0c76d94fa66e} <Debug> TCPHandler: Processed in 0.004090602 sec. | ||
| 682 | 2025.04.16 04:27:32.650546 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2025.04.16 04:27:32.650737 [ 274 ] {930c0156-9394-4770-9720-e2df1b4cd8b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) 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) | ||
| 684 | 2025.04.16 04:27:32.650879 [ 274 ] {930c0156-9394-4770-9720-e2df1b4cd8b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 685 | 2025.04.16 04:27:32.652797 [ 274 ] {930c0156-9394-4770-9720-e2df1b4cd8b2} <Debug> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Loading data parts | ||
| 686 | 2025.04.16 04:27:32.653048 [ 274 ] {930c0156-9394-4770-9720-e2df1b4cd8b2} <Debug> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): There are no data parts | ||
| 687 | 2025.04.16 04:27:32.654226 [ 274 ] {930c0156-9394-4770-9720-e2df1b4cd8b2} <Debug> TCPHandler: Processed in 0.003732855 sec. | ||
| 688 | 2025.04.16 04:27:32.654387 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 689 | 2025.04.16 04:27:32.654744 [ 274 ] {9a7c5201-72f2-4beb-976f-a70c94fc3926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) /* The timeseries schema table stores the extracted schema for the samples | ||
| 690 | * oximeter collects. | ||
| 691 | */ | ||
| 692 | 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) | ||
| 693 | 2025.04.16 04:27:32.654957 [ 274 ] {9a7c5201-72f2-4beb-976f-a70c94fc3926} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 694 | 2025.04.16 04:27:32.656833 [ 274 ] {9a7c5201-72f2-4beb-976f-a70c94fc3926} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb): Loading data parts | ||
| 695 | 2025.04.16 04:27:32.657109 [ 274 ] {9a7c5201-72f2-4beb-976f-a70c94fc3926} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb): There are no data parts | ||
| 696 | 2025.04.16 04:27:32.658543 [ 274 ] {9a7c5201-72f2-4beb-976f-a70c94fc3926} <Debug> TCPHandler: Processed in 0.004207204 sec. | ||
| 697 | 2025.04.16 04:27:32.658760 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 698 | 2025.04.16 04:27:32.659177 [ 281 ] {70a69e57-fa07-432e-bd22-c159059047d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 699 | 2025.04.16 04:27:32.662016 [ 281 ] {70a69e57-fa07-432e-bd22-c159059047d1} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 700 | 2025.04.16 04:27:32.673140 [ 283 ] {70a69e57-fa07-432e-bd22-c159059047d1} <Trace> oximeter.version (060bc836-eb99-4994-9d57-e29bcc513da0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 701 | 2025.04.16 04:27:32.673376 [ 283 ] {70a69e57-fa07-432e-bd22-c159059047d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 702 | 2025.04.16 04:27:32.681274 [ 283 ] {70a69e57-fa07-432e-bd22-c159059047d1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 703 | 2025.04.16 04:27:32.681866 [ 283 ] {70a69e57-fa07-432e-bd22-c159059047d1} <Trace> oximeter.version (060bc836-eb99-4994-9d57-e29bcc513da0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 704 | 2025.04.16 04:27:32.682336 [ 281 ] {70a69e57-fa07-432e-bd22-c159059047d1} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.023283 sec., 42.949791693510285 rows/sec., 687.20 B/sec. | ||
| 705 | 2025.04.16 04:27:32.682623 [ 281 ] {70a69e57-fa07-432e-bd22-c159059047d1} <Debug> TCPHandler: Processed in 0.023927951 sec. | ||
| 706 | 2025.04.16 04:27:32.869318 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 707 | 2025.04.16 04:27:32.869319 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.04.16 04:27:32.869580 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 709 | 2025.04.16 04:27:32.869593 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.04.16 04:27:32.875194 [ 243 ] {} <Debug> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Loading data parts | ||
| 711 | 2025.04.16 04:27:32.875803 [ 243 ] {} <Debug> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): There are no data parts | ||
| 712 | 2025.04.16 04:27:32.885224 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 713 | 2025.04.16 04:27:32.885287 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 714 | 2025.04.16 04:27:32.890893 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 715 | 2025.04.16 04:27:32.891989 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): 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.04.16 04:27:32.892765 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 717 | 2025.04.16 04:27:32.894661 [ 244 ] {} <Debug> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Loading data parts | ||
| 718 | 2025.04.16 04:27:32.894866 [ 244 ] {} <Debug> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): There are no data parts | ||
| 719 | 2025.04.16 04:27:32.917709 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 720 | 2025.04.16 04:27:32.917755 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 721 | 2025.04.16 04:27:32.925035 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 722 | 2025.04.16 04:27:32.926360 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): 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.04.16 04:27:32.928644 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 724 | 2025.04.16 04:27:33.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 132.68 MiB, peak 136.68 MiB, free memory in arenas 0.00 B, will set to 150.27 MiB (RSS), difference: 17.58 MiB | ||
| 725 | 2025.04.16 04:27:35.369194 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 726 | 2025.04.16 04:27:35.369292 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 727 | 2025.04.16 04:27:35.381976 [ 242 ] {} <Debug> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Loading data parts | ||
| 728 | 2025.04.16 04:27:35.382287 [ 242 ] {} <Debug> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): There are no data parts | ||
| 729 | 2025.04.16 04:27:35.390151 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 730 | 2025.04.16 04:27:35.390193 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 731 | 2025.04.16 04:27:35.392028 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 732 | 2025.04.16 04:27:35.392679 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): 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.04.16 04:27:35.393238 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 734 | 2025.04.16 04:27:36.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.55 MiB, peak 154.55 MiB, free memory in arenas 0.00 B, will set to 150.74 MiB (RSS), difference: -3.81 MiB | ||
| 735 | 2025.04.16 04:27:40.338255 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 736 | 2025.04.16 04:27:40.338310 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 737 | 2025.04.16 04:27:40.393034 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 738 | 2025.04.16 04:27:40.393909 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 739 | 2025.04.16 04:27:40.394073 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 740 | 2025.04.16 04:27:40.394751 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 741 | 2025.04.16 04:27:40.395229 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): 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.04.16 04:27:40.395652 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 743 | 2025.04.16 04:27:40.428811 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 744 | 2025.04.16 04:27:40.450283 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 745 | 2025.04.16 04:27:40.450431 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 746 | 2025.04.16 04:27:40.458048 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 747 | 2025.04.16 04:27:40.459592 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): 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.04.16 04:27:40.462353 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 749 | 2025.04.16 04:27:46.001155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.39 MiB, peak 155.44 MiB, free memory in arenas 0.00 B, will set to 152.41 MiB (RSS), difference: 4.02 MiB | ||
| 750 | 2025.04.16 04:27:47.896729 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 751 | 2025.04.16 04:27:47.897326 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 752 | 2025.04.16 04:27:47.897435 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 753 | 2025.04.16 04:27:47.898222 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 754 | 2025.04.16 04:27:47.898696 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 755 | 2025.04.16 04:27:47.898962 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 756 | 2025.04.16 04:27:47.963519 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 757 | 2025.04.16 04:27:47.981350 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 758 | 2025.04.16 04:27:47.981405 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 759 | 2025.04.16 04:27:47.987726 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 760 | 2025.04.16 04:27:47.988861 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 761 | 2025.04.16 04:27:47.991531 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 762 | 2025.04.16 04:27:55.338554 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 763 | 2025.04.16 04:27:55.338625 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 764 | 2025.04.16 04:27:55.400036 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 765 | 2025.04.16 04:27:55.400661 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 766 | 2025.04.16 04:27:55.400714 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 767 | 2025.04.16 04:27:55.401406 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 768 | 2025.04.16 04:27:55.401938 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 769 | 2025.04.16 04:27:55.402217 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 770 | 2025.04.16 04:27:55.492592 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 771 | 2025.04.16 04:27:55.511569 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 772 | 2025.04.16 04:27:55.511631 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 773 | 2025.04.16 04:27:55.518414 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 774 | 2025.04.16 04:27:55.519639 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 775 | 2025.04.16 04:27:55.522391 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 776 | 2025.04.16 04:28:02.694119 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 777 | 2025.04.16 04:28:02.694355 [ 274 ] {92ff4115-a087-49fc-b8ce-0bd30978b9f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 778 | 2025.04.16 04:28:02.700852 [ 274 ] {92ff4115-a087-49fc-b8ce-0bd30978b9f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 779 | 2025.04.16 04:28:02.708915 [ 274 ] {92ff4115-a087-49fc-b8ce-0bd30978b9f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 780 | 2025.04.16 04:28:02.713500 [ 274 ] {92ff4115-a087-49fc-b8ce-0bd30978b9f5} <Debug> TCPHandler: Processed in 0.019516403 sec. | ||
| 781 | 2025.04.16 04:28:02.720350 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 782 | 2025.04.16 04:28:02.720496 [ 274 ] {9d179995-9c44-43a7-b256-11411fb14bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 783 | 2025.04.16 04:28:02.734081 [ 274 ] {9d179995-9c44-43a7-b256-11411fb14bba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 784 | 2025.04.16 04:28:02.734149 [ 274 ] {9d179995-9c44-43a7-b256-11411fb14bba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 785 | 2025.04.16 04:28:02.734721 [ 274 ] {9d179995-9c44-43a7-b256-11411fb14bba} <Debug> TCPHandler: Processed in 0.01442411 sec. | ||
| 786 | 2025.04.16 04:28:02.734963 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 787 | 2025.04.16 04:28:02.735100 [ 274 ] {94dfcebf-722b-4d05-bd4d-77b700154833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 788 | 2025.04.16 04:28:02.735444 [ 274 ] {94dfcebf-722b-4d05-bd4d-77b700154833} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 789 | 2025.04.16 04:28:02.735494 [ 274 ] {94dfcebf-722b-4d05-bd4d-77b700154833} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 790 | 2025.04.16 04:28:02.735938 [ 274 ] {94dfcebf-722b-4d05-bd4d-77b700154833} <Debug> TCPHandler: Processed in 0.001025071 sec. | ||
| 791 | 2025.04.16 04:28:02.736153 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2025.04.16 04:28:02.736285 [ 274 ] {e9bd3291-ae31-4003-a35b-d3eccba3c653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 793 | 2025.04.16 04:28:02.736586 [ 274 ] {e9bd3291-ae31-4003-a35b-d3eccba3c653} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 794 | 2025.04.16 04:28:02.736637 [ 274 ] {e9bd3291-ae31-4003-a35b-d3eccba3c653} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 795 | 2025.04.16 04:28:02.737128 [ 274 ] {e9bd3291-ae31-4003-a35b-d3eccba3c653} <Debug> TCPHandler: Processed in 0.001025761 sec. | ||
| 796 | 2025.04.16 04:28:02.740260 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 797 | 2025.04.16 04:28:02.740377 [ 274 ] {87b339da-7276-4c48-90f8-d653a6707e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 798 | 2025.04.16 04:28:02.740424 [ 274 ] {87b339da-7276-4c48-90f8-d653a6707e89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 799 | 2025.04.16 04:28:02.741148 [ 274 ] {87b339da-7276-4c48-90f8-d653a6707e89} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 800 | 2025.04.16 04:28:02.741194 [ 274 ] {87b339da-7276-4c48-90f8-d653a6707e89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 801 | 2025.04.16 04:28:02.741844 [ 274 ] {87b339da-7276-4c48-90f8-d653a6707e89} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 802 | 2025.04.16 04:28:02.742238 [ 274 ] {87b339da-7276-4c48-90f8-d653a6707e89} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 803 | 2025.04.16 04:28:02.742442 [ 274 ] {87b339da-7276-4c48-90f8-d653a6707e89} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.002097 sec., 1907.4868860276586 rows/sec., 201.65 KiB/sec. | ||
| 804 | 2025.04.16 04:28:02.742493 [ 274 ] {87b339da-7276-4c48-90f8-d653a6707e89} <Debug> TCPHandler: Processed in 0.002284576 sec. | ||
| 805 | 2025.04.16 04:28:02.742609 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 806 | 2025.04.16 04:28:02.742716 [ 274 ] {89beb8af-b51b-4194-a7ff-ecbffc25c0cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 807 | 2025.04.16 04:28:02.742761 [ 274 ] {89beb8af-b51b-4194-a7ff-ecbffc25c0cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 808 | 2025.04.16 04:28:02.749766 [ 274 ] {89beb8af-b51b-4194-a7ff-ecbffc25c0cf} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 809 | 2025.04.16 04:28:02.749805 [ 274 ] {89beb8af-b51b-4194-a7ff-ecbffc25c0cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 810 | 2025.04.16 04:28:02.752300 [ 274 ] {89beb8af-b51b-4194-a7ff-ecbffc25c0cf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 811 | 2025.04.16 04:28:02.752866 [ 274 ] {89beb8af-b51b-4194-a7ff-ecbffc25c0cf} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 812 | 2025.04.16 04:28:02.753080 [ 274 ] {89beb8af-b51b-4194-a7ff-ecbffc25c0cf} <Debug> executeQuery: Read 52 rows, 4.86 KiB in 0.010385 sec., 5007.2219547424165 rows/sec., 468.02 KiB/sec. | ||
| 813 | 2025.04.16 04:28:02.753211 [ 274 ] {89beb8af-b51b-4194-a7ff-ecbffc25c0cf} <Debug> TCPHandler: Processed in 0.010651014 sec. | ||
| 814 | 2025.04.16 04:28:02.753332 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 815 | 2025.04.16 04:28:02.753436 [ 274 ] {4fa9eb88-efb7-4bca-948f-144557f148c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 816 | 2025.04.16 04:28:02.753481 [ 274 ] {4fa9eb88-efb7-4bca-948f-144557f148c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 817 | 2025.04.16 04:28:02.754044 [ 274 ] {4fa9eb88-efb7-4bca-948f-144557f148c0} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 818 | 2025.04.16 04:28:02.754079 [ 274 ] {4fa9eb88-efb7-4bca-948f-144557f148c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 819 | 2025.04.16 04:28:02.754570 [ 274 ] {4fa9eb88-efb7-4bca-948f-144557f148c0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 820 | 2025.04.16 04:28:02.755081 [ 274 ] {4fa9eb88-efb7-4bca-948f-144557f148c0} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 821 | 2025.04.16 04:28:02.755272 [ 274 ] {4fa9eb88-efb7-4bca-948f-144557f148c0} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00187 sec., 13903.743315508022 rows/sec., 1.02 MiB/sec. | ||
| 822 | 2025.04.16 04:28:02.755334 [ 274 ] {4fa9eb88-efb7-4bca-948f-144557f148c0} <Debug> TCPHandler: Processed in 0.002075232 sec. | ||
| 823 | 2025.04.16 04:28:02.755443 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2025.04.16 04:28:02.755540 [ 274 ] {66cb32f0-d81f-4943-a3ac-5c7e3616063d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 825 | 2025.04.16 04:28:02.755581 [ 274 ] {66cb32f0-d81f-4943-a3ac-5c7e3616063d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 826 | 2025.04.16 04:28:02.756125 [ 274 ] {66cb32f0-d81f-4943-a3ac-5c7e3616063d} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 827 | 2025.04.16 04:28:02.756163 [ 274 ] {66cb32f0-d81f-4943-a3ac-5c7e3616063d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 828 | 2025.04.16 04:28:02.756626 [ 274 ] {66cb32f0-d81f-4943-a3ac-5c7e3616063d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 829 | 2025.04.16 04:28:02.757120 [ 274 ] {66cb32f0-d81f-4943-a3ac-5c7e3616063d} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 830 | 2025.04.16 04:28:02.757359 [ 274 ] {66cb32f0-d81f-4943-a3ac-5c7e3616063d} <Debug> executeQuery: Read 39 rows, 3.14 KiB in 0.001785 sec., 21848.73949579832 rows/sec., 1.72 MiB/sec. | ||
| 831 | 2025.04.16 04:28:02.757447 [ 274 ] {66cb32f0-d81f-4943-a3ac-5c7e3616063d} <Debug> TCPHandler: Processed in 0.002023861 sec. | ||
| 832 | 2025.04.16 04:28:02.757556 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 833 | 2025.04.16 04:28:02.757659 [ 274 ] {8a37c00b-83d3-41ed-b8e5-9e234e7ef092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 834 | 2025.04.16 04:28:02.757725 [ 274 ] {8a37c00b-83d3-41ed-b8e5-9e234e7ef092} <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 | ||
| 835 | 2025.04.16 04:28:02.758822 [ 274 ] {8a37c00b-83d3-41ed-b8e5-9e234e7ef092} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 836 | 2025.04.16 04:28:02.758859 [ 274 ] {8a37c00b-83d3-41ed-b8e5-9e234e7ef092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 837 | 2025.04.16 04:28:02.761608 [ 274 ] {8a37c00b-83d3-41ed-b8e5-9e234e7ef092} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 838 | 2025.04.16 04:28:02.762127 [ 274 ] {8a37c00b-83d3-41ed-b8e5-9e234e7ef092} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 839 | 2025.04.16 04:28:02.762426 [ 274 ] {8a37c00b-83d3-41ed-b8e5-9e234e7ef092} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004772 sec., 5448.449287510478 rows/sec., 9.76 MiB/sec. | ||
| 840 | 2025.04.16 04:28:02.762522 [ 274 ] {8a37c00b-83d3-41ed-b8e5-9e234e7ef092} <Debug> TCPHandler: Processed in 0.005016361 sec. | ||
| 841 | 2025.04.16 04:28:02.762642 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 842 | 2025.04.16 04:28:02.762746 [ 274 ] {66b5a5af-bf28-4a82-a7a9-82e94c217170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 843 | 2025.04.16 04:28:02.762792 [ 274 ] {66b5a5af-bf28-4a82-a7a9-82e94c217170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 844 | 2025.04.16 04:28:02.765092 [ 274 ] {66b5a5af-bf28-4a82-a7a9-82e94c217170} <Trace> oximeter.measurements_i64 (8fca8344-36f6-489b-8c7f-9de7183ca4c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 845 | 2025.04.16 04:28:02.765130 [ 274 ] {66b5a5af-bf28-4a82-a7a9-82e94c217170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 846 | 2025.04.16 04:28:02.765597 [ 274 ] {66b5a5af-bf28-4a82-a7a9-82e94c217170} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 847 | 2025.04.16 04:28:02.766093 [ 274 ] {66b5a5af-bf28-4a82-a7a9-82e94c217170} <Trace> oximeter.measurements_i64 (8fca8344-36f6-489b-8c7f-9de7183ca4c2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 848 | 2025.04.16 04:28:02.766304 [ 274 ] {66b5a5af-bf28-4a82-a7a9-82e94c217170} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.003577 sec., 5870.841487279844 rows/sec., 438.46 KiB/sec. | ||
| 849 | 2025.04.16 04:28:02.766358 [ 274 ] {66b5a5af-bf28-4a82-a7a9-82e94c217170} <Debug> TCPHandler: Processed in 0.003767326 sec. | ||
| 850 | 2025.04.16 04:28:02.902329 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 851 | 2025.04.16 04:28:02.902928 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 852 | 2025.04.16 04:28:02.902968 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 853 | 2025.04.16 04:28:02.903737 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 854 | 2025.04.16 04:28:02.904374 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 855 | 2025.04.16 04:28:02.904709 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 856 | 2025.04.16 04:28:03.022453 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 857 | 2025.04.16 04:28:03.041454 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 858 | 2025.04.16 04:28:03.041507 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 859 | 2025.04.16 04:28:03.048383 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 860 | 2025.04.16 04:28:03.049531 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 861 | 2025.04.16 04:28:03.052106 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 862 | 2025.04.16 04:28:05.394766 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 108 | ||
| 863 | 2025.04.16 04:28:05.398434 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 864 | 2025.04.16 04:28:05.398486 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 865 | 2025.04.16 04:28:05.400194 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 866 | 2025.04.16 04:28:05.400824 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 867 | 2025.04.16 04:28:05.401662 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 108 | ||
| 868 | 2025.04.16 04:28:07.691213 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.04.16 04:28:07.691599 [ 274 ] {4663e0dd-a6bc-45fd-90d9-25f0e8f6c4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 870 | 2025.04.16 04:28:07.694178 [ 274 ] {4663e0dd-a6bc-45fd-90d9-25f0e8f6c4af} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 871 | 2025.04.16 04:28:07.698175 [ 274 ] {4663e0dd-a6bc-45fd-90d9-25f0e8f6c4af} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 872 | 2025.04.16 04:28:07.698630 [ 274 ] {4663e0dd-a6bc-45fd-90d9-25f0e8f6c4af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 873 | 2025.04.16 04:28:07.700778 [ 274 ] {4663e0dd-a6bc-45fd-90d9-25f0e8f6c4af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 874 | 2025.04.16 04:28:07.703228 [ 274 ] {4663e0dd-a6bc-45fd-90d9-25f0e8f6c4af} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 875 | 2025.04.16 04:28:07.708678 [ 274 ] {4663e0dd-a6bc-45fd-90d9-25f0e8f6c4af} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 876 | 2025.04.16 04:28:07.710710 [ 274 ] {4663e0dd-a6bc-45fd-90d9-25f0e8f6c4af} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 877 | 2025.04.16 04:28:07.710771 [ 274 ] {4663e0dd-a6bc-45fd-90d9-25f0e8f6c4af} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 878 | 2025.04.16 04:28:07.710964 [ 274 ] {4663e0dd-a6bc-45fd-90d9-25f0e8f6c4af} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))" | ||
| 879 | 2025.04.16 04:28:07.711013 [ 274 ] {4663e0dd-a6bc-45fd-90d9-25f0e8f6c4af} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 880 | 2025.04.16 04:28:07.731563 [ 274 ] {4663e0dd-a6bc-45fd-90d9-25f0e8f6c4af} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.040114 sec., 99.71580994166627 rows/sec., 4.60 KiB/sec. | ||
| 881 | 2025.04.16 04:28:07.731716 [ 274 ] {4663e0dd-a6bc-45fd-90d9-25f0e8f6c4af} <Debug> TCPHandler: Processed in 0.040681568 sec. | ||
| 882 | 2025.04.16 04:28:07.732033 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 883 | 2025.04.16 04:28:07.732210 [ 274 ] {60ec5700-3882-4c1f-b1d5-0bcef31bec8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 884 | 2025.04.16 04:28:07.732501 [ 274 ] {60ec5700-3882-4c1f-b1d5-0bcef31bec8f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 885 | 2025.04.16 04:28:07.732541 [ 274 ] {60ec5700-3882-4c1f-b1d5-0bcef31bec8f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 886 | 2025.04.16 04:28:07.732774 [ 274 ] {60ec5700-3882-4c1f-b1d5-0bcef31bec8f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 887 | 2025.04.16 04:28:07.732837 [ 274 ] {60ec5700-3882-4c1f-b1d5-0bcef31bec8f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 888 | 2025.04.16 04:28:07.732977 [ 274 ] {60ec5700-3882-4c1f-b1d5-0bcef31bec8f} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 889 | 2025.04.16 04:28:07.733011 [ 274 ] {60ec5700-3882-4c1f-b1d5-0bcef31bec8f} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 890 | 2025.04.16 04:28:07.733035 [ 274 ] {60ec5700-3882-4c1f-b1d5-0bcef31bec8f} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 891 | 2025.04.16 04:28:07.733053 [ 274 ] {60ec5700-3882-4c1f-b1d5-0bcef31bec8f} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 892 | 2025.04.16 04:28:07.733094 [ 274 ] {60ec5700-3882-4c1f-b1d5-0bcef31bec8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram'))" | ||
| 893 | 2025.04.16 04:28:07.733115 [ 274 ] {60ec5700-3882-4c1f-b1d5-0bcef31bec8f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 894 | 2025.04.16 04:28:07.733642 [ 274 ] {60ec5700-3882-4c1f-b1d5-0bcef31bec8f} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001509 sec., 2650.7620941020546 rows/sec., 122.31 KiB/sec. | ||
| 895 | 2025.04.16 04:28:07.733756 [ 274 ] {60ec5700-3882-4c1f-b1d5-0bcef31bec8f} <Debug> TCPHandler: Processed in 0.001786346 sec. | ||
| 896 | 2025.04.16 04:28:07.733953 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 897 | 2025.04.16 04:28:07.734091 [ 274 ] {f29e40fb-af42-4ac2-99eb-46bdc1b71e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 898 | 2025.04.16 04:28:07.734322 [ 274 ] {f29e40fb-af42-4ac2-99eb-46bdc1b71e1a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 899 | 2025.04.16 04:28:07.734354 [ 274 ] {f29e40fb-af42-4ac2-99eb-46bdc1b71e1a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 900 | 2025.04.16 04:28:07.734554 [ 274 ] {f29e40fb-af42-4ac2-99eb-46bdc1b71e1a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 901 | 2025.04.16 04:28:07.734616 [ 274 ] {f29e40fb-af42-4ac2-99eb-46bdc1b71e1a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 902 | 2025.04.16 04:28:07.734752 [ 274 ] {f29e40fb-af42-4ac2-99eb-46bdc1b71e1a} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 903 | 2025.04.16 04:28:07.734784 [ 274 ] {f29e40fb-af42-4ac2-99eb-46bdc1b71e1a} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 904 | 2025.04.16 04:28:07.734806 [ 274 ] {f29e40fb-af42-4ac2-99eb-46bdc1b71e1a} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 905 | 2025.04.16 04:28:07.734823 [ 274 ] {f29e40fb-af42-4ac2-99eb-46bdc1b71e1a} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 906 | 2025.04.16 04:28:07.734862 [ 274 ] {f29e40fb-af42-4ac2-99eb-46bdc1b71e1a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram'))" | ||
| 907 | 2025.04.16 04:28:07.734883 [ 274 ] {f29e40fb-af42-4ac2-99eb-46bdc1b71e1a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 908 | 2025.04.16 04:28:07.735375 [ 274 ] {f29e40fb-af42-4ac2-99eb-46bdc1b71e1a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001338 sec., 2989.536621823617 rows/sec., 137.94 KiB/sec. | ||
| 909 | 2025.04.16 04:28:07.735490 [ 274 ] {f29e40fb-af42-4ac2-99eb-46bdc1b71e1a} <Debug> TCPHandler: Processed in 0.001586152 sec. | ||
| 910 | 2025.04.16 04:28:07.735696 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 911 | 2025.04.16 04:28:07.735832 [ 274 ] {36b628aa-325d-4ce6-a4ff-5f8beaabeb1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 912 | 2025.04.16 04:28:07.736062 [ 274 ] {36b628aa-325d-4ce6-a4ff-5f8beaabeb1b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 913 | 2025.04.16 04:28:07.736094 [ 274 ] {36b628aa-325d-4ce6-a4ff-5f8beaabeb1b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 914 | 2025.04.16 04:28:07.736296 [ 274 ] {36b628aa-325d-4ce6-a4ff-5f8beaabeb1b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 915 | 2025.04.16 04:28:07.736357 [ 274 ] {36b628aa-325d-4ce6-a4ff-5f8beaabeb1b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 916 | 2025.04.16 04:28:07.736490 [ 274 ] {36b628aa-325d-4ce6-a4ff-5f8beaabeb1b} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 917 | 2025.04.16 04:28:07.736521 [ 274 ] {36b628aa-325d-4ce6-a4ff-5f8beaabeb1b} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 918 | 2025.04.16 04:28:07.736542 [ 274 ] {36b628aa-325d-4ce6-a4ff-5f8beaabeb1b} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 919 | 2025.04.16 04:28:07.736558 [ 274 ] {36b628aa-325d-4ce6-a4ff-5f8beaabeb1b} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 920 | 2025.04.16 04:28:07.736597 [ 274 ] {36b628aa-325d-4ce6-a4ff-5f8beaabeb1b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 921 | 2025.04.16 04:28:07.736617 [ 274 ] {36b628aa-325d-4ce6-a4ff-5f8beaabeb1b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 922 | 2025.04.16 04:28:07.737110 [ 274 ] {36b628aa-325d-4ce6-a4ff-5f8beaabeb1b} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001331 sec., 3005.259203606311 rows/sec., 138.67 KiB/sec. | ||
| 923 | 2025.04.16 04:28:07.737226 [ 274 ] {36b628aa-325d-4ce6-a4ff-5f8beaabeb1b} <Debug> TCPHandler: Processed in 0.001579362 sec. | ||
| 924 | 2025.04.16 04:28:07.737440 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 925 | 2025.04.16 04:28:07.737575 [ 274 ] {9a8fd201-310d-49ad-8332-a87ef86e7d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 926 | 2025.04.16 04:28:07.737804 [ 274 ] {9a8fd201-310d-49ad-8332-a87ef86e7d62} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 927 | 2025.04.16 04:28:07.737837 [ 274 ] {9a8fd201-310d-49ad-8332-a87ef86e7d62} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 928 | 2025.04.16 04:28:07.738044 [ 274 ] {9a8fd201-310d-49ad-8332-a87ef86e7d62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 929 | 2025.04.16 04:28:07.738105 [ 274 ] {9a8fd201-310d-49ad-8332-a87ef86e7d62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 930 | 2025.04.16 04:28:07.738238 [ 274 ] {9a8fd201-310d-49ad-8332-a87ef86e7d62} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 931 | 2025.04.16 04:28:07.738269 [ 274 ] {9a8fd201-310d-49ad-8332-a87ef86e7d62} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 932 | 2025.04.16 04:28:07.738291 [ 274 ] {9a8fd201-310d-49ad-8332-a87ef86e7d62} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 933 | 2025.04.16 04:28:07.738307 [ 274 ] {9a8fd201-310d-49ad-8332-a87ef86e7d62} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 934 | 2025.04.16 04:28:07.738347 [ 274 ] {9a8fd201-310d-49ad-8332-a87ef86e7d62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 935 | 2025.04.16 04:28:07.738367 [ 274 ] {9a8fd201-310d-49ad-8332-a87ef86e7d62} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 936 | 2025.04.16 04:28:07.738857 [ 274 ] {9a8fd201-310d-49ad-8332-a87ef86e7d62} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001336 sec., 2994.011976047904 rows/sec., 138.15 KiB/sec. | ||
| 937 | 2025.04.16 04:28:07.738970 [ 274 ] {9a8fd201-310d-49ad-8332-a87ef86e7d62} <Debug> TCPHandler: Processed in 0.001578882 sec. | ||
| 938 | 2025.04.16 04:28:07.739160 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 939 | 2025.04.16 04:28:07.739299 [ 274 ] {bba6b12a-0318-4db6-a5ee-7619f06c3d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 940 | 2025.04.16 04:28:07.739531 [ 274 ] {bba6b12a-0318-4db6-a5ee-7619f06c3d0d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 941 | 2025.04.16 04:28:07.739564 [ 274 ] {bba6b12a-0318-4db6-a5ee-7619f06c3d0d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 942 | 2025.04.16 04:28:07.739775 [ 274 ] {bba6b12a-0318-4db6-a5ee-7619f06c3d0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 943 | 2025.04.16 04:28:07.739835 [ 274 ] {bba6b12a-0318-4db6-a5ee-7619f06c3d0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 944 | 2025.04.16 04:28:07.739969 [ 274 ] {bba6b12a-0318-4db6-a5ee-7619f06c3d0d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 945 | 2025.04.16 04:28:07.740000 [ 274 ] {bba6b12a-0318-4db6-a5ee-7619f06c3d0d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 946 | 2025.04.16 04:28:07.740022 [ 274 ] {bba6b12a-0318-4db6-a5ee-7619f06c3d0d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 947 | 2025.04.16 04:28:07.740040 [ 274 ] {bba6b12a-0318-4db6-a5ee-7619f06c3d0d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 948 | 2025.04.16 04:28:07.740079 [ 274 ] {bba6b12a-0318-4db6-a5ee-7619f06c3d0d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 949 | 2025.04.16 04:28:07.740100 [ 274 ] {bba6b12a-0318-4db6-a5ee-7619f06c3d0d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 950 | 2025.04.16 04:28:07.740581 [ 274 ] {bba6b12a-0318-4db6-a5ee-7619f06c3d0d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001339 sec., 2987.303958177745 rows/sec., 137.84 KiB/sec. | ||
| 951 | 2025.04.16 04:28:07.740695 [ 274 ] {bba6b12a-0318-4db6-a5ee-7619f06c3d0d} <Debug> TCPHandler: Processed in 0.001582101 sec. | ||
| 952 | 2025.04.16 04:28:07.740887 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 953 | 2025.04.16 04:28:07.741026 [ 274 ] {2ad34a88-5d15-4a0c-99f9-2cc0449794cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 954 | 2025.04.16 04:28:07.741265 [ 274 ] {2ad34a88-5d15-4a0c-99f9-2cc0449794cf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 955 | 2025.04.16 04:28:07.741298 [ 274 ] {2ad34a88-5d15-4a0c-99f9-2cc0449794cf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 956 | 2025.04.16 04:28:07.741513 [ 274 ] {2ad34a88-5d15-4a0c-99f9-2cc0449794cf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 957 | 2025.04.16 04:28:07.741573 [ 274 ] {2ad34a88-5d15-4a0c-99f9-2cc0449794cf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 958 | 2025.04.16 04:28:07.741708 [ 274 ] {2ad34a88-5d15-4a0c-99f9-2cc0449794cf} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 959 | 2025.04.16 04:28:07.741739 [ 274 ] {2ad34a88-5d15-4a0c-99f9-2cc0449794cf} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 960 | 2025.04.16 04:28:07.741761 [ 274 ] {2ad34a88-5d15-4a0c-99f9-2cc0449794cf} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 961 | 2025.04.16 04:28:07.741777 [ 274 ] {2ad34a88-5d15-4a0c-99f9-2cc0449794cf} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 962 | 2025.04.16 04:28:07.741816 [ 274 ] {2ad34a88-5d15-4a0c-99f9-2cc0449794cf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 963 | 2025.04.16 04:28:07.741837 [ 274 ] {2ad34a88-5d15-4a0c-99f9-2cc0449794cf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 964 | 2025.04.16 04:28:07.742322 [ 274 ] {2ad34a88-5d15-4a0c-99f9-2cc0449794cf} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001352 sec., 2958.579881656805 rows/sec., 136.52 KiB/sec. | ||
| 965 | 2025.04.16 04:28:07.742435 [ 274 ] {2ad34a88-5d15-4a0c-99f9-2cc0449794cf} <Debug> TCPHandler: Processed in 0.001596112 sec. | ||
| 966 | 2025.04.16 04:28:07.742619 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 967 | 2025.04.16 04:28:07.742758 [ 274 ] {bba9ca4b-4542-43e7-a0a1-f802546d0dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 968 | 2025.04.16 04:28:07.742994 [ 274 ] {bba9ca4b-4542-43e7-a0a1-f802546d0dd4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 969 | 2025.04.16 04:28:07.743028 [ 274 ] {bba9ca4b-4542-43e7-a0a1-f802546d0dd4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 970 | 2025.04.16 04:28:07.743244 [ 274 ] {bba9ca4b-4542-43e7-a0a1-f802546d0dd4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 971 | 2025.04.16 04:28:07.743305 [ 274 ] {bba9ca4b-4542-43e7-a0a1-f802546d0dd4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 972 | 2025.04.16 04:28:07.743437 [ 274 ] {bba9ca4b-4542-43e7-a0a1-f802546d0dd4} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 973 | 2025.04.16 04:28:07.743468 [ 274 ] {bba9ca4b-4542-43e7-a0a1-f802546d0dd4} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 974 | 2025.04.16 04:28:07.743490 [ 274 ] {bba9ca4b-4542-43e7-a0a1-f802546d0dd4} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 975 | 2025.04.16 04:28:07.743506 [ 274 ] {bba9ca4b-4542-43e7-a0a1-f802546d0dd4} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 976 | 2025.04.16 04:28:07.743546 [ 274 ] {bba9ca4b-4542-43e7-a0a1-f802546d0dd4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 977 | 2025.04.16 04:28:07.743567 [ 274 ] {bba9ca4b-4542-43e7-a0a1-f802546d0dd4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 978 | 2025.04.16 04:28:07.744074 [ 274 ] {bba9ca4b-4542-43e7-a0a1-f802546d0dd4} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001373 sec., 2913.3284777858703 rows/sec., 134.43 KiB/sec. | ||
| 979 | 2025.04.16 04:28:07.744187 [ 274 ] {bba9ca4b-4542-43e7-a0a1-f802546d0dd4} <Debug> TCPHandler: Processed in 0.001616152 sec. | ||
| 980 | 2025.04.16 04:28:07.744382 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 981 | 2025.04.16 04:28:07.744522 [ 274 ] {59749e3b-ac3f-4508-bfcb-0a72b1512482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 982 | 2025.04.16 04:28:07.744758 [ 274 ] {59749e3b-ac3f-4508-bfcb-0a72b1512482} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 983 | 2025.04.16 04:28:07.744794 [ 274 ] {59749e3b-ac3f-4508-bfcb-0a72b1512482} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 984 | 2025.04.16 04:28:07.745012 [ 274 ] {59749e3b-ac3f-4508-bfcb-0a72b1512482} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 985 | 2025.04.16 04:28:07.745076 [ 274 ] {59749e3b-ac3f-4508-bfcb-0a72b1512482} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 986 | 2025.04.16 04:28:07.745209 [ 274 ] {59749e3b-ac3f-4508-bfcb-0a72b1512482} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 987 | 2025.04.16 04:28:07.745241 [ 274 ] {59749e3b-ac3f-4508-bfcb-0a72b1512482} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 988 | 2025.04.16 04:28:07.745263 [ 274 ] {59749e3b-ac3f-4508-bfcb-0a72b1512482} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 989 | 2025.04.16 04:28:07.745279 [ 274 ] {59749e3b-ac3f-4508-bfcb-0a72b1512482} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 990 | 2025.04.16 04:28:07.745319 [ 274 ] {59749e3b-ac3f-4508-bfcb-0a72b1512482} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 991 | 2025.04.16 04:28:07.745343 [ 274 ] {59749e3b-ac3f-4508-bfcb-0a72b1512482} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 992 | 2025.04.16 04:28:07.745827 [ 274 ] {59749e3b-ac3f-4508-bfcb-0a72b1512482} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001363 sec., 2934.7028613352895 rows/sec., 135.41 KiB/sec. | ||
| 993 | 2025.04.16 04:28:07.745941 [ 274 ] {59749e3b-ac3f-4508-bfcb-0a72b1512482} <Debug> TCPHandler: Processed in 0.001613313 sec. | ||
| 994 | 2025.04.16 04:28:07.746168 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 995 | 2025.04.16 04:28:07.746309 [ 274 ] {5a0c0a9b-a6be-4f36-953a-3c959addbd6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 996 | 2025.04.16 04:28:07.746553 [ 274 ] {5a0c0a9b-a6be-4f36-953a-3c959addbd6a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 997 | 2025.04.16 04:28:07.746589 [ 274 ] {5a0c0a9b-a6be-4f36-953a-3c959addbd6a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 998 | 2025.04.16 04:28:07.746812 [ 274 ] {5a0c0a9b-a6be-4f36-953a-3c959addbd6a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 999 | 2025.04.16 04:28:07.746873 [ 274 ] {5a0c0a9b-a6be-4f36-953a-3c959addbd6a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1000 | 2025.04.16 04:28:07.747006 [ 274 ] {5a0c0a9b-a6be-4f36-953a-3c959addbd6a} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1001 | 2025.04.16 04:28:07.747038 [ 274 ] {5a0c0a9b-a6be-4f36-953a-3c959addbd6a} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1002 | 2025.04.16 04:28:07.747060 [ 274 ] {5a0c0a9b-a6be-4f36-953a-3c959addbd6a} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1003 | 2025.04.16 04:28:07.747076 [ 274 ] {5a0c0a9b-a6be-4f36-953a-3c959addbd6a} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1004 | 2025.04.16 04:28:07.747116 [ 274 ] {5a0c0a9b-a6be-4f36-953a-3c959addbd6a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1005 | 2025.04.16 04:28:07.747137 [ 274 ] {5a0c0a9b-a6be-4f36-953a-3c959addbd6a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1006 | 2025.04.16 04:28:07.747622 [ 274 ] {5a0c0a9b-a6be-4f36-953a-3c959addbd6a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001371 sec., 2917.5784099197667 rows/sec., 134.62 KiB/sec. | ||
| 1007 | 2025.04.16 04:28:07.747733 [ 274 ] {5a0c0a9b-a6be-4f36-953a-3c959addbd6a} <Debug> TCPHandler: Processed in 0.001613623 sec. | ||
| 1008 | 2025.04.16 04:28:07.747917 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1009 | 2025.04.16 04:28:07.748058 [ 274 ] {681b2507-5ef7-416b-89ef-c003588f2475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1010 | 2025.04.16 04:28:07.748308 [ 274 ] {681b2507-5ef7-416b-89ef-c003588f2475} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1011 | 2025.04.16 04:28:07.748344 [ 274 ] {681b2507-5ef7-416b-89ef-c003588f2475} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1012 | 2025.04.16 04:28:07.748570 [ 274 ] {681b2507-5ef7-416b-89ef-c003588f2475} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1013 | 2025.04.16 04:28:07.748631 [ 274 ] {681b2507-5ef7-416b-89ef-c003588f2475} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1014 | 2025.04.16 04:28:07.748763 [ 274 ] {681b2507-5ef7-416b-89ef-c003588f2475} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1015 | 2025.04.16 04:28:07.748794 [ 274 ] {681b2507-5ef7-416b-89ef-c003588f2475} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1016 | 2025.04.16 04:28:07.748816 [ 274 ] {681b2507-5ef7-416b-89ef-c003588f2475} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1017 | 2025.04.16 04:28:07.748832 [ 274 ] {681b2507-5ef7-416b-89ef-c003588f2475} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1018 | 2025.04.16 04:28:07.748872 [ 274 ] {681b2507-5ef7-416b-89ef-c003588f2475} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1019 | 2025.04.16 04:28:07.748893 [ 274 ] {681b2507-5ef7-416b-89ef-c003588f2475} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1020 | 2025.04.16 04:28:07.749371 [ 274 ] {681b2507-5ef7-416b-89ef-c003588f2475} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001372 sec., 2915.451895043732 rows/sec., 134.53 KiB/sec. | ||
| 1021 | 2025.04.16 04:28:07.749483 [ 274 ] {681b2507-5ef7-416b-89ef-c003588f2475} <Debug> TCPHandler: Processed in 0.001613842 sec. | ||
| 1022 | 2025.04.16 04:28:07.749662 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1023 | 2025.04.16 04:28:07.749804 [ 274 ] {5adbe278-e233-4233-8b59-76ff64388cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1024 | 2025.04.16 04:28:07.750052 [ 274 ] {5adbe278-e233-4233-8b59-76ff64388cca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1025 | 2025.04.16 04:28:07.750089 [ 274 ] {5adbe278-e233-4233-8b59-76ff64388cca} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1026 | 2025.04.16 04:28:07.750322 [ 274 ] {5adbe278-e233-4233-8b59-76ff64388cca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1027 | 2025.04.16 04:28:07.750383 [ 274 ] {5adbe278-e233-4233-8b59-76ff64388cca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1028 | 2025.04.16 04:28:07.750516 [ 274 ] {5adbe278-e233-4233-8b59-76ff64388cca} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1029 | 2025.04.16 04:28:07.750547 [ 274 ] {5adbe278-e233-4233-8b59-76ff64388cca} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1030 | 2025.04.16 04:28:07.750569 [ 274 ] {5adbe278-e233-4233-8b59-76ff64388cca} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1031 | 2025.04.16 04:28:07.750586 [ 274 ] {5adbe278-e233-4233-8b59-76ff64388cca} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1032 | 2025.04.16 04:28:07.750627 [ 274 ] {5adbe278-e233-4233-8b59-76ff64388cca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1033 | 2025.04.16 04:28:07.750648 [ 274 ] {5adbe278-e233-4233-8b59-76ff64388cca} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1034 | 2025.04.16 04:28:07.751158 [ 274 ] {5adbe278-e233-4233-8b59-76ff64388cca} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001415 sec., 2826.8551236749117 rows/sec., 130.44 KiB/sec. | ||
| 1035 | 2025.04.16 04:28:07.751273 [ 274 ] {5adbe278-e233-4233-8b59-76ff64388cca} <Debug> TCPHandler: Processed in 0.001658753 sec. | ||
| 1036 | 2025.04.16 04:28:07.751464 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1037 | 2025.04.16 04:28:07.751606 [ 274 ] {4ade4580-7a5a-444b-97f8-67559a63a196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1038 | 2025.04.16 04:28:07.751854 [ 274 ] {4ade4580-7a5a-444b-97f8-67559a63a196} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1039 | 2025.04.16 04:28:07.751890 [ 274 ] {4ade4580-7a5a-444b-97f8-67559a63a196} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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')" moved to PREWHERE | ||
| 1040 | 2025.04.16 04:28:07.752136 [ 274 ] {4ade4580-7a5a-444b-97f8-67559a63a196} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1041 | 2025.04.16 04:28:07.752197 [ 274 ] {4ade4580-7a5a-444b-97f8-67559a63a196} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1042 | 2025.04.16 04:28:07.752332 [ 274 ] {4ade4580-7a5a-444b-97f8-67559a63a196} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1043 | 2025.04.16 04:28:07.752364 [ 274 ] {4ade4580-7a5a-444b-97f8-67559a63a196} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1044 | 2025.04.16 04:28:07.752386 [ 274 ] {4ade4580-7a5a-444b-97f8-67559a63a196} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1045 | 2025.04.16 04:28:07.752402 [ 274 ] {4ade4580-7a5a-444b-97f8-67559a63a196} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1046 | 2025.04.16 04:28:07.752443 [ 274 ] {4ade4580-7a5a-444b-97f8-67559a63a196} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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'))" | ||
| 1047 | 2025.04.16 04:28:07.752464 [ 274 ] {4ade4580-7a5a-444b-97f8-67559a63a196} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1048 | 2025.04.16 04:28:07.752962 [ 274 ] {4ade4580-7a5a-444b-97f8-67559a63a196} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001416 sec., 2824.858757062147 rows/sec., 130.35 KiB/sec. | ||
| 1049 | 2025.04.16 04:28:07.753075 [ 274 ] {4ade4580-7a5a-444b-97f8-67559a63a196} <Debug> TCPHandler: Processed in 0.001659263 sec. | ||
| 1050 | 2025.04.16 04:28:07.753283 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1051 | 2025.04.16 04:28:07.753427 [ 274 ] {88fd8bf2-bc25-46b5-8e7a-c1194df0b13d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1052 | 2025.04.16 04:28:07.753677 [ 274 ] {88fd8bf2-bc25-46b5-8e7a-c1194df0b13d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1053 | 2025.04.16 04:28:07.753716 [ 274 ] {88fd8bf2-bc25-46b5-8e7a-c1194df0b13d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_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')" moved to PREWHERE | ||
| 1054 | 2025.04.16 04:28:07.753955 [ 274 ] {88fd8bf2-bc25-46b5-8e7a-c1194df0b13d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1055 | 2025.04.16 04:28:07.754017 [ 274 ] {88fd8bf2-bc25-46b5-8e7a-c1194df0b13d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1056 | 2025.04.16 04:28:07.754152 [ 274 ] {88fd8bf2-bc25-46b5-8e7a-c1194df0b13d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1057 | 2025.04.16 04:28:07.754183 [ 274 ] {88fd8bf2-bc25-46b5-8e7a-c1194df0b13d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1058 | 2025.04.16 04:28:07.754205 [ 274 ] {88fd8bf2-bc25-46b5-8e7a-c1194df0b13d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1059 | 2025.04.16 04:28:07.754222 [ 274 ] {88fd8bf2-bc25-46b5-8e7a-c1194df0b13d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1060 | 2025.04.16 04:28:07.754263 [ 274 ] {88fd8bf2-bc25-46b5-8e7a-c1194df0b13d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_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'))" | ||
| 1061 | 2025.04.16 04:28:07.754283 [ 274 ] {88fd8bf2-bc25-46b5-8e7a-c1194df0b13d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1062 | 2025.04.16 04:28:07.754774 [ 274 ] {88fd8bf2-bc25-46b5-8e7a-c1194df0b13d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00141 sec., 2836.8794326241136 rows/sec., 130.90 KiB/sec. | ||
| 1063 | 2025.04.16 04:28:07.754884 [ 274 ] {88fd8bf2-bc25-46b5-8e7a-c1194df0b13d} <Debug> TCPHandler: Processed in 0.001651323 sec. | ||
| 1064 | 2025.04.16 04:28:07.758372 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1065 | 2025.04.16 04:28:07.758506 [ 274 ] {8ddf2f2e-243c-4141-acb7-139d920e5c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1066 | 2025.04.16 04:28:07.758561 [ 274 ] {8ddf2f2e-243c-4141-acb7-139d920e5c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1067 | 2025.04.16 04:28:07.759239 [ 274 ] {8ddf2f2e-243c-4141-acb7-139d920e5c8f} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1068 | 2025.04.16 04:28:07.759276 [ 274 ] {8ddf2f2e-243c-4141-acb7-139d920e5c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1069 | 2025.04.16 04:28:07.759882 [ 274 ] {8ddf2f2e-243c-4141-acb7-139d920e5c8f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1070 | 2025.04.16 04:28:07.760369 [ 274 ] {8ddf2f2e-243c-4141-acb7-139d920e5c8f} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1071 | 2025.04.16 04:28:07.760563 [ 274 ] {8ddf2f2e-243c-4141-acb7-139d920e5c8f} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002088 sec., 6704.9808429118775 rows/sec., 962.06 KiB/sec. | ||
| 1072 | 2025.04.16 04:28:07.760732 [ 274 ] {8ddf2f2e-243c-4141-acb7-139d920e5c8f} <Debug> TCPHandler: Processed in 0.002411918 sec. | ||
| 1073 | 2025.04.16 04:28:07.760867 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1074 | 2025.04.16 04:28:07.760971 [ 274 ] {c1c046f1-4fce-42ce-b411-a53d6e268fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1075 | 2025.04.16 04:28:07.761015 [ 274 ] {c1c046f1-4fce-42ce-b411-a53d6e268fc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1076 | 2025.04.16 04:28:07.761563 [ 274 ] {c1c046f1-4fce-42ce-b411-a53d6e268fc4} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1077 | 2025.04.16 04:28:07.761600 [ 274 ] {c1c046f1-4fce-42ce-b411-a53d6e268fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1078 | 2025.04.16 04:28:07.762153 [ 274 ] {c1c046f1-4fce-42ce-b411-a53d6e268fc4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1079 | 2025.04.16 04:28:07.762706 [ 274 ] {c1c046f1-4fce-42ce-b411-a53d6e268fc4} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1080 | 2025.04.16 04:28:07.762919 [ 274 ] {c1c046f1-4fce-42ce-b411-a53d6e268fc4} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001954 sec., 13306.038894575231 rows/sec., 1013.05 KiB/sec. | ||
| 1081 | 2025.04.16 04:28:07.763049 [ 274 ] {c1c046f1-4fce-42ce-b411-a53d6e268fc4} <Debug> TCPHandler: Processed in 0.002230305 sec. | ||
| 1082 | 2025.04.16 04:28:07.763157 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1083 | 2025.04.16 04:28:07.763260 [ 274 ] {b932470e-5c59-40df-8518-3e6ea4bd39c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1084 | 2025.04.16 04:28:07.763303 [ 274 ] {b932470e-5c59-40df-8518-3e6ea4bd39c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1085 | 2025.04.16 04:28:07.763801 [ 274 ] {b932470e-5c59-40df-8518-3e6ea4bd39c3} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1086 | 2025.04.16 04:28:07.763837 [ 274 ] {b932470e-5c59-40df-8518-3e6ea4bd39c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1087 | 2025.04.16 04:28:07.764292 [ 274 ] {b932470e-5c59-40df-8518-3e6ea4bd39c3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1088 | 2025.04.16 04:28:07.764770 [ 274 ] {b932470e-5c59-40df-8518-3e6ea4bd39c3} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1089 | 2025.04.16 04:28:07.764993 [ 274 ] {b932470e-5c59-40df-8518-3e6ea4bd39c3} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001751 sec., 15990.862364363222 rows/sec., 1.25 MiB/sec. | ||
| 1090 | 2025.04.16 04:28:07.765123 [ 274 ] {b932470e-5c59-40df-8518-3e6ea4bd39c3} <Debug> TCPHandler: Processed in 0.002013921 sec. | ||
| 1091 | 2025.04.16 04:28:07.765279 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1092 | 2025.04.16 04:28:07.765390 [ 274 ] {78ca1769-45af-4916-ac6b-c418a6de55dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1093 | 2025.04.16 04:28:07.765437 [ 274 ] {78ca1769-45af-4916-ac6b-c418a6de55dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1094 | 2025.04.16 04:28:07.765895 [ 274 ] {78ca1769-45af-4916-ac6b-c418a6de55dd} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1095 | 2025.04.16 04:28:07.765932 [ 274 ] {78ca1769-45af-4916-ac6b-c418a6de55dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1096 | 2025.04.16 04:28:07.766573 [ 274 ] {78ca1769-45af-4916-ac6b-c418a6de55dd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1097 | 2025.04.16 04:28:07.767144 [ 274 ] {78ca1769-45af-4916-ac6b-c418a6de55dd} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1098 | 2025.04.16 04:28:07.767350 [ 274 ] {78ca1769-45af-4916-ac6b-c418a6de55dd} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001973 sec., 40547.389761784085 rows/sec., 2.81 MiB/sec. | ||
| 1099 | 2025.04.16 04:28:07.767472 [ 274 ] {78ca1769-45af-4916-ac6b-c418a6de55dd} <Debug> TCPHandler: Processed in 0.002261936 sec. | ||
| 1100 | 2025.04.16 04:28:07.767589 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1101 | 2025.04.16 04:28:07.767692 [ 274 ] {98e79b08-6897-448d-9bb7-23bc7a9429fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1102 | 2025.04.16 04:28:07.767738 [ 274 ] {98e79b08-6897-448d-9bb7-23bc7a9429fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1103 | 2025.04.16 04:28:07.768147 [ 274 ] {98e79b08-6897-448d-9bb7-23bc7a9429fb} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1104 | 2025.04.16 04:28:07.768184 [ 274 ] {98e79b08-6897-448d-9bb7-23bc7a9429fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1105 | 2025.04.16 04:28:07.768751 [ 274 ] {98e79b08-6897-448d-9bb7-23bc7a9429fb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1106 | 2025.04.16 04:28:07.769230 [ 274 ] {98e79b08-6897-448d-9bb7-23bc7a9429fb} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1107 | 2025.04.16 04:28:07.769444 [ 274 ] {98e79b08-6897-448d-9bb7-23bc7a9429fb} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001748 sec., 13729.977116704806 rows/sec., 963.15 KiB/sec. | ||
| 1108 | 2025.04.16 04:28:07.769545 [ 274 ] {98e79b08-6897-448d-9bb7-23bc7a9429fb} <Debug> TCPHandler: Processed in 0.002003751 sec. | ||
| 1109 | 2025.04.16 04:28:10.338662 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1110 | 2025.04.16 04:28:10.338711 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1111 | 2025.04.16 04:28:10.405795 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1112 | 2025.04.16 04:28:10.406410 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1113 | 2025.04.16 04:28:10.406455 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1114 | 2025.04.16 04:28:10.407154 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1115 | 2025.04.16 04:28:10.407640 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1116 | 2025.04.16 04:28:10.407824 [ 85 ] {} <Debug> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1117 | 2025.04.16 04:28:10.407895 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1118 | 2025.04.16 04:28:10.407912 [ 85 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1119 | 2025.04.16 04:28:10.407945 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1120 | 2025.04.16 04:28:10.410258 [ 196 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::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 | ||
| 1121 | 2025.04.16 04:28:10.410544 [ 196 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1122 | 2025.04.16 04:28:10.410728 [ 196 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::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 | ||
| 1123 | 2025.04.16 04:28:10.410890 [ 196 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::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 | ||
| 1124 | 2025.04.16 04:28:10.411090 [ 196 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::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 | ||
| 1125 | 2025.04.16 04:28:10.411291 [ 196 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::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 | ||
| 1126 | 2025.04.16 04:28:10.411498 [ 196 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::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 | ||
| 1127 | 2025.04.16 04:28:10.411644 [ 196 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::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 | ||
| 1128 | 2025.04.16 04:28:10.433338 [ 188 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.025302209 sec., 110899.40803192323 rows/sec., 1.59 MiB/sec. | ||
| 1129 | 2025.04.16 04:28:10.434209 [ 188 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1130 | 2025.04.16 04:28:10.434865 [ 188 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_6_1} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1131 | 2025.04.16 04:28:10.434944 [ 188 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_6_1} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1132 | 2025.04.16 04:28:10.435045 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1133 | 2025.04.16 04:28:10.553118 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1134 | 2025.04.16 04:28:10.573438 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1135 | 2025.04.16 04:28:10.573484 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1136 | 2025.04.16 04:28:10.580689 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1137 | 2025.04.16 04:28:10.582114 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1138 | 2025.04.16 04:28:10.582451 [ 85 ] {} <Debug> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1139 | 2025.04.16 04:28:10.582582 [ 85 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1140 | 2025.04.16 04:28:10.582651 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1141 | 2025.04.16 04:28:10.582881 [ 188 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::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 | ||
| 1142 | 2025.04.16 04:28:10.591404 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1143 | 2025.04.16 04:28:10.592558 [ 188 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1144 | 2025.04.16 04:28:10.593388 [ 188 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::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 | ||
| 1145 | 2025.04.16 04:28:10.597721 [ 188 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::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 | ||
| 1146 | 2025.04.16 04:28:10.601971 [ 188 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::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 | ||
| 1147 | 2025.04.16 04:28:10.606305 [ 188 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::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 | ||
| 1148 | 2025.04.16 04:28:10.614941 [ 188 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::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 | ||
| 1149 | 2025.04.16 04:28:10.619040 [ 188 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::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 | ||
| 1150 | 2025.04.16 04:28:10.678078 [ 187 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.095312826 sec., 482.62130009658927 rows/sec., 2.50 MiB/sec. | ||
| 1151 | 2025.04.16 04:28:10.680772 [ 187 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1152 | 2025.04.16 04:28:10.684190 [ 187 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_6_1} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1153 | 2025.04.16 04:28:10.684318 [ 187 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_6_1} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1154 | 2025.04.16 04:28:10.686437 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1155 | 2025.04.16 04:28:11.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.55 MiB, peak 168.08 MiB, free memory in arenas 0.00 B, will set to 162.80 MiB (RSS), difference: 4.26 MiB | ||
| 1156 | 2025.04.16 04:28:12.697760 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1157 | 2025.04.16 04:28:12.698047 [ 274 ] {27c174e6-8491-4f17-8970-3167234732e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1158 | 2025.04.16 04:28:12.698159 [ 274 ] {27c174e6-8491-4f17-8970-3167234732e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1159 | 2025.04.16 04:28:12.699212 [ 274 ] {27c174e6-8491-4f17-8970-3167234732e5} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1160 | 2025.04.16 04:28:12.699262 [ 274 ] {27c174e6-8491-4f17-8970-3167234732e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1161 | 2025.04.16 04:28:12.699814 [ 274 ] {27c174e6-8491-4f17-8970-3167234732e5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1162 | 2025.04.16 04:28:12.700304 [ 274 ] {27c174e6-8491-4f17-8970-3167234732e5} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1163 | 2025.04.16 04:28:12.700536 [ 274 ] {27c174e6-8491-4f17-8970-3167234732e5} <Debug> executeQuery: Read 80 rows, 7.04 KiB in 0.002561 sec., 31237.797735259664 rows/sec., 2.68 MiB/sec. | ||
| 1164 | 2025.04.16 04:28:12.700709 [ 274 ] {27c174e6-8491-4f17-8970-3167234732e5} <Debug> TCPHandler: Processed in 0.003081111 sec. | ||
| 1165 | 2025.04.16 04:28:12.700864 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1166 | 2025.04.16 04:28:12.700968 [ 274 ] {7c269c0e-6c8f-414e-a39b-37a29027b5eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1167 | 2025.04.16 04:28:12.701012 [ 274 ] {7c269c0e-6c8f-414e-a39b-37a29027b5eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1168 | 2025.04.16 04:28:12.701583 [ 274 ] {7c269c0e-6c8f-414e-a39b-37a29027b5eb} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1169 | 2025.04.16 04:28:12.701621 [ 274 ] {7c269c0e-6c8f-414e-a39b-37a29027b5eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1170 | 2025.04.16 04:28:12.702066 [ 274 ] {7c269c0e-6c8f-414e-a39b-37a29027b5eb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1171 | 2025.04.16 04:28:12.702500 [ 274 ] {7c269c0e-6c8f-414e-a39b-37a29027b5eb} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1172 | 2025.04.16 04:28:12.702699 [ 274 ] {7c269c0e-6c8f-414e-a39b-37a29027b5eb} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001744 sec., 15481.651376146789 rows/sec., 1.14 MiB/sec. | ||
| 1173 | 2025.04.16 04:28:12.702848 [ 274 ] {7c269c0e-6c8f-414e-a39b-37a29027b5eb} <Debug> TCPHandler: Processed in 0.00203309 sec. | ||
| 1174 | 2025.04.16 04:28:12.702970 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1175 | 2025.04.16 04:28:12.703071 [ 274 ] {3653013c-fbda-434c-8175-6d5316d72e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1176 | 2025.04.16 04:28:12.703115 [ 274 ] {3653013c-fbda-434c-8175-6d5316d72e8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1177 | 2025.04.16 04:28:12.703638 [ 274 ] {3653013c-fbda-434c-8175-6d5316d72e8c} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1178 | 2025.04.16 04:28:12.703676 [ 274 ] {3653013c-fbda-434c-8175-6d5316d72e8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1179 | 2025.04.16 04:28:12.704104 [ 274 ] {3653013c-fbda-434c-8175-6d5316d72e8c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1180 | 2025.04.16 04:28:12.704592 [ 274 ] {3653013c-fbda-434c-8175-6d5316d72e8c} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1181 | 2025.04.16 04:28:12.704786 [ 274 ] {3653013c-fbda-434c-8175-6d5316d72e8c} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001735 sec., 31700.28818443804 rows/sec., 2.48 MiB/sec. | ||
| 1182 | 2025.04.16 04:28:12.704833 [ 274 ] {3653013c-fbda-434c-8175-6d5316d72e8c} <Debug> TCPHandler: Processed in 0.001912889 sec. | ||
| 1183 | 2025.04.16 04:28:12.704946 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1184 | 2025.04.16 04:28:12.705049 [ 274 ] {4f185f08-e826-4905-9685-7e548534765d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1185 | 2025.04.16 04:28:12.705095 [ 274 ] {4f185f08-e826-4905-9685-7e548534765d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1186 | 2025.04.16 04:28:12.705554 [ 274 ] {4f185f08-e826-4905-9685-7e548534765d} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1187 | 2025.04.16 04:28:12.705592 [ 274 ] {4f185f08-e826-4905-9685-7e548534765d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1188 | 2025.04.16 04:28:12.706064 [ 274 ] {4f185f08-e826-4905-9685-7e548534765d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1189 | 2025.04.16 04:28:12.706521 [ 274 ] {4f185f08-e826-4905-9685-7e548534765d} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1190 | 2025.04.16 04:28:12.706708 [ 274 ] {4f185f08-e826-4905-9685-7e548534765d} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001681 sec., 59488.3997620464 rows/sec., 4.12 MiB/sec. | ||
| 1191 | 2025.04.16 04:28:12.706756 [ 274 ] {4f185f08-e826-4905-9685-7e548534765d} <Debug> TCPHandler: Processed in 0.001858077 sec. | ||
| 1192 | 2025.04.16 04:28:12.706878 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1193 | 2025.04.16 04:28:12.706980 [ 274 ] {eb58ca06-3d7b-4c2d-a0d3-ac15bc246a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1194 | 2025.04.16 04:28:12.707044 [ 274 ] {eb58ca06-3d7b-4c2d-a0d3-ac15bc246a48} <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 | ||
| 1195 | 2025.04.16 04:28:12.708070 [ 274 ] {eb58ca06-3d7b-4c2d-a0d3-ac15bc246a48} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1196 | 2025.04.16 04:28:12.708107 [ 274 ] {eb58ca06-3d7b-4c2d-a0d3-ac15bc246a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1197 | 2025.04.16 04:28:12.708827 [ 274 ] {eb58ca06-3d7b-4c2d-a0d3-ac15bc246a48} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1198 | 2025.04.16 04:28:12.709398 [ 274 ] {eb58ca06-3d7b-4c2d-a0d3-ac15bc246a48} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1199 | 2025.04.16 04:28:12.709662 [ 274 ] {eb58ca06-3d7b-4c2d-a0d3-ac15bc246a48} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002701 sec., 9996.297667530545 rows/sec., 17.91 MiB/sec. | ||
| 1200 | 2025.04.16 04:28:12.709769 [ 274 ] {eb58ca06-3d7b-4c2d-a0d3-ac15bc246a48} <Debug> TCPHandler: Processed in 0.002938939 sec. | ||
| 1201 | 2025.04.16 04:28:12.709900 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1202 | 2025.04.16 04:28:12.710010 [ 274 ] {358d9bae-8c78-430c-9620-126f632e3e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1203 | 2025.04.16 04:28:12.710056 [ 274 ] {358d9bae-8c78-430c-9620-126f632e3e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1204 | 2025.04.16 04:28:12.710477 [ 274 ] {358d9bae-8c78-430c-9620-126f632e3e14} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1205 | 2025.04.16 04:28:12.710517 [ 274 ] {358d9bae-8c78-430c-9620-126f632e3e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1206 | 2025.04.16 04:28:12.710990 [ 274 ] {358d9bae-8c78-430c-9620-126f632e3e14} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1207 | 2025.04.16 04:28:12.711460 [ 274 ] {358d9bae-8c78-430c-9620-126f632e3e14} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1208 | 2025.04.16 04:28:12.711695 [ 274 ] {358d9bae-8c78-430c-9620-126f632e3e14} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001696 sec., 17688.67924528302 rows/sec., 1.21 MiB/sec. | ||
| 1209 | 2025.04.16 04:28:12.711820 [ 274 ] {358d9bae-8c78-430c-9620-126f632e3e14} <Debug> TCPHandler: Processed in 0.00197079 sec. | ||
| 1210 | 2025.04.16 04:28:15.402714 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 158 | ||
| 1211 | 2025.04.16 04:28:15.406119 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1212 | 2025.04.16 04:28:15.406177 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1213 | 2025.04.16 04:28:15.407803 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1214 | 2025.04.16 04:28:15.408350 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2025.04.16 04:28:15.408960 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 158 | ||
| 1216 | 2025.04.16 04:28:17.692372 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1217 | 2025.04.16 04:28:17.692671 [ 274 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1218 | 2025.04.16 04:28:17.693076 [ 274 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1219 | 2025.04.16 04:28:17.693118 [ 274 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1220 | 2025.04.16 04:28:17.693409 [ 274 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1221 | 2025.04.16 04:28:17.693487 [ 274 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1222 | 2025.04.16 04:28:17.693658 [ 274 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1223 | 2025.04.16 04:28:17.693889 [ 287 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1224 | 2025.04.16 04:28:17.693947 [ 286 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1225 | 2025.04.16 04:28:17.694092 [ 274 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1226 | 2025.04.16 04:28:17.694125 [ 274 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1227 | 2025.04.16 04:28:17.698127 [ 274 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1228 | 2025.04.16 04:28:17.698185 [ 274 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1229 | 2025.04.16 04:28:17.698290 [ 274 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1230 | 2025.04.16 04:28:17.698375 [ 274 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1231 | 2025.04.16 04:28:17.700138 [ 274 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.007591 sec., 2371.2290870768015 rows/sec., 99.57 KiB/sec. | ||
| 1232 | 2025.04.16 04:28:17.700292 [ 274 ] {280092b9-90ab-4e75-9dd2-258da02dc7b0} <Debug> TCPHandler: Processed in 0.008054732 sec. | ||
| 1233 | 2025.04.16 04:28:17.702840 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1234 | 2025.04.16 04:28:17.703075 [ 274 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 1235 | 2025.04.16 04:28:17.703765 [ 274 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1236 | 2025.04.16 04:28:17.703848 [ 274 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
| 1237 | 2025.04.16 04:28:17.704176 [ 274 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1238 | 2025.04.16 04:28:17.704242 [ 274 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1239 | 2025.04.16 04:28:17.704382 [ 274 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1240 | 2025.04.16 04:28:17.704505 [ 287 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1241 | 2025.04.16 04:28:17.704507 [ 288 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1242 | 2025.04.16 04:28:17.704629 [ 274 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1243 | 2025.04.16 04:28:17.704656 [ 274 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1244 | 2025.04.16 04:28:17.704733 [ 274 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1245 | 2025.04.16 04:28:17.704753 [ 274 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1246 | 2025.04.16 04:28:17.704790 [ 274 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
| 1247 | 2025.04.16 04:28:17.704831 [ 274 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
| 1248 | 2025.04.16 04:28:17.705851 [ 274 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002925 sec., 6153.846153846153 rows/sec., 258.41 KiB/sec. | ||
| 1249 | 2025.04.16 04:28:17.706000 [ 274 ] {8ff7d7c3-50b1-421e-b70d-53e5cf8ca29e} <Debug> TCPHandler: Processed in 0.003211505 sec. | ||
| 1250 | 2025.04.16 04:28:17.706524 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1251 | 2025.04.16 04:28:17.706675 [ 274 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 1252 | 2025.04.16 04:28:17.706935 [ 274 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1253 | 2025.04.16 04:28:17.706976 [ 274 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
| 1254 | 2025.04.16 04:28:17.707231 [ 274 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1255 | 2025.04.16 04:28:17.707295 [ 274 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1256 | 2025.04.16 04:28:17.707434 [ 274 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1257 | 2025.04.16 04:28:17.707539 [ 287 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1258 | 2025.04.16 04:28:17.707555 [ 288 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1259 | 2025.04.16 04:28:17.707651 [ 274 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1260 | 2025.04.16 04:28:17.707679 [ 274 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1261 | 2025.04.16 04:28:17.707756 [ 274 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1262 | 2025.04.16 04:28:17.707775 [ 274 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1263 | 2025.04.16 04:28:17.707812 [ 274 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1264 | 2025.04.16 04:28:17.707851 [ 274 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1265 | 2025.04.16 04:28:17.708878 [ 274 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002268 sec., 7936.507936507936 rows/sec., 333.27 KiB/sec. | ||
| 1266 | 2025.04.16 04:28:17.709031 [ 274 ] {a21578e5-f04d-4fc8-9409-1dc1fe4077c9} <Debug> TCPHandler: Processed in 0.002558282 sec. | ||
| 1267 | 2025.04.16 04:28:17.709256 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1268 | 2025.04.16 04:28:17.709405 [ 274 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1269 | 2025.04.16 04:28:17.709664 [ 274 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1270 | 2025.04.16 04:28:17.709704 [ 274 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
| 1271 | 2025.04.16 04:28:17.709963 [ 274 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1272 | 2025.04.16 04:28:17.710027 [ 274 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1273 | 2025.04.16 04:28:17.710164 [ 274 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1274 | 2025.04.16 04:28:17.710267 [ 287 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1275 | 2025.04.16 04:28:17.710285 [ 288 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1276 | 2025.04.16 04:28:17.710380 [ 274 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1277 | 2025.04.16 04:28:17.710407 [ 274 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1278 | 2025.04.16 04:28:17.710484 [ 274 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1279 | 2025.04.16 04:28:17.710503 [ 274 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1280 | 2025.04.16 04:28:17.710541 [ 274 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1281 | 2025.04.16 04:28:17.710609 [ 274 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1282 | 2025.04.16 04:28:17.711583 [ 274 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002242 sec., 8028.545941123996 rows/sec., 337.14 KiB/sec. | ||
| 1283 | 2025.04.16 04:28:17.711730 [ 274 ] {95addf12-006c-44e5-ae5d-4be7add4432b} <Debug> TCPHandler: Processed in 0.002524981 sec. | ||
| 1284 | 2025.04.16 04:28:17.711954 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1285 | 2025.04.16 04:28:17.712132 [ 274 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1286 | 2025.04.16 04:28:17.712402 [ 274 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1287 | 2025.04.16 04:28:17.712443 [ 274 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1288 | 2025.04.16 04:28:17.712701 [ 274 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1289 | 2025.04.16 04:28:17.712766 [ 274 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1290 | 2025.04.16 04:28:17.712903 [ 274 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1291 | 2025.04.16 04:28:17.712963 [ 287 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1292 | 2025.04.16 04:28:17.712997 [ 288 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1293 | 2025.04.16 04:28:17.713104 [ 274 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1294 | 2025.04.16 04:28:17.713131 [ 274 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1295 | 2025.04.16 04:28:17.713207 [ 274 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1296 | 2025.04.16 04:28:17.713227 [ 274 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1297 | 2025.04.16 04:28:17.713264 [ 274 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1298 | 2025.04.16 04:28:17.713304 [ 274 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1299 | 2025.04.16 04:28:17.714187 [ 274 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002122 sec., 8482.563619227143 rows/sec., 356.20 KiB/sec. | ||
| 1300 | 2025.04.16 04:28:17.714310 [ 274 ] {f8453cd3-659f-40ef-9195-e9cb148ffda2} <Debug> TCPHandler: Processed in 0.002406939 sec. | ||
| 1301 | 2025.04.16 04:28:17.714532 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1302 | 2025.04.16 04:28:17.714685 [ 274 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1303 | 2025.04.16 04:28:17.714947 [ 274 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1304 | 2025.04.16 04:28:17.714989 [ 274 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1305 | 2025.04.16 04:28:17.715248 [ 274 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1306 | 2025.04.16 04:28:17.715310 [ 274 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1307 | 2025.04.16 04:28:17.715448 [ 274 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1308 | 2025.04.16 04:28:17.715547 [ 286 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1309 | 2025.04.16 04:28:17.715550 [ 287 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1310 | 2025.04.16 04:28:17.715647 [ 274 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1311 | 2025.04.16 04:28:17.715670 [ 274 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1312 | 2025.04.16 04:28:17.715743 [ 274 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1313 | 2025.04.16 04:28:17.715762 [ 274 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1314 | 2025.04.16 04:28:17.715798 [ 274 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1315 | 2025.04.16 04:28:17.715837 [ 274 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1316 | 2025.04.16 04:28:17.716812 [ 274 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002195 sec., 8200.455580865604 rows/sec., 344.36 KiB/sec. | ||
| 1317 | 2025.04.16 04:28:17.716950 [ 274 ] {1cd0211c-f0ea-495a-af1e-dafde695e95d} <Debug> TCPHandler: Processed in 0.002468079 sec. | ||
| 1318 | 2025.04.16 04:28:17.717169 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1319 | 2025.04.16 04:28:17.717322 [ 274 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1320 | 2025.04.16 04:28:17.717586 [ 274 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1321 | 2025.04.16 04:28:17.717627 [ 274 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1322 | 2025.04.16 04:28:17.717887 [ 274 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1323 | 2025.04.16 04:28:17.717956 [ 274 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1324 | 2025.04.16 04:28:17.718097 [ 274 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1325 | 2025.04.16 04:28:17.718208 [ 287 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1326 | 2025.04.16 04:28:17.718209 [ 288 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1327 | 2025.04.16 04:28:17.718317 [ 274 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1328 | 2025.04.16 04:28:17.718344 [ 274 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1329 | 2025.04.16 04:28:17.718419 [ 274 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1330 | 2025.04.16 04:28:17.718438 [ 274 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1331 | 2025.04.16 04:28:17.718477 [ 274 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1332 | 2025.04.16 04:28:17.718517 [ 274 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1333 | 2025.04.16 04:28:17.719512 [ 274 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002257 sec., 7975.188303057156 rows/sec., 334.90 KiB/sec. | ||
| 1334 | 2025.04.16 04:28:17.719657 [ 274 ] {7598c04c-86f4-4a90-85e6-039db1f3ccad} <Debug> TCPHandler: Processed in 0.0025392 sec. | ||
| 1335 | 2025.04.16 04:28:17.719887 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1336 | 2025.04.16 04:28:17.720040 [ 274 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1337 | 2025.04.16 04:28:17.720305 [ 274 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1338 | 2025.04.16 04:28:17.720348 [ 274 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1339 | 2025.04.16 04:28:17.720614 [ 274 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1340 | 2025.04.16 04:28:17.720678 [ 274 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1341 | 2025.04.16 04:28:17.720816 [ 274 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1342 | 2025.04.16 04:28:17.720908 [ 286 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1343 | 2025.04.16 04:28:17.720920 [ 288 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1344 | 2025.04.16 04:28:17.721026 [ 274 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1345 | 2025.04.16 04:28:17.721053 [ 274 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1346 | 2025.04.16 04:28:17.721130 [ 274 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1347 | 2025.04.16 04:28:17.721149 [ 274 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1348 | 2025.04.16 04:28:17.721188 [ 274 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1349 | 2025.04.16 04:28:17.721228 [ 274 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1350 | 2025.04.16 04:28:17.722145 [ 274 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002172 sec., 8287.292817679558 rows/sec., 348.00 KiB/sec. | ||
| 1351 | 2025.04.16 04:28:17.722271 [ 274 ] {e0739cb9-9fc1-4179-9707-d51522c2650a} <Debug> TCPHandler: Processed in 0.002434969 sec. | ||
| 1352 | 2025.04.16 04:28:17.722479 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1353 | 2025.04.16 04:28:17.722631 [ 274 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1354 | 2025.04.16 04:28:17.722894 [ 274 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1355 | 2025.04.16 04:28:17.722936 [ 274 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1356 | 2025.04.16 04:28:17.723206 [ 274 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1357 | 2025.04.16 04:28:17.723270 [ 274 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1358 | 2025.04.16 04:28:17.723408 [ 274 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1359 | 2025.04.16 04:28:17.723478 [ 287 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1360 | 2025.04.16 04:28:17.723499 [ 288 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1361 | 2025.04.16 04:28:17.723588 [ 274 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1362 | 2025.04.16 04:28:17.723616 [ 274 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1363 | 2025.04.16 04:28:17.723692 [ 274 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1364 | 2025.04.16 04:28:17.723711 [ 274 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1365 | 2025.04.16 04:28:17.723749 [ 274 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1366 | 2025.04.16 04:28:17.723789 [ 274 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1367 | 2025.04.16 04:28:17.724721 [ 274 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002159 sec., 8337.193144974526 rows/sec., 350.10 KiB/sec. | ||
| 1368 | 2025.04.16 04:28:17.724854 [ 274 ] {89efc9a3-2ffa-4a12-a511-7ed6939bc593} <Debug> TCPHandler: Processed in 0.002427179 sec. | ||
| 1369 | 2025.04.16 04:28:17.725085 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1370 | 2025.04.16 04:28:17.725240 [ 274 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1371 | 2025.04.16 04:28:17.725505 [ 274 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1372 | 2025.04.16 04:28:17.725546 [ 274 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1373 | 2025.04.16 04:28:17.725816 [ 274 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1374 | 2025.04.16 04:28:17.725880 [ 274 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1375 | 2025.04.16 04:28:17.726018 [ 274 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1376 | 2025.04.16 04:28:17.726088 [ 287 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1377 | 2025.04.16 04:28:17.726109 [ 288 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1378 | 2025.04.16 04:28:17.726201 [ 274 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1379 | 2025.04.16 04:28:17.726228 [ 274 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1380 | 2025.04.16 04:28:17.726304 [ 274 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1381 | 2025.04.16 04:28:17.726324 [ 274 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1382 | 2025.04.16 04:28:17.726363 [ 274 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1383 | 2025.04.16 04:28:17.726403 [ 274 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1384 | 2025.04.16 04:28:17.727308 [ 274 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002138 sec., 8419.083255378859 rows/sec., 353.54 KiB/sec. | ||
| 1385 | 2025.04.16 04:28:17.727432 [ 274 ] {e9fcdc64-19fa-4ea4-96aa-c34f146fbc2f} <Debug> TCPHandler: Processed in 0.002397628 sec. | ||
| 1386 | 2025.04.16 04:28:17.727655 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1387 | 2025.04.16 04:28:17.727809 [ 274 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1388 | 2025.04.16 04:28:17.728076 [ 274 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1389 | 2025.04.16 04:28:17.728119 [ 274 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1390 | 2025.04.16 04:28:17.728389 [ 274 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1391 | 2025.04.16 04:28:17.728453 [ 274 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1392 | 2025.04.16 04:28:17.728592 [ 274 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1393 | 2025.04.16 04:28:17.728666 [ 287 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1394 | 2025.04.16 04:28:17.728682 [ 288 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1395 | 2025.04.16 04:28:17.728779 [ 274 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1396 | 2025.04.16 04:28:17.728807 [ 274 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1397 | 2025.04.16 04:28:17.728885 [ 274 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1398 | 2025.04.16 04:28:17.728904 [ 274 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1399 | 2025.04.16 04:28:17.728941 [ 274 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1400 | 2025.04.16 04:28:17.728982 [ 274 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1401 | 2025.04.16 04:28:17.729992 [ 274 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002253 sec., 7989.347536617844 rows/sec., 335.49 KiB/sec. | ||
| 1402 | 2025.04.16 04:28:17.730119 [ 274 ] {32c17bb8-f86e-4706-b0e9-473f56742bbd} <Debug> TCPHandler: Processed in 0.002515741 sec. | ||
| 1403 | 2025.04.16 04:28:17.735263 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1404 | 2025.04.16 04:28:17.735575 [ 274 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1405 | 2025.04.16 04:28:17.736067 [ 274 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1406 | 2025.04.16 04:28:17.736111 [ 274 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1407 | 2025.04.16 04:28:17.736382 [ 274 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1408 | 2025.04.16 04:28:17.736446 [ 274 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1409 | 2025.04.16 04:28:17.736582 [ 274 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1410 | 2025.04.16 04:28:17.736683 [ 287 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1411 | 2025.04.16 04:28:17.736686 [ 288 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1412 | 2025.04.16 04:28:17.736812 [ 274 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (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 | ||
| 1413 | 2025.04.16 04:28:17.736840 [ 274 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1414 | 2025.04.16 04:28:17.736918 [ 274 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1415 | 2025.04.16 04:28:17.736937 [ 274 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1416 | 2025.04.16 04:28:17.736976 [ 274 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1417 | 2025.04.16 04:28:17.737016 [ 274 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1418 | 2025.04.16 04:28:17.738025 [ 274 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002604 sec., 6912.442396313364 rows/sec., 290.27 KiB/sec. | ||
| 1419 | 2025.04.16 04:28:17.738152 [ 274 ] {61db9e01-58e2-4cdf-9af9-dd9614f8a1e7} <Debug> TCPHandler: Processed in 0.002994811 sec. | ||
| 1420 | 2025.04.16 04:28:17.741903 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1421 | 2025.04.16 04:28:17.742048 [ 274 ] {b4eb6d0e-1650-4ce3-a772-604cae79a096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1422 | 2025.04.16 04:28:17.742102 [ 274 ] {b4eb6d0e-1650-4ce3-a772-604cae79a096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1423 | 2025.04.16 04:28:17.742786 [ 274 ] {b4eb6d0e-1650-4ce3-a772-604cae79a096} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1424 | 2025.04.16 04:28:17.742832 [ 274 ] {b4eb6d0e-1650-4ce3-a772-604cae79a096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1425 | 2025.04.16 04:28:17.743325 [ 274 ] {b4eb6d0e-1650-4ce3-a772-604cae79a096} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1426 | 2025.04.16 04:28:17.743537 [ 274 ] {b4eb6d0e-1650-4ce3-a772-604cae79a096} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1427 | 2025.04.16 04:28:17.743742 [ 274 ] {b4eb6d0e-1650-4ce3-a772-604cae79a096} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.001731 sec., 6932.409012131716 rows/sec., 2.47 MiB/sec. | ||
| 1428 | 2025.04.16 04:28:17.743795 [ 274 ] {b4eb6d0e-1650-4ce3-a772-604cae79a096} <Debug> TCPHandler: Processed in 0.001942419 sec. | ||
| 1429 | 2025.04.16 04:28:17.743915 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1430 | 2025.04.16 04:28:17.744025 [ 274 ] {7c42ad4a-3154-4c07-b3aa-f856c1421470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1431 | 2025.04.16 04:28:17.744070 [ 274 ] {7c42ad4a-3154-4c07-b3aa-f856c1421470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1432 | 2025.04.16 04:28:17.746553 [ 274 ] {7c42ad4a-3154-4c07-b3aa-f856c1421470} <Trace> oximeter.fields_i16 (da77d9e2-6efb-4854-b071-00b8eb4111c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1433 | 2025.04.16 04:28:17.746590 [ 274 ] {7c42ad4a-3154-4c07-b3aa-f856c1421470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1434 | 2025.04.16 04:28:17.746944 [ 274 ] {7c42ad4a-3154-4c07-b3aa-f856c1421470} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1435 | 2025.04.16 04:28:17.747184 [ 274 ] {7c42ad4a-3154-4c07-b3aa-f856c1421470} <Trace> oximeter.fields_i16 (da77d9e2-6efb-4854-b071-00b8eb4111c6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1436 | 2025.04.16 04:28:17.747413 [ 274 ] {7c42ad4a-3154-4c07-b3aa-f856c1421470} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00341 sec., 62170.087976539595 rows/sec., 3.95 MiB/sec. | ||
| 1437 | 2025.04.16 04:28:17.747565 [ 274 ] {7c42ad4a-3154-4c07-b3aa-f856c1421470} <Debug> TCPHandler: Processed in 0.003700344 sec. | ||
| 1438 | 2025.04.16 04:28:17.747679 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1439 | 2025.04.16 04:28:17.747783 [ 274 ] {7591aac8-0eee-4486-bb2a-5d4e52bf0e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1440 | 2025.04.16 04:28:17.747828 [ 274 ] {7591aac8-0eee-4486-bb2a-5d4e52bf0e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1441 | 2025.04.16 04:28:17.748535 [ 274 ] {7591aac8-0eee-4486-bb2a-5d4e52bf0e0e} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1442 | 2025.04.16 04:28:17.748573 [ 274 ] {7591aac8-0eee-4486-bb2a-5d4e52bf0e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1443 | 2025.04.16 04:28:17.748943 [ 274 ] {7591aac8-0eee-4486-bb2a-5d4e52bf0e0e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1444 | 2025.04.16 04:28:17.749182 [ 274 ] {7591aac8-0eee-4486-bb2a-5d4e52bf0e0e} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1445 | 2025.04.16 04:28:17.749377 [ 274 ] {7591aac8-0eee-4486-bb2a-5d4e52bf0e0e} <Debug> executeQuery: Read 587 rows, 46.95 KiB in 0.001616 sec., 363242.57425742573 rows/sec., 28.37 MiB/sec. | ||
| 1446 | 2025.04.16 04:28:17.749426 [ 274 ] {7591aac8-0eee-4486-bb2a-5d4e52bf0e0e} <Debug> TCPHandler: Processed in 0.001798506 sec. | ||
| 1447 | 2025.04.16 04:28:17.749546 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1448 | 2025.04.16 04:28:17.749650 [ 274 ] {886e84d0-d848-4474-9baf-bc5ef4d6ceff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1449 | 2025.04.16 04:28:17.749694 [ 274 ] {886e84d0-d848-4474-9baf-bc5ef4d6ceff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1450 | 2025.04.16 04:28:17.750210 [ 274 ] {886e84d0-d848-4474-9baf-bc5ef4d6ceff} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1451 | 2025.04.16 04:28:17.750248 [ 274 ] {886e84d0-d848-4474-9baf-bc5ef4d6ceff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1452 | 2025.04.16 04:28:17.750582 [ 274 ] {886e84d0-d848-4474-9baf-bc5ef4d6ceff} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1453 | 2025.04.16 04:28:17.750812 [ 274 ] {886e84d0-d848-4474-9baf-bc5ef4d6ceff} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1454 | 2025.04.16 04:28:17.751089 [ 274 ] {886e84d0-d848-4474-9baf-bc5ef4d6ceff} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001434 sec., 73919.10739191074 rows/sec., 4.35 MiB/sec. | ||
| 1455 | 2025.04.16 04:28:17.751216 [ 274 ] {886e84d0-d848-4474-9baf-bc5ef4d6ceff} <Debug> TCPHandler: Processed in 0.001720784 sec. | ||
| 1456 | 2025.04.16 04:28:17.751333 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1457 | 2025.04.16 04:28:17.751437 [ 274 ] {04d2051d-c0f7-4557-94e7-44d8540244e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1458 | 2025.04.16 04:28:17.751481 [ 274 ] {04d2051d-c0f7-4557-94e7-44d8540244e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1459 | 2025.04.16 04:28:17.752168 [ 274 ] {04d2051d-c0f7-4557-94e7-44d8540244e3} <Trace> oximeter.fields_u32 (ffed91df-6a0a-4e8e-8f0c-99bd9b558429): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1460 | 2025.04.16 04:28:17.752207 [ 274 ] {04d2051d-c0f7-4557-94e7-44d8540244e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1461 | 2025.04.16 04:28:17.752580 [ 274 ] {04d2051d-c0f7-4557-94e7-44d8540244e3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1462 | 2025.04.16 04:28:17.752818 [ 274 ] {04d2051d-c0f7-4557-94e7-44d8540244e3} <Trace> oximeter.fields_u32 (ffed91df-6a0a-4e8e-8f0c-99bd9b558429): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1463 | 2025.04.16 04:28:17.753083 [ 274 ] {04d2051d-c0f7-4557-94e7-44d8540244e3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001647 sec., 68609.59319975713 rows/sec., 4.44 MiB/sec. | ||
| 1464 | 2025.04.16 04:28:17.753143 [ 274 ] {04d2051d-c0f7-4557-94e7-44d8540244e3} <Debug> TCPHandler: Processed in 0.001861437 sec. | ||
| 1465 | 2025.04.16 04:28:17.753259 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1466 | 2025.04.16 04:28:17.753362 [ 274 ] {f1021aaf-03e7-41c2-848d-168263fdb808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1467 | 2025.04.16 04:28:17.753406 [ 274 ] {f1021aaf-03e7-41c2-848d-168263fdb808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1468 | 2025.04.16 04:28:17.753916 [ 274 ] {f1021aaf-03e7-41c2-848d-168263fdb808} <Trace> oximeter.fields_u8 (6514d43a-efca-465f-a737-9b6abb5f8798): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1469 | 2025.04.16 04:28:17.753955 [ 274 ] {f1021aaf-03e7-41c2-848d-168263fdb808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1470 | 2025.04.16 04:28:17.754291 [ 274 ] {f1021aaf-03e7-41c2-848d-168263fdb808} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1471 | 2025.04.16 04:28:17.754518 [ 274 ] {f1021aaf-03e7-41c2-848d-168263fdb808} <Trace> oximeter.fields_u8 (6514d43a-efca-465f-a737-9b6abb5f8798): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1472 | 2025.04.16 04:28:17.754694 [ 274 ] {f1021aaf-03e7-41c2-848d-168263fdb808} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001354 sec., 82717.8729689808 rows/sec., 4.71 MiB/sec. | ||
| 1473 | 2025.04.16 04:28:17.754744 [ 274 ] {f1021aaf-03e7-41c2-848d-168263fdb808} <Debug> TCPHandler: Processed in 0.001537361 sec. | ||
| 1474 | 2025.04.16 04:28:17.754859 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1475 | 2025.04.16 04:28:17.754963 [ 274 ] {49b9db4a-d189-4671-94ac-caa7b41bcd28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1476 | 2025.04.16 04:28:17.755007 [ 274 ] {49b9db4a-d189-4671-94ac-caa7b41bcd28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1477 | 2025.04.16 04:28:17.755602 [ 274 ] {49b9db4a-d189-4671-94ac-caa7b41bcd28} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1478 | 2025.04.16 04:28:17.755641 [ 274 ] {49b9db4a-d189-4671-94ac-caa7b41bcd28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1479 | 2025.04.16 04:28:17.755997 [ 274 ] {49b9db4a-d189-4671-94ac-caa7b41bcd28} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1480 | 2025.04.16 04:28:17.756232 [ 274 ] {49b9db4a-d189-4671-94ac-caa7b41bcd28} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1481 | 2025.04.16 04:28:17.756426 [ 274 ] {49b9db4a-d189-4671-94ac-caa7b41bcd28} <Debug> executeQuery: Read 346 rows, 24.71 KiB in 0.001485 sec., 232996.632996633 rows/sec., 16.25 MiB/sec. | ||
| 1482 | 2025.04.16 04:28:17.756476 [ 274 ] {49b9db4a-d189-4671-94ac-caa7b41bcd28} <Debug> TCPHandler: Processed in 0.001669573 sec. | ||
| 1483 | 2025.04.16 04:28:17.756590 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1484 | 2025.04.16 04:28:17.756695 [ 274 ] {5c18794e-1a27-4689-8cbb-760ef3afb544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1485 | 2025.04.16 04:28:17.756739 [ 274 ] {5c18794e-1a27-4689-8cbb-760ef3afb544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1486 | 2025.04.16 04:28:17.757129 [ 274 ] {5c18794e-1a27-4689-8cbb-760ef3afb544} <Trace> oximeter.measurements_bool (63b332fb-5ec2-4124-9d1f-6f388ea30c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1487 | 2025.04.16 04:28:17.757167 [ 274 ] {5c18794e-1a27-4689-8cbb-760ef3afb544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1488 | 2025.04.16 04:28:17.757504 [ 274 ] {5c18794e-1a27-4689-8cbb-760ef3afb544} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1489 | 2025.04.16 04:28:17.757730 [ 274 ] {5c18794e-1a27-4689-8cbb-760ef3afb544} <Trace> oximeter.measurements_bool (63b332fb-5ec2-4124-9d1f-6f388ea30c31): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1490 | 2025.04.16 04:28:17.757945 [ 274 ] {5c18794e-1a27-4689-8cbb-760ef3afb544} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00127 sec., 4724.4094488188975 rows/sec., 246.83 KiB/sec. | ||
| 1491 | 2025.04.16 04:28:17.758075 [ 274 ] {5c18794e-1a27-4689-8cbb-760ef3afb544} <Debug> TCPHandler: Processed in 0.001537331 sec. | ||
| 1492 | 2025.04.16 04:28:17.758195 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1493 | 2025.04.16 04:28:17.758301 [ 274 ] {636fa106-cd93-4eae-8003-0b21dfda380e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1494 | 2025.04.16 04:28:17.758347 [ 274 ] {636fa106-cd93-4eae-8003-0b21dfda380e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1495 | 2025.04.16 04:28:17.758843 [ 274 ] {636fa106-cd93-4eae-8003-0b21dfda380e} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1496 | 2025.04.16 04:28:17.758881 [ 274 ] {636fa106-cd93-4eae-8003-0b21dfda380e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1497 | 2025.04.16 04:28:17.759234 [ 274 ] {636fa106-cd93-4eae-8003-0b21dfda380e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1498 | 2025.04.16 04:28:17.759465 [ 274 ] {636fa106-cd93-4eae-8003-0b21dfda380e} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1499 | 2025.04.16 04:28:17.759658 [ 274 ] {636fa106-cd93-4eae-8003-0b21dfda380e} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.00138 sec., 128260.86956521739 rows/sec., 8.46 MiB/sec. | ||
| 1500 | 2025.04.16 04:28:17.759706 [ 274 ] {636fa106-cd93-4eae-8003-0b21dfda380e} <Debug> TCPHandler: Processed in 0.001563621 sec. | ||
| 1501 | 2025.04.16 04:28:17.759818 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1502 | 2025.04.16 04:28:17.759924 [ 274 ] {f1cb2dfe-2f1e-490c-8943-efc8130b26af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1503 | 2025.04.16 04:28:17.759970 [ 274 ] {f1cb2dfe-2f1e-490c-8943-efc8130b26af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1504 | 2025.04.16 04:28:17.760349 [ 274 ] {f1cb2dfe-2f1e-490c-8943-efc8130b26af} <Trace> oximeter.measurements_f64 (fa9cb2eb-3bcf-440e-a193-473a5ffedd5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1505 | 2025.04.16 04:28:17.760387 [ 274 ] {f1cb2dfe-2f1e-490c-8943-efc8130b26af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1506 | 2025.04.16 04:28:17.760819 [ 274 ] {f1cb2dfe-2f1e-490c-8943-efc8130b26af} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1507 | 2025.04.16 04:28:17.761052 [ 274 ] {f1cb2dfe-2f1e-490c-8943-efc8130b26af} <Trace> oximeter.measurements_f64 (fa9cb2eb-3bcf-440e-a193-473a5ffedd5b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1508 | 2025.04.16 04:28:17.761334 [ 274 ] {f1cb2dfe-2f1e-490c-8943-efc8130b26af} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001414 sec., 707.2135785007073 rows/sec., 47.65 KiB/sec. | ||
| 1509 | 2025.04.16 04:28:17.761397 [ 274 ] {f1cb2dfe-2f1e-490c-8943-efc8130b26af} <Debug> TCPHandler: Processed in 0.001631093 sec. | ||
| 1510 | 2025.04.16 04:28:17.761510 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1511 | 2025.04.16 04:28:17.761615 [ 274 ] {e968c29b-866a-4b82-8725-43bd8215c3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1512 | 2025.04.16 04:28:17.761661 [ 274 ] {e968c29b-866a-4b82-8725-43bd8215c3f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1513 | 2025.04.16 04:28:17.762055 [ 274 ] {e968c29b-866a-4b82-8725-43bd8215c3f8} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1514 | 2025.04.16 04:28:17.762094 [ 274 ] {e968c29b-866a-4b82-8725-43bd8215c3f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1515 | 2025.04.16 04:28:17.762430 [ 274 ] {e968c29b-866a-4b82-8725-43bd8215c3f8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1516 | 2025.04.16 04:28:17.762659 [ 274 ] {e968c29b-866a-4b82-8725-43bd8215c3f8} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1517 | 2025.04.16 04:28:17.762913 [ 274 ] {e968c29b-866a-4b82-8725-43bd8215c3f8} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001299 sec., 40030.79291762895 rows/sec., 2.48 MiB/sec. | ||
| 1518 | 2025.04.16 04:28:17.763035 [ 274 ] {e968c29b-866a-4b82-8725-43bd8215c3f8} <Debug> TCPHandler: Processed in 0.001576212 sec. | ||
| 1519 | 2025.04.16 04:28:17.908977 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1520 | 2025.04.16 04:28:17.909544 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1521 | 2025.04.16 04:28:17.909584 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1522 | 2025.04.16 04:28:17.910159 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1523 | 2025.04.16 04:28:17.910405 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1524 | 2025.04.16 04:28:17.910643 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1525 | 2025.04.16 04:28:18.000212 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.33 MiB, peak 168.48 MiB, free memory in arenas 0.00 B, will set to 163.23 MiB (RSS), difference: -1.10 MiB | ||
| 1526 | 2025.04.16 04:28:18.092447 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1527 | 2025.04.16 04:28:18.111094 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1528 | 2025.04.16 04:28:18.111159 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1529 | 2025.04.16 04:28:18.117834 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1530 | 2025.04.16 04:28:18.118558 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1531 | 2025.04.16 04:28:18.121487 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1532 | 2025.04.16 04:28:19.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.75 MiB, peak 168.48 MiB, free memory in arenas 0.00 B, will set to 164.89 MiB (RSS), difference: 1.14 MiB | ||
| 1533 | 2025.04.16 04:28:22.696803 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1534 | 2025.04.16 04:28:22.697008 [ 274 ] {cdd12b59-6d68-4858-9b6a-7fddd8978289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1535 | 2025.04.16 04:28:22.697082 [ 274 ] {cdd12b59-6d68-4858-9b6a-7fddd8978289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1536 | 2025.04.16 04:28:22.697834 [ 274 ] {cdd12b59-6d68-4858-9b6a-7fddd8978289} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1537 | 2025.04.16 04:28:22.697885 [ 274 ] {cdd12b59-6d68-4858-9b6a-7fddd8978289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1538 | 2025.04.16 04:28:22.698310 [ 274 ] {cdd12b59-6d68-4858-9b6a-7fddd8978289} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1539 | 2025.04.16 04:28:22.698561 [ 274 ] {cdd12b59-6d68-4858-9b6a-7fddd8978289} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1540 | 2025.04.16 04:28:22.698796 [ 274 ] {cdd12b59-6d68-4858-9b6a-7fddd8978289} <Debug> executeQuery: Read 80 rows, 7.04 KiB in 0.001839 sec., 43501.903208265365 rows/sec., 3.74 MiB/sec. | ||
| 1541 | 2025.04.16 04:28:22.698863 [ 274 ] {cdd12b59-6d68-4858-9b6a-7fddd8978289} <Debug> TCPHandler: Processed in 0.002188204 sec. | ||
| 1542 | 2025.04.16 04:28:22.698998 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1543 | 2025.04.16 04:28:22.699104 [ 274 ] {5b147489-94d1-48e8-b351-52ed8187c887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1544 | 2025.04.16 04:28:22.699150 [ 274 ] {5b147489-94d1-48e8-b351-52ed8187c887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1545 | 2025.04.16 04:28:22.699665 [ 274 ] {5b147489-94d1-48e8-b351-52ed8187c887} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1546 | 2025.04.16 04:28:22.699706 [ 274 ] {5b147489-94d1-48e8-b351-52ed8187c887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1547 | 2025.04.16 04:28:22.700037 [ 274 ] {5b147489-94d1-48e8-b351-52ed8187c887} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1548 | 2025.04.16 04:28:22.700276 [ 274 ] {5b147489-94d1-48e8-b351-52ed8187c887} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1549 | 2025.04.16 04:28:22.700472 [ 274 ] {5b147489-94d1-48e8-b351-52ed8187c887} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00139 sec., 19424.460431654676 rows/sec., 1.43 MiB/sec. | ||
| 1550 | 2025.04.16 04:28:22.700522 [ 274 ] {5b147489-94d1-48e8-b351-52ed8187c887} <Debug> TCPHandler: Processed in 0.001576592 sec. | ||
| 1551 | 2025.04.16 04:28:22.700638 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1552 | 2025.04.16 04:28:22.700742 [ 274 ] {4a54026e-32c5-4ba6-a5a3-a39db0eb926f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1553 | 2025.04.16 04:28:22.700787 [ 274 ] {4a54026e-32c5-4ba6-a5a3-a39db0eb926f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1554 | 2025.04.16 04:28:22.701315 [ 274 ] {4a54026e-32c5-4ba6-a5a3-a39db0eb926f} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1555 | 2025.04.16 04:28:22.701354 [ 274 ] {4a54026e-32c5-4ba6-a5a3-a39db0eb926f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1556 | 2025.04.16 04:28:22.701692 [ 274 ] {4a54026e-32c5-4ba6-a5a3-a39db0eb926f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1557 | 2025.04.16 04:28:22.701921 [ 274 ] {4a54026e-32c5-4ba6-a5a3-a39db0eb926f} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1558 | 2025.04.16 04:28:22.702115 [ 274 ] {4a54026e-32c5-4ba6-a5a3-a39db0eb926f} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001395 sec., 39426.52329749104 rows/sec., 3.08 MiB/sec. | ||
| 1559 | 2025.04.16 04:28:22.702164 [ 274 ] {4a54026e-32c5-4ba6-a5a3-a39db0eb926f} <Debug> TCPHandler: Processed in 0.001578432 sec. | ||
| 1560 | 2025.04.16 04:28:22.702281 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1561 | 2025.04.16 04:28:22.702387 [ 274 ] {4f08f195-abc6-4a75-8f3d-321f15633851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1562 | 2025.04.16 04:28:22.702435 [ 274 ] {4f08f195-abc6-4a75-8f3d-321f15633851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1563 | 2025.04.16 04:28:22.702908 [ 274 ] {4f08f195-abc6-4a75-8f3d-321f15633851} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1564 | 2025.04.16 04:28:22.702947 [ 274 ] {4f08f195-abc6-4a75-8f3d-321f15633851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1565 | 2025.04.16 04:28:22.703307 [ 274 ] {4f08f195-abc6-4a75-8f3d-321f15633851} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1566 | 2025.04.16 04:28:22.703537 [ 274 ] {4f08f195-abc6-4a75-8f3d-321f15633851} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1567 | 2025.04.16 04:28:22.703763 [ 274 ] {4f08f195-abc6-4a75-8f3d-321f15633851} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001394 sec., 71736.01147776183 rows/sec., 4.97 MiB/sec. | ||
| 1568 | 2025.04.16 04:28:22.703897 [ 274 ] {4f08f195-abc6-4a75-8f3d-321f15633851} <Debug> TCPHandler: Processed in 0.001667354 sec. | ||
| 1569 | 2025.04.16 04:28:22.704015 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1570 | 2025.04.16 04:28:22.704121 [ 274 ] {7e4d067a-0e2f-4996-bd7d-4a145cbc4e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1571 | 2025.04.16 04:28:22.704192 [ 274 ] {7e4d067a-0e2f-4996-bd7d-4a145cbc4e59} <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 | ||
| 1572 | 2025.04.16 04:28:22.705232 [ 274 ] {7e4d067a-0e2f-4996-bd7d-4a145cbc4e59} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1573 | 2025.04.16 04:28:22.705272 [ 274 ] {7e4d067a-0e2f-4996-bd7d-4a145cbc4e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1574 | 2025.04.16 04:28:22.705895 [ 274 ] {7e4d067a-0e2f-4996-bd7d-4a145cbc4e59} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1575 | 2025.04.16 04:28:22.706157 [ 274 ] {7e4d067a-0e2f-4996-bd7d-4a145cbc4e59} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1576 | 2025.04.16 04:28:22.706470 [ 274 ] {7e4d067a-0e2f-4996-bd7d-4a145cbc4e59} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002349 sec., 11494.252873563219 rows/sec., 20.60 MiB/sec. | ||
| 1577 | 2025.04.16 04:28:22.706610 [ 274 ] {7e4d067a-0e2f-4996-bd7d-4a145cbc4e59} <Debug> TCPHandler: Processed in 0.002646603 sec. | ||
| 1578 | 2025.04.16 04:28:22.706732 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1579 | 2025.04.16 04:28:22.706838 [ 274 ] {cffe0f72-6633-4393-8a45-d16031cabf72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1580 | 2025.04.16 04:28:22.706884 [ 274 ] {cffe0f72-6633-4393-8a45-d16031cabf72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1581 | 2025.04.16 04:28:22.707297 [ 274 ] {cffe0f72-6633-4393-8a45-d16031cabf72} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1582 | 2025.04.16 04:28:22.707336 [ 274 ] {cffe0f72-6633-4393-8a45-d16031cabf72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1583 | 2025.04.16 04:28:22.707684 [ 274 ] {cffe0f72-6633-4393-8a45-d16031cabf72} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1584 | 2025.04.16 04:28:22.707914 [ 274 ] {cffe0f72-6633-4393-8a45-d16031cabf72} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1585 | 2025.04.16 04:28:22.708108 [ 274 ] {cffe0f72-6633-4393-8a45-d16031cabf72} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001291 sec., 23237.800154918667 rows/sec., 1.59 MiB/sec. | ||
| 1586 | 2025.04.16 04:28:22.708156 [ 274 ] {cffe0f72-6633-4393-8a45-d16031cabf72} <Debug> TCPHandler: Processed in 0.00147559 sec. | ||
| 1587 | 2025.04.16 04:28:25.338955 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1588 | 2025.04.16 04:28:25.339011 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1589 | 2025.04.16 04:28:25.409312 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 216 | ||
| 1590 | 2025.04.16 04:28:25.410863 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1591 | 2025.04.16 04:28:25.414107 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1592 | 2025.04.16 04:28:25.414195 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1593 | 2025.04.16 04:28:25.416104 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1594 | 2025.04.16 04:28:25.416824 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1595 | 2025.04.16 04:28:25.417725 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1596 | 2025.04.16 04:28:25.418331 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1597 | 2025.04.16 04:28:25.418394 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1598 | 2025.04.16 04:28:25.419978 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1599 | 2025.04.16 04:28:25.420295 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1600 | 2025.04.16 04:28:25.421231 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 216 | ||
| 1601 | 2025.04.16 04:28:25.621613 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1602 | 2025.04.16 04:28:25.640675 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1603 | 2025.04.16 04:28:25.640719 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1604 | 2025.04.16 04:28:25.647742 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1605 | 2025.04.16 04:28:25.648493 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1606 | 2025.04.16 04:28:25.651287 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1607 | 2025.04.16 04:28:27.695265 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1608 | 2025.04.16 04:28:27.695504 [ 274 ] {f2fc4d21-8915-4adf-ac41-3af78a5737fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1609 | 2025.04.16 04:28:27.695598 [ 274 ] {f2fc4d21-8915-4adf-ac41-3af78a5737fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1610 | 2025.04.16 04:28:27.696469 [ 274 ] {f2fc4d21-8915-4adf-ac41-3af78a5737fc} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1611 | 2025.04.16 04:28:27.696515 [ 274 ] {f2fc4d21-8915-4adf-ac41-3af78a5737fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1612 | 2025.04.16 04:28:27.696933 [ 274 ] {f2fc4d21-8915-4adf-ac41-3af78a5737fc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1613 | 2025.04.16 04:28:27.697183 [ 274 ] {f2fc4d21-8915-4adf-ac41-3af78a5737fc} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1614 | 2025.04.16 04:28:27.697362 [ 65 ] {} <Debug> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1615 | 2025.04.16 04:28:27.697418 [ 274 ] {f2fc4d21-8915-4adf-ac41-3af78a5737fc} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001977 sec., 13151.239251390996 rows/sec., 1001.26 KiB/sec. | ||
| 1616 | 2025.04.16 04:28:27.697444 [ 65 ] {} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1617 | 2025.04.16 04:28:27.697507 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1618 | 2025.04.16 04:28:27.697550 [ 274 ] {f2fc4d21-8915-4adf-ac41-3af78a5737fc} <Debug> TCPHandler: Processed in 0.002419249 sec. | ||
| 1619 | 2025.04.16 04:28:27.697759 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1620 | 2025.04.16 04:28:27.697770 [ 186 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::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 | ||
| 1621 | 2025.04.16 04:28:27.697955 [ 274 ] {94b1c95d-3588-45ee-a4bb-02bfa4ab99c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1622 | 2025.04.16 04:28:27.698084 [ 274 ] {94b1c95d-3588-45ee-a4bb-02bfa4ab99c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1623 | 2025.04.16 04:28:27.698128 [ 186 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1624 | 2025.04.16 04:28:27.698237 [ 186 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::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 | ||
| 1625 | 2025.04.16 04:28:27.698576 [ 186 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1626 | 2025.04.16 04:28:27.699018 [ 186 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 80 rows starting from the beginning of the part | ||
| 1627 | 2025.04.16 04:28:27.699333 [ 186 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 587 rows starting from the beginning of the part | ||
| 1628 | 2025.04.16 04:28:27.699731 [ 186 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 80 rows starting from the beginning of the part | ||
| 1629 | 2025.04.16 04:28:27.699965 [ 186 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 1630 | 2025.04.16 04:28:27.700880 [ 274 ] {94b1c95d-3588-45ee-a4bb-02bfa4ab99c1} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1631 | 2025.04.16 04:28:27.700944 [ 274 ] {94b1c95d-3588-45ee-a4bb-02bfa4ab99c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1632 | 2025.04.16 04:28:27.701744 [ 274 ] {94b1c95d-3588-45ee-a4bb-02bfa4ab99c1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1633 | 2025.04.16 04:28:27.702339 [ 274 ] {94b1c95d-3588-45ee-a4bb-02bfa4ab99c1} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1634 | 2025.04.16 04:28:27.702641 [ 65 ] {} <Debug> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1635 | 2025.04.16 04:28:27.702746 [ 65 ] {} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1636 | 2025.04.16 04:28:27.702815 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1637 | 2025.04.16 04:28:27.702985 [ 274 ] {94b1c95d-3588-45ee-a4bb-02bfa4ab99c1} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005059 sec., 5534.690650326152 rows/sec., 442.05 KiB/sec. | ||
| 1638 | 2025.04.16 04:28:27.703339 [ 274 ] {94b1c95d-3588-45ee-a4bb-02bfa4ab99c1} <Debug> TCPHandler: Processed in 0.005664584 sec. | ||
| 1639 | 2025.04.16 04:28:27.703607 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::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 | ||
| 1640 | 2025.04.16 04:28:27.703680 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1641 | 2025.04.16 04:28:27.703753 [ 189 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 851 rows, containing 5 columns (5 merged, 0 gathered) in 0.006108463 sec., 139314.91440645544 rows/sec., 11.70 MiB/sec. | ||
| 1642 | 2025.04.16 04:28:27.704010 [ 274 ] {edee2eaa-3d60-41a3-8131-1bcf3afa0577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1643 | 2025.04.16 04:28:27.704034 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1644 | 2025.04.16 04:28:27.704130 [ 274 ] {edee2eaa-3d60-41a3-8131-1bcf3afa0577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1645 | 2025.04.16 04:28:27.704188 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 39 rows starting from the beginning of the part | ||
| 1646 | 2025.04.16 04:28:27.704210 [ 189 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1647 | 2025.04.16 04:28:27.704600 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 1648 | 2025.04.16 04:28:27.705066 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 55 rows starting from the beginning of the part | ||
| 1649 | 2025.04.16 04:28:27.705586 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 346 rows starting from the beginning of the part | ||
| 1650 | 2025.04.16 04:28:27.706091 [ 189 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_6_1} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1651 | 2025.04.16 04:28:27.706286 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 55 rows starting from the beginning of the part | ||
| 1652 | 2025.04.16 04:28:27.706493 [ 189 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_6_1} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1653 | 2025.04.16 04:28:27.706601 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part | ||
| 1654 | 2025.04.16 04:28:27.707225 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1655 | 2025.04.16 04:28:27.707760 [ 274 ] {edee2eaa-3d60-41a3-8131-1bcf3afa0577} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1656 | 2025.04.16 04:28:27.707816 [ 274 ] {edee2eaa-3d60-41a3-8131-1bcf3afa0577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1657 | 2025.04.16 04:28:27.708772 [ 274 ] {edee2eaa-3d60-41a3-8131-1bcf3afa0577} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1658 | 2025.04.16 04:28:27.709293 [ 274 ] {edee2eaa-3d60-41a3-8131-1bcf3afa0577} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1659 | 2025.04.16 04:28:27.709917 [ 274 ] {edee2eaa-3d60-41a3-8131-1bcf3afa0577} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005977 sec., 16730.80140538732 rows/sec., 1.16 MiB/sec. | ||
| 1660 | 2025.04.16 04:28:27.710195 [ 274 ] {edee2eaa-3d60-41a3-8131-1bcf3afa0577} <Debug> TCPHandler: Processed in 0.006597793 sec. | ||
| 1661 | 2025.04.16 04:28:27.710451 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 551 rows, containing 5 columns (5 merged, 0 gathered) in 0.00748461 sec., 73617.7302491379 rows/sec., 5.65 MiB/sec. | ||
| 1662 | 2025.04.16 04:28:27.710493 [ 274 ] {} <Trace> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1663 | 2025.04.16 04:28:27.710658 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1664 | 2025.04.16 04:28:27.710692 [ 274 ] {8e2e3e79-c692-4c6a-b8b5-c33f26750c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1665 | 2025.04.16 04:28:27.710790 [ 274 ] {8e2e3e79-c692-4c6a-b8b5-c33f26750c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1666 | 2025.04.16 04:28:27.711266 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_6_1} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1667 | 2025.04.16 04:28:27.711415 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_6_1} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1668 | 2025.04.16 04:28:27.711605 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 1669 | 2025.04.16 04:28:27.711726 [ 274 ] {8e2e3e79-c692-4c6a-b8b5-c33f26750c31} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1670 | 2025.04.16 04:28:27.711770 [ 274 ] {8e2e3e79-c692-4c6a-b8b5-c33f26750c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1671 | 2025.04.16 04:28:27.712147 [ 274 ] {8e2e3e79-c692-4c6a-b8b5-c33f26750c31} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1672 | 2025.04.16 04:28:27.712383 [ 274 ] {8e2e3e79-c692-4c6a-b8b5-c33f26750c31} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1673 | 2025.04.16 04:28:27.712590 [ 274 ] {8e2e3e79-c692-4c6a-b8b5-c33f26750c31} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001945 sec., 15424.164524421594 rows/sec., 1.06 MiB/sec. | ||
| 1674 | 2025.04.16 04:28:27.712639 [ 274 ] {8e2e3e79-c692-4c6a-b8b5-c33f26750c31} <Debug> TCPHandler: Processed in 0.002214034 sec. | ||
| 1675 | 2025.04.16 04:28:32.376892 [ 274 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1676 | 2025.04.16 04:28:32.377007 [ 274 ] {} <Debug> TCP-Session: 081e5aa6-6a9d-4ca9-8d00-b122f51e9e89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1677 | 2025.04.16 04:28:32.697587 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1678 | 2025.04.16 04:28:32.697778 [ 281 ] {6f317b04-e963-4584-aabb-0ed37cedafb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1679 | 2025.04.16 04:28:32.697852 [ 281 ] {6f317b04-e963-4584-aabb-0ed37cedafb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1680 | 2025.04.16 04:28:32.698675 [ 281 ] {6f317b04-e963-4584-aabb-0ed37cedafb4} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1681 | 2025.04.16 04:28:32.698730 [ 281 ] {6f317b04-e963-4584-aabb-0ed37cedafb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1682 | 2025.04.16 04:28:32.699180 [ 281 ] {6f317b04-e963-4584-aabb-0ed37cedafb4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1683 | 2025.04.16 04:28:32.699437 [ 281 ] {6f317b04-e963-4584-aabb-0ed37cedafb4} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1684 | 2025.04.16 04:28:32.699732 [ 281 ] {6f317b04-e963-4584-aabb-0ed37cedafb4} <Debug> executeQuery: Read 80 rows, 7.04 KiB in 0.001987 sec., 40261.70105686965 rows/sec., 3.46 MiB/sec. | ||
| 1685 | 2025.04.16 04:28:32.699827 [ 281 ] {6f317b04-e963-4584-aabb-0ed37cedafb4} <Debug> TCPHandler: Processed in 0.002370067 sec. | ||
| 1686 | 2025.04.16 04:28:32.699964 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1687 | 2025.04.16 04:28:32.700078 [ 281 ] {43f3fc41-93c9-46db-838c-fc03c9c39275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1688 | 2025.04.16 04:28:32.700127 [ 281 ] {43f3fc41-93c9-46db-838c-fc03c9c39275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1689 | 2025.04.16 04:28:32.700679 [ 281 ] {43f3fc41-93c9-46db-838c-fc03c9c39275} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1690 | 2025.04.16 04:28:32.700720 [ 281 ] {43f3fc41-93c9-46db-838c-fc03c9c39275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1691 | 2025.04.16 04:28:32.701080 [ 281 ] {43f3fc41-93c9-46db-838c-fc03c9c39275} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1692 | 2025.04.16 04:28:32.701322 [ 281 ] {43f3fc41-93c9-46db-838c-fc03c9c39275} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1693 | 2025.04.16 04:28:32.701529 [ 281 ] {43f3fc41-93c9-46db-838c-fc03c9c39275} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001479 sec., 18255.57809330629 rows/sec., 1.34 MiB/sec. | ||
| 1694 | 2025.04.16 04:28:32.701581 [ 281 ] {43f3fc41-93c9-46db-838c-fc03c9c39275} <Debug> TCPHandler: Processed in 0.001670834 sec. | ||
| 1695 | 2025.04.16 04:28:32.701696 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1696 | 2025.04.16 04:28:32.701802 [ 281 ] {e5cf2123-b21e-4f9b-9025-d142f991af3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1697 | 2025.04.16 04:28:32.701848 [ 281 ] {e5cf2123-b21e-4f9b-9025-d142f991af3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1698 | 2025.04.16 04:28:32.702380 [ 281 ] {e5cf2123-b21e-4f9b-9025-d142f991af3b} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1699 | 2025.04.16 04:28:32.702419 [ 281 ] {e5cf2123-b21e-4f9b-9025-d142f991af3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1700 | 2025.04.16 04:28:32.702765 [ 281 ] {e5cf2123-b21e-4f9b-9025-d142f991af3b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1701 | 2025.04.16 04:28:32.703001 [ 281 ] {e5cf2123-b21e-4f9b-9025-d142f991af3b} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1702 | 2025.04.16 04:28:32.703267 [ 281 ] {e5cf2123-b21e-4f9b-9025-d142f991af3b} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001464 sec., 37568.30601092896 rows/sec., 2.93 MiB/sec. | ||
| 1703 | 2025.04.16 04:28:32.703390 [ 281 ] {e5cf2123-b21e-4f9b-9025-d142f991af3b} <Debug> TCPHandler: Processed in 0.001745335 sec. | ||
| 1704 | 2025.04.16 04:28:32.703503 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1705 | 2025.04.16 04:28:32.703609 [ 281 ] {a5b968d5-0d88-4a66-8a84-4edc5036afd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1706 | 2025.04.16 04:28:32.703659 [ 281 ] {a5b968d5-0d88-4a66-8a84-4edc5036afd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1707 | 2025.04.16 04:28:32.704167 [ 281 ] {a5b968d5-0d88-4a66-8a84-4edc5036afd9} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1708 | 2025.04.16 04:28:32.704206 [ 281 ] {a5b968d5-0d88-4a66-8a84-4edc5036afd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1709 | 2025.04.16 04:28:32.704592 [ 281 ] {a5b968d5-0d88-4a66-8a84-4edc5036afd9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1710 | 2025.04.16 04:28:32.704838 [ 281 ] {a5b968d5-0d88-4a66-8a84-4edc5036afd9} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1711 | 2025.04.16 04:28:32.704977 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1712 | 2025.04.16 04:28:32.705003 [ 281 ] {a5b968d5-0d88-4a66-8a84-4edc5036afd9} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001415 sec., 70671.37809187279 rows/sec., 4.90 MiB/sec. | ||
| 1713 | 2025.04.16 04:28:32.705023 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1714 | 2025.04.16 04:28:32.705066 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1715 | 2025.04.16 04:28:32.705074 [ 281 ] {a5b968d5-0d88-4a66-8a84-4edc5036afd9} <Debug> TCPHandler: Processed in 0.001621003 sec. | ||
| 1716 | 2025.04.16 04:28:32.705349 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1717 | 2025.04.16 04:28:32.705479 [ 189 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::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 | ||
| 1718 | 2025.04.16 04:28:32.705525 [ 281 ] {8f64cd4b-6eaa-4a81-8265-76430fa95316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1719 | 2025.04.16 04:28:32.705695 [ 281 ] {8f64cd4b-6eaa-4a81-8265-76430fa95316} <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 | ||
| 1720 | 2025.04.16 04:28:32.705944 [ 189 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1721 | 2025.04.16 04:28:32.706061 [ 189 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part | ||
| 1722 | 2025.04.16 04:28:32.706486 [ 189 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
| 1723 | 2025.04.16 04:28:32.707081 [ 189 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 177 rows starting from the beginning of the part | ||
| 1724 | 2025.04.16 04:28:32.707464 [ 189 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part | ||
| 1725 | 2025.04.16 04:28:32.707865 [ 189 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part | ||
| 1726 | 2025.04.16 04:28:32.708470 [ 189 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part | ||
| 1727 | 2025.04.16 04:28:32.711524 [ 281 ] {8f64cd4b-6eaa-4a81-8265-76430fa95316} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1728 | 2025.04.16 04:28:32.711583 [ 281 ] {8f64cd4b-6eaa-4a81-8265-76430fa95316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1729 | 2025.04.16 04:28:32.712179 [ 189 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 657 rows, containing 5 columns (5 merged, 0 gathered) in 0.006971461 sec., 94241.36490184769 rows/sec., 6.45 MiB/sec. | ||
| 1730 | 2025.04.16 04:28:32.712451 [ 189 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1731 | 2025.04.16 04:28:32.713063 [ 189 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1732 | 2025.04.16 04:28:32.713236 [ 189 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1733 | 2025.04.16 04:28:32.713388 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 1734 | 2025.04.16 04:28:32.713388 [ 281 ] {8f64cd4b-6eaa-4a81-8265-76430fa95316} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1735 | 2025.04.16 04:28:32.713723 [ 281 ] {8f64cd4b-6eaa-4a81-8265-76430fa95316} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1736 | 2025.04.16 04:28:32.713996 [ 281 ] {8f64cd4b-6eaa-4a81-8265-76430fa95316} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.008478 sec., 3184.7133757961788 rows/sec., 5.71 MiB/sec. | ||
| 1737 | 2025.04.16 04:28:32.714158 [ 281 ] {8f64cd4b-6eaa-4a81-8265-76430fa95316} <Debug> TCPHandler: Processed in 0.00894315 sec. | ||
| 1738 | 2025.04.16 04:28:32.714295 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2025.04.16 04:28:32.714402 [ 281 ] {d3cf85f9-921c-436c-9567-e03867bce8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1740 | 2025.04.16 04:28:32.714449 [ 281 ] {d3cf85f9-921c-436c-9567-e03867bce8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1741 | 2025.04.16 04:28:32.714877 [ 281 ] {d3cf85f9-921c-436c-9567-e03867bce8e9} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1742 | 2025.04.16 04:28:32.714914 [ 281 ] {d3cf85f9-921c-436c-9567-e03867bce8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1743 | 2025.04.16 04:28:32.715277 [ 281 ] {d3cf85f9-921c-436c-9567-e03867bce8e9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1744 | 2025.04.16 04:28:32.715514 [ 281 ] {d3cf85f9-921c-436c-9567-e03867bce8e9} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1745 | 2025.04.16 04:28:32.715634 [ 59 ] {} <Debug> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1746 | 2025.04.16 04:28:32.715683 [ 59 ] {} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1747 | 2025.04.16 04:28:32.715692 [ 281 ] {d3cf85f9-921c-436c-9567-e03867bce8e9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00131 sec., 22900.763358778626 rows/sec., 1.57 MiB/sec. | ||
| 1748 | 2025.04.16 04:28:32.715711 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1749 | 2025.04.16 04:28:32.715754 [ 281 ] {d3cf85f9-921c-436c-9567-e03867bce8e9} <Debug> TCPHandler: Processed in 0.001509481 sec. | ||
| 1750 | 2025.04.16 04:28:32.716111 [ 194 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::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 | ||
| 1751 | 2025.04.16 04:28:32.716295 [ 194 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1752 | 2025.04.16 04:28:32.716347 [ 194 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 1753 | 2025.04.16 04:28:32.716458 [ 194 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1754 | 2025.04.16 04:28:32.716622 [ 194 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::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 | ||
| 1755 | 2025.04.16 04:28:32.716793 [ 194 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 1756 | 2025.04.16 04:28:32.716934 [ 194 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
| 1757 | 2025.04.16 04:28:32.717067 [ 194 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 1758 | 2025.04.16 04:28:32.718188 [ 193 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 4 columns (4 merged, 0 gathered) in 0.002333397 sec., 83997.70806253715 rows/sec., 5.61 MiB/sec. | ||
| 1759 | 2025.04.16 04:28:32.718335 [ 194 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1760 | 2025.04.16 04:28:32.718613 [ 194 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_6_1} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1761 | 2025.04.16 04:28:32.718691 [ 194 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_6_1} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1762 | 2025.04.16 04:28:32.718768 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1763 | 2025.04.16 04:28:32.918790 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 1764 | 2025.04.16 04:28:32.919319 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1765 | 2025.04.16 04:28:32.919359 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1766 | 2025.04.16 04:28:32.919830 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1767 | 2025.04.16 04:28:32.920076 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1768 | 2025.04.16 04:28:32.920296 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 1769 | 2025.04.16 04:28:33.000148 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.04 MiB, peak 169.47 MiB, free memory in arenas 0.00 B, will set to 165.76 MiB (RSS), difference: 1.72 MiB | ||
| 1770 | 2025.04.16 04:28:33.152303 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1771 | 2025.04.16 04:28:33.172178 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1772 | 2025.04.16 04:28:33.172248 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1773 | 2025.04.16 04:28:33.179538 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1774 | 2025.04.16 04:28:33.180307 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1775 | 2025.04.16 04:28:33.183559 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1776 | 2025.04.16 04:28:35.422489 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 236 | ||
| 1777 | 2025.04.16 04:28:35.425181 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1778 | 2025.04.16 04:28:35.425232 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 1779 | 2025.04.16 04:28:35.426665 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1780 | 2025.04.16 04:28:35.426965 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1781 | 2025.04.16 04:28:35.427913 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 236 | ||
| 1782 | 2025.04.16 04:28:37.695672 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1783 | 2025.04.16 04:28:37.695880 [ 281 ] {8ba64714-8a73-4d64-9f8c-c243363f2ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1784 | 2025.04.16 04:28:37.695974 [ 281 ] {8ba64714-8a73-4d64-9f8c-c243363f2ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1785 | 2025.04.16 04:28:37.696764 [ 281 ] {8ba64714-8a73-4d64-9f8c-c243363f2ac7} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1786 | 2025.04.16 04:28:37.696811 [ 281 ] {8ba64714-8a73-4d64-9f8c-c243363f2ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1787 | 2025.04.16 04:28:37.697244 [ 281 ] {8ba64714-8a73-4d64-9f8c-c243363f2ac7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1788 | 2025.04.16 04:28:37.697515 [ 281 ] {8ba64714-8a73-4d64-9f8c-c243363f2ac7} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1789 | 2025.04.16 04:28:37.697734 [ 281 ] {8ba64714-8a73-4d64-9f8c-c243363f2ac7} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001895 sec., 13720.316622691293 rows/sec., 1.02 MiB/sec. | ||
| 1790 | 2025.04.16 04:28:37.697905 [ 281 ] {8ba64714-8a73-4d64-9f8c-c243363f2ac7} <Debug> TCPHandler: Processed in 0.002356878 sec. | ||
| 1791 | 2025.04.16 04:28:37.698072 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1792 | 2025.04.16 04:28:37.698184 [ 281 ] {b16c1c32-925a-4e40-9f64-fc2737c4f428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1793 | 2025.04.16 04:28:37.698236 [ 281 ] {b16c1c32-925a-4e40-9f64-fc2737c4f428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1794 | 2025.04.16 04:28:37.698859 [ 281 ] {b16c1c32-925a-4e40-9f64-fc2737c4f428} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1795 | 2025.04.16 04:28:37.698910 [ 281 ] {b16c1c32-925a-4e40-9f64-fc2737c4f428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1796 | 2025.04.16 04:28:37.699353 [ 281 ] {b16c1c32-925a-4e40-9f64-fc2737c4f428} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1797 | 2025.04.16 04:28:37.699628 [ 281 ] {b16c1c32-925a-4e40-9f64-fc2737c4f428} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1798 | 2025.04.16 04:28:37.699835 [ 281 ] {b16c1c32-925a-4e40-9f64-fc2737c4f428} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00167 sec., 16766.467065868263 rows/sec., 1.31 MiB/sec. | ||
| 1799 | 2025.04.16 04:28:37.700016 [ 281 ] {b16c1c32-925a-4e40-9f64-fc2737c4f428} <Debug> TCPHandler: Processed in 0.00199558 sec. | ||
| 1800 | 2025.04.16 04:28:37.700148 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1801 | 2025.04.16 04:28:37.700256 [ 281 ] {bd3ca8b0-52a9-46a6-a5cd-29ab5c3ab87a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1802 | 2025.04.16 04:28:37.700305 [ 281 ] {bd3ca8b0-52a9-46a6-a5cd-29ab5c3ab87a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1803 | 2025.04.16 04:28:37.700803 [ 281 ] {bd3ca8b0-52a9-46a6-a5cd-29ab5c3ab87a} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1804 | 2025.04.16 04:28:37.700842 [ 281 ] {bd3ca8b0-52a9-46a6-a5cd-29ab5c3ab87a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1805 | 2025.04.16 04:28:37.701225 [ 281 ] {bd3ca8b0-52a9-46a6-a5cd-29ab5c3ab87a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1806 | 2025.04.16 04:28:37.701467 [ 281 ] {bd3ca8b0-52a9-46a6-a5cd-29ab5c3ab87a} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1807 | 2025.04.16 04:28:37.701646 [ 281 ] {bd3ca8b0-52a9-46a6-a5cd-29ab5c3ab87a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001409 sec., 70972.32079489 rows/sec., 4.92 MiB/sec. | ||
| 1808 | 2025.04.16 04:28:37.701724 [ 281 ] {bd3ca8b0-52a9-46a6-a5cd-29ab5c3ab87a} <Debug> TCPHandler: Processed in 0.001626953 sec. | ||
| 1809 | 2025.04.16 04:28:37.701842 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1810 | 2025.04.16 04:28:37.701947 [ 281 ] {28e62402-d21e-42ad-be99-c2028affd121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1811 | 2025.04.16 04:28:37.701994 [ 281 ] {28e62402-d21e-42ad-be99-c2028affd121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1812 | 2025.04.16 04:28:37.702461 [ 281 ] {28e62402-d21e-42ad-be99-c2028affd121} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1813 | 2025.04.16 04:28:37.702499 [ 281 ] {28e62402-d21e-42ad-be99-c2028affd121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1814 | 2025.04.16 04:28:37.702861 [ 281 ] {28e62402-d21e-42ad-be99-c2028affd121} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1815 | 2025.04.16 04:28:37.703117 [ 281 ] {28e62402-d21e-42ad-be99-c2028affd121} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1816 | 2025.04.16 04:28:37.703332 [ 281 ] {28e62402-d21e-42ad-be99-c2028affd121} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001398 sec., 21459.22746781116 rows/sec., 1.47 MiB/sec. | ||
| 1817 | 2025.04.16 04:28:37.703455 [ 281 ] {28e62402-d21e-42ad-be99-c2028affd121} <Debug> TCPHandler: Processed in 0.001659673 sec. | ||
| 1818 | 2025.04.16 04:28:40.339069 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1819 | 2025.04.16 04:28:40.339138 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1820 | 2025.04.16 04:28:40.420463 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 1821 | 2025.04.16 04:28:40.421245 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1822 | 2025.04.16 04:28:40.421323 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1823 | 2025.04.16 04:28:40.421868 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1824 | 2025.04.16 04:28:40.422123 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1825 | 2025.04.16 04:28:40.422370 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 1826 | 2025.04.16 04:28:40.683637 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 1827 | 2025.04.16 04:28:40.703711 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1828 | 2025.04.16 04:28:40.703778 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1829 | 2025.04.16 04:28:40.710973 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1830 | 2025.04.16 04:28:40.711717 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1831 | 2025.04.16 04:28:40.714223 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 1832 | 2025.04.16 04:28:42.696769 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1833 | 2025.04.16 04:28:42.696945 [ 281 ] {a4bdc9d5-1c81-4f98-8344-13fd26acfc0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1834 | 2025.04.16 04:28:42.697013 [ 281 ] {a4bdc9d5-1c81-4f98-8344-13fd26acfc0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1835 | 2025.04.16 04:28:42.697777 [ 281 ] {a4bdc9d5-1c81-4f98-8344-13fd26acfc0a} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1836 | 2025.04.16 04:28:42.697816 [ 281 ] {a4bdc9d5-1c81-4f98-8344-13fd26acfc0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1837 | 2025.04.16 04:28:42.698236 [ 281 ] {a4bdc9d5-1c81-4f98-8344-13fd26acfc0a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1838 | 2025.04.16 04:28:42.698475 [ 281 ] {a4bdc9d5-1c81-4f98-8344-13fd26acfc0a} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1839 | 2025.04.16 04:28:42.698649 [ 281 ] {a4bdc9d5-1c81-4f98-8344-13fd26acfc0a} <Debug> executeQuery: Read 80 rows, 7.04 KiB in 0.001755 sec., 45584.04558404558 rows/sec., 3.92 MiB/sec. | ||
| 1840 | 2025.04.16 04:28:42.698702 [ 281 ] {a4bdc9d5-1c81-4f98-8344-13fd26acfc0a} <Debug> TCPHandler: Processed in 0.002052781 sec. | ||
| 1841 | 2025.04.16 04:28:42.698835 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1842 | 2025.04.16 04:28:42.698938 [ 281 ] {6d046fcc-b814-4784-99d4-76c0f9502a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1843 | 2025.04.16 04:28:42.698983 [ 281 ] {6d046fcc-b814-4784-99d4-76c0f9502a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1844 | 2025.04.16 04:28:42.699486 [ 281 ] {6d046fcc-b814-4784-99d4-76c0f9502a8a} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1845 | 2025.04.16 04:28:42.699522 [ 281 ] {6d046fcc-b814-4784-99d4-76c0f9502a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1846 | 2025.04.16 04:28:42.699856 [ 281 ] {6d046fcc-b814-4784-99d4-76c0f9502a8a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1847 | 2025.04.16 04:28:42.700085 [ 281 ] {6d046fcc-b814-4784-99d4-76c0f9502a8a} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1848 | 2025.04.16 04:28:42.700199 [ 51 ] {} <Debug> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1849 | 2025.04.16 04:28:42.700243 [ 51 ] {} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1850 | 2025.04.16 04:28:42.700262 [ 281 ] {6d046fcc-b814-4784-99d4-76c0f9502a8a} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001341 sec., 20134.228187919463 rows/sec., 1.48 MiB/sec. | ||
| 1851 | 2025.04.16 04:28:42.700268 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1852 | 2025.04.16 04:28:42.700366 [ 281 ] {6d046fcc-b814-4784-99d4-76c0f9502a8a} <Debug> TCPHandler: Processed in 0.001576232 sec. | ||
| 1853 | 2025.04.16 04:28:42.700673 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1854 | 2025.04.16 04:28:42.700749 [ 189 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::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 | ||
| 1855 | 2025.04.16 04:28:42.700870 [ 281 ] {875548e5-7d8f-40ba-b4ec-d9c1e13c508a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1856 | 2025.04.16 04:28:42.700970 [ 281 ] {875548e5-7d8f-40ba-b4ec-d9c1e13c508a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1857 | 2025.04.16 04:28:42.701085 [ 189 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1858 | 2025.04.16 04:28:42.701180 [ 189 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1859 | 2025.04.16 04:28:42.701537 [ 189 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 27 rows starting from the beginning of the part | ||
| 1860 | 2025.04.16 04:28:42.701968 [ 189 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 106 rows starting from the beginning of the part | ||
| 1861 | 2025.04.16 04:28:42.702323 [ 189 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 27 rows starting from the beginning of the part | ||
| 1862 | 2025.04.16 04:28:42.702547 [ 189 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part | ||
| 1863 | 2025.04.16 04:28:42.702951 [ 189 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 27 rows starting from the beginning of the part | ||
| 1864 | 2025.04.16 04:28:42.703632 [ 281 ] {875548e5-7d8f-40ba-b4ec-d9c1e13c508a} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1865 | 2025.04.16 04:28:42.703693 [ 281 ] {875548e5-7d8f-40ba-b4ec-d9c1e13c508a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1866 | 2025.04.16 04:28:42.704686 [ 281 ] {875548e5-7d8f-40ba-b4ec-d9c1e13c508a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1867 | 2025.04.16 04:28:42.705250 [ 281 ] {875548e5-7d8f-40ba-b4ec-d9c1e13c508a} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1868 | 2025.04.16 04:28:42.705817 [ 189 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 5 columns (5 merged, 0 gathered) in 0.005422718 sec., 44258.248354423005 rows/sec., 3.13 MiB/sec. | ||
| 1869 | 2025.04.16 04:28:42.705825 [ 281 ] {875548e5-7d8f-40ba-b4ec-d9c1e13c508a} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.005001 sec., 10997.800439912016 rows/sec., 879.51 KiB/sec. | ||
| 1870 | 2025.04.16 04:28:42.705971 [ 281 ] {875548e5-7d8f-40ba-b4ec-d9c1e13c508a} <Debug> TCPHandler: Processed in 0.005424919 sec. | ||
| 1871 | 2025.04.16 04:28:42.706034 [ 189 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1872 | 2025.04.16 04:28:42.706122 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1873 | 2025.04.16 04:28:42.706312 [ 281 ] {ab53c3ae-4718-41b7-8bb3-0fad620a6c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1874 | 2025.04.16 04:28:42.706401 [ 281 ] {ab53c3ae-4718-41b7-8bb3-0fad620a6c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1875 | 2025.04.16 04:28:42.706523 [ 189 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_6_1} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1876 | 2025.04.16 04:28:42.706754 [ 189 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_6_1} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1877 | 2025.04.16 04:28:42.706908 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1878 | 2025.04.16 04:28:42.707292 [ 281 ] {ab53c3ae-4718-41b7-8bb3-0fad620a6c9d} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1879 | 2025.04.16 04:28:42.707334 [ 281 ] {ab53c3ae-4718-41b7-8bb3-0fad620a6c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1880 | 2025.04.16 04:28:42.707704 [ 281 ] {ab53c3ae-4718-41b7-8bb3-0fad620a6c9d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1881 | 2025.04.16 04:28:42.707929 [ 281 ] {ab53c3ae-4718-41b7-8bb3-0fad620a6c9d} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1882 | 2025.04.16 04:28:42.708093 [ 281 ] {ab53c3ae-4718-41b7-8bb3-0fad620a6c9d} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001836 sec., 54466.23093681917 rows/sec., 3.78 MiB/sec. | ||
| 1883 | 2025.04.16 04:28:42.708143 [ 281 ] {ab53c3ae-4718-41b7-8bb3-0fad620a6c9d} <Debug> TCPHandler: Processed in 0.002094673 sec. | ||
| 1884 | 2025.04.16 04:28:42.708259 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1885 | 2025.04.16 04:28:42.708361 [ 281 ] {c4e83532-3a8c-4012-afed-933c8ed7728e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1886 | 2025.04.16 04:28:42.708425 [ 281 ] {c4e83532-3a8c-4012-afed-933c8ed7728e} <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 | ||
| 1887 | 2025.04.16 04:28:42.709556 [ 281 ] {c4e83532-3a8c-4012-afed-933c8ed7728e} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1888 | 2025.04.16 04:28:42.709592 [ 281 ] {c4e83532-3a8c-4012-afed-933c8ed7728e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1889 | 2025.04.16 04:28:42.710219 [ 281 ] {c4e83532-3a8c-4012-afed-933c8ed7728e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1890 | 2025.04.16 04:28:42.710467 [ 281 ] {c4e83532-3a8c-4012-afed-933c8ed7728e} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1891 | 2025.04.16 04:28:42.710682 [ 281 ] {c4e83532-3a8c-4012-afed-933c8ed7728e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002335 sec., 11563.169164882227 rows/sec., 20.72 MiB/sec. | ||
| 1892 | 2025.04.16 04:28:42.710802 [ 281 ] {c4e83532-3a8c-4012-afed-933c8ed7728e} <Debug> TCPHandler: Processed in 0.002590742 sec. | ||
| 1893 | 2025.04.16 04:28:42.710928 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1894 | 2025.04.16 04:28:42.711031 [ 281 ] {279233d1-0efb-4e7a-9207-c3e801b092ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1895 | 2025.04.16 04:28:42.711076 [ 281 ] {279233d1-0efb-4e7a-9207-c3e801b092ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1896 | 2025.04.16 04:28:42.711500 [ 281 ] {279233d1-0efb-4e7a-9207-c3e801b092ec} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1897 | 2025.04.16 04:28:42.711536 [ 281 ] {279233d1-0efb-4e7a-9207-c3e801b092ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1898 | 2025.04.16 04:28:42.711879 [ 281 ] {279233d1-0efb-4e7a-9207-c3e801b092ec} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1899 | 2025.04.16 04:28:42.712119 [ 281 ] {279233d1-0efb-4e7a-9207-c3e801b092ec} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1900 | 2025.04.16 04:28:42.712280 [ 281 ] {279233d1-0efb-4e7a-9207-c3e801b092ec} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001271 sec., 23603.461841070024 rows/sec., 1.62 MiB/sec. | ||
| 1901 | 2025.04.16 04:28:42.712326 [ 281 ] {279233d1-0efb-4e7a-9207-c3e801b092ec} <Debug> TCPHandler: Processed in 0.00144677 sec. | ||
| 1902 | 2025.04.16 04:28:45.428044 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 256 | ||
| 1903 | 2025.04.16 04:28:45.430954 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1904 | 2025.04.16 04:28:45.431012 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1905 | 2025.04.16 04:28:45.432462 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1906 | 2025.04.16 04:28:45.432813 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1907 | 2025.04.16 04:28:45.433029 [ 45 ] {} <Debug> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1908 | 2025.04.16 04:28:45.433161 [ 45 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1909 | 2025.04.16 04:28:45.433221 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1910 | 2025.04.16 04:28:45.433652 [ 193 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::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 | ||
| 1911 | 2025.04.16 04:28:45.434438 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 256 | ||
| 1912 | 2025.04.16 04:28:45.434888 [ 193 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1913 | 2025.04.16 04:28:45.435088 [ 193 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part | ||
| 1914 | 2025.04.16 04:28:45.435832 [ 193 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
| 1915 | 2025.04.16 04:28:45.436460 [ 193 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::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 | ||
| 1916 | 2025.04.16 04:28:45.437068 [ 193 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 58 rows starting from the beginning of the part | ||
| 1917 | 2025.04.16 04:28:45.437682 [ 193 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
| 1918 | 2025.04.16 04:28:45.438257 [ 193 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
| 1919 | 2025.04.16 04:28:45.446130 [ 197 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 72 columns (72 merged, 0 gathered) in 0.012779888 sec., 20031.47445423622 rows/sec., 20.23 MiB/sec. | ||
| 1920 | 2025.04.16 04:28:45.447190 [ 195 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1921 | 2025.04.16 04:28:45.448038 [ 195 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_6_1} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1922 | 2025.04.16 04:28:45.448135 [ 195 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_6_1} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1923 | 2025.04.16 04:28:45.448473 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.60 MiB. | ||
| 1924 | 2025.04.16 04:28:47.696480 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1925 | 2025.04.16 04:28:47.696704 [ 281 ] {a69ef33e-5d88-4ec1-a126-d085e7d7ad21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1926 | 2025.04.16 04:28:47.696786 [ 281 ] {a69ef33e-5d88-4ec1-a126-d085e7d7ad21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1927 | 2025.04.16 04:28:47.697548 [ 281 ] {a69ef33e-5d88-4ec1-a126-d085e7d7ad21} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1928 | 2025.04.16 04:28:47.697601 [ 281 ] {a69ef33e-5d88-4ec1-a126-d085e7d7ad21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1929 | 2025.04.16 04:28:47.698036 [ 281 ] {a69ef33e-5d88-4ec1-a126-d085e7d7ad21} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1930 | 2025.04.16 04:28:47.698281 [ 281 ] {a69ef33e-5d88-4ec1-a126-d085e7d7ad21} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1931 | 2025.04.16 04:28:47.698512 [ 281 ] {a69ef33e-5d88-4ec1-a126-d085e7d7ad21} <Debug> executeQuery: Read 50 rows, 4.34 KiB in 0.001866 sec., 26795.284030010716 rows/sec., 2.27 MiB/sec. | ||
| 1932 | 2025.04.16 04:28:47.698577 [ 281 ] {a69ef33e-5d88-4ec1-a126-d085e7d7ad21} <Debug> TCPHandler: Processed in 0.002234325 sec. | ||
| 1933 | 2025.04.16 04:28:47.698711 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1934 | 2025.04.16 04:28:47.698820 [ 281 ] {f2af6e25-c025-4fcf-ac8f-6e33f3db9832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1935 | 2025.04.16 04:28:47.698869 [ 281 ] {f2af6e25-c025-4fcf-ac8f-6e33f3db9832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1936 | 2025.04.16 04:28:47.699391 [ 281 ] {f2af6e25-c025-4fcf-ac8f-6e33f3db9832} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1937 | 2025.04.16 04:28:47.699432 [ 281 ] {f2af6e25-c025-4fcf-ac8f-6e33f3db9832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1938 | 2025.04.16 04:28:47.699768 [ 281 ] {f2af6e25-c025-4fcf-ac8f-6e33f3db9832} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1939 | 2025.04.16 04:28:47.700000 [ 281 ] {f2af6e25-c025-4fcf-ac8f-6e33f3db9832} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1940 | 2025.04.16 04:28:47.700199 [ 281 ] {f2af6e25-c025-4fcf-ac8f-6e33f3db9832} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001404 sec., 8547.008547008547 rows/sec., 642.69 KiB/sec. | ||
| 1941 | 2025.04.16 04:28:47.700251 [ 281 ] {f2af6e25-c025-4fcf-ac8f-6e33f3db9832} <Debug> TCPHandler: Processed in 0.001591822 sec. | ||
| 1942 | 2025.04.16 04:28:47.700367 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1943 | 2025.04.16 04:28:47.700470 [ 281 ] {f75b70ef-e243-40d0-bde8-86e41f340bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1944 | 2025.04.16 04:28:47.700515 [ 281 ] {f75b70ef-e243-40d0-bde8-86e41f340bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1945 | 2025.04.16 04:28:47.701044 [ 281 ] {f75b70ef-e243-40d0-bde8-86e41f340bbd} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1946 | 2025.04.16 04:28:47.701084 [ 281 ] {f75b70ef-e243-40d0-bde8-86e41f340bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1947 | 2025.04.16 04:28:47.701420 [ 281 ] {f75b70ef-e243-40d0-bde8-86e41f340bbd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1948 | 2025.04.16 04:28:47.701648 [ 281 ] {f75b70ef-e243-40d0-bde8-86e41f340bbd} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1949 | 2025.04.16 04:28:47.701847 [ 281 ] {f75b70ef-e243-40d0-bde8-86e41f340bbd} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001399 sec., 32880.62902072909 rows/sec., 2.57 MiB/sec. | ||
| 1950 | 2025.04.16 04:28:47.701897 [ 281 ] {f75b70ef-e243-40d0-bde8-86e41f340bbd} <Debug> TCPHandler: Processed in 0.001580002 sec. | ||
| 1951 | 2025.04.16 04:28:47.702013 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1952 | 2025.04.16 04:28:47.702115 [ 281 ] {8497885c-6380-44e8-8871-c7e629a5260c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1953 | 2025.04.16 04:28:47.702162 [ 281 ] {8497885c-6380-44e8-8871-c7e629a5260c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1954 | 2025.04.16 04:28:47.702667 [ 281 ] {8497885c-6380-44e8-8871-c7e629a5260c} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1955 | 2025.04.16 04:28:47.702705 [ 281 ] {8497885c-6380-44e8-8871-c7e629a5260c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1956 | 2025.04.16 04:28:47.703079 [ 281 ] {8497885c-6380-44e8-8871-c7e629a5260c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1957 | 2025.04.16 04:28:47.703305 [ 281 ] {8497885c-6380-44e8-8871-c7e629a5260c} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1958 | 2025.04.16 04:28:47.703548 [ 281 ] {8497885c-6380-44e8-8871-c7e629a5260c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001453 sec., 68823.12456985547 rows/sec., 4.77 MiB/sec. | ||
| 1959 | 2025.04.16 04:28:47.703730 [ 281 ] {8497885c-6380-44e8-8871-c7e629a5260c} <Debug> TCPHandler: Processed in 0.001763306 sec. | ||
| 1960 | 2025.04.16 04:28:47.703859 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1961 | 2025.04.16 04:28:47.703963 [ 281 ] {35cfee86-db84-42b5-9cef-65a94c9562d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1962 | 2025.04.16 04:28:47.704033 [ 281 ] {35cfee86-db84-42b5-9cef-65a94c9562d0} <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 | ||
| 1963 | 2025.04.16 04:28:47.705107 [ 281 ] {35cfee86-db84-42b5-9cef-65a94c9562d0} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1964 | 2025.04.16 04:28:47.705145 [ 281 ] {35cfee86-db84-42b5-9cef-65a94c9562d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1965 | 2025.04.16 04:28:47.705745 [ 281 ] {35cfee86-db84-42b5-9cef-65a94c9562d0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1966 | 2025.04.16 04:28:47.705997 [ 281 ] {35cfee86-db84-42b5-9cef-65a94c9562d0} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1967 | 2025.04.16 04:28:47.706173 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1968 | 2025.04.16 04:28:47.706247 [ 281 ] {35cfee86-db84-42b5-9cef-65a94c9562d0} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002305 sec., 5206.073752711496 rows/sec., 9.33 MiB/sec. | ||
| 1969 | 2025.04.16 04:28:47.706267 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1970 | 2025.04.16 04:28:47.706345 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1971 | 2025.04.16 04:28:47.706691 [ 281 ] {35cfee86-db84-42b5-9cef-65a94c9562d0} <Debug> TCPHandler: Processed in 0.002875628 sec. | ||
| 1972 | 2025.04.16 04:28:47.706745 [ 193 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::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 | ||
| 1973 | 2025.04.16 04:28:47.706852 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1974 | 2025.04.16 04:28:47.707091 [ 281 ] {0499f749-eb46-4192-86ec-f1102a962dda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1975 | 2025.04.16 04:28:47.707217 [ 281 ] {0499f749-eb46-4192-86ec-f1102a962dda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1976 | 2025.04.16 04:28:47.707689 [ 193 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1977 | 2025.04.16 04:28:47.707914 [ 193 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1978 | 2025.04.16 04:28:47.708573 [ 193 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 27 rows starting from the beginning of the part | ||
| 1979 | 2025.04.16 04:28:47.709403 [ 281 ] {0499f749-eb46-4192-86ec-f1102a962dda} <Trace> oximeter.measurements_i64 (8fca8344-36f6-489b-8c7f-9de7183ca4c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1980 | 2025.04.16 04:28:47.709443 [ 193 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 27 rows starting from the beginning of the part | ||
| 1981 | 2025.04.16 04:28:47.709506 [ 281 ] {0499f749-eb46-4192-86ec-f1102a962dda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1982 | 2025.04.16 04:28:47.710145 [ 193 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 27 rows starting from the beginning of the part | ||
| 1983 | 2025.04.16 04:28:47.710894 [ 193 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part | ||
| 1984 | 2025.04.16 04:28:47.711040 [ 281 ] {0499f749-eb46-4192-86ec-f1102a962dda} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1985 | 2025.04.16 04:28:47.711451 [ 193 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part | ||
| 1986 | 2025.04.16 04:28:47.711932 [ 281 ] {0499f749-eb46-4192-86ec-f1102a962dda} <Trace> oximeter.measurements_i64 (8fca8344-36f6-489b-8c7f-9de7183ca4c2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1987 | 2025.04.16 04:28:47.712801 [ 281 ] {0499f749-eb46-4192-86ec-f1102a962dda} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.00577 sec., 1039.8613518197574 rows/sec., 73.45 KiB/sec. | ||
| 1988 | 2025.04.16 04:28:47.712979 [ 281 ] {0499f749-eb46-4192-86ec-f1102a962dda} <Debug> TCPHandler: Processed in 0.006182865 sec. | ||
| 1989 | 2025.04.16 04:28:47.713144 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1990 | 2025.04.16 04:28:47.713362 [ 281 ] {5eae3921-2f28-496a-bebc-4baa075ad374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1991 | 2025.04.16 04:28:47.713519 [ 281 ] {5eae3921-2f28-496a-bebc-4baa075ad374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1992 | 2025.04.16 04:28:47.715394 [ 281 ] {5eae3921-2f28-496a-bebc-4baa075ad374} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1993 | 2025.04.16 04:28:47.715469 [ 281 ] {5eae3921-2f28-496a-bebc-4baa075ad374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 1994 | 2025.04.16 04:28:47.716533 [ 281 ] {5eae3921-2f28-496a-bebc-4baa075ad374} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1995 | 2025.04.16 04:28:47.717106 [ 281 ] {5eae3921-2f28-496a-bebc-4baa075ad374} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1996 | 2025.04.16 04:28:47.717757 [ 281 ] {5eae3921-2f28-496a-bebc-4baa075ad374} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00447 sec., 6711.4093959731545 rows/sec., 470.80 KiB/sec. | ||
| 1997 | 2025.04.16 04:28:47.717913 [ 281 ] {5eae3921-2f28-496a-bebc-4baa075ad374} <Debug> TCPHandler: Processed in 0.004842078 sec. | ||
| 1998 | 2025.04.16 04:28:47.719579 [ 197 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 146 rows, containing 19 columns (19 merged, 0 gathered) in 0.013041822 sec., 11194.754843303335 rows/sec., 20.06 MiB/sec. | ||
| 1999 | 2025.04.16 04:28:47.719917 [ 197 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2000 | 2025.04.16 04:28:47.720333 [ 197 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2001 | 2025.04.16 04:28:47.720416 [ 197 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2002 | 2025.04.16 04:28:47.720540 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 2003 | 2025.04.16 04:28:47.923414 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2004 | 2025.04.16 04:28:47.923993 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2005 | 2025.04.16 04:28:47.924035 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2006 | 2025.04.16 04:28:47.924536 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2007 | 2025.04.16 04:28:47.924784 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2008 | 2025.04.16 04:28:47.925000 [ 42 ] {} <Debug> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2009 | 2025.04.16 04:28:47.925021 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2010 | 2025.04.16 04:28:47.925082 [ 42 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2011 | 2025.04.16 04:28:47.925111 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2012 | 2025.04.16 04:28:47.925269 [ 201 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2013 | 2025.04.16 04:28:47.925427 [ 201 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2014 | 2025.04.16 04:28:47.925476 [ 201 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part | ||
| 2015 | 2025.04.16 04:28:47.925584 [ 201 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
| 2016 | 2025.04.16 04:28:47.925751 [ 201 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
| 2017 | 2025.04.16 04:28:47.926000 [ 201 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
| 2018 | 2025.04.16 04:28:47.926219 [ 201 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
| 2019 | 2025.04.16 04:28:47.926380 [ 201 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
| 2020 | 2025.04.16 04:28:47.928189 [ 201 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002990971 sec., 1692761.313967939 rows/sec., 24.22 MiB/sec. | ||
| 2021 | 2025.04.16 04:28:47.928932 [ 198 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2022 | 2025.04.16 04:28:47.929302 [ 198 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_11_2} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2023 | 2025.04.16 04:28:47.929400 [ 198 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_11_2} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2024 | 2025.04.16 04:28:47.929518 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2025 | 2025.04.16 04:28:48.215243 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2026 | 2025.04.16 04:28:48.235487 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2027 | 2025.04.16 04:28:48.235539 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2028 | 2025.04.16 04:28:48.242387 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2029 | 2025.04.16 04:28:48.243164 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2030 | 2025.04.16 04:28:48.243589 [ 41 ] {} <Debug> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2031 | 2025.04.16 04:28:48.243721 [ 41 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2032 | 2025.04.16 04:28:48.243794 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2033 | 2025.04.16 04:28:48.244083 [ 200 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2034 | 2025.04.16 04:28:48.251875 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2035 | 2025.04.16 04:28:48.253230 [ 200 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2036 | 2025.04.16 04:28:48.254088 [ 200 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part | ||
| 2037 | 2025.04.16 04:28:48.258626 [ 200 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part | ||
| 2038 | 2025.04.16 04:28:48.262863 [ 200 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
| 2039 | 2025.04.16 04:28:48.267511 [ 200 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part | ||
| 2040 | 2025.04.16 04:28:48.272485 [ 200 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
| 2041 | 2025.04.16 04:28:48.276727 [ 200 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part | ||
| 2042 | 2025.04.16 04:28:48.336836 [ 193 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.092899329 sec., 893.440252943054 rows/sec., 4.62 MiB/sec. | ||
| 2043 | 2025.04.16 04:28:48.339295 [ 193 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2044 | 2025.04.16 04:28:48.342106 [ 193 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_11_2} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2045 | 2025.04.16 04:28:48.342229 [ 193 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_11_2} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2046 | 2025.04.16 04:28:48.344361 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2047 | 2025.04.16 04:28:49.000206 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.93 MiB, peak 178.81 MiB, free memory in arenas 0.00 B, will set to 170.12 MiB (RSS), difference: 1.19 MiB | ||
| 2048 | 2025.04.16 04:28:52.691849 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2049 | 2025.04.16 04:28:52.692107 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2050 | 2025.04.16 04:28:52.692488 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2051 | 2025.04.16 04:28:52.692534 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2052 | 2025.04.16 04:28:52.692860 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2053 | 2025.04.16 04:28:52.693004 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2054 | 2025.04.16 04:28:52.693178 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 2055 | 2025.04.16 04:28:52.693471 [ 286 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2056 | 2025.04.16 04:28:52.693510 [ 290 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2057 | 2025.04.16 04:28:52.693510 [ 287 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2058 | 2025.04.16 04:28:52.693670 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2059 | 2025.04.16 04:28:52.693704 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2060 | 2025.04.16 04:28:52.693825 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2061 | 2025.04.16 04:28:52.693848 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2062 | 2025.04.16 04:28:52.693891 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2063 | 2025.04.16 04:28:52.693938 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2064 | 2025.04.16 04:28:52.693981 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2065 | 2025.04.16 04:28:52.695768 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003769 sec., 7959.671000265322 rows/sec., 303.41 KiB/sec. | ||
| 2066 | 2025.04.16 04:28:52.695960 [ 281 ] {3886c239-d8cc-4568-9c17-1fa9ffb0451a} <Debug> TCPHandler: Processed in 0.004246325 sec. | ||
| 2067 | 2025.04.16 04:28:52.697673 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2068 | 2025.04.16 04:28:52.697839 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2069 | 2025.04.16 04:28:52.698131 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2070 | 2025.04.16 04:28:52.698177 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2071 | 2025.04.16 04:28:52.698472 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2072 | 2025.04.16 04:28:52.698536 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2073 | 2025.04.16 04:28:52.698675 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 2074 | 2025.04.16 04:28:52.698787 [ 291 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2075 | 2025.04.16 04:28:52.698831 [ 287 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2076 | 2025.04.16 04:28:52.698841 [ 286 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2077 | 2025.04.16 04:28:52.698986 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2078 | 2025.04.16 04:28:52.699011 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2079 | 2025.04.16 04:28:52.699111 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2080 | 2025.04.16 04:28:52.699140 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2081 | 2025.04.16 04:28:52.699178 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2082 | 2025.04.16 04:28:52.699218 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2083 | 2025.04.16 04:28:52.699257 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2084 | 2025.04.16 04:28:52.700646 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002888 sec., 10387.811634349031 rows/sec., 395.97 KiB/sec. | ||
| 2085 | 2025.04.16 04:28:52.700823 [ 281 ] {0b357d7d-4304-48aa-95e0-b6215d23bf3d} <Debug> TCPHandler: Processed in 0.003203285 sec. | ||
| 2086 | 2025.04.16 04:28:52.701179 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2087 | 2025.04.16 04:28:52.701338 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2088 | 2025.04.16 04:28:52.701620 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2089 | 2025.04.16 04:28:52.701666 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2090 | 2025.04.16 04:28:52.701963 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2091 | 2025.04.16 04:28:52.702028 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2092 | 2025.04.16 04:28:52.702165 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 2093 | 2025.04.16 04:28:52.702292 [ 290 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2094 | 2025.04.16 04:28:52.702293 [ 287 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2095 | 2025.04.16 04:28:52.702314 [ 286 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2096 | 2025.04.16 04:28:52.702440 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2097 | 2025.04.16 04:28:52.702463 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2098 | 2025.04.16 04:28:52.702565 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2099 | 2025.04.16 04:28:52.702591 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2100 | 2025.04.16 04:28:52.702629 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2101 | 2025.04.16 04:28:52.702670 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2102 | 2025.04.16 04:28:52.702709 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2103 | 2025.04.16 04:28:52.704148 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002885 sec., 10398.613518197573 rows/sec., 396.38 KiB/sec. | ||
| 2104 | 2025.04.16 04:28:52.704314 [ 281 ] {81727bb2-60cd-4f80-98dd-a874c9985c0d} <Debug> TCPHandler: Processed in 0.003185764 sec. | ||
| 2105 | 2025.04.16 04:28:52.704564 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2106 | 2025.04.16 04:28:52.704723 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2107 | 2025.04.16 04:28:52.705004 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2108 | 2025.04.16 04:28:52.705050 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2109 | 2025.04.16 04:28:52.705352 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2110 | 2025.04.16 04:28:52.705416 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2111 | 2025.04.16 04:28:52.705554 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2112 | 2025.04.16 04:28:52.705679 [ 290 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2113 | 2025.04.16 04:28:52.705708 [ 291 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2114 | 2025.04.16 04:28:52.705738 [ 286 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2115 | 2025.04.16 04:28:52.705854 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2116 | 2025.04.16 04:28:52.705877 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2117 | 2025.04.16 04:28:52.705977 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2118 | 2025.04.16 04:28:52.705999 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2119 | 2025.04.16 04:28:52.706037 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2120 | 2025.04.16 04:28:52.706076 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2121 | 2025.04.16 04:28:52.706116 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2122 | 2025.04.16 04:28:52.707511 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002864 sec., 10474.860335195532 rows/sec., 399.29 KiB/sec. | ||
| 2123 | 2025.04.16 04:28:52.707684 [ 281 ] {a4030ba2-3ff2-4695-bce8-d555b9e335e5} <Debug> TCPHandler: Processed in 0.003168814 sec. | ||
| 2124 | 2025.04.16 04:28:52.707949 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2125 | 2025.04.16 04:28:52.708110 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2126 | 2025.04.16 04:28:52.708393 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2127 | 2025.04.16 04:28:52.708439 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2128 | 2025.04.16 04:28:52.708741 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2129 | 2025.04.16 04:28:52.708803 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2130 | 2025.04.16 04:28:52.708940 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2131 | 2025.04.16 04:28:52.709033 [ 290 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2132 | 2025.04.16 04:28:52.709094 [ 286 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2133 | 2025.04.16 04:28:52.709107 [ 291 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2134 | 2025.04.16 04:28:52.709233 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2135 | 2025.04.16 04:28:52.709261 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2136 | 2025.04.16 04:28:52.709364 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2137 | 2025.04.16 04:28:52.709384 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2138 | 2025.04.16 04:28:52.709421 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2139 | 2025.04.16 04:28:52.709461 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2140 | 2025.04.16 04:28:52.709498 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2141 | 2025.04.16 04:28:52.710892 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00286 sec., 10489.510489510489 rows/sec., 399.84 KiB/sec. | ||
| 2142 | 2025.04.16 04:28:52.711064 [ 281 ] {8291c687-9b3f-4415-9546-31640d8bb3f3} <Debug> TCPHandler: Processed in 0.003168374 sec. | ||
| 2143 | 2025.04.16 04:28:52.711310 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2144 | 2025.04.16 04:28:52.711470 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2145 | 2025.04.16 04:28:52.711757 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2146 | 2025.04.16 04:28:52.711803 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2147 | 2025.04.16 04:28:52.712109 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2148 | 2025.04.16 04:28:52.712173 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2149 | 2025.04.16 04:28:52.712312 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2150 | 2025.04.16 04:28:52.712426 [ 286 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2151 | 2025.04.16 04:28:52.712439 [ 290 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2152 | 2025.04.16 04:28:52.712466 [ 291 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2153 | 2025.04.16 04:28:52.712586 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2154 | 2025.04.16 04:28:52.712614 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2155 | 2025.04.16 04:28:52.712717 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2156 | 2025.04.16 04:28:52.712737 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2157 | 2025.04.16 04:28:52.712775 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2158 | 2025.04.16 04:28:52.712815 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2159 | 2025.04.16 04:28:52.712854 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2160 | 2025.04.16 04:28:52.714268 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002876 sec., 10431.15438108484 rows/sec., 397.62 KiB/sec. | ||
| 2161 | 2025.04.16 04:28:52.714452 [ 281 ] {ec96f9a8-9664-4423-927a-aaa54a4795a3} <Debug> TCPHandler: Processed in 0.003190544 sec. | ||
| 2162 | 2025.04.16 04:28:52.714698 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2163 | 2025.04.16 04:28:52.714858 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2164 | 2025.04.16 04:28:52.715146 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2165 | 2025.04.16 04:28:52.715193 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2166 | 2025.04.16 04:28:52.715496 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2167 | 2025.04.16 04:28:52.715559 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2168 | 2025.04.16 04:28:52.715695 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2169 | 2025.04.16 04:28:52.715812 [ 286 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2170 | 2025.04.16 04:28:52.715838 [ 287 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2171 | 2025.04.16 04:28:52.715834 [ 290 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2172 | 2025.04.16 04:28:52.715954 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2173 | 2025.04.16 04:28:52.715983 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2174 | 2025.04.16 04:28:52.716089 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2175 | 2025.04.16 04:28:52.716109 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2176 | 2025.04.16 04:28:52.716148 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2177 | 2025.04.16 04:28:52.716189 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2178 | 2025.04.16 04:28:52.716229 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2179 | 2025.04.16 04:28:52.717842 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003061 sec., 9800.718719372755 rows/sec., 373.59 KiB/sec. | ||
| 2180 | 2025.04.16 04:28:52.718037 [ 281 ] {f793bcff-e288-414f-abc2-2c6e00342cbf} <Debug> TCPHandler: Processed in 0.003387238 sec. | ||
| 2181 | 2025.04.16 04:28:52.732201 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2182 | 2025.04.16 04:28:52.732397 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2183 | 2025.04.16 04:28:52.732756 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2184 | 2025.04.16 04:28:52.732813 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2185 | 2025.04.16 04:28:52.733151 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2186 | 2025.04.16 04:28:52.733214 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2187 | 2025.04.16 04:28:52.733352 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2188 | 2025.04.16 04:28:52.733452 [ 286 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2189 | 2025.04.16 04:28:52.733489 [ 290 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2190 | 2025.04.16 04:28:52.733520 [ 291 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2191 | 2025.04.16 04:28:52.733667 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2192 | 2025.04.16 04:28:52.733696 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2193 | 2025.04.16 04:28:52.733801 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2194 | 2025.04.16 04:28:52.733822 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2195 | 2025.04.16 04:28:52.733862 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2196 | 2025.04.16 04:28:52.733906 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2197 | 2025.04.16 04:28:52.733955 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2198 | 2025.04.16 04:28:52.735348 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003049 sec., 9839.291571006886 rows/sec., 375.06 KiB/sec. | ||
| 2199 | 2025.04.16 04:28:52.735531 [ 281 ] {6058ce5a-2e14-4c28-876e-e593f490d3fa} <Debug> TCPHandler: Processed in 0.003390398 sec. | ||
| 2200 | 2025.04.16 04:28:52.735798 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2201 | 2025.04.16 04:28:52.735960 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2202 | 2025.04.16 04:28:52.736251 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2203 | 2025.04.16 04:28:52.736298 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2204 | 2025.04.16 04:28:52.736607 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2205 | 2025.04.16 04:28:52.736669 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2206 | 2025.04.16 04:28:52.736806 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2207 | 2025.04.16 04:28:52.736875 [ 286 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2208 | 2025.04.16 04:28:52.736943 [ 290 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2209 | 2025.04.16 04:28:52.736962 [ 291 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2210 | 2025.04.16 04:28:52.737073 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2211 | 2025.04.16 04:28:52.737101 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2212 | 2025.04.16 04:28:52.737203 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2213 | 2025.04.16 04:28:52.737223 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2214 | 2025.04.16 04:28:52.737262 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2215 | 2025.04.16 04:28:52.737305 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2216 | 2025.04.16 04:28:52.737375 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2217 | 2025.04.16 04:28:52.738767 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002886 sec., 10395.010395010395 rows/sec., 396.24 KiB/sec. | ||
| 2218 | 2025.04.16 04:28:52.738953 [ 281 ] {91c40f3a-4115-490b-9898-a4bc58f6d96c} <Debug> TCPHandler: Processed in 0.003202544 sec. | ||
| 2219 | 2025.04.16 04:28:52.739191 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2220 | 2025.04.16 04:28:52.739354 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2221 | 2025.04.16 04:28:52.739646 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2222 | 2025.04.16 04:28:52.739693 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2223 | 2025.04.16 04:28:52.740007 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2224 | 2025.04.16 04:28:52.740070 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2225 | 2025.04.16 04:28:52.740208 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2226 | 2025.04.16 04:28:52.740356 [ 286 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2227 | 2025.04.16 04:28:52.740364 [ 290 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2228 | 2025.04.16 04:28:52.740383 [ 291 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2229 | 2025.04.16 04:28:52.740517 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2230 | 2025.04.16 04:28:52.740545 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2231 | 2025.04.16 04:28:52.740650 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2232 | 2025.04.16 04:28:52.740670 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2233 | 2025.04.16 04:28:52.740709 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2234 | 2025.04.16 04:28:52.740751 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2235 | 2025.04.16 04:28:52.740789 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2236 | 2025.04.16 04:28:52.742203 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00293 sec., 10238.907849829351 rows/sec., 390.29 KiB/sec. | ||
| 2237 | 2025.04.16 04:28:52.742385 [ 281 ] {b96a218e-4a05-456c-b668-8f09f263c69b} <Debug> TCPHandler: Processed in 0.003242335 sec. | ||
| 2238 | 2025.04.16 04:28:52.742588 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2239 | 2025.04.16 04:28:52.742749 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2240 | 2025.04.16 04:28:52.743045 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2241 | 2025.04.16 04:28:52.743094 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2242 | 2025.04.16 04:28:52.743409 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2243 | 2025.04.16 04:28:52.743471 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2244 | 2025.04.16 04:28:52.743608 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2245 | 2025.04.16 04:28:52.743685 [ 286 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2246 | 2025.04.16 04:28:52.743745 [ 290 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2247 | 2025.04.16 04:28:52.743745 [ 287 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2248 | 2025.04.16 04:28:52.743850 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2249 | 2025.04.16 04:28:52.743878 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2250 | 2025.04.16 04:28:52.743983 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2251 | 2025.04.16 04:28:52.744005 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2252 | 2025.04.16 04:28:52.744042 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2253 | 2025.04.16 04:28:52.744084 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2254 | 2025.04.16 04:28:52.744122 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2255 | 2025.04.16 04:28:52.745559 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00289 sec., 10380.622837370242 rows/sec., 395.69 KiB/sec. | ||
| 2256 | 2025.04.16 04:28:52.745747 [ 281 ] {0f77dda1-e4e8-43d8-ba38-ee3735fd68a0} <Debug> TCPHandler: Processed in 0.003207885 sec. | ||
| 2257 | 2025.04.16 04:28:52.751322 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2258 | 2025.04.16 04:28:52.751435 [ 281 ] {30b614b4-ed82-43ae-bf17-591351b362df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2259 | 2025.04.16 04:28:52.751481 [ 281 ] {30b614b4-ed82-43ae-bf17-591351b362df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2260 | 2025.04.16 04:28:52.752162 [ 281 ] {30b614b4-ed82-43ae-bf17-591351b362df} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2261 | 2025.04.16 04:28:52.752205 [ 281 ] {30b614b4-ed82-43ae-bf17-591351b362df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2262 | 2025.04.16 04:28:52.752713 [ 281 ] {30b614b4-ed82-43ae-bf17-591351b362df} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2263 | 2025.04.16 04:28:52.752934 [ 281 ] {30b614b4-ed82-43ae-bf17-591351b362df} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2264 | 2025.04.16 04:28:52.753157 [ 281 ] {30b614b4-ed82-43ae-bf17-591351b362df} <Debug> executeQuery: Read 11 rows, 3.58 KiB in 0.001752 sec., 6278.538812785388 rows/sec., 1.99 MiB/sec. | ||
| 2265 | 2025.04.16 04:28:52.753344 [ 281 ] {30b614b4-ed82-43ae-bf17-591351b362df} <Debug> TCPHandler: Processed in 0.002070541 sec. | ||
| 2266 | 2025.04.16 04:28:52.753478 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2267 | 2025.04.16 04:28:52.753580 [ 281 ] {007c7559-44fe-4ed4-9964-214ee03e4224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2268 | 2025.04.16 04:28:52.753624 [ 281 ] {007c7559-44fe-4ed4-9964-214ee03e4224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2269 | 2025.04.16 04:28:52.754179 [ 281 ] {007c7559-44fe-4ed4-9964-214ee03e4224} <Trace> oximeter.fields_i16 (da77d9e2-6efb-4854-b071-00b8eb4111c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2270 | 2025.04.16 04:28:52.754216 [ 281 ] {007c7559-44fe-4ed4-9964-214ee03e4224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2271 | 2025.04.16 04:28:52.754557 [ 281 ] {007c7559-44fe-4ed4-9964-214ee03e4224} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2272 | 2025.04.16 04:28:52.754788 [ 281 ] {007c7559-44fe-4ed4-9964-214ee03e4224} <Trace> oximeter.fields_i16 (da77d9e2-6efb-4854-b071-00b8eb4111c6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2273 | 2025.04.16 04:28:52.755049 [ 281 ] {007c7559-44fe-4ed4-9964-214ee03e4224} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00147 sec., 16326.530612244898 rows/sec., 1.35 MiB/sec. | ||
| 2274 | 2025.04.16 04:28:52.755146 [ 281 ] {007c7559-44fe-4ed4-9964-214ee03e4224} <Debug> TCPHandler: Processed in 0.001716174 sec. | ||
| 2275 | 2025.04.16 04:28:52.755271 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2276 | 2025.04.16 04:28:52.755372 [ 281 ] {568fd687-de46-4d6f-b1c6-8eff6f92d093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2277 | 2025.04.16 04:28:52.755416 [ 281 ] {568fd687-de46-4d6f-b1c6-8eff6f92d093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2278 | 2025.04.16 04:28:52.755918 [ 281 ] {568fd687-de46-4d6f-b1c6-8eff6f92d093} <Trace> oximeter.fields_ipaddr (51c230c8-684f-4210-99e1-fa5f5336bb2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2279 | 2025.04.16 04:28:52.755956 [ 281 ] {568fd687-de46-4d6f-b1c6-8eff6f92d093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2280 | 2025.04.16 04:28:52.756278 [ 281 ] {568fd687-de46-4d6f-b1c6-8eff6f92d093} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2281 | 2025.04.16 04:28:52.756514 [ 281 ] {568fd687-de46-4d6f-b1c6-8eff6f92d093} <Trace> oximeter.fields_ipaddr (51c230c8-684f-4210-99e1-fa5f5336bb2d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2282 | 2025.04.16 04:28:52.756724 [ 281 ] {568fd687-de46-4d6f-b1c6-8eff6f92d093} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001361 sec., 1469.5077149155034 rows/sec., 119.83 KiB/sec. | ||
| 2283 | 2025.04.16 04:28:52.756869 [ 281 ] {568fd687-de46-4d6f-b1c6-8eff6f92d093} <Debug> TCPHandler: Processed in 0.001646393 sec. | ||
| 2284 | 2025.04.16 04:28:52.756988 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2285 | 2025.04.16 04:28:52.757089 [ 281 ] {acf1f089-4066-4255-b504-59348dca8752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2286 | 2025.04.16 04:28:52.757131 [ 281 ] {acf1f089-4066-4255-b504-59348dca8752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2287 | 2025.04.16 04:28:52.757753 [ 281 ] {acf1f089-4066-4255-b504-59348dca8752} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2288 | 2025.04.16 04:28:52.757791 [ 281 ] {acf1f089-4066-4255-b504-59348dca8752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2289 | 2025.04.16 04:28:52.758157 [ 281 ] {acf1f089-4066-4255-b504-59348dca8752} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2290 | 2025.04.16 04:28:52.758386 [ 281 ] {acf1f089-4066-4255-b504-59348dca8752} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2291 | 2025.04.16 04:28:52.758571 [ 281 ] {acf1f089-4066-4255-b504-59348dca8752} <Debug> executeQuery: Read 231 rows, 20.95 KiB in 0.001494 sec., 154618.4738955823 rows/sec., 13.69 MiB/sec. | ||
| 2292 | 2025.04.16 04:28:52.758586 [ 34 ] {} <Debug> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2293 | 2025.04.16 04:28:52.758670 [ 281 ] {acf1f089-4066-4255-b504-59348dca8752} <Debug> TCPHandler: Processed in 0.001725814 sec. | ||
| 2294 | 2025.04.16 04:28:52.758681 [ 34 ] {} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2295 | 2025.04.16 04:28:52.758742 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2296 | 2025.04.16 04:28:52.758827 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2297 | 2025.04.16 04:28:52.758956 [ 201 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2298 | 2025.04.16 04:28:52.758994 [ 281 ] {0c0cf424-6f3e-4672-8dce-9505d3472d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2299 | 2025.04.16 04:28:52.759074 [ 281 ] {0c0cf424-6f3e-4672-8dce-9505d3472d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2300 | 2025.04.16 04:28:52.759352 [ 201 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2301 | 2025.04.16 04:28:52.759436 [ 201 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 641 rows starting from the beginning of the part | ||
| 2302 | 2025.04.16 04:28:52.759800 [ 201 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 80 rows starting from the beginning of the part | ||
| 2303 | 2025.04.16 04:28:52.760302 [ 201 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 2304 | 2025.04.16 04:28:52.760528 [ 201 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 80 rows starting from the beginning of the part | ||
| 2305 | 2025.04.16 04:28:52.760893 [ 201 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part | ||
| 2306 | 2025.04.16 04:28:52.761285 [ 201 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 231 rows starting from the beginning of the part | ||
| 2307 | 2025.04.16 04:28:52.762014 [ 281 ] {0c0cf424-6f3e-4672-8dce-9505d3472d0f} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2308 | 2025.04.16 04:28:52.762061 [ 281 ] {0c0cf424-6f3e-4672-8dce-9505d3472d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2309 | 2025.04.16 04:28:52.762881 [ 281 ] {0c0cf424-6f3e-4672-8dce-9505d3472d0f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2310 | 2025.04.16 04:28:52.763394 [ 281 ] {0c0cf424-6f3e-4672-8dce-9505d3472d0f} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2311 | 2025.04.16 04:28:52.763876 [ 281 ] {0c0cf424-6f3e-4672-8dce-9505d3472d0f} <Debug> executeQuery: Read 41 rows, 3.13 KiB in 0.004913 sec., 8345.206594748626 rows/sec., 637.26 KiB/sec. | ||
| 2312 | 2025.04.16 04:28:52.764035 [ 281 ] {0c0cf424-6f3e-4672-8dce-9505d3472d0f} <Debug> TCPHandler: Processed in 0.005269686 sec. | ||
| 2313 | 2025.04.16 04:28:52.764227 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2314 | 2025.04.16 04:28:52.764436 [ 201 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1108 rows, containing 5 columns (5 merged, 0 gathered) in 0.005584822 sec., 198394.8637933313 rows/sec., 17.08 MiB/sec. | ||
| 2315 | 2025.04.16 04:28:52.764459 [ 281 ] {cfb31cfe-755e-4783-9c2b-7c0fac34e7a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2316 | 2025.04.16 04:28:52.764524 [ 281 ] {cfb31cfe-755e-4783-9c2b-7c0fac34e7a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2317 | 2025.04.16 04:28:52.764710 [ 201 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2318 | 2025.04.16 04:28:52.765330 [ 201 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_11_2} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2319 | 2025.04.16 04:28:52.765561 [ 201 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_11_2} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2320 | 2025.04.16 04:28:52.765709 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 2321 | 2025.04.16 04:28:52.765832 [ 281 ] {cfb31cfe-755e-4783-9c2b-7c0fac34e7a6} <Trace> oximeter.fields_u32 (ffed91df-6a0a-4e8e-8f0c-99bd9b558429): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2322 | 2025.04.16 04:28:52.765874 [ 281 ] {cfb31cfe-755e-4783-9c2b-7c0fac34e7a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2323 | 2025.04.16 04:28:52.766222 [ 281 ] {cfb31cfe-755e-4783-9c2b-7c0fac34e7a6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2324 | 2025.04.16 04:28:52.766459 [ 281 ] {cfb31cfe-755e-4783-9c2b-7c0fac34e7a6} <Trace> oximeter.fields_u32 (ffed91df-6a0a-4e8e-8f0c-99bd9b558429): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2325 | 2025.04.16 04:28:52.766655 [ 281 ] {cfb31cfe-755e-4783-9c2b-7c0fac34e7a6} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002236 sec., 10733.45259391771 rows/sec., 911.92 KiB/sec. | ||
| 2326 | 2025.04.16 04:28:52.766765 [ 281 ] {cfb31cfe-755e-4783-9c2b-7c0fac34e7a6} <Debug> TCPHandler: Processed in 0.002631023 sec. | ||
| 2327 | 2025.04.16 04:28:52.766884 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2328 | 2025.04.16 04:28:52.766985 [ 281 ] {b4ea0e6a-b186-4950-892d-4290e19ea7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2329 | 2025.04.16 04:28:52.767028 [ 281 ] {b4ea0e6a-b186-4950-892d-4290e19ea7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2330 | 2025.04.16 04:28:52.767539 [ 281 ] {b4ea0e6a-b186-4950-892d-4290e19ea7ab} <Trace> oximeter.fields_u8 (6514d43a-efca-465f-a737-9b6abb5f8798): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2331 | 2025.04.16 04:28:52.767577 [ 281 ] {b4ea0e6a-b186-4950-892d-4290e19ea7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2332 | 2025.04.16 04:28:52.767915 [ 281 ] {b4ea0e6a-b186-4950-892d-4290e19ea7ab} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2333 | 2025.04.16 04:28:52.768144 [ 281 ] {b4ea0e6a-b186-4950-892d-4290e19ea7ab} <Trace> oximeter.fields_u8 (6514d43a-efca-465f-a737-9b6abb5f8798): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2334 | 2025.04.16 04:28:52.768324 [ 281 ] {b4ea0e6a-b186-4950-892d-4290e19ea7ab} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00136 sec., 8823.529411764704 rows/sec., 689.34 KiB/sec. | ||
| 2335 | 2025.04.16 04:28:52.768373 [ 281 ] {b4ea0e6a-b186-4950-892d-4290e19ea7ab} <Debug> TCPHandler: Processed in 0.001539891 sec. | ||
| 2336 | 2025.04.16 04:28:52.768489 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2337 | 2025.04.16 04:28:52.768589 [ 281 ] {c85e91d9-8407-4dc0-954b-54916a05533d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2338 | 2025.04.16 04:28:52.768632 [ 281 ] {c85e91d9-8407-4dc0-954b-54916a05533d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2339 | 2025.04.16 04:28:52.769204 [ 281 ] {c85e91d9-8407-4dc0-954b-54916a05533d} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2340 | 2025.04.16 04:28:52.769242 [ 281 ] {c85e91d9-8407-4dc0-954b-54916a05533d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2341 | 2025.04.16 04:28:52.769584 [ 281 ] {c85e91d9-8407-4dc0-954b-54916a05533d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2342 | 2025.04.16 04:28:52.769809 [ 281 ] {c85e91d9-8407-4dc0-954b-54916a05533d} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2343 | 2025.04.16 04:28:52.769965 [ 34 ] {} <Debug> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2344 | 2025.04.16 04:28:52.770006 [ 281 ] {c85e91d9-8407-4dc0-954b-54916a05533d} <Debug> executeQuery: Read 129 rows, 10.70 KiB in 0.00143 sec., 90209.79020979021 rows/sec., 7.31 MiB/sec. | ||
| 2345 | 2025.04.16 04:28:52.770030 [ 34 ] {} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2346 | 2025.04.16 04:28:52.770099 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2347 | 2025.04.16 04:28:52.770118 [ 281 ] {c85e91d9-8407-4dc0-954b-54916a05533d} <Debug> TCPHandler: Processed in 0.001674554 sec. | ||
| 2348 | 2025.04.16 04:28:52.770393 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2349 | 2025.04.16 04:28:52.770461 [ 192 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2350 | 2025.04.16 04:28:52.770748 [ 281 ] {b70ca45e-5504-4fa7-ac2f-1771dd18bed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2351 | 2025.04.16 04:28:52.770919 [ 281 ] {b70ca45e-5504-4fa7-ac2f-1771dd18bed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2352 | 2025.04.16 04:28:52.770922 [ 192 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2353 | 2025.04.16 04:28:52.771029 [ 192 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 386 rows starting from the beginning of the part | ||
| 2354 | 2025.04.16 04:28:52.771348 [ 192 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 55 rows starting from the beginning of the part | ||
| 2355 | 2025.04.16 04:28:52.771729 [ 192 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
| 2356 | 2025.04.16 04:28:52.772079 [ 192 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 55 rows starting from the beginning of the part | ||
| 2357 | 2025.04.16 04:28:52.772360 [ 192 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 46 rows starting from the beginning of the part | ||
| 2358 | 2025.04.16 04:28:52.772702 [ 192 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 129 rows starting from the beginning of the part | ||
| 2359 | 2025.04.16 04:28:52.773540 [ 281 ] {b70ca45e-5504-4fa7-ac2f-1771dd18bed7} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2360 | 2025.04.16 04:28:52.773599 [ 281 ] {b70ca45e-5504-4fa7-ac2f-1771dd18bed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2361 | 2025.04.16 04:28:52.774576 [ 281 ] {b70ca45e-5504-4fa7-ac2f-1771dd18bed7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2362 | 2025.04.16 04:28:52.775059 [ 281 ] {b70ca45e-5504-4fa7-ac2f-1771dd18bed7} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2363 | 2025.04.16 04:28:52.775444 [ 192 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 699 rows, containing 5 columns (5 merged, 0 gathered) in 0.005206484 sec., 134255.6704294107 rows/sec., 10.52 MiB/sec. | ||
| 2364 | 2025.04.16 04:28:52.775688 [ 281 ] {b70ca45e-5504-4fa7-ac2f-1771dd18bed7} <Debug> executeQuery: Read 485 rows, 38.51 KiB in 0.00504 sec., 96230.15873015873 rows/sec., 7.46 MiB/sec. | ||
| 2365 | 2025.04.16 04:28:52.775773 [ 192 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2366 | 2025.04.16 04:28:52.775913 [ 281 ] {b70ca45e-5504-4fa7-ac2f-1771dd18bed7} <Debug> TCPHandler: Processed in 0.005637113 sec. | ||
| 2367 | 2025.04.16 04:28:52.776077 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2368 | 2025.04.16 04:28:52.776231 [ 281 ] {d92a9722-d617-4602-8942-672d8a8c029b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2369 | 2025.04.16 04:28:52.776242 [ 192 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_11_2} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2370 | 2025.04.16 04:28:52.776389 [ 281 ] {d92a9722-d617-4602-8942-672d8a8c029b} <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 | ||
| 2371 | 2025.04.16 04:28:52.776436 [ 192 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_11_2} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2372 | 2025.04.16 04:28:52.776662 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 2373 | 2025.04.16 04:28:52.777701 [ 281 ] {d92a9722-d617-4602-8942-672d8a8c029b} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2374 | 2025.04.16 04:28:52.777743 [ 281 ] {d92a9722-d617-4602-8942-672d8a8c029b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2375 | 2025.04.16 04:28:52.778376 [ 281 ] {d92a9722-d617-4602-8942-672d8a8c029b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2376 | 2025.04.16 04:28:52.778628 [ 281 ] {d92a9722-d617-4602-8942-672d8a8c029b} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2377 | 2025.04.16 04:28:52.778871 [ 281 ] {d92a9722-d617-4602-8942-672d8a8c029b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002667 sec., 10123.734533183351 rows/sec., 18.14 MiB/sec. | ||
| 2378 | 2025.04.16 04:28:52.779002 [ 281 ] {d92a9722-d617-4602-8942-672d8a8c029b} <Debug> TCPHandler: Processed in 0.00298236 sec. | ||
| 2379 | 2025.04.16 04:28:52.779128 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2380 | 2025.04.16 04:28:52.779230 [ 281 ] {1e50079e-0b56-4926-ac9f-cb3506fdaa87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2381 | 2025.04.16 04:28:52.779274 [ 281 ] {1e50079e-0b56-4926-ac9f-cb3506fdaa87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2382 | 2025.04.16 04:28:52.779696 [ 281 ] {1e50079e-0b56-4926-ac9f-cb3506fdaa87} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2383 | 2025.04.16 04:28:52.779733 [ 281 ] {1e50079e-0b56-4926-ac9f-cb3506fdaa87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2384 | 2025.04.16 04:28:52.780076 [ 281 ] {1e50079e-0b56-4926-ac9f-cb3506fdaa87} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2385 | 2025.04.16 04:28:52.780304 [ 281 ] {1e50079e-0b56-4926-ac9f-cb3506fdaa87} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2386 | 2025.04.16 04:28:52.780500 [ 281 ] {1e50079e-0b56-4926-ac9f-cb3506fdaa87} <Debug> executeQuery: Read 54 rows, 3.73 KiB in 0.001292 sec., 41795.66563467492 rows/sec., 2.82 MiB/sec. | ||
| 2387 | 2025.04.16 04:28:52.780546 [ 281 ] {1e50079e-0b56-4926-ac9f-cb3506fdaa87} <Debug> TCPHandler: Processed in 0.00146582 sec. | ||
| 2388 | 2025.04.16 04:28:53.000220 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.67 MiB, peak 178.81 MiB, free memory in arenas 0.00 B, will set to 170.33 MiB (RSS), difference: -1.34 MiB | ||
| 2389 | 2025.04.16 04:28:55.339395 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2390 | 2025.04.16 04:28:55.339451 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2391 | 2025.04.16 04:28:55.425183 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2392 | 2025.04.16 04:28:55.425839 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2393 | 2025.04.16 04:28:55.425895 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2394 | 2025.04.16 04:28:55.426523 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2395 | 2025.04.16 04:28:55.426795 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2396 | 2025.04.16 04:28:55.427068 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2397 | 2025.04.16 04:28:55.434598 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 314 | ||
| 2398 | 2025.04.16 04:28:55.438366 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2399 | 2025.04.16 04:28:55.438416 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2400 | 2025.04.16 04:28:55.439963 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2401 | 2025.04.16 04:28:55.440306 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2402 | 2025.04.16 04:28:55.440920 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 314 | ||
| 2403 | 2025.04.16 04:28:55.751970 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2404 | 2025.04.16 04:28:55.772437 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2405 | 2025.04.16 04:28:55.772502 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2406 | 2025.04.16 04:28:55.780355 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2407 | 2025.04.16 04:28:55.781971 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2408 | 2025.04.16 04:28:55.785014 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2409 | 2025.04.16 04:28:56.000245 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.88 MiB, peak 178.81 MiB, free memory in arenas 0.00 B, will set to 172.36 MiB (RSS), difference: 1.48 MiB | ||
| 2410 | 2025.04.16 04:28:57.699365 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2411 | 2025.04.16 04:28:57.699566 [ 281 ] {a54243a1-7b47-490c-a096-15fe9a66532f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2412 | 2025.04.16 04:28:57.699645 [ 281 ] {a54243a1-7b47-490c-a096-15fe9a66532f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2413 | 2025.04.16 04:28:57.700474 [ 281 ] {a54243a1-7b47-490c-a096-15fe9a66532f} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2414 | 2025.04.16 04:28:57.700523 [ 281 ] {a54243a1-7b47-490c-a096-15fe9a66532f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2415 | 2025.04.16 04:28:57.700951 [ 281 ] {a54243a1-7b47-490c-a096-15fe9a66532f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2416 | 2025.04.16 04:28:57.701205 [ 281 ] {a54243a1-7b47-490c-a096-15fe9a66532f} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2417 | 2025.04.16 04:28:57.701427 [ 281 ] {a54243a1-7b47-490c-a096-15fe9a66532f} <Debug> executeQuery: Read 80 rows, 6.74 KiB in 0.00192 sec., 41666.666666666664 rows/sec., 3.43 MiB/sec. | ||
| 2418 | 2025.04.16 04:28:57.701481 [ 281 ] {a54243a1-7b47-490c-a096-15fe9a66532f} <Debug> TCPHandler: Processed in 0.002251656 sec. | ||
| 2419 | 2025.04.16 04:28:57.701612 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2420 | 2025.04.16 04:28:57.701713 [ 281 ] {680c3ffa-2cce-49c7-9954-b15c61a4a125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2421 | 2025.04.16 04:28:57.701757 [ 281 ] {680c3ffa-2cce-49c7-9954-b15c61a4a125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2422 | 2025.04.16 04:28:57.702260 [ 281 ] {680c3ffa-2cce-49c7-9954-b15c61a4a125} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2423 | 2025.04.16 04:28:57.702297 [ 281 ] {680c3ffa-2cce-49c7-9954-b15c61a4a125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2424 | 2025.04.16 04:28:57.702645 [ 281 ] {680c3ffa-2cce-49c7-9954-b15c61a4a125} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2425 | 2025.04.16 04:28:57.702876 [ 281 ] {680c3ffa-2cce-49c7-9954-b15c61a4a125} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2426 | 2025.04.16 04:28:57.703090 [ 281 ] {680c3ffa-2cce-49c7-9954-b15c61a4a125} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001396 sec., 8595.988538681948 rows/sec., 646.38 KiB/sec. | ||
| 2427 | 2025.04.16 04:28:57.703190 [ 281 ] {680c3ffa-2cce-49c7-9954-b15c61a4a125} <Debug> TCPHandler: Processed in 0.001624993 sec. | ||
| 2428 | 2025.04.16 04:28:57.703308 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2429 | 2025.04.16 04:28:57.703409 [ 281 ] {2811045f-47c1-4fa9-a240-2e2e146ea99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2430 | 2025.04.16 04:28:57.703452 [ 281 ] {2811045f-47c1-4fa9-a240-2e2e146ea99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2431 | 2025.04.16 04:28:57.703999 [ 281 ] {2811045f-47c1-4fa9-a240-2e2e146ea99b} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2432 | 2025.04.16 04:28:57.704037 [ 281 ] {2811045f-47c1-4fa9-a240-2e2e146ea99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2433 | 2025.04.16 04:28:57.704389 [ 281 ] {2811045f-47c1-4fa9-a240-2e2e146ea99b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2434 | 2025.04.16 04:28:57.704621 [ 281 ] {2811045f-47c1-4fa9-a240-2e2e146ea99b} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2435 | 2025.04.16 04:28:57.704778 [ 281 ] {2811045f-47c1-4fa9-a240-2e2e146ea99b} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.00139 sec., 54676.25899280576 rows/sec., 4.27 MiB/sec. | ||
| 2436 | 2025.04.16 04:28:57.704826 [ 281 ] {2811045f-47c1-4fa9-a240-2e2e146ea99b} <Debug> TCPHandler: Processed in 0.001566362 sec. | ||
| 2437 | 2025.04.16 04:28:57.704943 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2438 | 2025.04.16 04:28:57.705048 [ 281 ] {bf5829b4-0250-4af4-82ac-2fafb88e17a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2439 | 2025.04.16 04:28:57.705095 [ 281 ] {bf5829b4-0250-4af4-82ac-2fafb88e17a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2440 | 2025.04.16 04:28:57.705622 [ 281 ] {bf5829b4-0250-4af4-82ac-2fafb88e17a8} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2441 | 2025.04.16 04:28:57.705658 [ 281 ] {bf5829b4-0250-4af4-82ac-2fafb88e17a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2442 | 2025.04.16 04:28:57.706038 [ 281 ] {bf5829b4-0250-4af4-82ac-2fafb88e17a8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2443 | 2025.04.16 04:28:57.706267 [ 281 ] {bf5829b4-0250-4af4-82ac-2fafb88e17a8} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2444 | 2025.04.16 04:28:57.706388 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2445 | 2025.04.16 04:28:57.706437 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2446 | 2025.04.16 04:28:57.706440 [ 281 ] {bf5829b4-0250-4af4-82ac-2fafb88e17a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001411 sec., 113394.75549255847 rows/sec., 7.90 MiB/sec. | ||
| 2447 | 2025.04.16 04:28:57.706465 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2448 | 2025.04.16 04:28:57.706509 [ 281 ] {bf5829b4-0250-4af4-82ac-2fafb88e17a8} <Debug> TCPHandler: Processed in 0.001614512 sec. | ||
| 2449 | 2025.04.16 04:28:57.706714 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2450 | 2025.04.16 04:28:57.706710 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2451 | 2025.04.16 04:28:57.706873 [ 281 ] {ce1506de-9fd9-4695-80f4-40b3da0bc402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2452 | 2025.04.16 04:28:57.707088 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2453 | 2025.04.16 04:28:57.707090 [ 281 ] {ce1506de-9fd9-4695-80f4-40b3da0bc402} <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 | ||
| 2454 | 2025.04.16 04:28:57.707180 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 657 rows starting from the beginning of the part | ||
| 2455 | 2025.04.16 04:28:57.707506 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 100 rows starting from the beginning of the part | ||
| 2456 | 2025.04.16 04:28:57.707900 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part | ||
| 2457 | 2025.04.16 04:28:57.708359 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part | ||
| 2458 | 2025.04.16 04:28:57.708720 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 485 rows starting from the beginning of the part | ||
| 2459 | 2025.04.16 04:28:57.709169 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2460 | 2025.04.16 04:28:57.712656 [ 281 ] {ce1506de-9fd9-4695-80f4-40b3da0bc402} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2461 | 2025.04.16 04:28:57.712713 [ 281 ] {ce1506de-9fd9-4695-80f4-40b3da0bc402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2462 | 2025.04.16 04:28:57.713179 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1602 rows, containing 5 columns (5 merged, 0 gathered) in 0.006600993 sec., 242690.7587994715 rows/sec., 17.35 MiB/sec. | ||
| 2463 | 2025.04.16 04:28:57.713571 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2464 | 2025.04.16 04:28:57.714199 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2465 | 2025.04.16 04:28:57.714248 [ 281 ] {ce1506de-9fd9-4695-80f4-40b3da0bc402} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2466 | 2025.04.16 04:28:57.714349 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2467 | 2025.04.16 04:28:57.714481 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 2468 | 2025.04.16 04:28:57.714647 [ 281 ] {ce1506de-9fd9-4695-80f4-40b3da0bc402} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2469 | 2025.04.16 04:28:57.714886 [ 281 ] {ce1506de-9fd9-4695-80f4-40b3da0bc402} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008064 sec., 1488.095238095238 rows/sec., 2.67 MiB/sec. | ||
| 2470 | 2025.04.16 04:28:57.715146 [ 281 ] {ce1506de-9fd9-4695-80f4-40b3da0bc402} <Debug> TCPHandler: Processed in 0.008503802 sec. | ||
| 2471 | 2025.04.16 04:28:57.715271 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2472 | 2025.04.16 04:28:57.715373 [ 281 ] {9e181fb1-f663-46da-a747-0ee032bb9626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2473 | 2025.04.16 04:28:57.715419 [ 281 ] {9e181fb1-f663-46da-a747-0ee032bb9626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2474 | 2025.04.16 04:28:57.715854 [ 281 ] {9e181fb1-f663-46da-a747-0ee032bb9626} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2475 | 2025.04.16 04:28:57.715891 [ 281 ] {9e181fb1-f663-46da-a747-0ee032bb9626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2476 | 2025.04.16 04:28:57.716249 [ 281 ] {9e181fb1-f663-46da-a747-0ee032bb9626} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2477 | 2025.04.16 04:28:57.716484 [ 281 ] {9e181fb1-f663-46da-a747-0ee032bb9626} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2478 | 2025.04.16 04:28:57.716600 [ 27 ] {} <Debug> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2479 | 2025.04.16 04:28:57.716640 [ 27 ] {} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2480 | 2025.04.16 04:28:57.716656 [ 281 ] {9e181fb1-f663-46da-a747-0ee032bb9626} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001303 sec., 46047.58250191865 rows/sec., 3.10 MiB/sec. | ||
| 2481 | 2025.04.16 04:28:57.716665 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2482 | 2025.04.16 04:28:57.716767 [ 281 ] {9e181fb1-f663-46da-a747-0ee032bb9626} <Debug> TCPHandler: Processed in 0.001538881 sec. | ||
| 2483 | 2025.04.16 04:28:57.716920 [ 196 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2484 | 2025.04.16 04:28:57.717041 [ 196 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2485 | 2025.04.16 04:28:57.717075 [ 196 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 196 rows starting from the beginning of the part | ||
| 2486 | 2025.04.16 04:28:57.717157 [ 196 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
| 2487 | 2025.04.16 04:28:57.717269 [ 196 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
| 2488 | 2025.04.16 04:28:57.717461 [ 196 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 2489 | 2025.04.16 04:28:57.717538 [ 196 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part | ||
| 2490 | 2025.04.16 04:28:57.717730 [ 196 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2491 | 2025.04.16 04:28:57.718866 [ 190 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 400 rows, containing 4 columns (4 merged, 0 gathered) in 0.002076292 sec., 192651.129995203 rows/sec., 12.97 MiB/sec. | ||
| 2492 | 2025.04.16 04:28:57.719093 [ 190 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2493 | 2025.04.16 04:28:57.719421 [ 190 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_11_2} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2494 | 2025.04.16 04:28:57.719511 [ 190 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_11_2} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2495 | 2025.04.16 04:28:57.719611 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2496 | 2025.04.16 04:29:02.701139 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2497 | 2025.04.16 04:29:02.701339 [ 281 ] {27aa700f-7add-4d4d-91fa-14da39cb2176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2498 | 2025.04.16 04:29:02.701409 [ 281 ] {27aa700f-7add-4d4d-91fa-14da39cb2176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2499 | 2025.04.16 04:29:02.702175 [ 281 ] {27aa700f-7add-4d4d-91fa-14da39cb2176} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2500 | 2025.04.16 04:29:02.702216 [ 281 ] {27aa700f-7add-4d4d-91fa-14da39cb2176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2501 | 2025.04.16 04:29:02.702642 [ 281 ] {27aa700f-7add-4d4d-91fa-14da39cb2176} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2502 | 2025.04.16 04:29:02.702896 [ 281 ] {27aa700f-7add-4d4d-91fa-14da39cb2176} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2503 | 2025.04.16 04:29:02.703085 [ 281 ] {27aa700f-7add-4d4d-91fa-14da39cb2176} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001797 sec., 61213.132999443515 rows/sec., 5.13 MiB/sec. | ||
| 2504 | 2025.04.16 04:29:02.703139 [ 281 ] {27aa700f-7add-4d4d-91fa-14da39cb2176} <Debug> TCPHandler: Processed in 0.002122793 sec. | ||
| 2505 | 2025.04.16 04:29:02.703269 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2506 | 2025.04.16 04:29:02.703372 [ 281 ] {57b2d69b-55e1-473f-ad87-374034185ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2507 | 2025.04.16 04:29:02.703417 [ 281 ] {57b2d69b-55e1-473f-ad87-374034185ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2508 | 2025.04.16 04:29:02.703956 [ 281 ] {57b2d69b-55e1-473f-ad87-374034185ea1} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2509 | 2025.04.16 04:29:02.703993 [ 281 ] {57b2d69b-55e1-473f-ad87-374034185ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2510 | 2025.04.16 04:29:02.704336 [ 281 ] {57b2d69b-55e1-473f-ad87-374034185ea1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2511 | 2025.04.16 04:29:02.704583 [ 281 ] {57b2d69b-55e1-473f-ad87-374034185ea1} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2512 | 2025.04.16 04:29:02.704768 [ 281 ] {57b2d69b-55e1-473f-ad87-374034185ea1} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001411 sec., 19135.36498936924 rows/sec., 1.41 MiB/sec. | ||
| 2513 | 2025.04.16 04:29:02.704841 [ 281 ] {57b2d69b-55e1-473f-ad87-374034185ea1} <Debug> TCPHandler: Processed in 0.001624643 sec. | ||
| 2514 | 2025.04.16 04:29:02.704955 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2515 | 2025.04.16 04:29:02.705059 [ 281 ] {db7138fe-db4c-4a45-8db2-d6d040ba971b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2516 | 2025.04.16 04:29:02.705103 [ 281 ] {db7138fe-db4c-4a45-8db2-d6d040ba971b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2517 | 2025.04.16 04:29:02.705644 [ 281 ] {db7138fe-db4c-4a45-8db2-d6d040ba971b} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2518 | 2025.04.16 04:29:02.705680 [ 281 ] {db7138fe-db4c-4a45-8db2-d6d040ba971b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2519 | 2025.04.16 04:29:02.706024 [ 281 ] {db7138fe-db4c-4a45-8db2-d6d040ba971b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2520 | 2025.04.16 04:29:02.706255 [ 281 ] {db7138fe-db4c-4a45-8db2-d6d040ba971b} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2521 | 2025.04.16 04:29:02.706435 [ 281 ] {db7138fe-db4c-4a45-8db2-d6d040ba971b} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001391 sec., 65420.56074766355 rows/sec., 5.11 MiB/sec. | ||
| 2522 | 2025.04.16 04:29:02.706493 [ 281 ] {db7138fe-db4c-4a45-8db2-d6d040ba971b} <Debug> TCPHandler: Processed in 0.001586262 sec. | ||
| 2523 | 2025.04.16 04:29:02.706620 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2524 | 2025.04.16 04:29:02.706721 [ 281 ] {cdd6acb0-ab8c-416e-aa82-fb216fa59d99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2525 | 2025.04.16 04:29:02.706769 [ 281 ] {cdd6acb0-ab8c-416e-aa82-fb216fa59d99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2526 | 2025.04.16 04:29:02.707281 [ 281 ] {cdd6acb0-ab8c-416e-aa82-fb216fa59d99} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2527 | 2025.04.16 04:29:02.707319 [ 281 ] {cdd6acb0-ab8c-416e-aa82-fb216fa59d99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2528 | 2025.04.16 04:29:02.707689 [ 281 ] {cdd6acb0-ab8c-416e-aa82-fb216fa59d99} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2529 | 2025.04.16 04:29:02.707918 [ 281 ] {cdd6acb0-ab8c-416e-aa82-fb216fa59d99} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2530 | 2025.04.16 04:29:02.708121 [ 281 ] {cdd6acb0-ab8c-416e-aa82-fb216fa59d99} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001421 sec., 112596.76284306827 rows/sec., 7.84 MiB/sec. | ||
| 2531 | 2025.04.16 04:29:02.708172 [ 281 ] {cdd6acb0-ab8c-416e-aa82-fb216fa59d99} <Debug> TCPHandler: Processed in 0.001603602 sec. | ||
| 2532 | 2025.04.16 04:29:02.708289 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2533 | 2025.04.16 04:29:02.708390 [ 281 ] {94004f72-4a05-4eae-85b0-ab02fd4d15e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2534 | 2025.04.16 04:29:02.708457 [ 281 ] {94004f72-4a05-4eae-85b0-ab02fd4d15e5} <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 | ||
| 2535 | 2025.04.16 04:29:02.709511 [ 281 ] {94004f72-4a05-4eae-85b0-ab02fd4d15e5} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2536 | 2025.04.16 04:29:02.709550 [ 281 ] {94004f72-4a05-4eae-85b0-ab02fd4d15e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2537 | 2025.04.16 04:29:02.710156 [ 281 ] {94004f72-4a05-4eae-85b0-ab02fd4d15e5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2538 | 2025.04.16 04:29:02.710415 [ 281 ] {94004f72-4a05-4eae-85b0-ab02fd4d15e5} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2539 | 2025.04.16 04:29:02.710635 [ 281 ] {94004f72-4a05-4eae-85b0-ab02fd4d15e5} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002266 sec., 11915.269196822595 rows/sec., 21.35 MiB/sec. | ||
| 2540 | 2025.04.16 04:29:02.710725 [ 281 ] {94004f72-4a05-4eae-85b0-ab02fd4d15e5} <Debug> TCPHandler: Processed in 0.00248627 sec. | ||
| 2541 | 2025.04.16 04:29:02.710847 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2542 | 2025.04.16 04:29:02.710951 [ 281 ] {d6282ac8-214c-4ec7-a95d-133e3e2ee66f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2543 | 2025.04.16 04:29:02.710998 [ 281 ] {d6282ac8-214c-4ec7-a95d-133e3e2ee66f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2544 | 2025.04.16 04:29:02.711421 [ 281 ] {d6282ac8-214c-4ec7-a95d-133e3e2ee66f} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2545 | 2025.04.16 04:29:02.711459 [ 281 ] {d6282ac8-214c-4ec7-a95d-133e3e2ee66f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2546 | 2025.04.16 04:29:02.711804 [ 281 ] {d6282ac8-214c-4ec7-a95d-133e3e2ee66f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2547 | 2025.04.16 04:29:02.712040 [ 281 ] {d6282ac8-214c-4ec7-a95d-133e3e2ee66f} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2548 | 2025.04.16 04:29:02.712236 [ 281 ] {d6282ac8-214c-4ec7-a95d-133e3e2ee66f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001306 sec., 45941.80704441041 rows/sec., 3.10 MiB/sec. | ||
| 2549 | 2025.04.16 04:29:02.712283 [ 281 ] {d6282ac8-214c-4ec7-a95d-133e3e2ee66f} <Debug> TCPHandler: Processed in 0.00148623 sec. | ||
| 2550 | 2025.04.16 04:29:02.928172 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2551 | 2025.04.16 04:29:02.928757 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2552 | 2025.04.16 04:29:02.928801 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2553 | 2025.04.16 04:29:02.929276 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2554 | 2025.04.16 04:29:02.929528 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2555 | 2025.04.16 04:29:02.929763 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2556 | 2025.04.16 04:29:03.285089 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2557 | 2025.04.16 04:29:03.304893 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2558 | 2025.04.16 04:29:03.304948 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2559 | 2025.04.16 04:29:03.312472 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2560 | 2025.04.16 04:29:03.313210 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2561 | 2025.04.16 04:29:03.315975 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2562 | 2025.04.16 04:29:05.442180 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 338 | ||
| 2563 | 2025.04.16 04:29:05.445019 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2564 | 2025.04.16 04:29:05.445061 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 2565 | 2025.04.16 04:29:05.446502 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2566 | 2025.04.16 04:29:05.446816 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2567 | 2025.04.16 04:29:05.447561 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 338 | ||
| 2568 | 2025.04.16 04:29:07.699848 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2569 | 2025.04.16 04:29:07.700111 [ 281 ] {4a138d1f-e130-4442-a491-e3a033a46d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2570 | 2025.04.16 04:29:07.700203 [ 281 ] {4a138d1f-e130-4442-a491-e3a033a46d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2571 | 2025.04.16 04:29:07.700989 [ 281 ] {4a138d1f-e130-4442-a491-e3a033a46d02} <Trace> oximeter.fields_ipaddr (51c230c8-684f-4210-99e1-fa5f5336bb2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2572 | 2025.04.16 04:29:07.701036 [ 281 ] {4a138d1f-e130-4442-a491-e3a033a46d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2573 | 2025.04.16 04:29:07.701439 [ 281 ] {4a138d1f-e130-4442-a491-e3a033a46d02} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2574 | 2025.04.16 04:29:07.701686 [ 281 ] {4a138d1f-e130-4442-a491-e3a033a46d02} <Trace> oximeter.fields_ipaddr (51c230c8-684f-4210-99e1-fa5f5336bb2d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2575 | 2025.04.16 04:29:07.701905 [ 281 ] {4a138d1f-e130-4442-a491-e3a033a46d02} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001859 sec., 2151.694459386767 rows/sec., 175.46 KiB/sec. | ||
| 2576 | 2025.04.16 04:29:07.701994 [ 281 ] {4a138d1f-e130-4442-a491-e3a033a46d02} <Debug> TCPHandler: Processed in 0.002292236 sec. | ||
| 2577 | 2025.04.16 04:29:07.702125 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2578 | 2025.04.16 04:29:07.702227 [ 281 ] {06eff804-426d-47dc-8b78-27885134e116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2579 | 2025.04.16 04:29:07.702271 [ 281 ] {06eff804-426d-47dc-8b78-27885134e116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2580 | 2025.04.16 04:29:07.702818 [ 281 ] {06eff804-426d-47dc-8b78-27885134e116} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2581 | 2025.04.16 04:29:07.702855 [ 281 ] {06eff804-426d-47dc-8b78-27885134e116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2582 | 2025.04.16 04:29:07.703207 [ 281 ] {06eff804-426d-47dc-8b78-27885134e116} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2583 | 2025.04.16 04:29:07.703439 [ 281 ] {06eff804-426d-47dc-8b78-27885134e116} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2584 | 2025.04.16 04:29:07.703630 [ 281 ] {06eff804-426d-47dc-8b78-27885134e116} <Debug> executeQuery: Read 82 rows, 6.88 KiB in 0.001425 sec., 57543.8596491228 rows/sec., 4.72 MiB/sec. | ||
| 2585 | 2025.04.16 04:29:07.703680 [ 281 ] {06eff804-426d-47dc-8b78-27885134e116} <Debug> TCPHandler: Processed in 0.001605172 sec. | ||
| 2586 | 2025.04.16 04:29:07.703795 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2587 | 2025.04.16 04:29:07.703896 [ 281 ] {23623960-e489-4456-b7d6-aa1f1cf14553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2588 | 2025.04.16 04:29:07.703940 [ 281 ] {23623960-e489-4456-b7d6-aa1f1cf14553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2589 | 2025.04.16 04:29:07.704450 [ 281 ] {23623960-e489-4456-b7d6-aa1f1cf14553} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2590 | 2025.04.16 04:29:07.704488 [ 281 ] {23623960-e489-4456-b7d6-aa1f1cf14553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2591 | 2025.04.16 04:29:07.704819 [ 281 ] {23623960-e489-4456-b7d6-aa1f1cf14553} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2592 | 2025.04.16 04:29:07.705058 [ 281 ] {23623960-e489-4456-b7d6-aa1f1cf14553} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2593 | 2025.04.16 04:29:07.705221 [ 169 ] {} <Debug> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2594 | 2025.04.16 04:29:07.705282 [ 281 ] {23623960-e489-4456-b7d6-aa1f1cf14553} <Debug> executeQuery: Read 16 rows, 1.18 KiB in 0.001405 sec., 11387.900355871887 rows/sec., 841.03 KiB/sec. | ||
| 2595 | 2025.04.16 04:29:07.705306 [ 169 ] {} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2596 | 2025.04.16 04:29:07.705370 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2597 | 2025.04.16 04:29:07.705394 [ 281 ] {23623960-e489-4456-b7d6-aa1f1cf14553} <Debug> TCPHandler: Processed in 0.001645863 sec. | ||
| 2598 | 2025.04.16 04:29:07.705530 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2599 | 2025.04.16 04:29:07.705547 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2600 | 2025.04.16 04:29:07.705657 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2601 | 2025.04.16 04:29:07.705676 [ 281 ] {24a1d116-8c3e-47c1-9125-930ece5655f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2602 | 2025.04.16 04:29:07.705692 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 133 rows starting from the beginning of the part | ||
| 2603 | 2025.04.16 04:29:07.705726 [ 281 ] {24a1d116-8c3e-47c1-9125-930ece5655f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2604 | 2025.04.16 04:29:07.705905 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 2605 | 2025.04.16 04:29:07.706141 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 41 rows starting from the beginning of the part | ||
| 2606 | 2025.04.16 04:29:07.706530 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 2607 | 2025.04.16 04:29:07.706774 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part | ||
| 2608 | 2025.04.16 04:29:07.707009 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
| 2609 | 2025.04.16 04:29:07.707626 [ 281 ] {24a1d116-8c3e-47c1-9125-930ece5655f4} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2610 | 2025.04.16 04:29:07.707668 [ 281 ] {24a1d116-8c3e-47c1-9125-930ece5655f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2611 | 2025.04.16 04:29:07.708260 [ 281 ] {24a1d116-8c3e-47c1-9125-930ece5655f4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2612 | 2025.04.16 04:29:07.708542 [ 186 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 241 rows, containing 5 columns (5 merged, 0 gathered) in 0.003067871 sec., 78556.10617265198 rows/sec., 5.57 MiB/sec. | ||
| 2613 | 2025.04.16 04:29:07.708604 [ 281 ] {24a1d116-8c3e-47c1-9125-930ece5655f4} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2614 | 2025.04.16 04:29:07.708912 [ 186 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2615 | 2025.04.16 04:29:07.709003 [ 281 ] {24a1d116-8c3e-47c1-9125-930ece5655f4} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.003332 sec., 24009.603841536617 rows/sec., 1.88 MiB/sec. | ||
| 2616 | 2025.04.16 04:29:07.709432 [ 281 ] {24a1d116-8c3e-47c1-9125-930ece5655f4} <Debug> TCPHandler: Processed in 0.003937709 sec. | ||
| 2617 | 2025.04.16 04:29:07.709612 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2618 | 2025.04.16 04:29:07.709775 [ 281 ] {335c6768-fe13-4636-a33d-eec9df68f307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2619 | 2025.04.16 04:29:07.709830 [ 186 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_11_2} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2620 | 2025.04.16 04:29:07.709861 [ 281 ] {335c6768-fe13-4636-a33d-eec9df68f307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2621 | 2025.04.16 04:29:07.710081 [ 186 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_11_2} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2622 | 2025.04.16 04:29:07.710304 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2623 | 2025.04.16 04:29:07.710739 [ 281 ] {335c6768-fe13-4636-a33d-eec9df68f307} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2624 | 2025.04.16 04:29:07.710781 [ 281 ] {335c6768-fe13-4636-a33d-eec9df68f307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2625 | 2025.04.16 04:29:07.711162 [ 281 ] {335c6768-fe13-4636-a33d-eec9df68f307} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2626 | 2025.04.16 04:29:07.711396 [ 281 ] {335c6768-fe13-4636-a33d-eec9df68f307} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2627 | 2025.04.16 04:29:07.711591 [ 281 ] {335c6768-fe13-4636-a33d-eec9df68f307} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001875 sec., 86400 rows/sec., 6.02 MiB/sec. | ||
| 2628 | 2025.04.16 04:29:07.711643 [ 281 ] {335c6768-fe13-4636-a33d-eec9df68f307} <Debug> TCPHandler: Processed in 0.002088942 sec. | ||
| 2629 | 2025.04.16 04:29:07.711756 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2630 | 2025.04.16 04:29:07.711856 [ 281 ] {ab5e2d52-cdee-4137-bbd3-3522e14eda9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2631 | 2025.04.16 04:29:07.711923 [ 281 ] {ab5e2d52-cdee-4137-bbd3-3522e14eda9a} <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 | ||
| 2632 | 2025.04.16 04:29:07.712931 [ 281 ] {ab5e2d52-cdee-4137-bbd3-3522e14eda9a} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2633 | 2025.04.16 04:29:07.712970 [ 281 ] {ab5e2d52-cdee-4137-bbd3-3522e14eda9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2634 | 2025.04.16 04:29:07.713571 [ 281 ] {ab5e2d52-cdee-4137-bbd3-3522e14eda9a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2635 | 2025.04.16 04:29:07.713826 [ 281 ] {ab5e2d52-cdee-4137-bbd3-3522e14eda9a} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2636 | 2025.04.16 04:29:07.714045 [ 281 ] {ab5e2d52-cdee-4137-bbd3-3522e14eda9a} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002209 sec., 5432.322317790856 rows/sec., 9.73 MiB/sec. | ||
| 2637 | 2025.04.16 04:29:07.714135 [ 281 ] {ab5e2d52-cdee-4137-bbd3-3522e14eda9a} <Debug> TCPHandler: Processed in 0.002427839 sec. | ||
| 2638 | 2025.04.16 04:29:07.714269 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2639 | 2025.04.16 04:29:07.714404 [ 281 ] {1cc481db-8a00-4f69-ad26-a347e7542653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2640 | 2025.04.16 04:29:07.714459 [ 281 ] {1cc481db-8a00-4f69-ad26-a347e7542653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2641 | 2025.04.16 04:29:07.714959 [ 281 ] {1cc481db-8a00-4f69-ad26-a347e7542653} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2642 | 2025.04.16 04:29:07.715006 [ 281 ] {1cc481db-8a00-4f69-ad26-a347e7542653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2643 | 2025.04.16 04:29:07.715434 [ 281 ] {1cc481db-8a00-4f69-ad26-a347e7542653} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2644 | 2025.04.16 04:29:07.715666 [ 281 ] {1cc481db-8a00-4f69-ad26-a347e7542653} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2645 | 2025.04.16 04:29:07.715862 [ 281 ] {1cc481db-8a00-4f69-ad26-a347e7542653} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 2646 | 2025.04.16 04:29:07.715909 [ 281 ] {1cc481db-8a00-4f69-ad26-a347e7542653} <Debug> TCPHandler: Processed in 0.001702024 sec. | ||
| 2647 | 2025.04.16 04:29:10.339511 [ 164 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2648 | 2025.04.16 04:29:10.339572 [ 164 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2649 | 2025.04.16 04:29:10.429867 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 2650 | 2025.04.16 04:29:10.430600 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2651 | 2025.04.16 04:29:10.430650 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2652 | 2025.04.16 04:29:10.431178 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2653 | 2025.04.16 04:29:10.431437 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2654 | 2025.04.16 04:29:10.431686 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2655 | 2025.04.16 04:29:10.816051 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2656 | 2025.04.16 04:29:10.835917 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2657 | 2025.04.16 04:29:10.835977 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2658 | 2025.04.16 04:29:10.843049 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2659 | 2025.04.16 04:29:10.843794 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2660 | 2025.04.16 04:29:10.846507 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2661 | 2025.04.16 04:29:12.700286 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2662 | 2025.04.16 04:29:12.700470 [ 281 ] {22ddeb91-a0f4-4b5b-8d4e-df574fc32230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2663 | 2025.04.16 04:29:12.700540 [ 281 ] {22ddeb91-a0f4-4b5b-8d4e-df574fc32230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2664 | 2025.04.16 04:29:12.701310 [ 281 ] {22ddeb91-a0f4-4b5b-8d4e-df574fc32230} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2665 | 2025.04.16 04:29:12.701355 [ 281 ] {22ddeb91-a0f4-4b5b-8d4e-df574fc32230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2666 | 2025.04.16 04:29:12.701787 [ 281 ] {22ddeb91-a0f4-4b5b-8d4e-df574fc32230} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2667 | 2025.04.16 04:29:12.702037 [ 281 ] {22ddeb91-a0f4-4b5b-8d4e-df574fc32230} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2668 | 2025.04.16 04:29:12.702255 [ 281 ] {22ddeb91-a0f4-4b5b-8d4e-df574fc32230} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001836 sec., 59912.85403050109 rows/sec., 5.02 MiB/sec. | ||
| 2669 | 2025.04.16 04:29:12.702310 [ 281 ] {22ddeb91-a0f4-4b5b-8d4e-df574fc32230} <Debug> TCPHandler: Processed in 0.002149184 sec. | ||
| 2670 | 2025.04.16 04:29:12.702442 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2671 | 2025.04.16 04:29:12.702546 [ 281 ] {f4d5c974-2ec4-4d3d-8363-a339c85bf72b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2672 | 2025.04.16 04:29:12.702591 [ 281 ] {f4d5c974-2ec4-4d3d-8363-a339c85bf72b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2673 | 2025.04.16 04:29:12.703108 [ 281 ] {f4d5c974-2ec4-4d3d-8363-a339c85bf72b} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2674 | 2025.04.16 04:29:12.703146 [ 281 ] {f4d5c974-2ec4-4d3d-8363-a339c85bf72b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2675 | 2025.04.16 04:29:12.703499 [ 281 ] {f4d5c974-2ec4-4d3d-8363-a339c85bf72b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2676 | 2025.04.16 04:29:12.703739 [ 281 ] {f4d5c974-2ec4-4d3d-8363-a339c85bf72b} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2677 | 2025.04.16 04:29:12.703948 [ 281 ] {f4d5c974-2ec4-4d3d-8363-a339c85bf72b} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001423 sec., 18973.998594518624 rows/sec., 1.39 MiB/sec. | ||
| 2678 | 2025.04.16 04:29:12.704001 [ 281 ] {f4d5c974-2ec4-4d3d-8363-a339c85bf72b} <Debug> TCPHandler: Processed in 0.001609563 sec. | ||
| 2679 | 2025.04.16 04:29:12.704117 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2680 | 2025.04.16 04:29:12.704219 [ 281 ] {fd313d27-901a-4a9c-98d1-ce98e5b3e959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2681 | 2025.04.16 04:29:12.704263 [ 281 ] {fd313d27-901a-4a9c-98d1-ce98e5b3e959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2682 | 2025.04.16 04:29:12.704814 [ 281 ] {fd313d27-901a-4a9c-98d1-ce98e5b3e959} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2683 | 2025.04.16 04:29:12.704853 [ 281 ] {fd313d27-901a-4a9c-98d1-ce98e5b3e959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2684 | 2025.04.16 04:29:12.705205 [ 281 ] {fd313d27-901a-4a9c-98d1-ce98e5b3e959} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2685 | 2025.04.16 04:29:12.705436 [ 281 ] {fd313d27-901a-4a9c-98d1-ce98e5b3e959} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2686 | 2025.04.16 04:29:12.705640 [ 281 ] {fd313d27-901a-4a9c-98d1-ce98e5b3e959} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001441 sec., 63150.58986814712 rows/sec., 4.93 MiB/sec. | ||
| 2687 | 2025.04.16 04:29:12.705690 [ 281 ] {fd313d27-901a-4a9c-98d1-ce98e5b3e959} <Debug> TCPHandler: Processed in 0.001622483 sec. | ||
| 2688 | 2025.04.16 04:29:12.705808 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2689 | 2025.04.16 04:29:12.705911 [ 281 ] {60e95477-e7e2-4b71-b14b-6695f850ee61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2690 | 2025.04.16 04:29:12.705958 [ 281 ] {60e95477-e7e2-4b71-b14b-6695f850ee61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2691 | 2025.04.16 04:29:12.706476 [ 281 ] {60e95477-e7e2-4b71-b14b-6695f850ee61} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2692 | 2025.04.16 04:29:12.706514 [ 281 ] {60e95477-e7e2-4b71-b14b-6695f850ee61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2693 | 2025.04.16 04:29:12.706892 [ 281 ] {60e95477-e7e2-4b71-b14b-6695f850ee61} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2694 | 2025.04.16 04:29:12.707129 [ 281 ] {60e95477-e7e2-4b71-b14b-6695f850ee61} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2695 | 2025.04.16 04:29:12.707329 [ 281 ] {60e95477-e7e2-4b71-b14b-6695f850ee61} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00144 sec., 111111.11111111111 rows/sec., 7.74 MiB/sec. | ||
| 2696 | 2025.04.16 04:29:12.707380 [ 281 ] {60e95477-e7e2-4b71-b14b-6695f850ee61} <Debug> TCPHandler: Processed in 0.001621962 sec. | ||
| 2697 | 2025.04.16 04:29:12.707495 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2698 | 2025.04.16 04:29:12.707598 [ 281 ] {72b732ef-b4f1-44fd-b51b-52b5dbf4dba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2699 | 2025.04.16 04:29:12.707664 [ 281 ] {72b732ef-b4f1-44fd-b51b-52b5dbf4dba5} <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 | ||
| 2700 | 2025.04.16 04:29:12.708756 [ 281 ] {72b732ef-b4f1-44fd-b51b-52b5dbf4dba5} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2701 | 2025.04.16 04:29:12.708794 [ 281 ] {72b732ef-b4f1-44fd-b51b-52b5dbf4dba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2702 | 2025.04.16 04:29:12.709427 [ 281 ] {72b732ef-b4f1-44fd-b51b-52b5dbf4dba5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2703 | 2025.04.16 04:29:12.709676 [ 281 ] {72b732ef-b4f1-44fd-b51b-52b5dbf4dba5} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2704 | 2025.04.16 04:29:12.709852 [ 29 ] {} <Debug> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2705 | 2025.04.16 04:29:12.709925 [ 281 ] {72b732ef-b4f1-44fd-b51b-52b5dbf4dba5} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002345 sec., 11513.859275053306 rows/sec., 20.63 MiB/sec. | ||
| 2706 | 2025.04.16 04:29:12.709951 [ 29 ] {} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2707 | 2025.04.16 04:29:12.710018 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2708 | 2025.04.16 04:29:12.710292 [ 281 ] {72b732ef-b4f1-44fd-b51b-52b5dbf4dba5} <Debug> TCPHandler: Processed in 0.002844337 sec. | ||
| 2709 | 2025.04.16 04:29:12.710369 [ 188 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2710 | 2025.04.16 04:29:12.710496 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2711 | 2025.04.16 04:29:12.710715 [ 281 ] {0a4509f3-5c59-4c5e-8e61-5e208e1c61c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2712 | 2025.04.16 04:29:12.710832 [ 281 ] {0a4509f3-5c59-4c5e-8e61-5e208e1c61c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2713 | 2025.04.16 04:29:12.711145 [ 188 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2714 | 2025.04.16 04:29:12.711392 [ 188 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 146 rows starting from the beginning of the part | ||
| 2715 | 2025.04.16 04:29:12.712150 [ 188 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part | ||
| 2716 | 2025.04.16 04:29:12.712916 [ 188 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
| 2717 | 2025.04.16 04:29:12.712921 [ 281 ] {0a4509f3-5c59-4c5e-8e61-5e208e1c61c6} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2718 | 2025.04.16 04:29:12.713003 [ 281 ] {0a4509f3-5c59-4c5e-8e61-5e208e1c61c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2719 | 2025.04.16 04:29:12.713486 [ 188 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 27 rows starting from the beginning of the part | ||
| 2720 | 2025.04.16 04:29:12.714121 [ 188 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
| 2721 | 2025.04.16 04:29:12.714375 [ 281 ] {0a4509f3-5c59-4c5e-8e61-5e208e1c61c6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2722 | 2025.04.16 04:29:12.714662 [ 188 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 27 rows starting from the beginning of the part | ||
| 2723 | 2025.04.16 04:29:12.715306 [ 281 ] {0a4509f3-5c59-4c5e-8e61-5e208e1c61c6} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2724 | 2025.04.16 04:29:12.715826 [ 281 ] {0a4509f3-5c59-4c5e-8e61-5e208e1c61c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005184 sec., 11574.074074074073 rows/sec., 798.73 KiB/sec. | ||
| 2725 | 2025.04.16 04:29:12.715928 [ 281 ] {0a4509f3-5c59-4c5e-8e61-5e208e1c61c6} <Debug> TCPHandler: Processed in 0.005508811 sec. | ||
| 2726 | 2025.04.16 04:29:12.718333 [ 186 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 251 rows, containing 19 columns (19 merged, 0 gathered) in 0.008164095 sec., 30744.375218563724 rows/sec., 55.09 MiB/sec. | ||
| 2727 | 2025.04.16 04:29:12.718876 [ 187 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2728 | 2025.04.16 04:29:12.719298 [ 187 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2729 | 2025.04.16 04:29:12.719378 [ 187 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2730 | 2025.04.16 04:29:12.719512 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 2731 | 2025.04.16 04:29:15.447735 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 364 | ||
| 2732 | 2025.04.16 04:29:15.450768 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2733 | 2025.04.16 04:29:15.450827 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2734 | 2025.04.16 04:29:15.452279 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2735 | 2025.04.16 04:29:15.452595 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2736 | 2025.04.16 04:29:15.453321 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 364 | ||
| 2737 | 2025.04.16 04:29:17.699643 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2738 | 2025.04.16 04:29:17.699842 [ 281 ] {9c777f63-00d1-48b4-acfb-e5c29dcb4b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2739 | 2025.04.16 04:29:17.699915 [ 281 ] {9c777f63-00d1-48b4-acfb-e5c29dcb4b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2740 | 2025.04.16 04:29:17.700971 [ 281 ] {9c777f63-00d1-48b4-acfb-e5c29dcb4b80} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2741 | 2025.04.16 04:29:17.701016 [ 281 ] {9c777f63-00d1-48b4-acfb-e5c29dcb4b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2742 | 2025.04.16 04:29:17.701438 [ 281 ] {9c777f63-00d1-48b4-acfb-e5c29dcb4b80} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2743 | 2025.04.16 04:29:17.701689 [ 281 ] {9c777f63-00d1-48b4-acfb-e5c29dcb4b80} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2744 | 2025.04.16 04:29:17.701874 [ 28 ] {} <Debug> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2745 | 2025.04.16 04:29:17.701926 [ 281 ] {9c777f63-00d1-48b4-acfb-e5c29dcb4b80} <Debug> executeQuery: Read 80 rows, 6.74 KiB in 0.002129 sec., 37576.326914044155 rows/sec., 3.09 MiB/sec. | ||
| 2746 | 2025.04.16 04:29:17.701957 [ 28 ] {} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2747 | 2025.04.16 04:29:17.702029 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2748 | 2025.04.16 04:29:17.702042 [ 281 ] {9c777f63-00d1-48b4-acfb-e5c29dcb4b80} <Debug> TCPHandler: Processed in 0.002521161 sec. | ||
| 2749 | 2025.04.16 04:29:17.702252 [ 188 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2750 | 2025.04.16 04:29:17.702263 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2751 | 2025.04.16 04:29:17.702503 [ 281 ] {88be8c90-356e-4336-9480-0baa78c6a53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2752 | 2025.04.16 04:29:17.702514 [ 188 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2753 | 2025.04.16 04:29:17.702596 [ 188 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 816 rows starting from the beginning of the part | ||
| 2754 | 2025.04.16 04:29:17.702601 [ 281 ] {88be8c90-356e-4336-9480-0baa78c6a53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2755 | 2025.04.16 04:29:17.702903 [ 188 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 80 rows starting from the beginning of the part | ||
| 2756 | 2025.04.16 04:29:17.703133 [ 188 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 110 rows starting from the beginning of the part | ||
| 2757 | 2025.04.16 04:29:17.703495 [ 188 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
| 2758 | 2025.04.16 04:29:17.703859 [ 188 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 110 rows starting from the beginning of the part | ||
| 2759 | 2025.04.16 04:29:17.704241 [ 188 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 80 rows starting from the beginning of the part | ||
| 2760 | 2025.04.16 04:29:17.705529 [ 281 ] {88be8c90-356e-4336-9480-0baa78c6a53d} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2761 | 2025.04.16 04:29:17.705594 [ 281 ] {88be8c90-356e-4336-9480-0baa78c6a53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2762 | 2025.04.16 04:29:17.706576 [ 281 ] {88be8c90-356e-4336-9480-0baa78c6a53d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2763 | 2025.04.16 04:29:17.707025 [ 281 ] {88be8c90-356e-4336-9480-0baa78c6a53d} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2764 | 2025.04.16 04:29:17.707533 [ 281 ] {88be8c90-356e-4336-9480-0baa78c6a53d} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.005088 sec., 2358.490566037736 rows/sec., 177.35 KiB/sec. | ||
| 2765 | 2025.04.16 04:29:17.707622 [ 187 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.00549082 sec., 232752.1208125562 rows/sec., 20.01 MiB/sec. | ||
| 2766 | 2025.04.16 04:29:17.707628 [ 281 ] {88be8c90-356e-4336-9480-0baa78c6a53d} <Debug> TCPHandler: Processed in 0.00544673 sec. | ||
| 2767 | 2025.04.16 04:29:17.707778 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2768 | 2025.04.16 04:29:17.707863 [ 196 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2769 | 2025.04.16 04:29:17.707944 [ 281 ] {e0f6f97e-1b8f-476d-a367-f73921dea6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2770 | 2025.04.16 04:29:17.708016 [ 281 ] {e0f6f97e-1b8f-476d-a367-f73921dea6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2771 | 2025.04.16 04:29:17.708458 [ 196 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_16_3} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2772 | 2025.04.16 04:29:17.708670 [ 196 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_16_3} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2773 | 2025.04.16 04:29:17.708770 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 2774 | 2025.04.16 04:29:17.709030 [ 281 ] {e0f6f97e-1b8f-476d-a367-f73921dea6d0} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2775 | 2025.04.16 04:29:17.709072 [ 281 ] {e0f6f97e-1b8f-476d-a367-f73921dea6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2776 | 2025.04.16 04:29:17.709426 [ 281 ] {e0f6f97e-1b8f-476d-a367-f73921dea6d0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2777 | 2025.04.16 04:29:17.709662 [ 281 ] {e0f6f97e-1b8f-476d-a367-f73921dea6d0} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2778 | 2025.04.16 04:29:17.709827 [ 28 ] {} <Debug> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2779 | 2025.04.16 04:29:17.709887 [ 281 ] {e0f6f97e-1b8f-476d-a367-f73921dea6d0} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001993 sec., 38133.4671349724 rows/sec., 2.98 MiB/sec. | ||
| 2780 | 2025.04.16 04:29:17.709895 [ 28 ] {} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2781 | 2025.04.16 04:29:17.709978 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2782 | 2025.04.16 04:29:17.710014 [ 281 ] {e0f6f97e-1b8f-476d-a367-f73921dea6d0} <Debug> TCPHandler: Processed in 0.002291256 sec. | ||
| 2783 | 2025.04.16 04:29:17.710195 [ 196 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2784 | 2025.04.16 04:29:17.710248 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2785 | 2025.04.16 04:29:17.710342 [ 196 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2786 | 2025.04.16 04:29:17.710430 [ 196 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 477 rows starting from the beginning of the part | ||
| 2787 | 2025.04.16 04:29:17.710438 [ 281 ] {71d4b6ea-964e-437d-9bf3-e5373b51b834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2788 | 2025.04.16 04:29:17.710614 [ 281 ] {71d4b6ea-964e-437d-9bf3-e5373b51b834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2789 | 2025.04.16 04:29:17.710675 [ 196 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 76 rows starting from the beginning of the part | ||
| 2790 | 2025.04.16 04:29:17.711079 [ 196 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 91 rows starting from the beginning of the part | ||
| 2791 | 2025.04.16 04:29:17.711450 [ 196 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 80 rows starting from the beginning of the part | ||
| 2792 | 2025.04.16 04:29:17.711832 [ 196 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 91 rows starting from the beginning of the part | ||
| 2793 | 2025.04.16 04:29:17.712182 [ 196 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 76 rows starting from the beginning of the part | ||
| 2794 | 2025.04.16 04:29:17.713372 [ 281 ] {71d4b6ea-964e-437d-9bf3-e5373b51b834} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2795 | 2025.04.16 04:29:17.713441 [ 281 ] {71d4b6ea-964e-437d-9bf3-e5373b51b834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2796 | 2025.04.16 04:29:17.714493 [ 281 ] {71d4b6ea-964e-437d-9bf3-e5373b51b834} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2797 | 2025.04.16 04:29:17.714901 [ 187 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 891 rows, containing 5 columns (5 merged, 0 gathered) in 0.004840548 sec., 184070.06809972756 rows/sec., 14.56 MiB/sec. | ||
| 2798 | 2025.04.16 04:29:17.714938 [ 281 ] {71d4b6ea-964e-437d-9bf3-e5373b51b834} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2799 | 2025.04.16 04:29:17.715137 [ 196 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2800 | 2025.04.16 04:29:17.715472 [ 281 ] {71d4b6ea-964e-437d-9bf3-e5373b51b834} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005071 sec., 31551.962137645434 rows/sec., 2.20 MiB/sec. | ||
| 2801 | 2025.04.16 04:29:17.715765 [ 281 ] {71d4b6ea-964e-437d-9bf3-e5373b51b834} <Debug> TCPHandler: Processed in 0.005596742 sec. | ||
| 2802 | 2025.04.16 04:29:17.715924 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2803 | 2025.04.16 04:29:17.715960 [ 196 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_16_3} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2804 | 2025.04.16 04:29:17.716119 [ 196 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_16_3} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2805 | 2025.04.16 04:29:17.716128 [ 281 ] {f5664f04-3038-4a45-81ca-4f566f80d62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2806 | 2025.04.16 04:29:17.716237 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 2807 | 2025.04.16 04:29:17.716289 [ 281 ] {f5664f04-3038-4a45-81ca-4f566f80d62d} <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 | ||
| 2808 | 2025.04.16 04:29:17.717365 [ 281 ] {f5664f04-3038-4a45-81ca-4f566f80d62d} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2809 | 2025.04.16 04:29:17.717404 [ 281 ] {f5664f04-3038-4a45-81ca-4f566f80d62d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2810 | 2025.04.16 04:29:17.718053 [ 281 ] {f5664f04-3038-4a45-81ca-4f566f80d62d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2811 | 2025.04.16 04:29:17.718317 [ 281 ] {f5664f04-3038-4a45-81ca-4f566f80d62d} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2812 | 2025.04.16 04:29:17.718597 [ 281 ] {f5664f04-3038-4a45-81ca-4f566f80d62d} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002527 sec., 4748.713889988127 rows/sec., 8.51 MiB/sec. | ||
| 2813 | 2025.04.16 04:29:17.718882 [ 281 ] {f5664f04-3038-4a45-81ca-4f566f80d62d} <Debug> TCPHandler: Processed in 0.003020051 sec. | ||
| 2814 | 2025.04.16 04:29:17.719004 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2815 | 2025.04.16 04:29:17.719106 [ 281 ] {1c01e1e4-7fba-48a8-847d-7d5150df66bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2816 | 2025.04.16 04:29:17.719151 [ 281 ] {1c01e1e4-7fba-48a8-847d-7d5150df66bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2817 | 2025.04.16 04:29:17.719586 [ 281 ] {1c01e1e4-7fba-48a8-847d-7d5150df66bd} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2818 | 2025.04.16 04:29:17.719650 [ 281 ] {1c01e1e4-7fba-48a8-847d-7d5150df66bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2819 | 2025.04.16 04:29:17.720003 [ 281 ] {1c01e1e4-7fba-48a8-847d-7d5150df66bd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2820 | 2025.04.16 04:29:17.720240 [ 281 ] {1c01e1e4-7fba-48a8-847d-7d5150df66bd} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2821 | 2025.04.16 04:29:17.720406 [ 281 ] {1c01e1e4-7fba-48a8-847d-7d5150df66bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
| 2822 | 2025.04.16 04:29:17.720452 [ 281 ] {1c01e1e4-7fba-48a8-847d-7d5150df66bd} <Debug> TCPHandler: Processed in 0.001497231 sec. | ||
| 2823 | 2025.04.16 04:29:17.932762 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 2824 | 2025.04.16 04:29:17.933225 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2825 | 2025.04.16 04:29:17.933261 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2826 | 2025.04.16 04:29:17.933687 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2827 | 2025.04.16 04:29:17.933931 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2828 | 2025.04.16 04:29:17.934101 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 2829 | 2025.04.16 04:29:18.347513 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 2830 | 2025.04.16 04:29:18.368622 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2831 | 2025.04.16 04:29:18.368688 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2832 | 2025.04.16 04:29:18.376185 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2833 | 2025.04.16 04:29:18.376944 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2834 | 2025.04.16 04:29:18.379857 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 2835 | 2025.04.16 04:29:22.702280 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2836 | 2025.04.16 04:29:22.702500 [ 281 ] {d3a781c0-e3db-4c43-8667-0607bdc72a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2837 | 2025.04.16 04:29:22.702579 [ 281 ] {d3a781c0-e3db-4c43-8667-0607bdc72a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2838 | 2025.04.16 04:29:22.703453 [ 281 ] {d3a781c0-e3db-4c43-8667-0607bdc72a2d} <Trace> oximeter.fields_i16 (da77d9e2-6efb-4854-b071-00b8eb4111c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2839 | 2025.04.16 04:29:22.703492 [ 281 ] {d3a781c0-e3db-4c43-8667-0607bdc72a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2840 | 2025.04.16 04:29:22.703934 [ 281 ] {d3a781c0-e3db-4c43-8667-0607bdc72a2d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2841 | 2025.04.16 04:29:22.704178 [ 281 ] {d3a781c0-e3db-4c43-8667-0607bdc72a2d} <Trace> oximeter.fields_i16 (da77d9e2-6efb-4854-b071-00b8eb4111c6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2842 | 2025.04.16 04:29:22.704361 [ 281 ] {d3a781c0-e3db-4c43-8667-0607bdc72a2d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001919 sec., 12506.513809275664 rows/sec., 1.04 MiB/sec. | ||
| 2843 | 2025.04.16 04:29:22.704415 [ 281 ] {d3a781c0-e3db-4c43-8667-0607bdc72a2d} <Debug> TCPHandler: Processed in 0.002269555 sec. | ||
| 2844 | 2025.04.16 04:29:22.704568 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2845 | 2025.04.16 04:29:22.704670 [ 281 ] {3ddd18cd-7e78-4bc2-8bba-e583f3411ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2846 | 2025.04.16 04:29:22.704714 [ 281 ] {3ddd18cd-7e78-4bc2-8bba-e583f3411ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2847 | 2025.04.16 04:29:22.705487 [ 281 ] {3ddd18cd-7e78-4bc2-8bba-e583f3411ea9} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2848 | 2025.04.16 04:29:22.705541 [ 281 ] {3ddd18cd-7e78-4bc2-8bba-e583f3411ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2849 | 2025.04.16 04:29:22.705918 [ 281 ] {3ddd18cd-7e78-4bc2-8bba-e583f3411ea9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2850 | 2025.04.16 04:29:22.706175 [ 281 ] {3ddd18cd-7e78-4bc2-8bba-e583f3411ea9} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2851 | 2025.04.16 04:29:22.706337 [ 281 ] {3ddd18cd-7e78-4bc2-8bba-e583f3411ea9} <Debug> executeQuery: Read 230 rows, 20.88 KiB in 0.001686 sec., 136417.55634638196 rows/sec., 12.09 MiB/sec. | ||
| 2852 | 2025.04.16 04:29:22.706417 [ 281 ] {3ddd18cd-7e78-4bc2-8bba-e583f3411ea9} <Debug> TCPHandler: Processed in 0.001907488 sec. | ||
| 2853 | 2025.04.16 04:29:22.706616 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2854 | 2025.04.16 04:29:22.706733 [ 281 ] {b3660aee-907b-4d22-aabb-47f186d1e42d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2855 | 2025.04.16 04:29:22.706777 [ 281 ] {b3660aee-907b-4d22-aabb-47f186d1e42d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2856 | 2025.04.16 04:29:22.707380 [ 281 ] {b3660aee-907b-4d22-aabb-47f186d1e42d} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2857 | 2025.04.16 04:29:22.707416 [ 281 ] {b3660aee-907b-4d22-aabb-47f186d1e42d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2858 | 2025.04.16 04:29:22.707746 [ 281 ] {b3660aee-907b-4d22-aabb-47f186d1e42d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2859 | 2025.04.16 04:29:22.707974 [ 281 ] {b3660aee-907b-4d22-aabb-47f186d1e42d} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2860 | 2025.04.16 04:29:22.708130 [ 281 ] {b3660aee-907b-4d22-aabb-47f186d1e42d} <Debug> executeQuery: Read 39 rows, 2.99 KiB in 0.001418 sec., 27503.526093088858 rows/sec., 2.06 MiB/sec. | ||
| 2861 | 2025.04.16 04:29:22.708179 [ 281 ] {b3660aee-907b-4d22-aabb-47f186d1e42d} <Debug> TCPHandler: Processed in 0.001620263 sec. | ||
| 2862 | 2025.04.16 04:29:22.708300 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2863 | 2025.04.16 04:29:22.708409 [ 281 ] {94cafc4d-0a41-4f01-940b-9be829c9c351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2864 | 2025.04.16 04:29:22.708452 [ 281 ] {94cafc4d-0a41-4f01-940b-9be829c9c351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2865 | 2025.04.16 04:29:22.708976 [ 281 ] {94cafc4d-0a41-4f01-940b-9be829c9c351} <Trace> oximeter.fields_u32 (ffed91df-6a0a-4e8e-8f0c-99bd9b558429): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2866 | 2025.04.16 04:29:22.709013 [ 281 ] {94cafc4d-0a41-4f01-940b-9be829c9c351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2867 | 2025.04.16 04:29:22.709342 [ 281 ] {94cafc4d-0a41-4f01-940b-9be829c9c351} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2868 | 2025.04.16 04:29:22.709574 [ 281 ] {94cafc4d-0a41-4f01-940b-9be829c9c351} <Trace> oximeter.fields_u32 (ffed91df-6a0a-4e8e-8f0c-99bd9b558429): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2869 | 2025.04.16 04:29:22.709742 [ 281 ] {94cafc4d-0a41-4f01-940b-9be829c9c351} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001347 sec., 17817.371937639196 rows/sec., 1.48 MiB/sec. | ||
| 2870 | 2025.04.16 04:29:22.709860 [ 281 ] {94cafc4d-0a41-4f01-940b-9be829c9c351} <Debug> TCPHandler: Processed in 0.001605552 sec. | ||
| 2871 | 2025.04.16 04:29:22.710007 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2872 | 2025.04.16 04:29:22.710106 [ 281 ] {311f4fb9-e2d2-46d6-971c-4a4f570fae19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2873 | 2025.04.16 04:29:22.710149 [ 281 ] {311f4fb9-e2d2-46d6-971c-4a4f570fae19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2874 | 2025.04.16 04:29:22.710659 [ 281 ] {311f4fb9-e2d2-46d6-971c-4a4f570fae19} <Trace> oximeter.fields_u8 (6514d43a-efca-465f-a737-9b6abb5f8798): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2875 | 2025.04.16 04:29:22.710696 [ 281 ] {311f4fb9-e2d2-46d6-971c-4a4f570fae19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2876 | 2025.04.16 04:29:22.711023 [ 281 ] {311f4fb9-e2d2-46d6-971c-4a4f570fae19} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2877 | 2025.04.16 04:29:22.711261 [ 281 ] {311f4fb9-e2d2-46d6-971c-4a4f570fae19} <Trace> oximeter.fields_u8 (6514d43a-efca-465f-a737-9b6abb5f8798): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2878 | 2025.04.16 04:29:22.711423 [ 281 ] {311f4fb9-e2d2-46d6-971c-4a4f570fae19} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001337 sec., 8975.317875841436 rows/sec., 701.20 KiB/sec. | ||
| 2879 | 2025.04.16 04:29:22.711501 [ 281 ] {311f4fb9-e2d2-46d6-971c-4a4f570fae19} <Debug> TCPHandler: Processed in 0.001550102 sec. | ||
| 2880 | 2025.04.16 04:29:22.711614 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2881 | 2025.04.16 04:29:22.711730 [ 281 ] {1cdfa977-23f0-4981-ada9-77a3b21174a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2882 | 2025.04.16 04:29:22.711773 [ 281 ] {1cdfa977-23f0-4981-ada9-77a3b21174a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2883 | 2025.04.16 04:29:22.712322 [ 281 ] {1cdfa977-23f0-4981-ada9-77a3b21174a0} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2884 | 2025.04.16 04:29:22.712358 [ 281 ] {1cdfa977-23f0-4981-ada9-77a3b21174a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2885 | 2025.04.16 04:29:22.712698 [ 281 ] {1cdfa977-23f0-4981-ada9-77a3b21174a0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2886 | 2025.04.16 04:29:22.712917 [ 281 ] {1cdfa977-23f0-4981-ada9-77a3b21174a0} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2887 | 2025.04.16 04:29:22.713094 [ 281 ] {1cdfa977-23f0-4981-ada9-77a3b21174a0} <Debug> executeQuery: Read 127 rows, 10.54 KiB in 0.001374 sec., 92430.85880640466 rows/sec., 7.49 MiB/sec. | ||
| 2888 | 2025.04.16 04:29:22.713142 [ 281 ] {1cdfa977-23f0-4981-ada9-77a3b21174a0} <Debug> TCPHandler: Processed in 0.001576202 sec. | ||
| 2889 | 2025.04.16 04:29:22.713259 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2890 | 2025.04.16 04:29:22.713369 [ 281 ] {521e95cd-798b-4b6c-a28e-4154a178a0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2891 | 2025.04.16 04:29:22.713416 [ 281 ] {521e95cd-798b-4b6c-a28e-4154a178a0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2892 | 2025.04.16 04:29:22.713931 [ 281 ] {521e95cd-798b-4b6c-a28e-4154a178a0d1} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2893 | 2025.04.16 04:29:22.713969 [ 281 ] {521e95cd-798b-4b6c-a28e-4154a178a0d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2894 | 2025.04.16 04:29:22.714331 [ 281 ] {521e95cd-798b-4b6c-a28e-4154a178a0d1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2895 | 2025.04.16 04:29:22.714553 [ 281 ] {521e95cd-798b-4b6c-a28e-4154a178a0d1} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2896 | 2025.04.16 04:29:22.714725 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2897 | 2025.04.16 04:29:22.714749 [ 281 ] {521e95cd-798b-4b6c-a28e-4154a178a0d1} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.001401 sec., 139900.07137758745 rows/sec., 10.04 MiB/sec. | ||
| 2898 | 2025.04.16 04:29:22.714799 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2899 | 2025.04.16 04:29:22.714875 [ 281 ] {521e95cd-798b-4b6c-a28e-4154a178a0d1} <Debug> TCPHandler: Processed in 0.001661384 sec. | ||
| 2900 | 2025.04.16 04:29:22.714875 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2901 | 2025.04.16 04:29:22.715066 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2902 | 2025.04.16 04:29:22.715136 [ 194 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2903 | 2025.04.16 04:29:22.715218 [ 281 ] {672b094b-03dd-4c55-9bd3-a7261f35cd54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2904 | 2025.04.16 04:29:22.715380 [ 281 ] {672b094b-03dd-4c55-9bd3-a7261f35cd54} <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 | ||
| 2905 | 2025.04.16 04:29:22.715548 [ 194 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2906 | 2025.04.16 04:29:22.715700 [ 194 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1602 rows starting from the beginning of the part | ||
| 2907 | 2025.04.16 04:29:22.716065 [ 194 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2908 | 2025.04.16 04:29:22.716393 [ 194 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 162 rows starting from the beginning of the part | ||
| 2909 | 2025.04.16 04:29:22.716761 [ 194 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
| 2910 | 2025.04.16 04:29:22.717159 [ 194 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 2911 | 2025.04.16 04:29:22.717516 [ 194 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 196 rows starting from the beginning of the part | ||
| 2912 | 2025.04.16 04:29:22.720850 [ 281 ] {672b094b-03dd-4c55-9bd3-a7261f35cd54} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2913 | 2025.04.16 04:29:22.720928 [ 281 ] {672b094b-03dd-4c55-9bd3-a7261f35cd54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2914 | 2025.04.16 04:29:22.721362 [ 194 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2440 rows, containing 5 columns (5 merged, 0 gathered) in 0.006345508 sec., 384523.9813739105 rows/sec., 27.31 MiB/sec. | ||
| 2915 | 2025.04.16 04:29:22.721718 [ 194 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2916 | 2025.04.16 04:29:22.722375 [ 194 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2917 | 2025.04.16 04:29:22.722549 [ 194 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2918 | 2025.04.16 04:29:22.722570 [ 281 ] {672b094b-03dd-4c55-9bd3-a7261f35cd54} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2919 | 2025.04.16 04:29:22.722682 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 2920 | 2025.04.16 04:29:22.722936 [ 281 ] {672b094b-03dd-4c55-9bd3-a7261f35cd54} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2921 | 2025.04.16 04:29:22.723231 [ 281 ] {672b094b-03dd-4c55-9bd3-a7261f35cd54} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00805 sec., 3354.0372670807456 rows/sec., 6.01 MiB/sec. | ||
| 2922 | 2025.04.16 04:29:22.723599 [ 281 ] {672b094b-03dd-4c55-9bd3-a7261f35cd54} <Debug> TCPHandler: Processed in 0.008627724 sec. | ||
| 2923 | 2025.04.16 04:29:22.723735 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2924 | 2025.04.16 04:29:22.723846 [ 281 ] {25658be2-dfec-4a07-8928-093f963e76fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2925 | 2025.04.16 04:29:22.723894 [ 281 ] {25658be2-dfec-4a07-8928-093f963e76fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2926 | 2025.04.16 04:29:22.724337 [ 281 ] {25658be2-dfec-4a07-8928-093f963e76fd} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2927 | 2025.04.16 04:29:22.724374 [ 281 ] {25658be2-dfec-4a07-8928-093f963e76fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2928 | 2025.04.16 04:29:22.724753 [ 281 ] {25658be2-dfec-4a07-8928-093f963e76fd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2929 | 2025.04.16 04:29:22.724984 [ 281 ] {25658be2-dfec-4a07-8928-093f963e76fd} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2930 | 2025.04.16 04:29:22.725155 [ 61 ] {} <Debug> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2931 | 2025.04.16 04:29:22.725218 [ 281 ] {25658be2-dfec-4a07-8928-093f963e76fd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
| 2932 | 2025.04.16 04:29:22.725227 [ 61 ] {} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2933 | 2025.04.16 04:29:22.725305 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2934 | 2025.04.16 04:29:22.725329 [ 281 ] {25658be2-dfec-4a07-8928-093f963e76fd} <Debug> TCPHandler: Processed in 0.001646473 sec. | ||
| 2935 | 2025.04.16 04:29:22.725510 [ 189 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2936 | 2025.04.16 04:29:22.725656 [ 189 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2937 | 2025.04.16 04:29:22.725696 [ 189 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 400 rows starting from the beginning of the part | ||
| 2938 | 2025.04.16 04:29:22.725826 [ 189 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 2939 | 2025.04.16 04:29:22.726029 [ 189 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 2940 | 2025.04.16 04:29:22.726163 [ 189 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 2941 | 2025.04.16 04:29:22.726405 [ 189 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 2942 | 2025.04.16 04:29:22.726573 [ 189 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 2943 | 2025.04.16 04:29:22.727820 [ 189 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 700 rows, containing 4 columns (4 merged, 0 gathered) in 0.002404528 sec., 291117.42512459826 rows/sec., 19.61 MiB/sec. | ||
| 2944 | 2025.04.16 04:29:22.728003 [ 197 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2945 | 2025.04.16 04:29:22.728334 [ 197 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_16_3} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2946 | 2025.04.16 04:29:22.728426 [ 197 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_16_3} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2947 | 2025.04.16 04:29:22.728508 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2948 | 2025.04.16 04:29:25.339834 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2949 | 2025.04.16 04:29:25.339889 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2950 | 2025.04.16 04:29:25.435201 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 2951 | 2025.04.16 04:29:25.435856 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2952 | 2025.04.16 04:29:25.435911 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2953 | 2025.04.16 04:29:25.436450 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2954 | 2025.04.16 04:29:25.436714 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2955 | 2025.04.16 04:29:25.436940 [ 150 ] {} <Debug> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2956 | 2025.04.16 04:29:25.436998 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 2957 | 2025.04.16 04:29:25.437057 [ 150 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2958 | 2025.04.16 04:29:25.437107 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2959 | 2025.04.16 04:29:25.437346 [ 195 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2960 | 2025.04.16 04:29:25.437597 [ 195 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2961 | 2025.04.16 04:29:25.437639 [ 195 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 2962 | 2025.04.16 04:29:25.437741 [ 195 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 2963 | 2025.04.16 04:29:25.437844 [ 195 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 2964 | 2025.04.16 04:29:25.438078 [ 195 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 2965 | 2025.04.16 04:29:25.438169 [ 195 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 2966 | 2025.04.16 04:29:25.438397 [ 195 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 2967 | 2025.04.16 04:29:25.440127 [ 197 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002908148 sec., 2538041.392666398 rows/sec., 36.31 MiB/sec. | ||
| 2968 | 2025.04.16 04:29:25.440858 [ 195 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2969 | 2025.04.16 04:29:25.441131 [ 195 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_16_3} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2970 | 2025.04.16 04:29:25.441206 [ 195 ] {2d45b1c4-470a-436d-a50f-88e8295211e8::all_1_16_3} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2971 | 2025.04.16 04:29:25.441287 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 2972 | 2025.04.16 04:29:25.454436 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 394 | ||
| 2973 | 2025.04.16 04:29:25.457475 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2974 | 2025.04.16 04:29:25.457514 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2975 | 2025.04.16 04:29:25.458960 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2976 | 2025.04.16 04:29:25.459278 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2977 | 2025.04.16 04:29:25.460199 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 394 | ||
| 2978 | 2025.04.16 04:29:25.879900 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 2979 | 2025.04.16 04:29:25.900195 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2980 | 2025.04.16 04:29:25.900244 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2981 | 2025.04.16 04:29:25.908274 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2982 | 2025.04.16 04:29:25.909064 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2983 | 2025.04.16 04:29:25.909424 [ 149 ] {} <Debug> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2984 | 2025.04.16 04:29:25.909557 [ 149 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2985 | 2025.04.16 04:29:25.909631 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 2986 | 2025.04.16 04:29:25.910135 [ 198 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2987 | 2025.04.16 04:29:25.926294 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 2988 | 2025.04.16 04:29:25.927565 [ 198 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2989 | 2025.04.16 04:29:25.929113 [ 198 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part | ||
| 2990 | 2025.04.16 04:29:25.934345 [ 198 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
| 2991 | 2025.04.16 04:29:25.939465 [ 198 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part | ||
| 2992 | 2025.04.16 04:29:25.944630 [ 198 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
| 2993 | 2025.04.16 04:29:25.950445 [ 198 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 2994 | 2025.04.16 04:29:25.955117 [ 198 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 2995 | 2025.04.16 04:29:26.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.16 MiB, peak 185.16 MiB, free memory in arenas 0.00 B, will set to 177.40 MiB (RSS), difference: -7.76 MiB | ||
| 2996 | 2025.04.16 04:29:26.003589 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003058621 sec. | ||
| 2997 | 2025.04.16 04:29:26.015006 [ 195 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.105195386 sec., 1150.24056283229 rows/sec., 5.95 MiB/sec. | ||
| 2998 | 2025.04.16 04:29:26.017714 [ 193 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2999 | 2025.04.16 04:29:26.020860 [ 193 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_16_3} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3000 | 2025.04.16 04:29:26.020996 [ 193 ] {062eec1e-4d7e-4bb5-9eda-e7791da1b14c::all_1_16_3} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3001 | 2025.04.16 04:29:26.023661 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. | ||
| 3002 | 2025.04.16 04:29:27.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.45 MiB, peak 185.16 MiB, free memory in arenas 0.00 B, will set to 177.40 MiB (RSS), difference: 9.96 MiB | ||
| 3003 | 2025.04.16 04:29:27.699301 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3004 | 2025.04.16 04:29:27.699505 [ 281 ] {44e76197-fdbc-4272-a439-bb9cc0ee333d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3005 | 2025.04.16 04:29:27.699585 [ 281 ] {44e76197-fdbc-4272-a439-bb9cc0ee333d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3006 | 2025.04.16 04:29:27.700446 [ 281 ] {44e76197-fdbc-4272-a439-bb9cc0ee333d} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3007 | 2025.04.16 04:29:27.700493 [ 281 ] {44e76197-fdbc-4272-a439-bb9cc0ee333d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 3008 | 2025.04.16 04:29:27.700939 [ 281 ] {44e76197-fdbc-4272-a439-bb9cc0ee333d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3009 | 2025.04.16 04:29:27.701183 [ 281 ] {44e76197-fdbc-4272-a439-bb9cc0ee333d} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3010 | 2025.04.16 04:29:27.701422 [ 281 ] {44e76197-fdbc-4272-a439-bb9cc0ee333d} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001967 sec., 41687.84951703101 rows/sec., 3.44 MiB/sec. | ||
| 3011 | 2025.04.16 04:29:27.701523 [ 281 ] {44e76197-fdbc-4272-a439-bb9cc0ee333d} <Debug> TCPHandler: Processed in 0.002355458 sec. | ||
| 3012 | 2025.04.16 04:29:27.701743 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3013 | 2025.04.16 04:29:27.701861 [ 281 ] {7066eb93-aa34-4bc4-93e3-224da9f31b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3014 | 2025.04.16 04:29:27.701907 [ 281 ] {7066eb93-aa34-4bc4-93e3-224da9f31b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3015 | 2025.04.16 04:29:27.702469 [ 281 ] {7066eb93-aa34-4bc4-93e3-224da9f31b8f} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3016 | 2025.04.16 04:29:27.702507 [ 281 ] {7066eb93-aa34-4bc4-93e3-224da9f31b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 3017 | 2025.04.16 04:29:27.702840 [ 281 ] {7066eb93-aa34-4bc4-93e3-224da9f31b8f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3018 | 2025.04.16 04:29:27.703070 [ 281 ] {7066eb93-aa34-4bc4-93e3-224da9f31b8f} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3019 | 2025.04.16 04:29:27.703228 [ 281 ] {7066eb93-aa34-4bc4-93e3-224da9f31b8f} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001389 sec., 9359.251259899207 rows/sec., 703.77 KiB/sec. | ||
| 3020 | 2025.04.16 04:29:27.703276 [ 281 ] {7066eb93-aa34-4bc4-93e3-224da9f31b8f} <Debug> TCPHandler: Processed in 0.001591912 sec. | ||
| 3021 | 2025.04.16 04:29:27.703403 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3022 | 2025.04.16 04:29:27.703510 [ 281 ] {391706dc-5a86-4d05-8de6-0b27e09ced7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3023 | 2025.04.16 04:29:27.703553 [ 281 ] {391706dc-5a86-4d05-8de6-0b27e09ced7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3024 | 2025.04.16 04:29:27.704073 [ 281 ] {391706dc-5a86-4d05-8de6-0b27e09ced7f} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3025 | 2025.04.16 04:29:27.704108 [ 281 ] {391706dc-5a86-4d05-8de6-0b27e09ced7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 3026 | 2025.04.16 04:29:27.704470 [ 281 ] {391706dc-5a86-4d05-8de6-0b27e09ced7f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3027 | 2025.04.16 04:29:27.704704 [ 281 ] {391706dc-5a86-4d05-8de6-0b27e09ced7f} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3028 | 2025.04.16 04:29:27.704870 [ 281 ] {391706dc-5a86-4d05-8de6-0b27e09ced7f} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001378 sec., 55878.08417997097 rows/sec., 4.36 MiB/sec. | ||
| 3029 | 2025.04.16 04:29:27.704940 [ 281 ] {391706dc-5a86-4d05-8de6-0b27e09ced7f} <Debug> TCPHandler: Processed in 0.001590272 sec. | ||
| 3030 | 2025.04.16 04:29:27.705083 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3031 | 2025.04.16 04:29:27.705211 [ 281 ] {bf88afdd-7a6d-4310-bb44-42d381ad303a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3032 | 2025.04.16 04:29:27.705257 [ 281 ] {bf88afdd-7a6d-4310-bb44-42d381ad303a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3033 | 2025.04.16 04:29:27.705822 [ 281 ] {bf88afdd-7a6d-4310-bb44-42d381ad303a} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3034 | 2025.04.16 04:29:27.705858 [ 281 ] {bf88afdd-7a6d-4310-bb44-42d381ad303a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 3035 | 2025.04.16 04:29:27.706232 [ 281 ] {bf88afdd-7a6d-4310-bb44-42d381ad303a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3036 | 2025.04.16 04:29:27.706462 [ 281 ] {bf88afdd-7a6d-4310-bb44-42d381ad303a} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3037 | 2025.04.16 04:29:27.706621 [ 281 ] {bf88afdd-7a6d-4310-bb44-42d381ad303a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001431 sec., 111809.92313067785 rows/sec., 7.79 MiB/sec. | ||
| 3038 | 2025.04.16 04:29:27.706669 [ 281 ] {bf88afdd-7a6d-4310-bb44-42d381ad303a} <Debug> TCPHandler: Processed in 0.001653333 sec. | ||
| 3039 | 2025.04.16 04:29:27.706791 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3040 | 2025.04.16 04:29:27.706893 [ 281 ] {decb9ca1-78dc-4774-bdc2-c88754f0991a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3041 | 2025.04.16 04:29:27.706957 [ 281 ] {decb9ca1-78dc-4774-bdc2-c88754f0991a} <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 | ||
| 3042 | 2025.04.16 04:29:27.708017 [ 281 ] {decb9ca1-78dc-4774-bdc2-c88754f0991a} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3043 | 2025.04.16 04:29:27.708055 [ 281 ] {decb9ca1-78dc-4774-bdc2-c88754f0991a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 3044 | 2025.04.16 04:29:27.708677 [ 281 ] {decb9ca1-78dc-4774-bdc2-c88754f0991a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3045 | 2025.04.16 04:29:27.708930 [ 281 ] {decb9ca1-78dc-4774-bdc2-c88754f0991a} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3046 | 2025.04.16 04:29:27.709105 [ 281 ] {decb9ca1-78dc-4774-bdc2-c88754f0991a} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002234 sec., 5819.158460161147 rows/sec., 10.43 MiB/sec. | ||
| 3047 | 2025.04.16 04:29:27.709202 [ 281 ] {decb9ca1-78dc-4774-bdc2-c88754f0991a} <Debug> TCPHandler: Processed in 0.002460819 sec. | ||
| 3048 | 2025.04.16 04:29:27.709323 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3049 | 2025.04.16 04:29:27.709426 [ 281 ] {85d163cc-b4e0-488e-912c-9bba6cdc7335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3050 | 2025.04.16 04:29:27.709471 [ 281 ] {85d163cc-b4e0-488e-912c-9bba6cdc7335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3051 | 2025.04.16 04:29:27.709893 [ 281 ] {85d163cc-b4e0-488e-912c-9bba6cdc7335} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3052 | 2025.04.16 04:29:27.709928 [ 281 ] {85d163cc-b4e0-488e-912c-9bba6cdc7335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 3053 | 2025.04.16 04:29:27.710271 [ 281 ] {85d163cc-b4e0-488e-912c-9bba6cdc7335} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3054 | 2025.04.16 04:29:27.710520 [ 281 ] {85d163cc-b4e0-488e-912c-9bba6cdc7335} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3055 | 2025.04.16 04:29:27.710701 [ 281 ] {85d163cc-b4e0-488e-912c-9bba6cdc7335} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001282 sec., 46801.872074882995 rows/sec., 3.15 MiB/sec. | ||
| 3056 | 2025.04.16 04:29:27.710863 [ 281 ] {85d163cc-b4e0-488e-912c-9bba6cdc7335} <Debug> TCPHandler: Processed in 0.001580292 sec. | ||
| 3057 | 2025.04.16 04:29:32.700147 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3058 | 2025.04.16 04:29:32.700349 [ 281 ] {e7e4df1d-a7b2-4fc2-bab4-b66b4c5d7b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3059 | 2025.04.16 04:29:32.700422 [ 281 ] {e7e4df1d-a7b2-4fc2-bab4-b66b4c5d7b24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3060 | 2025.04.16 04:29:32.701183 [ 281 ] {e7e4df1d-a7b2-4fc2-bab4-b66b4c5d7b24} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3061 | 2025.04.16 04:29:32.701225 [ 281 ] {e7e4df1d-a7b2-4fc2-bab4-b66b4c5d7b24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3062 | 2025.04.16 04:29:32.701682 [ 281 ] {e7e4df1d-a7b2-4fc2-bab4-b66b4c5d7b24} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3063 | 2025.04.16 04:29:32.701945 [ 281 ] {e7e4df1d-a7b2-4fc2-bab4-b66b4c5d7b24} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3064 | 2025.04.16 04:29:32.702207 [ 281 ] {e7e4df1d-a7b2-4fc2-bab4-b66b4c5d7b24} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001883 sec., 58417.41901221455 rows/sec., 4.89 MiB/sec. | ||
| 3065 | 2025.04.16 04:29:32.702487 [ 281 ] {e7e4df1d-a7b2-4fc2-bab4-b66b4c5d7b24} <Debug> TCPHandler: Processed in 0.00246308 sec. | ||
| 3066 | 2025.04.16 04:29:32.702825 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3067 | 2025.04.16 04:29:32.702963 [ 281 ] {20399b4e-4a59-4365-805b-5ef4628bc630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3068 | 2025.04.16 04:29:32.703012 [ 281 ] {20399b4e-4a59-4365-805b-5ef4628bc630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3069 | 2025.04.16 04:29:32.703555 [ 281 ] {20399b4e-4a59-4365-805b-5ef4628bc630} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3070 | 2025.04.16 04:29:32.703593 [ 281 ] {20399b4e-4a59-4365-805b-5ef4628bc630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3071 | 2025.04.16 04:29:32.703948 [ 281 ] {20399b4e-4a59-4365-805b-5ef4628bc630} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3072 | 2025.04.16 04:29:32.704188 [ 281 ] {20399b4e-4a59-4365-805b-5ef4628bc630} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3073 | 2025.04.16 04:29:32.704312 [ 143 ] {} <Debug> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3074 | 2025.04.16 04:29:32.704361 [ 143 ] {} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3075 | 2025.04.16 04:29:32.704370 [ 281 ] {20399b4e-4a59-4365-805b-5ef4628bc630} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001429 sec., 18894.331700489853 rows/sec., 1.39 MiB/sec. | ||
| 3076 | 2025.04.16 04:29:32.704386 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3077 | 2025.04.16 04:29:32.704474 [ 281 ] {20399b4e-4a59-4365-805b-5ef4628bc630} <Debug> TCPHandler: Processed in 0.001778366 sec. | ||
| 3078 | 2025.04.16 04:29:32.704818 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3079 | 2025.04.16 04:29:32.704860 [ 200 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3080 | 2025.04.16 04:29:32.704984 [ 281 ] {a335faba-4735-4468-8d7e-b79b1d7422fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3081 | 2025.04.16 04:29:32.705076 [ 281 ] {a335faba-4735-4468-8d7e-b79b1d7422fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3082 | 2025.04.16 04:29:32.705191 [ 200 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3083 | 2025.04.16 04:29:32.705283 [ 200 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 163 rows starting from the beginning of the part | ||
| 3084 | 2025.04.16 04:29:32.705597 [ 200 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part | ||
| 3085 | 2025.04.16 04:29:32.705952 [ 200 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 3086 | 2025.04.16 04:29:32.706250 [ 200 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part | ||
| 3087 | 2025.04.16 04:29:32.706601 [ 200 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 3088 | 2025.04.16 04:29:32.706948 [ 200 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 27 rows starting from the beginning of the part | ||
| 3089 | 2025.04.16 04:29:32.707912 [ 281 ] {a335faba-4735-4468-8d7e-b79b1d7422fb} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3090 | 2025.04.16 04:29:32.707979 [ 281 ] {a335faba-4735-4468-8d7e-b79b1d7422fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3091 | 2025.04.16 04:29:32.709052 [ 281 ] {a335faba-4735-4468-8d7e-b79b1d7422fb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3092 | 2025.04.16 04:29:32.709716 [ 281 ] {a335faba-4735-4468-8d7e-b79b1d7422fb} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3093 | 2025.04.16 04:29:32.709787 [ 200 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 5 columns (5 merged, 0 gathered) in 0.005288077 sec., 53138.4092932081 rows/sec., 3.83 MiB/sec. | ||
| 3094 | 2025.04.16 04:29:32.710064 [ 195 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3095 | 2025.04.16 04:29:32.710261 [ 281 ] {a335faba-4735-4468-8d7e-b79b1d7422fb} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005288 sec., 17208.774583963692 rows/sec., 1.34 MiB/sec. | ||
| 3096 | 2025.04.16 04:29:32.711018 [ 281 ] {a335faba-4735-4468-8d7e-b79b1d7422fb} <Debug> TCPHandler: Processed in 0.006300226 sec. | ||
| 3097 | 2025.04.16 04:29:32.711273 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3098 | 2025.04.16 04:29:32.711340 [ 195 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_16_3} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3099 | 2025.04.16 04:29:32.711398 [ 281 ] {7ae9cc21-0ae4-4960-beea-c598acb0a7c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3100 | 2025.04.16 04:29:32.711439 [ 195 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_16_3} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3101 | 2025.04.16 04:29:32.711459 [ 281 ] {7ae9cc21-0ae4-4960-beea-c598acb0a7c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3102 | 2025.04.16 04:29:32.711549 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3103 | 2025.04.16 04:29:32.712028 [ 281 ] {7ae9cc21-0ae4-4960-beea-c598acb0a7c9} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3104 | 2025.04.16 04:29:32.712066 [ 281 ] {7ae9cc21-0ae4-4960-beea-c598acb0a7c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3105 | 2025.04.16 04:29:32.712461 [ 281 ] {7ae9cc21-0ae4-4960-beea-c598acb0a7c9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3106 | 2025.04.16 04:29:32.712699 [ 281 ] {7ae9cc21-0ae4-4960-beea-c598acb0a7c9} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3107 | 2025.04.16 04:29:32.712965 [ 281 ] {7ae9cc21-0ae4-4960-beea-c598acb0a7c9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec. | ||
| 3108 | 2025.04.16 04:29:32.713317 [ 281 ] {7ae9cc21-0ae4-4960-beea-c598acb0a7c9} <Debug> TCPHandler: Processed in 0.002095152 sec. | ||
| 3109 | 2025.04.16 04:29:32.713512 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3110 | 2025.04.16 04:29:32.713619 [ 281 ] {ad8c440e-b74f-41f4-b045-9c33be794e43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3111 | 2025.04.16 04:29:32.713735 [ 281 ] {ad8c440e-b74f-41f4-b045-9c33be794e43} <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 | ||
| 3112 | 2025.04.16 04:29:32.714953 [ 281 ] {ad8c440e-b74f-41f4-b045-9c33be794e43} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3113 | 2025.04.16 04:29:32.714993 [ 281 ] {ad8c440e-b74f-41f4-b045-9c33be794e43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3114 | 2025.04.16 04:29:32.715642 [ 281 ] {ad8c440e-b74f-41f4-b045-9c33be794e43} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3115 | 2025.04.16 04:29:32.715905 [ 281 ] {ad8c440e-b74f-41f4-b045-9c33be794e43} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3116 | 2025.04.16 04:29:32.716139 [ 281 ] {ad8c440e-b74f-41f4-b045-9c33be794e43} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00253 sec., 10671.93675889328 rows/sec., 19.12 MiB/sec. | ||
| 3117 | 2025.04.16 04:29:32.716364 [ 281 ] {ad8c440e-b74f-41f4-b045-9c33be794e43} <Debug> TCPHandler: Processed in 0.002902068 sec. | ||
| 3118 | 2025.04.16 04:29:32.716498 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3119 | 2025.04.16 04:29:32.716603 [ 281 ] {6f8c6e2f-118b-447f-95dd-9aaaea993da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3120 | 2025.04.16 04:29:32.716650 [ 281 ] {6f8c6e2f-118b-447f-95dd-9aaaea993da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3121 | 2025.04.16 04:29:32.717091 [ 281 ] {6f8c6e2f-118b-447f-95dd-9aaaea993da1} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3122 | 2025.04.16 04:29:32.717129 [ 281 ] {6f8c6e2f-118b-447f-95dd-9aaaea993da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3123 | 2025.04.16 04:29:32.717486 [ 281 ] {6f8c6e2f-118b-447f-95dd-9aaaea993da1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3124 | 2025.04.16 04:29:32.717729 [ 281 ] {6f8c6e2f-118b-447f-95dd-9aaaea993da1} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3125 | 2025.04.16 04:29:32.717915 [ 281 ] {6f8c6e2f-118b-447f-95dd-9aaaea993da1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001329 sec., 45146.72686230248 rows/sec., 3.04 MiB/sec. | ||
| 3126 | 2025.04.16 04:29:32.718073 [ 281 ] {6f8c6e2f-118b-447f-95dd-9aaaea993da1} <Debug> TCPHandler: Processed in 0.001622473 sec. | ||
| 3127 | 2025.04.16 04:29:32.937153 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3128 | 2025.04.16 04:29:32.937884 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3129 | 2025.04.16 04:29:32.937947 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3130 | 2025.04.16 04:29:32.938512 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3131 | 2025.04.16 04:29:32.938781 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3132 | 2025.04.16 04:29:32.939036 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3133 | 2025.04.16 04:29:33.240726 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3134 | 2025.04.16 04:29:33.241008 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 3135 | 2025.04.16 04:29:33.241472 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3136 | 2025.04.16 04:29:33.241529 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3137 | 2025.04.16 04:29:33.241914 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3138 | 2025.04.16 04:29:33.241999 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3139 | 2025.04.16 04:29:33.242179 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 3140 | 2025.04.16 04:29:33.242334 [ 291 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3141 | 2025.04.16 04:29:33.242468 [ 290 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3142 | 2025.04.16 04:29:33.242456 [ 287 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3143 | 2025.04.16 04:29:33.242509 [ 293 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3144 | 2025.04.16 04:29:33.242690 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 3145 | 2025.04.16 04:29:33.242728 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3146 | 2025.04.16 04:29:33.242877 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3147 | 2025.04.16 04:29:33.242902 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 41 rows with 4 streams | ||
| 3148 | 2025.04.16 04:29:33.242946 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3149 | 2025.04.16 04:29:33.242995 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3150 | 2025.04.16 04:29:33.243040 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3151 | 2025.04.16 04:29:33.243080 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3152 | 2025.04.16 04:29:33.245083 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Debug> executeQuery: Read 41 rows, 1.65 KiB in 0.004205 sec., 9750.297265160521 rows/sec., 392.72 KiB/sec. | ||
| 3153 | 2025.04.16 04:29:33.245347 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Debug> MemoryTracker: Peak memory usage (for query): 145.40 KiB. | ||
| 3154 | 2025.04.16 04:29:33.245365 [ 281 ] {4340706a-e5e9-44ab-966b-f2588664b2f2} <Debug> TCPHandler: Processed in 0.004772736 sec. | ||
| 3155 | 2025.04.16 04:29:33.245716 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3156 | 2025.04.16 04:29:33.245901 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 3157 | 2025.04.16 04:29:33.246234 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3158 | 2025.04.16 04:29:33.246289 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3159 | 2025.04.16 04:29:33.246632 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3160 | 2025.04.16 04:29:33.246701 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3161 | 2025.04.16 04:29:33.246851 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 3162 | 2025.04.16 04:29:33.247060 [ 294 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3163 | 2025.04.16 04:29:33.247088 [ 290 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3164 | 2025.04.16 04:29:33.247080 [ 291 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3165 | 2025.04.16 04:29:33.247073 [ 287 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3166 | 2025.04.16 04:29:33.247264 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 3167 | 2025.04.16 04:29:33.247295 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3168 | 2025.04.16 04:29:33.247428 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3169 | 2025.04.16 04:29:33.247451 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 41 rows with 4 streams | ||
| 3170 | 2025.04.16 04:29:33.247492 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3171 | 2025.04.16 04:29:33.247534 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3172 | 2025.04.16 04:29:33.247577 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3173 | 2025.04.16 04:29:33.247618 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3174 | 2025.04.16 04:29:33.249628 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Debug> executeQuery: Read 41 rows, 1.65 KiB in 0.003822 sec., 10727.367870225013 rows/sec., 432.07 KiB/sec. | ||
| 3175 | 2025.04.16 04:29:33.249875 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Debug> MemoryTracker: Peak memory usage (for query): 145.55 KiB. | ||
| 3176 | 2025.04.16 04:29:33.249895 [ 281 ] {f7d02792-a84a-43b9-9bb6-da3ebef0178d} <Debug> TCPHandler: Processed in 0.004235496 sec. | ||
| 3177 | 2025.04.16 04:29:33.250135 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3178 | 2025.04.16 04:29:33.250314 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 3179 | 2025.04.16 04:29:33.250629 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3180 | 2025.04.16 04:29:33.250679 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3181 | 2025.04.16 04:29:33.251035 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3182 | 2025.04.16 04:29:33.251100 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3183 | 2025.04.16 04:29:33.251247 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
| 3184 | 2025.04.16 04:29:33.251429 [ 290 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3185 | 2025.04.16 04:29:33.251473 [ 291 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3186 | 2025.04.16 04:29:33.251483 [ 293 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3187 | 2025.04.16 04:29:33.251468 [ 287 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3188 | 2025.04.16 04:29:33.251648 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 3189 | 2025.04.16 04:29:33.251679 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3190 | 2025.04.16 04:29:33.251814 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3191 | 2025.04.16 04:29:33.251840 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 41 rows with 4 streams | ||
| 3192 | 2025.04.16 04:29:33.251881 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3193 | 2025.04.16 04:29:33.251925 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3194 | 2025.04.16 04:29:33.251964 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3195 | 2025.04.16 04:29:33.252009 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3196 | 2025.04.16 04:29:33.253854 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Debug> executeQuery: Read 41 rows, 1.65 KiB in 0.00363 sec., 11294.765840220385 rows/sec., 454.92 KiB/sec. | ||
| 3197 | 2025.04.16 04:29:33.254092 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Debug> MemoryTracker: Peak memory usage (for query): 145.72 KiB. | ||
| 3198 | 2025.04.16 04:29:33.254113 [ 281 ] {4db7234d-c7f5-4583-b28f-19838b8cf2e2} <Debug> TCPHandler: Processed in 0.004031971 sec. | ||
| 3199 | 2025.04.16 04:29:33.254341 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3200 | 2025.04.16 04:29:33.254515 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 3201 | 2025.04.16 04:29:33.254836 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3202 | 2025.04.16 04:29:33.254885 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3203 | 2025.04.16 04:29:33.255228 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3204 | 2025.04.16 04:29:33.255297 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3205 | 2025.04.16 04:29:33.255441 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
| 3206 | 2025.04.16 04:29:33.255663 [ 287 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3207 | 2025.04.16 04:29:33.255682 [ 290 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3208 | 2025.04.16 04:29:33.255699 [ 293 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3209 | 2025.04.16 04:29:33.255700 [ 294 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3210 | 2025.04.16 04:29:33.255882 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 3211 | 2025.04.16 04:29:33.255912 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3212 | 2025.04.16 04:29:33.256043 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3213 | 2025.04.16 04:29:33.256066 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 41 rows with 4 streams | ||
| 3214 | 2025.04.16 04:29:33.256109 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3215 | 2025.04.16 04:29:33.256154 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3216 | 2025.04.16 04:29:33.256195 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3217 | 2025.04.16 04:29:33.256233 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3218 | 2025.04.16 04:29:33.258090 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Debug> executeQuery: Read 41 rows, 1.65 KiB in 0.003659 sec., 11205.247335337524 rows/sec., 451.32 KiB/sec. | ||
| 3219 | 2025.04.16 04:29:33.258327 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Debug> MemoryTracker: Peak memory usage (for query): 145.97 KiB. | ||
| 3220 | 2025.04.16 04:29:33.258344 [ 281 ] {c8f82617-4214-482a-9553-ca68b4c78a90} <Debug> TCPHandler: Processed in 0.004056521 sec. | ||
| 3221 | 2025.04.16 04:29:33.258562 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3222 | 2025.04.16 04:29:33.258737 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 3223 | 2025.04.16 04:29:33.259054 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3224 | 2025.04.16 04:29:33.259109 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3225 | 2025.04.16 04:29:33.259453 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3226 | 2025.04.16 04:29:33.259520 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3227 | 2025.04.16 04:29:33.259664 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
| 3228 | 2025.04.16 04:29:33.259837 [ 293 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3229 | 2025.04.16 04:29:33.259867 [ 291 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3230 | 2025.04.16 04:29:33.259881 [ 287 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3231 | 2025.04.16 04:29:33.259858 [ 290 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3232 | 2025.04.16 04:29:33.260026 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 3233 | 2025.04.16 04:29:33.260055 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3234 | 2025.04.16 04:29:33.260185 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3235 | 2025.04.16 04:29:33.260208 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 41 rows with 4 streams | ||
| 3236 | 2025.04.16 04:29:33.260253 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3237 | 2025.04.16 04:29:33.260297 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3238 | 2025.04.16 04:29:33.260335 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3239 | 2025.04.16 04:29:33.260377 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3240 | 2025.04.16 04:29:33.262188 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Debug> executeQuery: Read 41 rows, 1.65 KiB in 0.003539 sec., 11585.19355750212 rows/sec., 466.62 KiB/sec. | ||
| 3241 | 2025.04.16 04:29:33.262426 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Debug> MemoryTracker: Peak memory usage (for query): 146.28 KiB. | ||
| 3242 | 2025.04.16 04:29:33.262443 [ 281 ] {e98b57e1-a609-45b5-8f08-6cb63678bf9e} <Debug> TCPHandler: Processed in 0.003935339 sec. | ||
| 3243 | 2025.04.16 04:29:33.262661 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3244 | 2025.04.16 04:29:33.262838 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 3245 | 2025.04.16 04:29:33.263263 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3246 | 2025.04.16 04:29:33.263315 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3247 | 2025.04.16 04:29:33.263666 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3248 | 2025.04.16 04:29:33.263731 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3249 | 2025.04.16 04:29:33.263876 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
| 3250 | 2025.04.16 04:29:33.264066 [ 290 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3251 | 2025.04.16 04:29:33.264108 [ 287 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3252 | 2025.04.16 04:29:33.264111 [ 294 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3253 | 2025.04.16 04:29:33.264121 [ 293 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3254 | 2025.04.16 04:29:33.264291 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 3255 | 2025.04.16 04:29:33.264320 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3256 | 2025.04.16 04:29:33.264450 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3257 | 2025.04.16 04:29:33.264473 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (SelectExecutor): Reading approx. 41 rows with 4 streams | ||
| 3258 | 2025.04.16 04:29:33.264516 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3259 | 2025.04.16 04:29:33.264560 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3260 | 2025.04.16 04:29:33.264599 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3261 | 2025.04.16 04:29:33.264638 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3262 | 2025.04.16 04:29:33.266560 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Debug> executeQuery: Read 41 rows, 1.65 KiB in 0.003812 sec., 10755.508919202519 rows/sec., 433.20 KiB/sec. | ||
| 3263 | 2025.04.16 04:29:33.266795 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Debug> MemoryTracker: Peak memory usage (for query): 146.63 KiB. | ||
| 3264 | 2025.04.16 04:29:33.266813 [ 281 ] {84d328f7-087f-45dc-8b8d-480830a87db6} <Debug> TCPHandler: Processed in 0.004204955 sec. | ||
| 3265 | 2025.04.16 04:29:33.426395 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3266 | 2025.04.16 04:29:33.445223 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3267 | 2025.04.16 04:29:33.445271 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3268 | 2025.04.16 04:29:33.452190 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3269 | 2025.04.16 04:29:33.452947 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3270 | 2025.04.16 04:29:33.456200 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3271 | 2025.04.16 04:29:33.467369 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3272 | 2025.04.16 04:29:33.467532 [ 281 ] {8cc21f9e-c8db-4360-887f-c33199618fde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 3273 | 2025.04.16 04:29:33.467599 [ 281 ] {8cc21f9e-c8db-4360-887f-c33199618fde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3274 | 2025.04.16 04:29:33.468453 [ 281 ] {8cc21f9e-c8db-4360-887f-c33199618fde} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3275 | 2025.04.16 04:29:33.468494 [ 281 ] {8cc21f9e-c8db-4360-887f-c33199618fde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3276 | 2025.04.16 04:29:33.469016 [ 281 ] {8cc21f9e-c8db-4360-887f-c33199618fde} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3277 | 2025.04.16 04:29:33.469244 [ 281 ] {8cc21f9e-c8db-4360-887f-c33199618fde} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3278 | 2025.04.16 04:29:33.469466 [ 281 ] {8cc21f9e-c8db-4360-887f-c33199618fde} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001973 sec., 3041.0542321338066 rows/sec., 677.11 KiB/sec. | ||
| 3279 | 2025.04.16 04:29:33.469544 [ 281 ] {8cc21f9e-c8db-4360-887f-c33199618fde} <Debug> TCPHandler: Processed in 0.002251295 sec. | ||
| 3280 | 2025.04.16 04:29:33.469678 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3281 | 2025.04.16 04:29:33.469798 [ 281 ] {f8562cc9-a618-4356-8bc0-860e0abb9c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3282 | 2025.04.16 04:29:33.469845 [ 281 ] {f8562cc9-a618-4356-8bc0-860e0abb9c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3283 | 2025.04.16 04:29:33.470377 [ 281 ] {f8562cc9-a618-4356-8bc0-860e0abb9c7a} <Trace> oximeter.fields_ipaddr (51c230c8-684f-4210-99e1-fa5f5336bb2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3284 | 2025.04.16 04:29:33.470415 [ 281 ] {f8562cc9-a618-4356-8bc0-860e0abb9c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3285 | 2025.04.16 04:29:33.470787 [ 281 ] {f8562cc9-a618-4356-8bc0-860e0abb9c7a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3286 | 2025.04.16 04:29:33.471043 [ 281 ] {f8562cc9-a618-4356-8bc0-860e0abb9c7a} <Trace> oximeter.fields_ipaddr (51c230c8-684f-4210-99e1-fa5f5336bb2d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3287 | 2025.04.16 04:29:33.471261 [ 281 ] {f8562cc9-a618-4356-8bc0-860e0abb9c7a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 330.13 KiB/sec. | ||
| 3288 | 2025.04.16 04:29:33.471373 [ 281 ] {f8562cc9-a618-4356-8bc0-860e0abb9c7a} <Debug> TCPHandler: Processed in 0.001744985 sec. | ||
| 3289 | 2025.04.16 04:29:33.471492 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3290 | 2025.04.16 04:29:33.471596 [ 281 ] {14d72262-b448-4d05-99cd-49de7c82ec10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3291 | 2025.04.16 04:29:33.471641 [ 281 ] {14d72262-b448-4d05-99cd-49de7c82ec10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3292 | 2025.04.16 04:29:33.472819 [ 281 ] {14d72262-b448-4d05-99cd-49de7c82ec10} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3293 | 2025.04.16 04:29:33.472857 [ 281 ] {14d72262-b448-4d05-99cd-49de7c82ec10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3294 | 2025.04.16 04:29:33.473357 [ 281 ] {14d72262-b448-4d05-99cd-49de7c82ec10} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3295 | 2025.04.16 04:29:33.473609 [ 281 ] {14d72262-b448-4d05-99cd-49de7c82ec10} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3296 | 2025.04.16 04:29:33.473808 [ 281 ] {14d72262-b448-4d05-99cd-49de7c82ec10} <Debug> executeQuery: Read 1225 rows, 103.27 KiB in 0.002233 sec., 548589.3416927899 rows/sec., 45.17 MiB/sec. | ||
| 3297 | 2025.04.16 04:29:33.473861 [ 281 ] {14d72262-b448-4d05-99cd-49de7c82ec10} <Debug> TCPHandler: Processed in 0.002419048 sec. | ||
| 3298 | 2025.04.16 04:29:33.473995 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3299 | 2025.04.16 04:29:33.474100 [ 281 ] {34e47b62-15b5-4ce4-b00b-cac5a8910547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3300 | 2025.04.16 04:29:33.474145 [ 281 ] {34e47b62-15b5-4ce4-b00b-cac5a8910547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3301 | 2025.04.16 04:29:33.474662 [ 281 ] {34e47b62-15b5-4ce4-b00b-cac5a8910547} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3302 | 2025.04.16 04:29:33.474700 [ 281 ] {34e47b62-15b5-4ce4-b00b-cac5a8910547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3303 | 2025.04.16 04:29:33.475040 [ 281 ] {34e47b62-15b5-4ce4-b00b-cac5a8910547} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3304 | 2025.04.16 04:29:33.475280 [ 281 ] {34e47b62-15b5-4ce4-b00b-cac5a8910547} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3305 | 2025.04.16 04:29:33.475496 [ 281 ] {34e47b62-15b5-4ce4-b00b-cac5a8910547} <Debug> executeQuery: Read 19 rows, 1.40 KiB in 0.00141 sec., 13475.177304964538 rows/sec., 990.41 KiB/sec. | ||
| 3306 | 2025.04.16 04:29:33.475655 [ 281 ] {34e47b62-15b5-4ce4-b00b-cac5a8910547} <Debug> TCPHandler: Processed in 0.001705434 sec. | ||
| 3307 | 2025.04.16 04:29:33.475830 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3308 | 2025.04.16 04:29:33.475934 [ 281 ] {5af0a718-8e7a-4c35-b82b-ecf01ad76792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3309 | 2025.04.16 04:29:33.475980 [ 281 ] {5af0a718-8e7a-4c35-b82b-ecf01ad76792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3310 | 2025.04.16 04:29:33.476600 [ 281 ] {5af0a718-8e7a-4c35-b82b-ecf01ad76792} <Trace> oximeter.fields_u32 (ffed91df-6a0a-4e8e-8f0c-99bd9b558429): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3311 | 2025.04.16 04:29:33.476640 [ 281 ] {5af0a718-8e7a-4c35-b82b-ecf01ad76792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3312 | 2025.04.16 04:29:33.477025 [ 281 ] {5af0a718-8e7a-4c35-b82b-ecf01ad76792} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3313 | 2025.04.16 04:29:33.477263 [ 281 ] {5af0a718-8e7a-4c35-b82b-ecf01ad76792} <Trace> oximeter.fields_u32 (ffed91df-6a0a-4e8e-8f0c-99bd9b558429): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3314 | 2025.04.16 04:29:33.477481 [ 281 ] {5af0a718-8e7a-4c35-b82b-ecf01ad76792} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001563 sec., 145873.32053742802 rows/sec., 9.88 MiB/sec. | ||
| 3315 | 2025.04.16 04:29:33.477550 [ 281 ] {5af0a718-8e7a-4c35-b82b-ecf01ad76792} <Debug> TCPHandler: Processed in 0.001781006 sec. | ||
| 3316 | 2025.04.16 04:29:33.477669 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3317 | 2025.04.16 04:29:33.477772 [ 281 ] {b6b64f52-8e07-4069-9eb2-8338780c279d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3318 | 2025.04.16 04:29:33.477816 [ 281 ] {b6b64f52-8e07-4069-9eb2-8338780c279d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3319 | 2025.04.16 04:29:33.478502 [ 281 ] {b6b64f52-8e07-4069-9eb2-8338780c279d} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3320 | 2025.04.16 04:29:33.478539 [ 281 ] {b6b64f52-8e07-4069-9eb2-8338780c279d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3321 | 2025.04.16 04:29:33.478914 [ 281 ] {b6b64f52-8e07-4069-9eb2-8338780c279d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3322 | 2025.04.16 04:29:33.479155 [ 281 ] {b6b64f52-8e07-4069-9eb2-8338780c279d} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3323 | 2025.04.16 04:29:33.479353 [ 281 ] {b6b64f52-8e07-4069-9eb2-8338780c279d} <Debug> executeQuery: Read 539 rows, 40.93 KiB in 0.001602 sec., 336454.43196004996 rows/sec., 24.95 MiB/sec. | ||
| 3324 | 2025.04.16 04:29:33.479405 [ 281 ] {b6b64f52-8e07-4069-9eb2-8338780c279d} <Debug> TCPHandler: Processed in 0.001785146 sec. | ||
| 3325 | 2025.04.16 04:29:33.479522 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3326 | 2025.04.16 04:29:33.479625 [ 281 ] {72765fa7-be7d-41e9-8365-6145722fd802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3327 | 2025.04.16 04:29:33.479671 [ 281 ] {72765fa7-be7d-41e9-8365-6145722fd802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3328 | 2025.04.16 04:29:33.484310 [ 281 ] {72765fa7-be7d-41e9-8365-6145722fd802} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3329 | 2025.04.16 04:29:33.484350 [ 281 ] {72765fa7-be7d-41e9-8365-6145722fd802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3330 | 2025.04.16 04:29:33.485263 [ 281 ] {72765fa7-be7d-41e9-8365-6145722fd802} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3331 | 2025.04.16 04:29:33.485504 [ 281 ] {72765fa7-be7d-41e9-8365-6145722fd802} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3332 | 2025.04.16 04:29:33.485720 [ 281 ] {72765fa7-be7d-41e9-8365-6145722fd802} <Debug> executeQuery: Read 5777 rows, 395.01 KiB in 0.006116 sec., 944571.6154349248 rows/sec., 63.07 MiB/sec. | ||
| 3333 | 2025.04.16 04:29:33.485773 [ 281 ] {72765fa7-be7d-41e9-8365-6145722fd802} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB. | ||
| 3334 | 2025.04.16 04:29:33.485788 [ 281 ] {72765fa7-be7d-41e9-8365-6145722fd802} <Debug> TCPHandler: Processed in 0.006316547 sec. | ||
| 3335 | 2025.04.16 04:29:33.485918 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3336 | 2025.04.16 04:29:33.486025 [ 281 ] {1edfdc41-01ed-4146-b945-42e2f282629d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3337 | 2025.04.16 04:29:33.486090 [ 281 ] {1edfdc41-01ed-4146-b945-42e2f282629d} <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 | ||
| 3338 | 2025.04.16 04:29:33.487129 [ 281 ] {1edfdc41-01ed-4146-b945-42e2f282629d} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3339 | 2025.04.16 04:29:33.487169 [ 281 ] {1edfdc41-01ed-4146-b945-42e2f282629d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3340 | 2025.04.16 04:29:33.487783 [ 281 ] {1edfdc41-01ed-4146-b945-42e2f282629d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3341 | 2025.04.16 04:29:33.488037 [ 281 ] {1edfdc41-01ed-4146-b945-42e2f282629d} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3342 | 2025.04.16 04:29:33.488219 [ 142 ] {} <Debug> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3343 | 2025.04.16 04:29:33.488280 [ 281 ] {1edfdc41-01ed-4146-b945-42e2f282629d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002271 sec., 5724.350506384852 rows/sec., 10.26 MiB/sec. | ||
| 3344 | 2025.04.16 04:29:33.488288 [ 142 ] {} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3345 | 2025.04.16 04:29:33.488364 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3346 | 2025.04.16 04:29:33.488798 [ 281 ] {1edfdc41-01ed-4146-b945-42e2f282629d} <Debug> TCPHandler: Processed in 0.002920269 sec. | ||
| 3347 | 2025.04.16 04:29:33.488883 [ 200 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3348 | 2025.04.16 04:29:33.489230 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3349 | 2025.04.16 04:29:33.489476 [ 281 ] {11e9af91-1ff9-47b5-a41c-1e0f3cb5e7b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3350 | 2025.04.16 04:29:33.489589 [ 281 ] {11e9af91-1ff9-47b5-a41c-1e0f3cb5e7b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3351 | 2025.04.16 04:29:33.489622 [ 200 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3352 | 2025.04.16 04:29:33.489859 [ 200 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 251 rows starting from the beginning of the part | ||
| 3353 | 2025.04.16 04:29:33.490634 [ 200 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part | ||
| 3354 | 2025.04.16 04:29:33.491472 [ 200 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 27 rows starting from the beginning of the part | ||
| 3355 | 2025.04.16 04:29:33.491686 [ 281 ] {11e9af91-1ff9-47b5-a41c-1e0f3cb5e7b1} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3356 | 2025.04.16 04:29:33.491829 [ 281 ] {11e9af91-1ff9-47b5-a41c-1e0f3cb5e7b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3357 | 2025.04.16 04:29:33.492064 [ 200 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part | ||
| 3358 | 2025.04.16 04:29:33.492777 [ 200 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 27 rows starting from the beginning of the part | ||
| 3359 | 2025.04.16 04:29:33.493290 [ 200 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part | ||
| 3360 | 2025.04.16 04:29:33.493301 [ 281 ] {11e9af91-1ff9-47b5-a41c-1e0f3cb5e7b1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3361 | 2025.04.16 04:29:33.493909 [ 281 ] {11e9af91-1ff9-47b5-a41c-1e0f3cb5e7b1} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3362 | 2025.04.16 04:29:33.494433 [ 281 ] {11e9af91-1ff9-47b5-a41c-1e0f3cb5e7b1} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005021 sec., 2389.9621589324834 rows/sec., 164.93 KiB/sec. | ||
| 3363 | 2025.04.16 04:29:33.494772 [ 281 ] {11e9af91-1ff9-47b5-a41c-1e0f3cb5e7b1} <Debug> TCPHandler: Processed in 0.005646814 sec. | ||
| 3364 | 2025.04.16 04:29:33.497358 [ 195 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 343 rows, containing 19 columns (19 merged, 0 gathered) in 0.008852408 sec., 38746.51959105364 rows/sec., 69.43 MiB/sec. | ||
| 3365 | 2025.04.16 04:29:33.498055 [ 201 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3366 | 2025.04.16 04:29:33.498557 [ 201 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3367 | 2025.04.16 04:29:33.498643 [ 201 ] {f6fdb8e6-7d9c-499a-a6d1-be245b841488::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3368 | 2025.04.16 04:29:33.498809 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
| 3369 | 2025.04.16 04:29:35.460409 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 448 | ||
| 3370 | 2025.04.16 04:29:35.464259 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3371 | 2025.04.16 04:29:35.464322 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3372 | 2025.04.16 04:29:35.465888 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3373 | 2025.04.16 04:29:35.466210 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3374 | 2025.04.16 04:29:35.466423 [ 140 ] {} <Debug> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3375 | 2025.04.16 04:29:35.466554 [ 140 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3376 | 2025.04.16 04:29:35.466619 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3377 | 2025.04.16 04:29:35.467333 [ 192 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3378 | 2025.04.16 04:29:35.468436 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 448 | ||
| 3379 | 2025.04.16 04:29:35.468815 [ 192 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3380 | 2025.04.16 04:29:35.468979 [ 192 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 256 rows starting from the beginning of the part | ||
| 3381 | 2025.04.16 04:29:35.469457 [ 192 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part | ||
| 3382 | 2025.04.16 04:29:35.470049 [ 192 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 3383 | 2025.04.16 04:29:35.470593 [ 192 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part | ||
| 3384 | 2025.04.16 04:29:35.471181 [ 192 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
| 3385 | 2025.04.16 04:29:35.471763 [ 192 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 54 rows starting from the beginning of the part | ||
| 3386 | 2025.04.16 04:29:35.479221 [ 195 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 448 rows, containing 72 columns (72 merged, 0 gathered) in 0.012448241 sec., 35989.02045678582 rows/sec., 35.49 MiB/sec. | ||
| 3387 | 2025.04.16 04:29:35.480266 [ 190 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3388 | 2025.04.16 04:29:35.481039 [ 190 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_11_2} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3389 | 2025.04.16 04:29:35.481129 [ 190 ] {16934dca-a1cc-416f-8067-9a7f9400dc33::all_1_11_2} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3390 | 2025.04.16 04:29:35.481437 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. | ||
| 3391 | 2025.04.16 04:29:37.697215 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3392 | 2025.04.16 04:29:37.697427 [ 281 ] {6e191f5d-a1ef-4bb6-a2c4-12bda6689473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3393 | 2025.04.16 04:29:37.697506 [ 281 ] {6e191f5d-a1ef-4bb6-a2c4-12bda6689473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3394 | 2025.04.16 04:29:37.698348 [ 281 ] {6e191f5d-a1ef-4bb6-a2c4-12bda6689473} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3395 | 2025.04.16 04:29:37.698390 [ 281 ] {6e191f5d-a1ef-4bb6-a2c4-12bda6689473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3396 | 2025.04.16 04:29:37.698836 [ 281 ] {6e191f5d-a1ef-4bb6-a2c4-12bda6689473} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3397 | 2025.04.16 04:29:37.699103 [ 281 ] {6e191f5d-a1ef-4bb6-a2c4-12bda6689473} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3398 | 2025.04.16 04:29:37.699314 [ 138 ] {} <Debug> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3399 | 2025.04.16 04:29:37.699372 [ 281 ] {6e191f5d-a1ef-4bb6-a2c4-12bda6689473} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001995 sec., 28070.175438596492 rows/sec., 2.14 MiB/sec. | ||
| 3400 | 2025.04.16 04:29:37.699417 [ 138 ] {} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3401 | 2025.04.16 04:29:37.699492 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3402 | 2025.04.16 04:29:37.699500 [ 281 ] {6e191f5d-a1ef-4bb6-a2c4-12bda6689473} <Debug> TCPHandler: Processed in 0.002412068 sec. | ||
| 3403 | 2025.04.16 04:29:37.699773 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3404 | 2025.04.16 04:29:37.699861 [ 192 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3405 | 2025.04.16 04:29:37.700129 [ 281 ] {2099d324-bb30-48e8-8e78-bbc5e40afca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3406 | 2025.04.16 04:29:37.700274 [ 281 ] {2099d324-bb30-48e8-8e78-bbc5e40afca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3407 | 2025.04.16 04:29:37.700290 [ 192 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3408 | 2025.04.16 04:29:37.700384 [ 192 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 818 rows starting from the beginning of the part | ||
| 3409 | 2025.04.16 04:29:37.700624 [ 192 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 230 rows starting from the beginning of the part | ||
| 3410 | 2025.04.16 04:29:37.701016 [ 192 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 3411 | 2025.04.16 04:29:37.701450 [ 192 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 110 rows starting from the beginning of the part | ||
| 3412 | 2025.04.16 04:29:37.701798 [ 192 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1225 rows starting from the beginning of the part | ||
| 3413 | 2025.04.16 04:29:37.702174 [ 192 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part | ||
| 3414 | 2025.04.16 04:29:37.703055 [ 281 ] {2099d324-bb30-48e8-8e78-bbc5e40afca8} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3415 | 2025.04.16 04:29:37.703112 [ 281 ] {2099d324-bb30-48e8-8e78-bbc5e40afca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3416 | 2025.04.16 04:29:37.704087 [ 281 ] {2099d324-bb30-48e8-8e78-bbc5e40afca8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3417 | 2025.04.16 04:29:37.704587 [ 281 ] {2099d324-bb30-48e8-8e78-bbc5e40afca8} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3418 | 2025.04.16 04:29:37.704816 [ 138 ] {} <Debug> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3419 | 2025.04.16 04:29:37.704918 [ 138 ] {} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3420 | 2025.04.16 04:29:37.704948 [ 281 ] {2099d324-bb30-48e8-8e78-bbc5e40afca8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004923 sec., 13000.203128173876 rows/sec., 1.01 MiB/sec. | ||
| 3421 | 2025.04.16 04:29:37.704992 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3422 | 2025.04.16 04:29:37.705325 [ 281 ] {2099d324-bb30-48e8-8e78-bbc5e40afca8} <Debug> TCPHandler: Processed in 0.005664265 sec. | ||
| 3423 | 2025.04.16 04:29:37.705703 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3424 | 2025.04.16 04:29:37.705797 [ 195 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3425 | 2025.04.16 04:29:37.705849 [ 192 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2521 rows, containing 5 columns (5 merged, 0 gathered) in 0.006223225 sec., 405095.4288170523 rows/sec., 35.02 MiB/sec. | ||
| 3426 | 2025.04.16 04:29:37.705942 [ 281 ] {edf8137c-b391-4bf7-9e73-01b0893f5b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3427 | 2025.04.16 04:29:37.706006 [ 195 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3428 | 2025.04.16 04:29:37.706018 [ 281 ] {edf8137c-b391-4bf7-9e73-01b0893f5b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3429 | 2025.04.16 04:29:37.706049 [ 195 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 481 rows starting from the beginning of the part | ||
| 3430 | 2025.04.16 04:29:37.706311 [ 192 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3431 | 2025.04.16 04:29:37.706445 [ 195 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 127 rows starting from the beginning of the part | ||
| 3432 | 2025.04.16 04:29:37.706913 [ 195 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 77 rows starting from the beginning of the part | ||
| 3433 | 2025.04.16 04:29:37.707613 [ 195 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 91 rows starting from the beginning of the part | ||
| 3434 | 2025.04.16 04:29:37.707935 [ 192 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_21_4} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3435 | 2025.04.16 04:29:37.708043 [ 195 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 539 rows starting from the beginning of the part | ||
| 3436 | 2025.04.16 04:29:37.708505 [ 192 ] {8c6e30d9-4984-4a99-9114-4240f5c8ade2::all_1_21_4} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3437 | 2025.04.16 04:29:37.708656 [ 195 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part | ||
| 3438 | 2025.04.16 04:29:37.708980 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 3439 | 2025.04.16 04:29:37.709662 [ 281 ] {edf8137c-b391-4bf7-9e73-01b0893f5b49} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3440 | 2025.04.16 04:29:37.709711 [ 281 ] {edf8137c-b391-4bf7-9e73-01b0893f5b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3441 | 2025.04.16 04:29:37.710266 [ 281 ] {edf8137c-b391-4bf7-9e73-01b0893f5b49} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3442 | 2025.04.16 04:29:37.710570 [ 281 ] {edf8137c-b391-4bf7-9e73-01b0893f5b49} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3443 | 2025.04.16 04:29:37.710952 [ 281 ] {edf8137c-b391-4bf7-9e73-01b0893f5b49} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005101 sec., 25093.118996275243 rows/sec., 1.75 MiB/sec. | ||
| 3444 | 2025.04.16 04:29:37.710961 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1379 rows, containing 5 columns (5 merged, 0 gathered) in 0.0054764 sec., 251807.75692060476 rows/sec., 19.85 MiB/sec. | ||
| 3445 | 2025.04.16 04:29:37.711034 [ 281 ] {edf8137c-b391-4bf7-9e73-01b0893f5b49} <Debug> TCPHandler: Processed in 0.00545158 sec. | ||
| 3446 | 2025.04.16 04:29:37.711158 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3447 | 2025.04.16 04:29:37.711171 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3448 | 2025.04.16 04:29:37.711291 [ 281 ] {1e2eabff-3aea-4c8f-8b14-d8b15a372922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3449 | 2025.04.16 04:29:37.711347 [ 281 ] {1e2eabff-3aea-4c8f-8b14-d8b15a372922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3450 | 2025.04.16 04:29:37.711556 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_21_4} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3451 | 2025.04.16 04:29:37.711647 [ 191 ] {657e0a9e-46ce-44b3-98e3-9b1343585da4::all_1_21_4} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3452 | 2025.04.16 04:29:37.711742 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 3453 | 2025.04.16 04:29:37.711915 [ 281 ] {1e2eabff-3aea-4c8f-8b14-d8b15a372922} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3454 | 2025.04.16 04:29:37.711953 [ 281 ] {1e2eabff-3aea-4c8f-8b14-d8b15a372922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3455 | 2025.04.16 04:29:37.712339 [ 281 ] {1e2eabff-3aea-4c8f-8b14-d8b15a372922} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3456 | 2025.04.16 04:29:37.712571 [ 281 ] {1e2eabff-3aea-4c8f-8b14-d8b15a372922} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3457 | 2025.04.16 04:29:37.712819 [ 281 ] {1e2eabff-3aea-4c8f-8b14-d8b15a372922} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001554 sec., 30888.030888030888 rows/sec., 2.08 MiB/sec. | ||
| 3458 | 2025.04.16 04:29:37.713020 [ 281 ] {1e2eabff-3aea-4c8f-8b14-d8b15a372922} <Debug> TCPHandler: Processed in 0.001909728 sec. | ||
| 3459 | 2025.04.16 04:29:40.339939 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3460 | 2025.04.16 04:29:40.340016 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3461 | 2025.04.16 04:29:40.439171 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3462 | 2025.04.16 04:29:40.439880 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3463 | 2025.04.16 04:29:40.439924 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3464 | 2025.04.16 04:29:40.440507 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3465 | 2025.04.16 04:29:40.440757 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3466 | 2025.04.16 04:29:40.440950 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3467 | 2025.04.16 04:29:40.956489 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3468 | 2025.04.16 04:29:40.976815 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3469 | 2025.04.16 04:29:40.976884 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3470 | 2025.04.16 04:29:40.984178 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3471 | 2025.04.16 04:29:40.984980 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3472 | 2025.04.16 04:29:40.987797 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3473 | 2025.04.16 04:29:42.699891 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3474 | 2025.04.16 04:29:42.700090 [ 281 ] {09fc37b8-066e-4141-a63e-5209c11b72c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3475 | 2025.04.16 04:29:42.700177 [ 281 ] {09fc37b8-066e-4141-a63e-5209c11b72c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3476 | 2025.04.16 04:29:42.701048 [ 281 ] {09fc37b8-066e-4141-a63e-5209c11b72c8} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3477 | 2025.04.16 04:29:42.701097 [ 281 ] {09fc37b8-066e-4141-a63e-5209c11b72c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3478 | 2025.04.16 04:29:42.701592 [ 281 ] {09fc37b8-066e-4141-a63e-5209c11b72c8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3479 | 2025.04.16 04:29:42.701874 [ 281 ] {09fc37b8-066e-4141-a63e-5209c11b72c8} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3480 | 2025.04.16 04:29:42.702125 [ 281 ] {09fc37b8-066e-4141-a63e-5209c11b72c8} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002087 sec., 52707.235265931966 rows/sec., 4.42 MiB/sec. | ||
| 3481 | 2025.04.16 04:29:42.702197 [ 281 ] {09fc37b8-066e-4141-a63e-5209c11b72c8} <Debug> TCPHandler: Processed in 0.002458439 sec. | ||
| 3482 | 2025.04.16 04:29:42.702347 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3483 | 2025.04.16 04:29:42.702464 [ 281 ] {cd421c05-bf98-43cb-b442-0814d59645f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3484 | 2025.04.16 04:29:42.702512 [ 281 ] {cd421c05-bf98-43cb-b442-0814d59645f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3485 | 2025.04.16 04:29:42.703077 [ 281 ] {cd421c05-bf98-43cb-b442-0814d59645f0} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3486 | 2025.04.16 04:29:42.703115 [ 281 ] {cd421c05-bf98-43cb-b442-0814d59645f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3487 | 2025.04.16 04:29:42.703516 [ 281 ] {cd421c05-bf98-43cb-b442-0814d59645f0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3488 | 2025.04.16 04:29:42.703821 [ 281 ] {cd421c05-bf98-43cb-b442-0814d59645f0} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3489 | 2025.04.16 04:29:42.704089 [ 281 ] {cd421c05-bf98-43cb-b442-0814d59645f0} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001633 sec., 16533.98652786283 rows/sec., 1.21 MiB/sec. | ||
| 3490 | 2025.04.16 04:29:42.704281 [ 281 ] {cd421c05-bf98-43cb-b442-0814d59645f0} <Debug> TCPHandler: Processed in 0.00199096 sec. | ||
| 3491 | 2025.04.16 04:29:42.704482 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3492 | 2025.04.16 04:29:42.704612 [ 281 ] {1f7c6de0-7da3-4ad8-b524-888d2947848e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3493 | 2025.04.16 04:29:42.704661 [ 281 ] {1f7c6de0-7da3-4ad8-b524-888d2947848e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3494 | 2025.04.16 04:29:42.705353 [ 281 ] {1f7c6de0-7da3-4ad8-b524-888d2947848e} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3495 | 2025.04.16 04:29:42.705402 [ 281 ] {1f7c6de0-7da3-4ad8-b524-888d2947848e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3496 | 2025.04.16 04:29:42.705776 [ 281 ] {1f7c6de0-7da3-4ad8-b524-888d2947848e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3497 | 2025.04.16 04:29:42.706005 [ 281 ] {1f7c6de0-7da3-4ad8-b524-888d2947848e} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3498 | 2025.04.16 04:29:42.706191 [ 281 ] {1f7c6de0-7da3-4ad8-b524-888d2947848e} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001602 sec., 56803.9950062422 rows/sec., 4.44 MiB/sec. | ||
| 3499 | 2025.04.16 04:29:42.706242 [ 281 ] {1f7c6de0-7da3-4ad8-b524-888d2947848e} <Debug> TCPHandler: Processed in 0.001823147 sec. | ||
| 3500 | 2025.04.16 04:29:42.706361 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3501 | 2025.04.16 04:29:42.706469 [ 281 ] {f874462e-a26a-4284-bda7-34c0ce02c81f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3502 | 2025.04.16 04:29:42.706516 [ 281 ] {f874462e-a26a-4284-bda7-34c0ce02c81f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3503 | 2025.04.16 04:29:42.707056 [ 281 ] {f874462e-a26a-4284-bda7-34c0ce02c81f} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3504 | 2025.04.16 04:29:42.707095 [ 281 ] {f874462e-a26a-4284-bda7-34c0ce02c81f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3505 | 2025.04.16 04:29:42.707473 [ 281 ] {f874462e-a26a-4284-bda7-34c0ce02c81f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3506 | 2025.04.16 04:29:42.707705 [ 281 ] {f874462e-a26a-4284-bda7-34c0ce02c81f} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3507 | 2025.04.16 04:29:42.707871 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3508 | 2025.04.16 04:29:42.707931 [ 281 ] {f874462e-a26a-4284-bda7-34c0ce02c81f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001479 sec., 108181.20351588911 rows/sec., 7.53 MiB/sec. | ||
| 3509 | 2025.04.16 04:29:42.707956 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3510 | 2025.04.16 04:29:42.708017 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3511 | 2025.04.16 04:29:42.708048 [ 281 ] {f874462e-a26a-4284-bda7-34c0ce02c81f} <Debug> TCPHandler: Processed in 0.001730475 sec. | ||
| 3512 | 2025.04.16 04:29:42.708251 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3513 | 2025.04.16 04:29:42.708261 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3514 | 2025.04.16 04:29:42.708481 [ 281 ] {c10b5343-9e73-41b2-b4b4-275985230364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3515 | 2025.04.16 04:29:42.708505 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3516 | 2025.04.16 04:29:42.708586 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2440 rows starting from the beginning of the part | ||
| 3517 | 2025.04.16 04:29:42.708629 [ 281 ] {c10b5343-9e73-41b2-b4b4-275985230364} <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 | ||
| 3518 | 2025.04.16 04:29:42.708896 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 3519 | 2025.04.16 04:29:42.709332 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 3520 | 2025.04.16 04:29:42.709852 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 5777 rows starting from the beginning of the part | ||
| 3521 | 2025.04.16 04:29:42.710147 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 128 rows starting from the beginning of the part | ||
| 3522 | 2025.04.16 04:29:42.710517 [ 196 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 3523 | 2025.04.16 04:29:42.713914 [ 281 ] {c10b5343-9e73-41b2-b4b4-275985230364} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3524 | 2025.04.16 04:29:42.713970 [ 281 ] {c10b5343-9e73-41b2-b4b4-275985230364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3525 | 2025.04.16 04:29:42.714990 [ 281 ] {c10b5343-9e73-41b2-b4b4-275985230364} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3526 | 2025.04.16 04:29:42.715325 [ 281 ] {c10b5343-9e73-41b2-b4b4-275985230364} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3527 | 2025.04.16 04:29:42.715605 [ 281 ] {c10b5343-9e73-41b2-b4b4-275985230364} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007181 sec., 3759.922016432252 rows/sec., 6.74 MiB/sec. | ||
| 3528 | 2025.04.16 04:29:42.716304 [ 281 ] {c10b5343-9e73-41b2-b4b4-275985230364} <Debug> TCPHandler: Processed in 0.008121774 sec. | ||
| 3529 | 2025.04.16 04:29:42.716348 [ 191 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8825 rows, containing 5 columns (5 merged, 0 gathered) in 0.008213476 sec., 1074453.7391964132 rows/sec., 73.22 MiB/sec. | ||
| 3530 | 2025.04.16 04:29:42.716490 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3531 | 2025.04.16 04:29:42.716565 [ 191 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3532 | 2025.04.16 04:29:42.716643 [ 281 ] {6e08db80-c2b5-4c33-8bbd-9c091c57b850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3533 | 2025.04.16 04:29:42.716700 [ 281 ] {6e08db80-c2b5-4c33-8bbd-9c091c57b850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3534 | 2025.04.16 04:29:42.716966 [ 191 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3535 | 2025.04.16 04:29:42.717050 [ 191 ] {03f30ae3-c472-4767-9f24-5ffc3dc0157b::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3536 | 2025.04.16 04:29:42.717153 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.71 MiB. | ||
| 3537 | 2025.04.16 04:29:42.717333 [ 281 ] {6e08db80-c2b5-4c33-8bbd-9c091c57b850} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3538 | 2025.04.16 04:29:42.717371 [ 281 ] {6e08db80-c2b5-4c33-8bbd-9c091c57b850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3539 | 2025.04.16 04:29:42.717753 [ 281 ] {6e08db80-c2b5-4c33-8bbd-9c091c57b850} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3540 | 2025.04.16 04:29:42.717991 [ 281 ] {6e08db80-c2b5-4c33-8bbd-9c091c57b850} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3541 | 2025.04.16 04:29:42.718146 [ 132 ] {} <Debug> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3542 | 2025.04.16 04:29:42.718210 [ 132 ] {} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3543 | 2025.04.16 04:29:42.718226 [ 281 ] {6e08db80-c2b5-4c33-8bbd-9c091c57b850} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001626 sec., 36900.36900369004 rows/sec., 2.49 MiB/sec. | ||
| 3544 | 2025.04.16 04:29:42.718249 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3545 | 2025.04.16 04:29:42.718372 [ 281 ] {6e08db80-c2b5-4c33-8bbd-9c091c57b850} <Debug> TCPHandler: Processed in 0.001954459 sec. | ||
| 3546 | 2025.04.16 04:29:42.718494 [ 188 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3547 | 2025.04.16 04:29:42.718604 [ 188 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3548 | 2025.04.16 04:29:42.718633 [ 188 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 700 rows starting from the beginning of the part | ||
| 3549 | 2025.04.16 04:29:42.718687 [ 188 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 3550 | 2025.04.16 04:29:42.718914 [ 188 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3551 | 2025.04.16 04:29:42.719040 [ 188 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
| 3552 | 2025.04.16 04:29:42.719099 [ 188 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part | ||
| 3553 | 2025.04.16 04:29:42.719331 [ 188 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 3554 | 2025.04.16 04:29:42.720372 [ 187 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 940 rows, containing 4 columns (4 merged, 0 gathered) in 0.001998391 sec., 470378.41943843826 rows/sec., 31.69 MiB/sec. | ||
| 3555 | 2025.04.16 04:29:42.720569 [ 187 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3556 | 2025.04.16 04:29:42.720851 [ 187 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_21_4} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3557 | 2025.04.16 04:29:42.720927 [ 187 ] {a3f68454-4be4-4d7f-806d-d64e3f8827e7::all_1_21_4} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3558 | 2025.04.16 04:29:42.721007 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3559 | 2025.04.16 04:29:45.469734 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 468 | ||
| 3560 | 2025.04.16 04:29:45.472478 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3561 | 2025.04.16 04:29:45.472519 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3562 | 2025.04.16 04:29:45.473961 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3563 | 2025.04.16 04:29:45.474286 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3564 | 2025.04.16 04:29:45.474775 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 468 | ||
| 3565 | 2025.04.16 04:29:47.102770 [ 129 ] {} <Debug> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3566 | 2025.04.16 04:29:47.102855 [ 129 ] {} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3567 | 2025.04.16 04:29:47.102882 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3568 | 2025.04.16 04:29:47.103050 [ 187 ] {4e62e495-aa66-4af6-8120-9fdf11bdfefb::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 3569 | 2025.04.16 04:29:47.103397 [ 187 ] {4e62e495-aa66-4af6-8120-9fdf11bdfefb::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3570 | 2025.04.16 04:29:47.103444 [ 187 ] {4e62e495-aa66-4af6-8120-9fdf11bdfefb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 3571 | 2025.04.16 04:29:47.103552 [ 187 ] {4e62e495-aa66-4af6-8120-9fdf11bdfefb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 3572 | 2025.04.16 04:29:47.103714 [ 187 ] {4e62e495-aa66-4af6-8120-9fdf11bdfefb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 3573 | 2025.04.16 04:29:47.103827 [ 187 ] {4e62e495-aa66-4af6-8120-9fdf11bdfefb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part | ||
| 3574 | 2025.04.16 04:29:47.103901 [ 187 ] {4e62e495-aa66-4af6-8120-9fdf11bdfefb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3575 | 2025.04.16 04:29:47.106038 [ 191 ] {4e62e495-aa66-4af6-8120-9fdf11bdfefb::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47 rows, containing 6 columns (6 merged, 0 gathered) in 0.003075362 sec., 15282.753705092278 rows/sec., 3.72 MiB/sec. | ||
| 3576 | 2025.04.16 04:29:47.106282 [ 189 ] {4e62e495-aa66-4af6-8120-9fdf11bdfefb::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3577 | 2025.04.16 04:29:47.106803 [ 189 ] {4e62e495-aa66-4af6-8120-9fdf11bdfefb::all_1_5_1} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3578 | 2025.04.16 04:29:47.106888 [ 189 ] {4e62e495-aa66-4af6-8120-9fdf11bdfefb::all_1_5_1} <Trace> oximeter.timeseries_schema (4e62e495-aa66-4af6-8120-9fdf11bdfefb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3579 | 2025.04.16 04:29:47.106992 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 3580 | 2025.04.16 04:29:47.700008 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3581 | 2025.04.16 04:29:47.700209 [ 281 ] {449d66c0-af40-4e89-b736-63ce3fc37ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3582 | 2025.04.16 04:29:47.700287 [ 281 ] {449d66c0-af40-4e89-b736-63ce3fc37ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3583 | 2025.04.16 04:29:47.701137 [ 281 ] {449d66c0-af40-4e89-b736-63ce3fc37ab2} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3584 | 2025.04.16 04:29:47.701182 [ 281 ] {449d66c0-af40-4e89-b736-63ce3fc37ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3585 | 2025.04.16 04:29:47.701601 [ 281 ] {449d66c0-af40-4e89-b736-63ce3fc37ab2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3586 | 2025.04.16 04:29:47.701848 [ 281 ] {449d66c0-af40-4e89-b736-63ce3fc37ab2} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3587 | 2025.04.16 04:29:47.702082 [ 281 ] {449d66c0-af40-4e89-b736-63ce3fc37ab2} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001926 sec., 42575.285565939776 rows/sec., 3.52 MiB/sec. | ||
| 3588 | 2025.04.16 04:29:47.702185 [ 281 ] {449d66c0-af40-4e89-b736-63ce3fc37ab2} <Debug> TCPHandler: Processed in 0.002310596 sec. | ||
| 3589 | 2025.04.16 04:29:47.702343 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3590 | 2025.04.16 04:29:47.702447 [ 281 ] {21bd5c61-49c2-4dca-97c0-ae94c857aa9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3591 | 2025.04.16 04:29:47.702492 [ 281 ] {21bd5c61-49c2-4dca-97c0-ae94c857aa9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3592 | 2025.04.16 04:29:47.703028 [ 281 ] {21bd5c61-49c2-4dca-97c0-ae94c857aa9b} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3593 | 2025.04.16 04:29:47.703069 [ 281 ] {21bd5c61-49c2-4dca-97c0-ae94c857aa9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3594 | 2025.04.16 04:29:47.703404 [ 281 ] {21bd5c61-49c2-4dca-97c0-ae94c857aa9b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3595 | 2025.04.16 04:29:47.703651 [ 281 ] {21bd5c61-49c2-4dca-97c0-ae94c857aa9b} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3596 | 2025.04.16 04:29:47.703852 [ 281 ] {21bd5c61-49c2-4dca-97c0-ae94c857aa9b} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001427 sec., 9110.021023125437 rows/sec., 685.03 KiB/sec. | ||
| 3597 | 2025.04.16 04:29:47.703902 [ 281 ] {21bd5c61-49c2-4dca-97c0-ae94c857aa9b} <Debug> TCPHandler: Processed in 0.001607412 sec. | ||
| 3598 | 2025.04.16 04:29:47.704020 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3599 | 2025.04.16 04:29:47.704122 [ 281 ] {2ee282c1-3f12-409a-8d4e-6ca8539e1fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3600 | 2025.04.16 04:29:47.704166 [ 281 ] {2ee282c1-3f12-409a-8d4e-6ca8539e1fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3601 | 2025.04.16 04:29:47.704715 [ 281 ] {2ee282c1-3f12-409a-8d4e-6ca8539e1fab} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3602 | 2025.04.16 04:29:47.704753 [ 281 ] {2ee282c1-3f12-409a-8d4e-6ca8539e1fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3603 | 2025.04.16 04:29:47.705122 [ 281 ] {2ee282c1-3f12-409a-8d4e-6ca8539e1fab} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3604 | 2025.04.16 04:29:47.705362 [ 281 ] {2ee282c1-3f12-409a-8d4e-6ca8539e1fab} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3605 | 2025.04.16 04:29:47.705564 [ 281 ] {2ee282c1-3f12-409a-8d4e-6ca8539e1fab} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001463 sec., 52631.57894736842 rows/sec., 4.11 MiB/sec. | ||
| 3606 | 2025.04.16 04:29:47.705621 [ 281 ] {2ee282c1-3f12-409a-8d4e-6ca8539e1fab} <Debug> TCPHandler: Processed in 0.001645284 sec. | ||
| 3607 | 2025.04.16 04:29:47.705755 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3608 | 2025.04.16 04:29:47.705857 [ 281 ] {f622e73e-a5cd-4cd5-a8e5-c2a2bffdc2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3609 | 2025.04.16 04:29:47.705904 [ 281 ] {f622e73e-a5cd-4cd5-a8e5-c2a2bffdc2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3610 | 2025.04.16 04:29:47.706431 [ 281 ] {f622e73e-a5cd-4cd5-a8e5-c2a2bffdc2b8} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3611 | 2025.04.16 04:29:47.706469 [ 281 ] {f622e73e-a5cd-4cd5-a8e5-c2a2bffdc2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3612 | 2025.04.16 04:29:47.706845 [ 281 ] {f622e73e-a5cd-4cd5-a8e5-c2a2bffdc2b8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3613 | 2025.04.16 04:29:47.707085 [ 281 ] {f622e73e-a5cd-4cd5-a8e5-c2a2bffdc2b8} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3614 | 2025.04.16 04:29:47.707282 [ 281 ] {f622e73e-a5cd-4cd5-a8e5-c2a2bffdc2b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001447 sec., 110573.60055286801 rows/sec., 7.70 MiB/sec. | ||
| 3615 | 2025.04.16 04:29:47.707332 [ 281 ] {f622e73e-a5cd-4cd5-a8e5-c2a2bffdc2b8} <Debug> TCPHandler: Processed in 0.001634693 sec. | ||
| 3616 | 2025.04.16 04:29:47.707575 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3617 | 2025.04.16 04:29:47.707760 [ 281 ] {6e02bae2-0371-4ab0-a48a-7ea1c1175949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3618 | 2025.04.16 04:29:47.707870 [ 281 ] {6e02bae2-0371-4ab0-a48a-7ea1c1175949} <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 | ||
| 3619 | 2025.04.16 04:29:47.709125 [ 281 ] {6e02bae2-0371-4ab0-a48a-7ea1c1175949} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3620 | 2025.04.16 04:29:47.709170 [ 281 ] {6e02bae2-0371-4ab0-a48a-7ea1c1175949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3621 | 2025.04.16 04:29:47.709799 [ 281 ] {6e02bae2-0371-4ab0-a48a-7ea1c1175949} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3622 | 2025.04.16 04:29:47.710058 [ 281 ] {6e02bae2-0371-4ab0-a48a-7ea1c1175949} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3623 | 2025.04.16 04:29:47.710303 [ 281 ] {6e02bae2-0371-4ab0-a48a-7ea1c1175949} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002598 sec., 5003.849114703618 rows/sec., 8.97 MiB/sec. | ||
| 3624 | 2025.04.16 04:29:47.710470 [ 281 ] {6e02bae2-0371-4ab0-a48a-7ea1c1175949} <Debug> TCPHandler: Processed in 0.003018661 sec. | ||
| 3625 | 2025.04.16 04:29:47.710598 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3626 | 2025.04.16 04:29:47.710701 [ 281 ] {a17bb0e2-0c81-4ada-b4c5-6c58e62e90a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3627 | 2025.04.16 04:29:47.710748 [ 281 ] {a17bb0e2-0c81-4ada-b4c5-6c58e62e90a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3628 | 2025.04.16 04:29:47.711211 [ 281 ] {a17bb0e2-0c81-4ada-b4c5-6c58e62e90a7} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3629 | 2025.04.16 04:29:47.711249 [ 281 ] {a17bb0e2-0c81-4ada-b4c5-6c58e62e90a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3630 | 2025.04.16 04:29:47.711601 [ 281 ] {a17bb0e2-0c81-4ada-b4c5-6c58e62e90a7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3631 | 2025.04.16 04:29:47.711830 [ 281 ] {a17bb0e2-0c81-4ada-b4c5-6c58e62e90a7} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3632 | 2025.04.16 04:29:47.712071 [ 281 ] {a17bb0e2-0c81-4ada-b4c5-6c58e62e90a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
| 3633 | 2025.04.16 04:29:47.712231 [ 281 ] {a17bb0e2-0c81-4ada-b4c5-6c58e62e90a7} <Debug> TCPHandler: Processed in 0.001679593 sec. | ||
| 3634 | 2025.04.16 04:29:47.942003 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 3635 | 2025.04.16 04:29:47.942576 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3636 | 2025.04.16 04:29:47.942619 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3637 | 2025.04.16 04:29:47.943110 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3638 | 2025.04.16 04:29:47.943362 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3639 | 2025.04.16 04:29:47.943566 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 3640 | 2025.04.16 04:29:48.488810 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3641 | 2025.04.16 04:29:48.508775 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3642 | 2025.04.16 04:29:48.508834 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3643 | 2025.04.16 04:29:48.516106 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3644 | 2025.04.16 04:29:48.516847 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3645 | 2025.04.16 04:29:48.519389 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3646 | 2025.04.16 04:29:52.702253 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3647 | 2025.04.16 04:29:52.702455 [ 281 ] {30786cfe-4d11-42ce-9c49-eb4e29128b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3648 | 2025.04.16 04:29:52.702526 [ 281 ] {30786cfe-4d11-42ce-9c49-eb4e29128b9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3649 | 2025.04.16 04:29:52.703435 [ 281 ] {30786cfe-4d11-42ce-9c49-eb4e29128b9b} <Trace> oximeter.fields_i16 (da77d9e2-6efb-4854-b071-00b8eb4111c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3650 | 2025.04.16 04:29:52.703485 [ 281 ] {30786cfe-4d11-42ce-9c49-eb4e29128b9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3651 | 2025.04.16 04:29:52.703905 [ 281 ] {30786cfe-4d11-42ce-9c49-eb4e29128b9b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3652 | 2025.04.16 04:29:52.704155 [ 281 ] {30786cfe-4d11-42ce-9c49-eb4e29128b9b} <Trace> oximeter.fields_i16 (da77d9e2-6efb-4854-b071-00b8eb4111c6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3653 | 2025.04.16 04:29:52.704389 [ 281 ] {30786cfe-4d11-42ce-9c49-eb4e29128b9b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001975 sec., 12151.898734177214 rows/sec., 1.01 MiB/sec. | ||
| 3654 | 2025.04.16 04:29:52.704554 [ 281 ] {30786cfe-4d11-42ce-9c49-eb4e29128b9b} <Debug> TCPHandler: Processed in 0.002428819 sec. | ||
| 3655 | 2025.04.16 04:29:52.704704 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3656 | 2025.04.16 04:29:52.704817 [ 281 ] {620b18d9-b476-4d61-97e9-6846e1f00534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3657 | 2025.04.16 04:29:52.704862 [ 281 ] {620b18d9-b476-4d61-97e9-6846e1f00534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3658 | 2025.04.16 04:29:52.705461 [ 281 ] {620b18d9-b476-4d61-97e9-6846e1f00534} <Trace> oximeter.fields_ipaddr (51c230c8-684f-4210-99e1-fa5f5336bb2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3659 | 2025.04.16 04:29:52.705499 [ 281 ] {620b18d9-b476-4d61-97e9-6846e1f00534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3660 | 2025.04.16 04:29:52.705827 [ 281 ] {620b18d9-b476-4d61-97e9-6846e1f00534} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3661 | 2025.04.16 04:29:52.706059 [ 281 ] {620b18d9-b476-4d61-97e9-6846e1f00534} <Trace> oximeter.fields_ipaddr (51c230c8-684f-4210-99e1-fa5f5336bb2d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3662 | 2025.04.16 04:29:52.706273 [ 281 ] {620b18d9-b476-4d61-97e9-6846e1f00534} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001466 sec., 4092.769440654843 rows/sec., 333.74 KiB/sec. | ||
| 3663 | 2025.04.16 04:29:52.706430 [ 281 ] {620b18d9-b476-4d61-97e9-6846e1f00534} <Debug> TCPHandler: Processed in 0.001771476 sec. | ||
| 3664 | 2025.04.16 04:29:52.706573 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3665 | 2025.04.16 04:29:52.706684 [ 281 ] {ef6e4ddb-e3f9-4483-867a-cf0708085a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3666 | 2025.04.16 04:29:52.706727 [ 281 ] {ef6e4ddb-e3f9-4483-867a-cf0708085a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3667 | 2025.04.16 04:29:52.707386 [ 281 ] {ef6e4ddb-e3f9-4483-867a-cf0708085a77} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3668 | 2025.04.16 04:29:52.707423 [ 281 ] {ef6e4ddb-e3f9-4483-867a-cf0708085a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3669 | 2025.04.16 04:29:52.707781 [ 281 ] {ef6e4ddb-e3f9-4483-867a-cf0708085a77} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3670 | 2025.04.16 04:29:52.708008 [ 281 ] {ef6e4ddb-e3f9-4483-867a-cf0708085a77} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3671 | 2025.04.16 04:29:52.708204 [ 281 ] {ef6e4ddb-e3f9-4483-867a-cf0708085a77} <Debug> executeQuery: Read 233 rows, 21.10 KiB in 0.001541 sec., 151200.51914341337 rows/sec., 13.37 MiB/sec. | ||
| 3672 | 2025.04.16 04:29:52.708252 [ 281 ] {ef6e4ddb-e3f9-4483-867a-cf0708085a77} <Debug> TCPHandler: Processed in 0.001726684 sec. | ||
| 3673 | 2025.04.16 04:29:52.708369 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3674 | 2025.04.16 04:29:52.708478 [ 281 ] {3dcd3caa-8847-4895-9037-aec767daa39c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3675 | 2025.04.16 04:29:52.708522 [ 281 ] {3dcd3caa-8847-4895-9037-aec767daa39c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3676 | 2025.04.16 04:29:52.709037 [ 281 ] {3dcd3caa-8847-4895-9037-aec767daa39c} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3677 | 2025.04.16 04:29:52.709076 [ 281 ] {3dcd3caa-8847-4895-9037-aec767daa39c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3678 | 2025.04.16 04:29:52.709406 [ 281 ] {3dcd3caa-8847-4895-9037-aec767daa39c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3679 | 2025.04.16 04:29:52.709633 [ 281 ] {3dcd3caa-8847-4895-9037-aec767daa39c} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3680 | 2025.04.16 04:29:52.709843 [ 281 ] {3dcd3caa-8847-4895-9037-aec767daa39c} <Debug> executeQuery: Read 45 rows, 3.41 KiB in 0.001385 sec., 32490.97472924188 rows/sec., 2.40 MiB/sec. | ||
| 3681 | 2025.04.16 04:29:52.709891 [ 281 ] {3dcd3caa-8847-4895-9037-aec767daa39c} <Debug> TCPHandler: Processed in 0.001569812 sec. | ||
| 3682 | 2025.04.16 04:29:52.710007 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3683 | 2025.04.16 04:29:52.710117 [ 281 ] {1c84587f-6570-4b9b-ad26-f39e37de92e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3684 | 2025.04.16 04:29:52.710159 [ 281 ] {1c84587f-6570-4b9b-ad26-f39e37de92e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3685 | 2025.04.16 04:29:52.710665 [ 281 ] {1c84587f-6570-4b9b-ad26-f39e37de92e9} <Trace> oximeter.fields_u32 (ffed91df-6a0a-4e8e-8f0c-99bd9b558429): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3686 | 2025.04.16 04:29:52.710703 [ 281 ] {1c84587f-6570-4b9b-ad26-f39e37de92e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3687 | 2025.04.16 04:29:52.711039 [ 281 ] {1c84587f-6570-4b9b-ad26-f39e37de92e9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3688 | 2025.04.16 04:29:52.711264 [ 281 ] {1c84587f-6570-4b9b-ad26-f39e37de92e9} <Trace> oximeter.fields_u32 (ffed91df-6a0a-4e8e-8f0c-99bd9b558429): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3689 | 2025.04.16 04:29:52.711551 [ 281 ] {1c84587f-6570-4b9b-ad26-f39e37de92e9} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001423 sec., 16865.776528461 rows/sec., 1.40 MiB/sec. | ||
| 3690 | 2025.04.16 04:29:52.711651 [ 281 ] {1c84587f-6570-4b9b-ad26-f39e37de92e9} <Debug> TCPHandler: Processed in 0.001691964 sec. | ||
| 3691 | 2025.04.16 04:29:52.711764 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3692 | 2025.04.16 04:29:52.711873 [ 281 ] {ce828c1c-5137-4259-94cb-2f88d818f26f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3693 | 2025.04.16 04:29:52.711916 [ 281 ] {ce828c1c-5137-4259-94cb-2f88d818f26f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3694 | 2025.04.16 04:29:52.712429 [ 281 ] {ce828c1c-5137-4259-94cb-2f88d818f26f} <Trace> oximeter.fields_u8 (6514d43a-efca-465f-a737-9b6abb5f8798): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3695 | 2025.04.16 04:29:52.712468 [ 281 ] {ce828c1c-5137-4259-94cb-2f88d818f26f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3696 | 2025.04.16 04:29:52.712797 [ 281 ] {ce828c1c-5137-4259-94cb-2f88d818f26f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3697 | 2025.04.16 04:29:52.713023 [ 281 ] {ce828c1c-5137-4259-94cb-2f88d818f26f} <Trace> oximeter.fields_u8 (6514d43a-efca-465f-a737-9b6abb5f8798): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2025.04.16 04:29:52.713228 [ 281 ] {ce828c1c-5137-4259-94cb-2f88d818f26f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001372 sec., 8746.355685131195 rows/sec., 683.31 KiB/sec. | ||
| 3699 | 2025.04.16 04:29:52.713380 [ 281 ] {ce828c1c-5137-4259-94cb-2f88d818f26f} <Debug> TCPHandler: Processed in 0.001661514 sec. | ||
| 3700 | 2025.04.16 04:29:52.713509 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3701 | 2025.04.16 04:29:52.713615 [ 281 ] {e78d4ddc-6e50-4f88-8ee1-87534a70723e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3702 | 2025.04.16 04:29:52.713659 [ 281 ] {e78d4ddc-6e50-4f88-8ee1-87534a70723e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3703 | 2025.04.16 04:29:52.714232 [ 281 ] {e78d4ddc-6e50-4f88-8ee1-87534a70723e} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3704 | 2025.04.16 04:29:52.714269 [ 281 ] {e78d4ddc-6e50-4f88-8ee1-87534a70723e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3705 | 2025.04.16 04:29:52.714614 [ 281 ] {e78d4ddc-6e50-4f88-8ee1-87534a70723e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3706 | 2025.04.16 04:29:52.714839 [ 281 ] {e78d4ddc-6e50-4f88-8ee1-87534a70723e} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3707 | 2025.04.16 04:29:52.715035 [ 281 ] {e78d4ddc-6e50-4f88-8ee1-87534a70723e} <Debug> executeQuery: Read 133 rows, 11.02 KiB in 0.00144 sec., 92361.11111111111 rows/sec., 7.48 MiB/sec. | ||
| 3708 | 2025.04.16 04:29:52.715085 [ 281 ] {e78d4ddc-6e50-4f88-8ee1-87534a70723e} <Debug> TCPHandler: Processed in 0.001625763 sec. | ||
| 3709 | 2025.04.16 04:29:52.715231 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3710 | 2025.04.16 04:29:52.715367 [ 281 ] {c2828d5c-55fb-4843-9a2c-5e77ab193782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3711 | 2025.04.16 04:29:52.715425 [ 281 ] {c2828d5c-55fb-4843-9a2c-5e77ab193782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3712 | 2025.04.16 04:29:52.716002 [ 281 ] {c2828d5c-55fb-4843-9a2c-5e77ab193782} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3713 | 2025.04.16 04:29:52.716041 [ 281 ] {c2828d5c-55fb-4843-9a2c-5e77ab193782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3714 | 2025.04.16 04:29:52.716419 [ 281 ] {c2828d5c-55fb-4843-9a2c-5e77ab193782} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3715 | 2025.04.16 04:29:52.716653 [ 281 ] {c2828d5c-55fb-4843-9a2c-5e77ab193782} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3716 | 2025.04.16 04:29:52.716851 [ 281 ] {c2828d5c-55fb-4843-9a2c-5e77ab193782} <Debug> executeQuery: Read 199 rows, 14.61 KiB in 0.001513 sec., 131526.768010575 rows/sec., 9.43 MiB/sec. | ||
| 3717 | 2025.04.16 04:29:52.716901 [ 281 ] {c2828d5c-55fb-4843-9a2c-5e77ab193782} <Debug> TCPHandler: Processed in 0.001739744 sec. | ||
| 3718 | 2025.04.16 04:29:52.717020 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3719 | 2025.04.16 04:29:52.717132 [ 281 ] {802b848c-736c-4f99-bd6f-f4c3ef35e837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3720 | 2025.04.16 04:29:52.717197 [ 281 ] {802b848c-736c-4f99-bd6f-f4c3ef35e837} <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 | ||
| 3721 | 2025.04.16 04:29:52.718265 [ 281 ] {802b848c-736c-4f99-bd6f-f4c3ef35e837} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3722 | 2025.04.16 04:29:52.718303 [ 281 ] {802b848c-736c-4f99-bd6f-f4c3ef35e837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3723 | 2025.04.16 04:29:52.718924 [ 281 ] {802b848c-736c-4f99-bd6f-f4c3ef35e837} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3724 | 2025.04.16 04:29:52.719182 [ 281 ] {802b848c-736c-4f99-bd6f-f4c3ef35e837} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3725 | 2025.04.16 04:29:52.719398 [ 281 ] {802b848c-736c-4f99-bd6f-f4c3ef35e837} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002287 sec., 11805.859204197639 rows/sec., 21.16 MiB/sec. | ||
| 3726 | 2025.04.16 04:29:52.719489 [ 281 ] {802b848c-736c-4f99-bd6f-f4c3ef35e837} <Debug> TCPHandler: Processed in 0.00251747 sec. | ||
| 3727 | 2025.04.16 04:29:52.719606 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3728 | 2025.04.16 04:29:52.719718 [ 281 ] {7b230534-a153-41f7-9f40-5dc4b50e0aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3729 | 2025.04.16 04:29:52.719763 [ 281 ] {7b230534-a153-41f7-9f40-5dc4b50e0aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3730 | 2025.04.16 04:29:52.720210 [ 281 ] {7b230534-a153-41f7-9f40-5dc4b50e0aaa} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3731 | 2025.04.16 04:29:52.720248 [ 281 ] {7b230534-a153-41f7-9f40-5dc4b50e0aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3732 | 2025.04.16 04:29:52.720612 [ 281 ] {7b230534-a153-41f7-9f40-5dc4b50e0aaa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3733 | 2025.04.16 04:29:52.720846 [ 281 ] {7b230534-a153-41f7-9f40-5dc4b50e0aaa} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3734 | 2025.04.16 04:29:52.721034 [ 281 ] {7b230534-a153-41f7-9f40-5dc4b50e0aaa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec. | ||
| 3735 | 2025.04.16 04:29:52.721081 [ 281 ] {7b230534-a153-41f7-9f40-5dc4b50e0aaa} <Debug> TCPHandler: Processed in 0.0015233 sec. | ||
| 3736 | 2025.04.16 04:29:55.340071 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3737 | 2025.04.16 04:29:55.340134 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3738 | 2025.04.16 04:29:55.443752 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 3739 | 2025.04.16 04:29:55.444418 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3740 | 2025.04.16 04:29:55.444473 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3741 | 2025.04.16 04:29:55.445083 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3742 | 2025.04.16 04:29:55.445373 [ 243 ] {} <Trace> system.asynchronous_metric_log (2d45b1c4-470a-436d-a50f-88e8295211e8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3743 | 2025.04.16 04:29:55.445626 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 3744 | 2025.04.16 04:29:55.474970 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 500 | ||
| 3745 | 2025.04.16 04:29:55.478069 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3746 | 2025.04.16 04:29:55.478133 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 3747 | 2025.04.16 04:29:55.479604 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3748 | 2025.04.16 04:29:55.479932 [ 242 ] {} <Trace> system.query_log (16934dca-a1cc-416f-8067-9a7f9400dc33): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3749 | 2025.04.16 04:29:55.481076 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 500 | ||
| 3750 | 2025.04.16 04:29:56.019500 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 3751 | 2025.04.16 04:29:56.040565 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3752 | 2025.04.16 04:29:56.040617 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 3753 | 2025.04.16 04:29:56.048317 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3754 | 2025.04.16 04:29:56.049081 [ 244 ] {} <Trace> system.metric_log (062eec1e-4d7e-4bb5-9eda-e7791da1b14c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3755 | 2025.04.16 04:29:56.052119 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 3756 | 2025.04.16 04:29:57.699974 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3757 | 2025.04.16 04:29:57.700194 [ 281 ] {e3c09527-6384-4ac0-850c-8606751aaa97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3758 | 2025.04.16 04:29:57.700271 [ 281 ] {e3c09527-6384-4ac0-850c-8606751aaa97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3759 | 2025.04.16 04:29:57.701826 [ 281 ] {e3c09527-6384-4ac0-850c-8606751aaa97} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3760 | 2025.04.16 04:29:57.701867 [ 281 ] {e3c09527-6384-4ac0-850c-8606751aaa97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 3761 | 2025.04.16 04:29:57.702343 [ 281 ] {e3c09527-6384-4ac0-850c-8606751aaa97} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3762 | 2025.04.16 04:29:57.702600 [ 281 ] {e3c09527-6384-4ac0-850c-8606751aaa97} <Trace> oximeter.fields_string (8c6e30d9-4984-4a99-9114-4240f5c8ade2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3763 | 2025.04.16 04:29:57.702792 [ 281 ] {e3c09527-6384-4ac0-850c-8606751aaa97} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002657 sec., 30861.874294316898 rows/sec., 2.55 MiB/sec. | ||
| 3764 | 2025.04.16 04:29:57.702847 [ 281 ] {e3c09527-6384-4ac0-850c-8606751aaa97} <Debug> TCPHandler: Processed in 0.003070922 sec. | ||
| 3765 | 2025.04.16 04:29:57.703006 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3766 | 2025.04.16 04:29:57.703112 [ 281 ] {efaf4fee-f976-4d80-9b01-af5b38a6e14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3767 | 2025.04.16 04:29:57.703157 [ 281 ] {efaf4fee-f976-4d80-9b01-af5b38a6e14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3768 | 2025.04.16 04:29:57.703674 [ 281 ] {efaf4fee-f976-4d80-9b01-af5b38a6e14c} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3769 | 2025.04.16 04:29:57.703711 [ 281 ] {efaf4fee-f976-4d80-9b01-af5b38a6e14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 3770 | 2025.04.16 04:29:57.704048 [ 281 ] {efaf4fee-f976-4d80-9b01-af5b38a6e14c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3771 | 2025.04.16 04:29:57.704299 [ 281 ] {efaf4fee-f976-4d80-9b01-af5b38a6e14c} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3772 | 2025.04.16 04:29:57.704431 [ 115 ] {} <Debug> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3773 | 2025.04.16 04:29:57.704468 [ 281 ] {efaf4fee-f976-4d80-9b01-af5b38a6e14c} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001376 sec., 9447.67441860465 rows/sec., 710.42 KiB/sec. | ||
| 3774 | 2025.04.16 04:29:57.704476 [ 115 ] {} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3775 | 2025.04.16 04:29:57.704512 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 3776 | 2025.04.16 04:29:57.704539 [ 281 ] {efaf4fee-f976-4d80-9b01-af5b38a6e14c} <Debug> TCPHandler: Processed in 0.001592012 sec. | ||
| 3777 | 2025.04.16 04:29:57.704653 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3778 | 2025.04.16 04:29:57.704665 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3779 | 2025.04.16 04:29:57.704818 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3780 | 2025.04.16 04:29:57.704823 [ 281 ] {10c3bf66-71c7-4f42-8681-c5304666db23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3781 | 2025.04.16 04:29:57.704859 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 164 rows starting from the beginning of the part | ||
| 3782 | 2025.04.16 04:29:57.704883 [ 281 ] {10c3bf66-71c7-4f42-8681-c5304666db23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3783 | 2025.04.16 04:29:57.705043 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 19 rows starting from the beginning of the part | ||
| 3784 | 2025.04.16 04:29:57.705228 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part | ||
| 3785 | 2025.04.16 04:29:57.705692 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 3786 | 2025.04.16 04:29:57.705923 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 45 rows starting from the beginning of the part | ||
| 3787 | 2025.04.16 04:29:57.706156 [ 187 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 3788 | 2025.04.16 04:29:57.706951 [ 281 ] {10c3bf66-71c7-4f42-8681-c5304666db23} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3789 | 2025.04.16 04:29:57.706996 [ 281 ] {10c3bf66-71c7-4f42-8681-c5304666db23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 3790 | 2025.04.16 04:29:57.707656 [ 281 ] {10c3bf66-71c7-4f42-8681-c5304666db23} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3791 | 2025.04.16 04:29:57.707768 [ 191 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 5 columns (5 merged, 0 gathered) in 0.003185864 sec., 88202.13292218375 rows/sec., 6.33 MiB/sec. | ||
| 3792 | 2025.04.16 04:29:57.707895 [ 191 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3793 | 2025.04.16 04:29:57.707982 [ 281 ] {10c3bf66-71c7-4f42-8681-c5304666db23} <Trace> oximeter.fields_uuid (657e0a9e-46ce-44b3-98e3-9b1343585da4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3794 | 2025.04.16 04:29:57.708315 [ 281 ] {10c3bf66-71c7-4f42-8681-c5304666db23} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00353 sec., 21813.031161473085 rows/sec., 1.70 MiB/sec. | ||
| 3795 | 2025.04.16 04:29:57.708376 [ 191 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_21_4} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3796 | 2025.04.16 04:29:57.708406 [ 281 ] {10c3bf66-71c7-4f42-8681-c5304666db23} <Debug> TCPHandler: Processed in 0.003795596 sec. | ||
| 3797 | 2025.04.16 04:29:57.708487 [ 191 ] {0b347658-82f5-418d-a65d-2c7ac652b14c::all_1_21_4} <Trace> oximeter.fields_u16 (0b347658-82f5-418d-a65d-2c7ac652b14c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3798 | 2025.04.16 04:29:57.708558 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3799 | 2025.04.16 04:29:57.708593 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3800 | 2025.04.16 04:29:57.708711 [ 281 ] {71f09820-c0ad-4271-ab05-e4c7dfa22991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3801 | 2025.04.16 04:29:57.708758 [ 281 ] {71f09820-c0ad-4271-ab05-e4c7dfa22991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3802 | 2025.04.16 04:29:57.709315 [ 281 ] {71f09820-c0ad-4271-ab05-e4c7dfa22991} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3803 | 2025.04.16 04:29:57.709353 [ 281 ] {71f09820-c0ad-4271-ab05-e4c7dfa22991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 3804 | 2025.04.16 04:29:57.709725 [ 281 ] {71f09820-c0ad-4271-ab05-e4c7dfa22991} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3805 | 2025.04.16 04:29:57.709963 [ 281 ] {71f09820-c0ad-4271-ab05-e4c7dfa22991} <Trace> oximeter.measurements_cumulativeu64 (03f30ae3-c472-4767-9f24-5ffc3dc0157b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3806 | 2025.04.16 04:29:57.710157 [ 281 ] {71f09820-c0ad-4271-ab05-e4c7dfa22991} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001468 sec., 108991.82561307903 rows/sec., 7.59 MiB/sec. | ||
| 3807 | 2025.04.16 04:29:57.710208 [ 281 ] {71f09820-c0ad-4271-ab05-e4c7dfa22991} <Debug> TCPHandler: Processed in 0.001690704 sec. | ||
| 3808 | 2025.04.16 04:29:57.710364 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3809 | 2025.04.16 04:29:57.710493 [ 281 ] {ab2b3f95-cdfe-4cd6-acba-031bd09a0035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3810 | 2025.04.16 04:29:57.710573 [ 281 ] {ab2b3f95-cdfe-4cd6-acba-031bd09a0035} <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 | ||
| 3811 | 2025.04.16 04:29:57.711710 [ 281 ] {ab2b3f95-cdfe-4cd6-acba-031bd09a0035} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3812 | 2025.04.16 04:29:57.711749 [ 281 ] {ab2b3f95-cdfe-4cd6-acba-031bd09a0035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 3813 | 2025.04.16 04:29:57.712363 [ 281 ] {ab2b3f95-cdfe-4cd6-acba-031bd09a0035} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3814 | 2025.04.16 04:29:57.712618 [ 281 ] {ab2b3f95-cdfe-4cd6-acba-031bd09a0035} <Trace> oximeter.measurements_histogramu64 (f6fdb8e6-7d9c-499a-a6d1-be245b841488): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3815 | 2025.04.16 04:29:57.712840 [ 281 ] {ab2b3f95-cdfe-4cd6-acba-031bd09a0035} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002375 sec., 5473.684210526316 rows/sec., 9.81 MiB/sec. | ||
| 3816 | 2025.04.16 04:29:57.712931 [ 281 ] {ab2b3f95-cdfe-4cd6-acba-031bd09a0035} <Debug> TCPHandler: Processed in 0.002632563 sec. | ||
| 3817 | 2025.04.16 04:29:57.713086 [ 281 ] {} <Trace> TCP-Session: 1bd63102-5d05-4a3b-82a3-21a5f4357639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3818 | 2025.04.16 04:29:57.713196 [ 281 ] {0a394c34-bd6e-47ab-b32c-46f463c62fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3819 | 2025.04.16 04:29:57.713241 [ 281 ] {0a394c34-bd6e-47ab-b32c-46f463c62fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3820 | 2025.04.16 04:29:57.713685 [ 281 ] {0a394c34-bd6e-47ab-b32c-46f463c62fda} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3821 | 2025.04.16 04:29:57.713724 [ 281 ] {0a394c34-bd6e-47ab-b32c-46f463c62fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 3822 | 2025.04.16 04:29:57.714072 [ 281 ] {0a394c34-bd6e-47ab-b32c-46f463c62fda} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3823 | 2025.04.16 04:29:57.714307 [ 281 ] {0a394c34-bd6e-47ab-b32c-46f463c62fda} <Trace> oximeter.measurements_u64 (a3f68454-4be4-4d7f-806d-d64e3f8827e7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3824 | 2025.04.16 04:29:57.714495 [ 281 ] {0a394c34-bd6e-47ab-b32c-46f463c62fda} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001321 sec., 45420.136260408784 rows/sec., 3.06 MiB/sec. | ||
| 3825 | 2025.04.16 04:29:57.714541 [ 281 ] {0a394c34-bd6e-47ab-b32c-46f463c62fda} <Debug> TCPHandler: Processed in 0.00150336 sec. | ||