| 1 | [ Apr 18 21:38:17 Enabled. ] | ||
| 2 | [ Apr 18 21:38:17 Rereading configuration. ] | ||
| 3 | [ Apr 18 21:38:19 Rereading configuration. ] | ||
| 4 | [ Apr 18 21:38:23 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 18 21:38:23 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.18 21:38:24.381455 [ 1 ] {} <Information> Application: Will watch for the process with pid 23187 | ||
| 29 | 2025.04.18 21:38:24.381894 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.04.18 21:38:24.562833 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23187 | ||
| 31 | 2025.04.18 21:38:24.563555 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.04.18 21:38:24.564238 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.04.18 21:38:24.648417 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.04.18 21:38:24.706185 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.04.18 21:38:24.706244 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.04.18 21:38:24.706260 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.04.18 21:38:24.706332 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.04.18 21:38:24.706720 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.04.18 21:38:24.708301 [ 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.18 21:38:24.709034 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.04.18 21:38:24.709867 [ 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.18 21:38:24.709893 [ 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.18 21:38:24.709910 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.04.18 21:38:24.710097 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.04.18 21:38:24.710973 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.04.18 21:38:24.716743 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.04.18 21:38:24.717608 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.04.18 21:38:24.719030 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.04.18 21:38:24.719098 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.04.18 21:38:24.720637 [ 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.18 21:38:24.721096 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.04.18 21:38:24.725396 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.04.18 21:38:24.725824 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.04.18 21:38:24.727323 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.04.18 21:38:24.727700 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.04.18 21:38:24.728014 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.04.18 21:38:24.728314 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.04.18 21:38:24.729571 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.04.18 21:38:24.729604 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.04.18 21:38:24.729680 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.04.18 21:38:24.729799 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.04.18 21:38:24.750578 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.04.18 21:38:24.750611 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000180464 sec | ||
| 68 | 2025.04.18 21:38:24.750662 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.04.18 21:38:24.750684 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.04.18 21:38:24.751936 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.04.18 21:38:24.752978 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.04.18 21:38:24.766029 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.04.18 21:38:24.766075 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.04.18 21:38:24.766098 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.04.18 21:38:24.766110 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.04.18 21:38:24.766140 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.04.18 21:38:24.766162 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.04.18 21:38:24.768638 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.04.18 21:38:24.768681 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.04.18 21:38:24.768702 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.04.18 21:38:24.768880 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.04.18 21:38:24.768900 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.04.18 21:38:24.768932 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.04.18 21:38:24.768953 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.04.18 21:38:24.768966 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.04.18 21:38:24.768993 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.04.18 21:38:24.769012 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.04.18 21:38:24.795100 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.04.18 21:38:24.800997 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.04.18 21:38:24.801031 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5552e-05 sec | ||
| 91 | 2025.04.18 21:38:24.801046 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.04.18 21:38:24.801060 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.04.18 21:38:24.801087 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.04.18 21:38:24.801287 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.04.18 21:38:24.801334 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.04.18 21:38:24.801349 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.04.18 21:38:24.801361 [ 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.18 21:38:24.801373 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.04.18 21:38:24.805160 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.04.18 21:38:24.805385 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.10 MiB (RSS), difference: 92.32 MiB | ||
| 101 | 2025.04.18 21:38:24.806277 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4871e-05 sec. | ||
| 102 | 2025.04.18 21:38:24.807199 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.04.18 21:38:24.807289 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.04.18 21:38:24.807311 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.04.18 21:38:25.908337 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57604 | ||
| 106 | 2025.04.18 21:38:25.908602 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.04.18 21:38:25.908655 [ 3 ] {} <Debug> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Authenticating user 'default' from [fd00:1122:3344:101::d]:57604 | ||
| 108 | 2025.04.18 21:38:25.908689 [ 3 ] {} <Debug> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.04.18 21:38:25.908711 [ 3 ] {} <Debug> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.04.18 21:38:25.908796 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.04.18 21:38:25.908824 [ 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.18 21:38:25.908848 [ 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.18 21:38:25.913880 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54404 | ||
| 114 | 2025.04.18 21:38:25.913885 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48923 | ||
| 115 | 2025.04.18 21:38:25.914026 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.04.18 21:38:25.914088 [ 5 ] {} <Debug> TCP-Session: 771537fc-0746-4232-b0ca-4acb16d376c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54404 | ||
| 117 | 2025.04.18 21:38:25.914100 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 118 | 2025.04.18 21:38:25.914139 [ 5 ] {} <Debug> TCP-Session: 771537fc-0746-4232-b0ca-4acb16d376c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2025.04.18 21:38:25.914163 [ 4 ] {} <Debug> TCP-Session: 295242aa-a53f-4da5-98ad-4955985c1aee Authenticating user 'default' from [fd00:1122:3344:101::d]:48923 | ||
| 120 | 2025.04.18 21:38:25.914178 [ 5 ] {} <Debug> TCP-Session: 771537fc-0746-4232-b0ca-4acb16d376c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.04.18 21:38:25.914238 [ 4 ] {} <Debug> TCP-Session: 295242aa-a53f-4da5-98ad-4955985c1aee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.04.18 21:38:25.914287 [ 4 ] {} <Debug> TCP-Session: 295242aa-a53f-4da5-98ad-4955985c1aee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.04.18 21:38:25.914900 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43749 | ||
| 124 | 2025.04.18 21:38:25.915081 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.04.18 21:38:25.915103 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34080 | ||
| 126 | 2025.04.18 21:38:25.915126 [ 253 ] {} <Debug> TCP-Session: 0d1bf881-76a8-45c5-abe9-6d40b7ef2e4b Authenticating user 'default' from [fd00:1122:3344:101::d]:43749 | ||
| 127 | 2025.04.18 21:38:25.915177 [ 253 ] {} <Debug> TCP-Session: 0d1bf881-76a8-45c5-abe9-6d40b7ef2e4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.04.18 21:38:25.915193 [ 253 ] {} <Debug> TCP-Session: 0d1bf881-76a8-45c5-abe9-6d40b7ef2e4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.04.18 21:38:25.915815 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42702 | ||
| 130 | 2025.04.18 21:38:25.915944 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 131 | 2025.04.18 21:38:25.916132 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 132 | 2025.04.18 21:38:25.916159 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2025.04.18 21:38:25.916185 [ 254 ] {} <Debug> TCP-Session: c22c36b0-fc74-46ed-af6a-5effa8d3f960 Authenticating user 'default' from [fd00:1122:3344:101::d]:34080 | ||
| 134 | 2025.04.18 21:38:25.916202 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42609 | ||
| 135 | 2025.04.18 21:38:25.916255 [ 255 ] {} <Debug> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Authenticating user 'default' from [fd00:1122:3344:101::d]:42702 | ||
| 136 | 2025.04.18 21:38:25.916253 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59374 | ||
| 137 | 2025.04.18 21:38:25.916294 [ 254 ] {} <Debug> TCP-Session: c22c36b0-fc74-46ed-af6a-5effa8d3f960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.04.18 21:38:25.916342 [ 255 ] {} <Debug> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.04.18 21:38:25.916421 [ 254 ] {} <Debug> TCP-Session: c22c36b0-fc74-46ed-af6a-5effa8d3f960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.04.18 21:38:25.916539 [ 255 ] {} <Debug> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.04.18 21:38:25.916584 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 142 | 2025.04.18 21:38:25.916632 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2025.04.18 21:38:25.916630 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41626 | ||
| 144 | 2025.04.18 21:38:25.916729 [ 256 ] {} <Debug> TCP-Session: e81e31ee-c48a-42b5-8e91-362cd14319a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42609 | ||
| 145 | 2025.04.18 21:38:25.916757 [ 257 ] {} <Debug> TCP-Session: 85305ece-23b6-4004-b16e-41c9ea13191e Authenticating user 'default' from [fd00:1122:3344:101::d]:59374 | ||
| 146 | 2025.04.18 21:38:25.916944 [ 256 ] {} <Debug> TCP-Session: e81e31ee-c48a-42b5-8e91-362cd14319a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.04.18 21:38:25.916967 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 148 | 2025.04.18 21:38:25.916980 [ 257 ] {} <Debug> TCP-Session: 85305ece-23b6-4004-b16e-41c9ea13191e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.04.18 21:38:25.917006 [ 256 ] {} <Debug> TCP-Session: e81e31ee-c48a-42b5-8e91-362cd14319a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.04.18 21:38:25.917025 [ 258 ] {} <Debug> TCP-Session: 46b32a54-8c3a-48f9-8edf-6ba462034ea8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41626 | ||
| 151 | 2025.04.18 21:38:25.917041 [ 257 ] {} <Debug> TCP-Session: 85305ece-23b6-4004-b16e-41c9ea13191e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.04.18 21:38:25.917581 [ 258 ] {} <Debug> TCP-Session: 46b32a54-8c3a-48f9-8edf-6ba462034ea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.04.18 21:38:25.918135 [ 258 ] {} <Debug> TCP-Session: 46b32a54-8c3a-48f9-8edf-6ba462034ea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.04.18 21:38:25.919979 [ 3 ] {a22463b2-d44c-45ca-8b04-e0a4b5e7b3e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.04.18 21:38:26.000148 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.74 MiB, peak 117.74 MiB, free memory in arenas 0.00 B, will set to 122.23 MiB (RSS), difference: 4.49 MiB | ||
| 156 | 2025.04.18 21:38:26.046156 [ 3 ] {a22463b2-d44c-45ca-8b04-e0a4b5e7b3e2} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57604) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 157 | |||
| 158 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 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 | ||
| 161 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 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 | ||
| 165 | 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 | ||
| 166 | 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 | ||
| 167 | 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 | ||
| 168 | 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 | ||
| 169 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 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 | ||
| 172 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 178 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 179 | |||
| 180 | 2025.04.18 21:38:26.047565 [ 3 ] {a22463b2-d44c-45ca-8b04-e0a4b5e7b3e2} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 181 | |||
| 182 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 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 | ||
| 185 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 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 | ||
| 189 | 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 | ||
| 190 | 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 | ||
| 191 | 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 | ||
| 192 | 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 | ||
| 193 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 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 | ||
| 196 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 203 | |||
| 204 | 2025.04.18 21:38:26.047676 [ 3 ] {a22463b2-d44c-45ca-8b04-e0a4b5e7b3e2} <Debug> TCPHandler: Processed in 0.133451255 sec. | ||
| 205 | 2025.04.18 21:38:26.048489 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 206 | 2025.04.18 21:38:26.048772 [ 255 ] {6d36785d-1a5e-4bc9-999b-c118ab386c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 207 | 2025.04.18 21:38:26.049155 [ 255 ] {6d36785d-1a5e-4bc9-999b-c118ab386c4c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42702) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 208 | |||
| 209 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 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 | ||
| 212 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 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 | ||
| 216 | 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 | ||
| 217 | 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 | ||
| 218 | 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 | ||
| 219 | 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 | ||
| 220 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 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 | ||
| 223 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 230 | |||
| 231 | 2025.04.18 21:38:26.049329 [ 255 ] {6d36785d-1a5e-4bc9-999b-c118ab386c4c} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 232 | |||
| 233 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 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 | ||
| 236 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 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 | ||
| 240 | 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 | ||
| 241 | 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 | ||
| 242 | 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 | ||
| 243 | 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 | ||
| 244 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 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 | ||
| 247 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 254 | |||
| 255 | 2025.04.18 21:38:26.049433 [ 255 ] {6d36785d-1a5e-4bc9-999b-c118ab386c4c} <Debug> TCPHandler: Processed in 0.001109786 sec. | ||
| 256 | 2025.04.18 21:38:26.049722 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 257 | 2025.04.18 21:38:26.050993 [ 3 ] {24f60c0d-f622-499c-8ba7-a8ca99799555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 258 | 2025.04.18 21:38:26.051152 [ 3 ] {24f60c0d-f622-499c-8ba7-a8ca99799555} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 259 | 2025.04.18 21:38:26.062559 [ 3 ] {24f60c0d-f622-499c-8ba7-a8ca99799555} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 260 | 2025.04.18 21:38:26.062587 [ 3 ] {24f60c0d-f622-499c-8ba7-a8ca99799555} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.6531e-05 sec | ||
| 261 | 2025.04.18 21:38:26.062619 [ 3 ] {24f60c0d-f622-499c-8ba7-a8ca99799555} <Trace> ReferentialDeps: No tables | ||
| 262 | 2025.04.18 21:38:26.062634 [ 3 ] {24f60c0d-f622-499c-8ba7-a8ca99799555} <Trace> LoadingDeps: No tables | ||
| 263 | 2025.04.18 21:38:26.062660 [ 3 ] {24f60c0d-f622-499c-8ba7-a8ca99799555} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 264 | 2025.04.18 21:38:26.063287 [ 3 ] {24f60c0d-f622-499c-8ba7-a8ca99799555} <Debug> TCPHandler: Processed in 0.013677328 sec. | ||
| 265 | 2025.04.18 21:38:26.063526 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 266 | 2025.04.18 21:38:26.063703 [ 3 ] {a9a731a8-bfb5-4b92-8370-0993f8c0494c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) /* The version table contains metadata about the `oximeter` database */ | ||
| 267 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 268 | 2025.04.18 21:38:26.063774 [ 3 ] {a9a731a8-bfb5-4b92-8370-0993f8c0494c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 269 | 2025.04.18 21:38:26.072702 [ 3 ] {a9a731a8-bfb5-4b92-8370-0993f8c0494c} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 270 | 2025.04.18 21:38:26.074886 [ 3 ] {a9a731a8-bfb5-4b92-8370-0993f8c0494c} <Debug> oximeter.version (6b22317e-a078-4820-85d9-493689feaa38): Loading data parts | ||
| 271 | 2025.04.18 21:38:26.075469 [ 3 ] {a9a731a8-bfb5-4b92-8370-0993f8c0494c} <Debug> oximeter.version (6b22317e-a078-4820-85d9-493689feaa38): There are no data parts | ||
| 272 | 2025.04.18 21:38:26.081112 [ 3 ] {a9a731a8-bfb5-4b92-8370-0993f8c0494c} <Debug> TCPHandler: Processed in 0.01764159 sec. | ||
| 273 | 2025.04.18 21:38:26.081399 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 274 | 2025.04.18 21:38:26.081753 [ 3 ] {277b8000-2329-4ae0-a623-1f0b7a2af876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) /* The measurement tables contain all individual samples from each timeseries. | ||
| 275 | * | ||
| 276 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 277 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 278 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 279 | * by all samples from the same timeseries. | ||
| 280 | * | ||
| 281 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 282 | * and then uses that to index quickly into the measurements tables. | ||
| 283 | */ | ||
| 284 | 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) | ||
| 285 | 2025.04.18 21:38:26.081848 [ 3 ] {277b8000-2329-4ae0-a623-1f0b7a2af876} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 286 | 2025.04.18 21:38:26.107548 [ 3 ] {277b8000-2329-4ae0-a623-1f0b7a2af876} <Debug> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Loading data parts | ||
| 287 | 2025.04.18 21:38:26.107852 [ 3 ] {277b8000-2329-4ae0-a623-1f0b7a2af876} <Debug> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): There are no data parts | ||
| 288 | 2025.04.18 21:38:26.125929 [ 3 ] {277b8000-2329-4ae0-a623-1f0b7a2af876} <Debug> TCPHandler: Processed in 0.044663849 sec. | ||
| 289 | 2025.04.18 21:38:26.126274 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 290 | 2025.04.18 21:38:26.126530 [ 3 ] {d8477407-8f07-46e3-9d49-2cd0d2b5f8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 291 | 2025.04.18 21:38:26.126677 [ 3 ] {d8477407-8f07-46e3-9d49-2cd0d2b5f8bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 292 | 2025.04.18 21:38:26.139963 [ 3 ] {d8477407-8f07-46e3-9d49-2cd0d2b5f8bf} <Debug> oximeter.measurements_i8 (1339608a-12f1-4bed-95b6-63dac89b90e5): Loading data parts | ||
| 293 | 2025.04.18 21:38:26.140244 [ 3 ] {d8477407-8f07-46e3-9d49-2cd0d2b5f8bf} <Debug> oximeter.measurements_i8 (1339608a-12f1-4bed-95b6-63dac89b90e5): There are no data parts | ||
| 294 | 2025.04.18 21:38:26.144185 [ 3 ] {d8477407-8f07-46e3-9d49-2cd0d2b5f8bf} <Debug> TCPHandler: Processed in 0.018026509 sec. | ||
| 295 | 2025.04.18 21:38:26.144364 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 296 | 2025.04.18 21:38:26.144657 [ 3 ] {468ff4be-9829-471a-9ec6-6fd7deafe330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 297 | 2025.04.18 21:38:26.144713 [ 3 ] {468ff4be-9829-471a-9ec6-6fd7deafe330} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 298 | 2025.04.18 21:38:26.146934 [ 3 ] {468ff4be-9829-471a-9ec6-6fd7deafe330} <Debug> oximeter.measurements_u8 (14775810-2e6f-409d-8445-7557fd9a3f5c): Loading data parts | ||
| 299 | 2025.04.18 21:38:26.147118 [ 3 ] {468ff4be-9829-471a-9ec6-6fd7deafe330} <Debug> oximeter.measurements_u8 (14775810-2e6f-409d-8445-7557fd9a3f5c): There are no data parts | ||
| 300 | 2025.04.18 21:38:26.149931 [ 3 ] {468ff4be-9829-471a-9ec6-6fd7deafe330} <Debug> TCPHandler: Processed in 0.005626131 sec. | ||
| 301 | 2025.04.18 21:38:26.150231 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2025.04.18 21:38:26.150426 [ 3 ] {fbae755f-ae72-48d2-8755-dde561a5ec2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 303 | 2025.04.18 21:38:26.150556 [ 3 ] {fbae755f-ae72-48d2-8755-dde561a5ec2e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 304 | 2025.04.18 21:38:26.160533 [ 3 ] {fbae755f-ae72-48d2-8755-dde561a5ec2e} <Debug> oximeter.measurements_i16 (fb56f726-7883-4f0e-9ab9-64d7ce3bf7cb): Loading data parts | ||
| 305 | 2025.04.18 21:38:26.160760 [ 3 ] {fbae755f-ae72-48d2-8755-dde561a5ec2e} <Debug> oximeter.measurements_i16 (fb56f726-7883-4f0e-9ab9-64d7ce3bf7cb): There are no data parts | ||
| 306 | 2025.04.18 21:38:26.163941 [ 3 ] {fbae755f-ae72-48d2-8755-dde561a5ec2e} <Debug> TCPHandler: Processed in 0.01376322 sec. | ||
| 307 | 2025.04.18 21:38:26.164130 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 308 | 2025.04.18 21:38:26.164394 [ 3 ] {55d92075-99ee-4e18-b956-74e8f3e2523e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 309 | 2025.04.18 21:38:26.164485 [ 3 ] {55d92075-99ee-4e18-b956-74e8f3e2523e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 310 | 2025.04.18 21:38:26.176432 [ 3 ] {55d92075-99ee-4e18-b956-74e8f3e2523e} <Debug> oximeter.measurements_u16 (8a538f36-53f5-4ee0-bdaf-f5220054f50c): Loading data parts | ||
| 311 | 2025.04.18 21:38:26.176639 [ 3 ] {55d92075-99ee-4e18-b956-74e8f3e2523e} <Debug> oximeter.measurements_u16 (8a538f36-53f5-4ee0-bdaf-f5220054f50c): There are no data parts | ||
| 312 | 2025.04.18 21:38:26.179744 [ 3 ] {55d92075-99ee-4e18-b956-74e8f3e2523e} <Debug> TCPHandler: Processed in 0.015681265 sec. | ||
| 313 | 2025.04.18 21:38:26.180000 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 314 | 2025.04.18 21:38:26.180199 [ 3 ] {a1539bee-6e9c-48f6-8624-356f4eafc3a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 315 | 2025.04.18 21:38:26.180324 [ 3 ] {a1539bee-6e9c-48f6-8624-356f4eafc3a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 316 | 2025.04.18 21:38:26.191873 [ 3 ] {a1539bee-6e9c-48f6-8624-356f4eafc3a7} <Debug> oximeter.measurements_i32 (a14eefa8-3cd5-4a2f-b9f3-7f36861d97ec): Loading data parts | ||
| 317 | 2025.04.18 21:38:26.192070 [ 3 ] {a1539bee-6e9c-48f6-8624-356f4eafc3a7} <Debug> oximeter.measurements_i32 (a14eefa8-3cd5-4a2f-b9f3-7f36861d97ec): There are no data parts | ||
| 318 | 2025.04.18 21:38:26.195524 [ 3 ] {a1539bee-6e9c-48f6-8624-356f4eafc3a7} <Debug> TCPHandler: Processed in 0.015580463 sec. | ||
| 319 | 2025.04.18 21:38:26.195730 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 320 | 2025.04.18 21:38:26.196031 [ 3 ] {7dcad91b-0d8c-4e78-9de4-200fb194a48a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 321 | 2025.04.18 21:38:26.196208 [ 3 ] {7dcad91b-0d8c-4e78-9de4-200fb194a48a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 322 | 2025.04.18 21:38:26.208394 [ 3 ] {7dcad91b-0d8c-4e78-9de4-200fb194a48a} <Debug> oximeter.measurements_u32 (6a8f5c2a-13cf-4f06-b2bd-60e6c133c758): Loading data parts | ||
| 323 | 2025.04.18 21:38:26.208587 [ 3 ] {7dcad91b-0d8c-4e78-9de4-200fb194a48a} <Debug> oximeter.measurements_u32 (6a8f5c2a-13cf-4f06-b2bd-60e6c133c758): There are no data parts | ||
| 324 | 2025.04.18 21:38:26.221222 [ 3 ] {7dcad91b-0d8c-4e78-9de4-200fb194a48a} <Debug> TCPHandler: Processed in 0.025574585 sec. | ||
| 325 | 2025.04.18 21:38:26.221412 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 326 | 2025.04.18 21:38:26.221707 [ 3 ] {8db5ae76-a9c9-442e-9916-7a9823cc3255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 327 | 2025.04.18 21:38:26.221840 [ 3 ] {8db5ae76-a9c9-442e-9916-7a9823cc3255} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 328 | 2025.04.18 21:38:26.225526 [ 3 ] {8db5ae76-a9c9-442e-9916-7a9823cc3255} <Debug> oximeter.measurements_i64 (eb2022da-2af4-4346-bc5a-460e616bec4b): Loading data parts | ||
| 329 | 2025.04.18 21:38:26.225710 [ 3 ] {8db5ae76-a9c9-442e-9916-7a9823cc3255} <Debug> oximeter.measurements_i64 (eb2022da-2af4-4346-bc5a-460e616bec4b): There are no data parts | ||
| 330 | 2025.04.18 21:38:26.230728 [ 3 ] {8db5ae76-a9c9-442e-9916-7a9823cc3255} <Debug> TCPHandler: Processed in 0.009388188 sec. | ||
| 331 | 2025.04.18 21:38:26.230907 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 332 | 2025.04.18 21:38:26.231142 [ 3 ] {b961dd8f-3bda-4bd4-a618-9b641278a8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 333 | 2025.04.18 21:38:26.231767 [ 3 ] {b961dd8f-3bda-4bd4-a618-9b641278a8d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 334 | 2025.04.18 21:38:26.244893 [ 3 ] {b961dd8f-3bda-4bd4-a618-9b641278a8d1} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Loading data parts | ||
| 335 | 2025.04.18 21:38:26.245131 [ 3 ] {b961dd8f-3bda-4bd4-a618-9b641278a8d1} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): There are no data parts | ||
| 336 | 2025.04.18 21:38:26.250571 [ 3 ] {b961dd8f-3bda-4bd4-a618-9b641278a8d1} <Debug> TCPHandler: Processed in 0.019726289 sec. | ||
| 337 | 2025.04.18 21:38:26.250766 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 338 | 2025.04.18 21:38:26.251085 [ 3 ] {7cb0ff06-f9c7-4acf-9069-3980cea062c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 339 | 2025.04.18 21:38:26.251225 [ 3 ] {7cb0ff06-f9c7-4acf-9069-3980cea062c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 340 | 2025.04.18 21:38:26.253453 [ 3 ] {7cb0ff06-f9c7-4acf-9069-3980cea062c7} <Debug> oximeter.measurements_f32 (54ecf861-cc32-4c48-97a0-b33e362cc0aa): Loading data parts | ||
| 341 | 2025.04.18 21:38:26.253639 [ 3 ] {7cb0ff06-f9c7-4acf-9069-3980cea062c7} <Debug> oximeter.measurements_f32 (54ecf861-cc32-4c48-97a0-b33e362cc0aa): There are no data parts | ||
| 342 | 2025.04.18 21:38:26.263723 [ 3 ] {7cb0ff06-f9c7-4acf-9069-3980cea062c7} <Debug> TCPHandler: Processed in 0.013035393 sec. | ||
| 343 | 2025.04.18 21:38:26.263889 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 344 | 2025.04.18 21:38:26.264127 [ 3 ] {6504d64d-a75a-46d6-871b-999b2621a11a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 345 | 2025.04.18 21:38:26.264261 [ 3 ] {6504d64d-a75a-46d6-871b-999b2621a11a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 346 | 2025.04.18 21:38:26.269120 [ 3 ] {6504d64d-a75a-46d6-871b-999b2621a11a} <Debug> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Loading data parts | ||
| 347 | 2025.04.18 21:38:26.269393 [ 3 ] {6504d64d-a75a-46d6-871b-999b2621a11a} <Debug> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): There are no data parts | ||
| 348 | 2025.04.18 21:38:26.273738 [ 3 ] {6504d64d-a75a-46d6-871b-999b2621a11a} <Debug> TCPHandler: Processed in 0.0099118 sec. | ||
| 349 | 2025.04.18 21:38:26.273899 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 350 | 2025.04.18 21:38:26.274171 [ 3 ] {4dca5551-062b-48b9-bf62-7ba93b0bf56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 351 | 2025.04.18 21:38:26.274296 [ 3 ] {4dca5551-062b-48b9-bf62-7ba93b0bf56b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 352 | 2025.04.18 21:38:26.287748 [ 3 ] {4dca5551-062b-48b9-bf62-7ba93b0bf56b} <Debug> oximeter.measurements_string (baf32922-bbd4-4afc-a823-ac1f9e67c744): Loading data parts | ||
| 353 | 2025.04.18 21:38:26.287944 [ 3 ] {4dca5551-062b-48b9-bf62-7ba93b0bf56b} <Debug> oximeter.measurements_string (baf32922-bbd4-4afc-a823-ac1f9e67c744): There are no data parts | ||
| 354 | 2025.04.18 21:38:26.308023 [ 3 ] {4dca5551-062b-48b9-bf62-7ba93b0bf56b} <Debug> TCPHandler: Processed in 0.034183295 sec. | ||
| 355 | 2025.04.18 21:38:26.308251 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 356 | 2025.04.18 21:38:26.308499 [ 3 ] {b60f2080-7d7e-4828-9866-bfb2128305a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 357 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 358 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 359 | * a string isn't palatable for a few reasons. | ||
| 360 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 361 | * details. | ||
| 362 | */ | ||
| 363 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 364 | 2025.04.18 21:38:26.308641 [ 3 ] {b60f2080-7d7e-4828-9866-bfb2128305a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 365 | 2025.04.18 21:38:26.310593 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57296 | ||
| 366 | 2025.04.18 21:38:26.310787 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 367 | 2025.04.18 21:38:26.310863 [ 261 ] {} <Debug> TCP-Session: bdd3e196-2a25-4cc8-9378-32f95ec5ad90 Authenticating user 'default' from [fd00:1122:3344:101::b]:57296 | ||
| 368 | 2025.04.18 21:38:26.310933 [ 261 ] {} <Debug> TCP-Session: bdd3e196-2a25-4cc8-9378-32f95ec5ad90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 369 | 2025.04.18 21:38:26.310948 [ 261 ] {} <Debug> TCP-Session: bdd3e196-2a25-4cc8-9378-32f95ec5ad90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 370 | 2025.04.18 21:38:26.311058 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 371 | 2025.04.18 21:38:26.311117 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 372 | 2025.04.18 21:38:26.311177 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 373 | 2025.04.18 21:38:26.311548 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56460 | ||
| 374 | 2025.04.18 21:38:26.311778 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 375 | 2025.04.18 21:38:26.311795 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36014 | ||
| 376 | 2025.04.18 21:38:26.311812 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46867 | ||
| 377 | 2025.04.18 21:38:26.311894 [ 262 ] {} <Debug> TCP-Session: fa3aba6d-6785-41ff-ad1a-275d7ca64be3 Authenticating user 'default' from [fd00:1122:3344:101::b]:56460 | ||
| 378 | 2025.04.18 21:38:26.311912 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41018 | ||
| 379 | 2025.04.18 21:38:26.312043 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45411 | ||
| 380 | 2025.04.18 21:38:26.312089 [ 262 ] {} <Debug> TCP-Session: fa3aba6d-6785-41ff-ad1a-275d7ca64be3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 381 | 2025.04.18 21:38:26.312315 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34307 | ||
| 382 | 2025.04.18 21:38:26.312342 [ 262 ] {} <Debug> TCP-Session: fa3aba6d-6785-41ff-ad1a-275d7ca64be3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2025.04.18 21:38:26.312501 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36170 | ||
| 384 | 2025.04.18 21:38:26.314963 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 385 | 2025.04.18 21:38:26.315014 [ 263 ] {} <Debug> TCP-Session: 4a552905-d1fd-468f-b351-21958cac704a Authenticating user 'default' from [fd00:1122:3344:101::b]:36014 | ||
| 386 | 2025.04.18 21:38:26.315144 [ 263 ] {} <Debug> TCP-Session: 4a552905-d1fd-468f-b351-21958cac704a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 387 | 2025.04.18 21:38:26.315162 [ 263 ] {} <Debug> TCP-Session: 4a552905-d1fd-468f-b351-21958cac704a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 388 | 2025.04.18 21:38:26.316254 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 389 | 2025.04.18 21:38:26.316384 [ 268 ] {} <Debug> TCP-Session: b1a97566-8964-433d-9736-4dd4b26657e4 Authenticating user 'default' from [fd00:1122:3344:101::b]:36170 | ||
| 390 | 2025.04.18 21:38:26.316411 [ 268 ] {} <Debug> TCP-Session: b1a97566-8964-433d-9736-4dd4b26657e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2025.04.18 21:38:26.316425 [ 268 ] {} <Debug> TCP-Session: b1a97566-8964-433d-9736-4dd4b26657e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 392 | 2025.04.18 21:38:26.316914 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 393 | 2025.04.18 21:38:26.316957 [ 266 ] {} <Debug> TCP-Session: 6aa2a24e-05b5-411c-9b4f-b66dd88e0327 Authenticating user 'default' from [fd00:1122:3344:101::b]:45411 | ||
| 394 | 2025.04.18 21:38:26.316978 [ 266 ] {} <Debug> TCP-Session: 6aa2a24e-05b5-411c-9b4f-b66dd88e0327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2025.04.18 21:38:26.317112 [ 266 ] {} <Debug> TCP-Session: 6aa2a24e-05b5-411c-9b4f-b66dd88e0327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2025.04.18 21:38:26.325622 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 397 | 2025.04.18 21:38:26.325669 [ 267 ] {} <Debug> TCP-Session: d96620bb-0dd5-4fb7-b6e6-d07594d7ec51 Authenticating user 'default' from [fd00:1122:3344:101::b]:34307 | ||
| 398 | 2025.04.18 21:38:26.325783 [ 267 ] {} <Debug> TCP-Session: d96620bb-0dd5-4fb7-b6e6-d07594d7ec51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 399 | 2025.04.18 21:38:26.325803 [ 267 ] {} <Debug> TCP-Session: d96620bb-0dd5-4fb7-b6e6-d07594d7ec51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 400 | 2025.04.18 21:38:26.325873 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 401 | 2025.04.18 21:38:26.325913 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 402 | 2025.04.18 21:38:26.325969 [ 264 ] {} <Debug> TCP-Session: edfda6ba-d817-4adc-830b-70fda1504936 Authenticating user 'default' from [fd00:1122:3344:101::b]:46867 | ||
| 403 | 2025.04.18 21:38:26.326055 [ 265 ] {} <Debug> TCP-Session: e64bd755-6ae1-447e-bc64-9034b1750b57 Authenticating user 'default' from [fd00:1122:3344:101::b]:41018 | ||
| 404 | 2025.04.18 21:38:26.326066 [ 264 ] {} <Debug> TCP-Session: edfda6ba-d817-4adc-830b-70fda1504936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 405 | 2025.04.18 21:38:26.326085 [ 265 ] {} <Debug> TCP-Session: e64bd755-6ae1-447e-bc64-9034b1750b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 406 | 2025.04.18 21:38:26.326192 [ 264 ] {} <Debug> TCP-Session: edfda6ba-d817-4adc-830b-70fda1504936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2025.04.18 21:38:26.326205 [ 265 ] {} <Debug> TCP-Session: e64bd755-6ae1-447e-bc64-9034b1750b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2025.04.18 21:38:26.326691 [ 3 ] {b60f2080-7d7e-4828-9866-bfb2128305a5} <Debug> oximeter.measurements_bytes (d8c213a5-2de6-42dc-ab3c-cf7033d63eff): Loading data parts | ||
| 409 | 2025.04.18 21:38:26.326897 [ 3 ] {b60f2080-7d7e-4828-9866-bfb2128305a5} <Debug> oximeter.measurements_bytes (d8c213a5-2de6-42dc-ab3c-cf7033d63eff): There are no data parts | ||
| 410 | 2025.04.18 21:38:26.332066 [ 3 ] {b60f2080-7d7e-4828-9866-bfb2128305a5} <Debug> TCPHandler: Processed in 0.023910187 sec. | ||
| 411 | 2025.04.18 21:38:26.332363 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 412 | 2025.04.18 21:38:26.332573 [ 3 ] {c8b4a92d-eaba-4167-a579-e9eadf033beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 413 | 2025.04.18 21:38:26.332711 [ 3 ] {c8b4a92d-eaba-4167-a579-e9eadf033beb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 414 | 2025.04.18 21:38:26.345335 [ 3 ] {c8b4a92d-eaba-4167-a579-e9eadf033beb} <Debug> oximeter.measurements_cumulativei64 (e7e279ab-430d-4e61-95b5-8f5c7547cf00): Loading data parts | ||
| 415 | 2025.04.18 21:38:26.345589 [ 3 ] {c8b4a92d-eaba-4167-a579-e9eadf033beb} <Debug> oximeter.measurements_cumulativei64 (e7e279ab-430d-4e61-95b5-8f5c7547cf00): There are no data parts | ||
| 416 | 2025.04.18 21:38:26.350485 [ 3 ] {c8b4a92d-eaba-4167-a579-e9eadf033beb} <Debug> TCPHandler: Processed in 0.018188184 sec. | ||
| 417 | 2025.04.18 21:38:26.350656 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 418 | 2025.04.18 21:38:26.350951 [ 3 ] {fac6f33b-eb9b-4952-94c0-5f6007d97996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 419 | 2025.04.18 21:38:26.351081 [ 3 ] {fac6f33b-eb9b-4952-94c0-5f6007d97996} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 420 | 2025.04.18 21:38:26.353981 [ 3 ] {fac6f33b-eb9b-4952-94c0-5f6007d97996} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Loading data parts | ||
| 421 | 2025.04.18 21:38:26.354155 [ 3 ] {fac6f33b-eb9b-4952-94c0-5f6007d97996} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): There are no data parts | ||
| 422 | 2025.04.18 21:38:26.367618 [ 3 ] {fac6f33b-eb9b-4952-94c0-5f6007d97996} <Debug> TCPHandler: Processed in 0.017018916 sec. | ||
| 423 | 2025.04.18 21:38:26.367771 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 424 | 2025.04.18 21:38:26.367985 [ 3 ] {85004038-60ab-4125-a20f-7fd3c42e2c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 425 | 2025.04.18 21:38:26.368122 [ 3 ] {85004038-60ab-4125-a20f-7fd3c42e2c85} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 426 | 2025.04.18 21:38:26.374349 [ 3 ] {85004038-60ab-4125-a20f-7fd3c42e2c85} <Debug> oximeter.measurements_cumulativef32 (58e020d7-5537-4f06-803f-1a5ae1fc8806): Loading data parts | ||
| 427 | 2025.04.18 21:38:26.374540 [ 3 ] {85004038-60ab-4125-a20f-7fd3c42e2c85} <Debug> oximeter.measurements_cumulativef32 (58e020d7-5537-4f06-803f-1a5ae1fc8806): There are no data parts | ||
| 428 | 2025.04.18 21:38:26.376208 [ 3 ] {85004038-60ab-4125-a20f-7fd3c42e2c85} <Debug> TCPHandler: Processed in 0.008488678 sec. | ||
| 429 | 2025.04.18 21:38:26.376451 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 430 | 2025.04.18 21:38:26.376650 [ 3 ] {b0c835d8-9595-41a4-9f48-e94b9d31714d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 431 | 2025.04.18 21:38:26.376768 [ 3 ] {b0c835d8-9595-41a4-9f48-e94b9d31714d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 432 | 2025.04.18 21:38:26.387550 [ 3 ] {b0c835d8-9595-41a4-9f48-e94b9d31714d} <Debug> oximeter.measurements_cumulativef64 (a1df839d-152c-4af0-b2eb-6ff31be20293): Loading data parts | ||
| 433 | 2025.04.18 21:38:26.387825 [ 3 ] {b0c835d8-9595-41a4-9f48-e94b9d31714d} <Debug> oximeter.measurements_cumulativef64 (a1df839d-152c-4af0-b2eb-6ff31be20293): There are no data parts | ||
| 434 | 2025.04.18 21:38:26.392596 [ 3 ] {b0c835d8-9595-41a4-9f48-e94b9d31714d} <Debug> TCPHandler: Processed in 0.016195986 sec. | ||
| 435 | 2025.04.18 21:38:26.392772 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 436 | 2025.04.18 21:38:26.393192 [ 3 ] {34fa6184-df54-485d-b062-cab9759421ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 437 | * NOTE: Array types cannot be Nullable, see | ||
| 438 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 439 | * for more details. | ||
| 440 | * | ||
| 441 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 442 | * is unfortunate, and at this point relies on the fact that an | ||
| 443 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 444 | * to figure out another way to represent missing samples here. | ||
| 445 | */ | ||
| 446 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 447 | 2025.04.18 21:38:26.393355 [ 3 ] {34fa6184-df54-485d-b062-cab9759421ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 448 | 2025.04.18 21:38:26.406655 [ 3 ] {34fa6184-df54-485d-b062-cab9759421ce} <Debug> oximeter.measurements_histogrami8 (ccc1751b-56c3-4143-aec7-d5d320a8d53f): Loading data parts | ||
| 449 | 2025.04.18 21:38:26.406893 [ 3 ] {34fa6184-df54-485d-b062-cab9759421ce} <Debug> oximeter.measurements_histogrami8 (ccc1751b-56c3-4143-aec7-d5d320a8d53f): There are no data parts | ||
| 450 | 2025.04.18 21:38:26.412535 [ 3 ] {34fa6184-df54-485d-b062-cab9759421ce} <Debug> TCPHandler: Processed in 0.019830292 sec. | ||
| 451 | 2025.04.18 21:38:26.412851 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 452 | 2025.04.18 21:38:26.413133 [ 3 ] {79c39eb8-74af-4cd6-92c0-1590f2893935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 453 | 2025.04.18 21:38:26.413290 [ 3 ] {79c39eb8-74af-4cd6-92c0-1590f2893935} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 454 | 2025.04.18 21:38:26.424871 [ 3 ] {79c39eb8-74af-4cd6-92c0-1590f2893935} <Debug> oximeter.measurements_histogramu8 (cc78fbe2-c6fc-4127-bbfc-4588b912838b): Loading data parts | ||
| 455 | 2025.04.18 21:38:26.425062 [ 3 ] {79c39eb8-74af-4cd6-92c0-1590f2893935} <Debug> oximeter.measurements_histogramu8 (cc78fbe2-c6fc-4127-bbfc-4588b912838b): There are no data parts | ||
| 456 | 2025.04.18 21:38:26.430443 [ 3 ] {79c39eb8-74af-4cd6-92c0-1590f2893935} <Debug> TCPHandler: Processed in 0.017664811 sec. | ||
| 457 | 2025.04.18 21:38:26.430628 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 458 | 2025.04.18 21:38:26.430901 [ 3 ] {07d05f0e-b795-4894-9cae-e1d7e50d4696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 459 | 2025.04.18 21:38:26.431119 [ 3 ] {07d05f0e-b795-4894-9cae-e1d7e50d4696} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 460 | 2025.04.18 21:38:26.438779 [ 3 ] {07d05f0e-b795-4894-9cae-e1d7e50d4696} <Debug> oximeter.measurements_histogrami16 (b3f857b9-ff91-45d9-93fe-d0cbf15e5cf5): Loading data parts | ||
| 461 | 2025.04.18 21:38:26.438995 [ 3 ] {07d05f0e-b795-4894-9cae-e1d7e50d4696} <Debug> oximeter.measurements_histogrami16 (b3f857b9-ff91-45d9-93fe-d0cbf15e5cf5): There are no data parts | ||
| 462 | 2025.04.18 21:38:26.444480 [ 3 ] {07d05f0e-b795-4894-9cae-e1d7e50d4696} <Debug> TCPHandler: Processed in 0.013921094 sec. | ||
| 463 | 2025.04.18 21:38:26.444756 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2025.04.18 21:38:26.445080 [ 3 ] {26629b0a-673c-4630-8a5c-a3c85f9d99d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 465 | 2025.04.18 21:38:26.445246 [ 3 ] {26629b0a-673c-4630-8a5c-a3c85f9d99d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 466 | 2025.04.18 21:38:26.447807 [ 3 ] {26629b0a-673c-4630-8a5c-a3c85f9d99d9} <Debug> oximeter.measurements_histogramu16 (1db606df-7c17-4eb3-8c50-971e3871a7bf): Loading data parts | ||
| 467 | 2025.04.18 21:38:26.448009 [ 3 ] {26629b0a-673c-4630-8a5c-a3c85f9d99d9} <Debug> oximeter.measurements_histogramu16 (1db606df-7c17-4eb3-8c50-971e3871a7bf): There are no data parts | ||
| 468 | 2025.04.18 21:38:26.455101 [ 3 ] {26629b0a-673c-4630-8a5c-a3c85f9d99d9} <Debug> TCPHandler: Processed in 0.010419032 sec. | ||
| 469 | 2025.04.18 21:38:26.455254 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 470 | 2025.04.18 21:38:26.455519 [ 3 ] {2268a66d-6120-430c-96c3-1d31d7afb0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 471 | 2025.04.18 21:38:26.455657 [ 3 ] {2268a66d-6120-430c-96c3-1d31d7afb0a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 472 | 2025.04.18 21:38:26.459836 [ 3 ] {2268a66d-6120-430c-96c3-1d31d7afb0a0} <Debug> oximeter.measurements_histogrami32 (ddd87d1e-521d-4f99-95d7-2334107ec586): Loading data parts | ||
| 473 | 2025.04.18 21:38:26.460060 [ 3 ] {2268a66d-6120-430c-96c3-1d31d7afb0a0} <Debug> oximeter.measurements_histogrami32 (ddd87d1e-521d-4f99-95d7-2334107ec586): There are no data parts | ||
| 474 | 2025.04.18 21:38:26.473205 [ 3 ] {2268a66d-6120-430c-96c3-1d31d7afb0a0} <Debug> TCPHandler: Processed in 0.018003699 sec. | ||
| 475 | 2025.04.18 21:38:26.473369 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2025.04.18 21:38:26.473712 [ 3 ] {d033bd00-284c-4ff3-a727-3e1f57d00438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 477 | 2025.04.18 21:38:26.473859 [ 3 ] {d033bd00-284c-4ff3-a727-3e1f57d00438} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 478 | 2025.04.18 21:38:26.479579 [ 3 ] {d033bd00-284c-4ff3-a727-3e1f57d00438} <Debug> oximeter.measurements_histogramu32 (bedb2c5c-fd1c-4c7d-bc6c-fed0a88f6631): Loading data parts | ||
| 479 | 2025.04.18 21:38:26.479750 [ 3 ] {d033bd00-284c-4ff3-a727-3e1f57d00438} <Debug> oximeter.measurements_histogramu32 (bedb2c5c-fd1c-4c7d-bc6c-fed0a88f6631): There are no data parts | ||
| 480 | 2025.04.18 21:38:26.493355 [ 3 ] {d033bd00-284c-4ff3-a727-3e1f57d00438} <Debug> TCPHandler: Processed in 0.020038916 sec. | ||
| 481 | 2025.04.18 21:38:26.493519 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 482 | 2025.04.18 21:38:26.493787 [ 3 ] {a1674809-75f2-474f-9ceb-842689dbd295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 483 | 2025.04.18 21:38:26.493978 [ 3 ] {a1674809-75f2-474f-9ceb-842689dbd295} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 484 | 2025.04.18 21:38:26.500802 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:32864 | ||
| 485 | 2025.04.18 21:38:26.501020 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 486 | 2025.04.18 21:38:26.501054 [ 269 ] {} <Debug> TCP-Session: b5207f85-af0b-45b0-b63b-7d7ce4d24c87 Authenticating user 'default' from [fd00:1122:3344:101::c]:32864 | ||
| 487 | 2025.04.18 21:38:26.501078 [ 269 ] {} <Debug> TCP-Session: b5207f85-af0b-45b0-b63b-7d7ce4d24c87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 488 | 2025.04.18 21:38:26.501160 [ 269 ] {} <Debug> TCP-Session: b5207f85-af0b-45b0-b63b-7d7ce4d24c87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 489 | 2025.04.18 21:38:26.501226 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 490 | 2025.04.18 21:38:26.501253 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 491 | 2025.04.18 21:38:26.501337 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 492 | 2025.04.18 21:38:26.501828 [ 3 ] {a1674809-75f2-474f-9ceb-842689dbd295} <Debug> oximeter.measurements_histogrami64 (efc04616-5dd4-4ba3-ae29-53edc9eac19e): Loading data parts | ||
| 493 | 2025.04.18 21:38:26.501842 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39448 | ||
| 494 | 2025.04.18 21:38:26.501932 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55510 | ||
| 495 | 2025.04.18 21:38:26.502127 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 496 | 2025.04.18 21:38:26.502144 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48063 | ||
| 497 | 2025.04.18 21:38:26.502289 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 498 | 2025.04.18 21:38:26.502485 [ 271 ] {} <Debug> TCP-Session: 3c800a8d-1897-442d-b2cd-e51523c93b18 Authenticating user 'default' from [fd00:1122:3344:101::c]:55510 | ||
| 499 | 2025.04.18 21:38:26.502591 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45114 | ||
| 500 | 2025.04.18 21:38:26.502676 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56433 | ||
| 501 | 2025.04.18 21:38:26.502549 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50380 | ||
| 502 | 2025.04.18 21:38:26.502725 [ 271 ] {} <Debug> TCP-Session: 3c800a8d-1897-442d-b2cd-e51523c93b18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 503 | 2025.04.18 21:38:26.502535 [ 270 ] {} <Debug> TCP-Session: f95e6540-3613-4680-9c18-f87ac54c6d80 Authenticating user 'default' from [fd00:1122:3344:101::c]:39448 | ||
| 504 | 2025.04.18 21:38:26.502513 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 505 | 2025.04.18 21:38:26.502563 [ 3 ] {a1674809-75f2-474f-9ceb-842689dbd295} <Debug> oximeter.measurements_histogrami64 (efc04616-5dd4-4ba3-ae29-53edc9eac19e): There are no data parts | ||
| 506 | 2025.04.18 21:38:26.502963 [ 271 ] {} <Debug> TCP-Session: 3c800a8d-1897-442d-b2cd-e51523c93b18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 507 | 2025.04.18 21:38:26.503041 [ 272 ] {} <Debug> TCP-Session: 9d2e91ef-207f-4e8f-9a48-3dbd3817a9f7 Authenticating user 'default' from [fd00:1122:3344:101::c]:48063 | ||
| 508 | 2025.04.18 21:38:26.503049 [ 270 ] {} <Debug> TCP-Session: f95e6540-3613-4680-9c18-f87ac54c6d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 509 | 2025.04.18 21:38:26.503072 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56130 | ||
| 510 | 2025.04.18 21:38:26.503213 [ 272 ] {} <Debug> TCP-Session: 9d2e91ef-207f-4e8f-9a48-3dbd3817a9f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2025.04.18 21:38:26.503241 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 512 | 2025.04.18 21:38:26.503411 [ 273 ] {} <Debug> TCP-Session: b45ced9c-148e-4af8-8b6a-9e60f3e13c03 Authenticating user 'default' from [fd00:1122:3344:101::c]:50380 | ||
| 513 | 2025.04.18 21:38:26.503465 [ 272 ] {} <Debug> TCP-Session: 9d2e91ef-207f-4e8f-9a48-3dbd3817a9f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 514 | 2025.04.18 21:38:26.503465 [ 270 ] {} <Debug> TCP-Session: f95e6540-3613-4680-9c18-f87ac54c6d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 515 | 2025.04.18 21:38:26.503593 [ 273 ] {} <Debug> TCP-Session: b45ced9c-148e-4af8-8b6a-9e60f3e13c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 516 | 2025.04.18 21:38:26.503727 [ 273 ] {} <Debug> TCP-Session: b45ced9c-148e-4af8-8b6a-9e60f3e13c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 517 | 2025.04.18 21:38:26.504485 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 518 | 2025.04.18 21:38:26.504522 [ 274 ] {} <Debug> TCP-Session: 8c1fbf11-6cf8-4bc4-8d8f-390632d734a5 Authenticating user 'default' from [fd00:1122:3344:101::c]:45114 | ||
| 519 | 2025.04.18 21:38:26.504632 [ 274 ] {} <Debug> TCP-Session: 8c1fbf11-6cf8-4bc4-8d8f-390632d734a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 520 | 2025.04.18 21:38:26.504648 [ 274 ] {} <Debug> TCP-Session: 8c1fbf11-6cf8-4bc4-8d8f-390632d734a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 521 | 2025.04.18 21:38:26.505881 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 522 | 2025.04.18 21:38:26.506112 [ 275 ] {} <Debug> TCP-Session: 56a652eb-1c85-449b-96af-8bb1ff459b9b Authenticating user 'default' from [fd00:1122:3344:101::c]:56433 | ||
| 523 | 2025.04.18 21:38:26.506138 [ 275 ] {} <Debug> TCP-Session: 56a652eb-1c85-449b-96af-8bb1ff459b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 524 | 2025.04.18 21:38:26.506154 [ 275 ] {} <Debug> TCP-Session: 56a652eb-1c85-449b-96af-8bb1ff459b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 525 | 2025.04.18 21:38:26.507140 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 526 | 2025.04.18 21:38:26.507181 [ 276 ] {} <Debug> TCP-Session: b6402177-56e0-4bde-90c0-4da36cfdbb60 Authenticating user 'default' from [fd00:1122:3344:101::c]:56130 | ||
| 527 | 2025.04.18 21:38:26.507200 [ 276 ] {} <Debug> TCP-Session: b6402177-56e0-4bde-90c0-4da36cfdbb60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2025.04.18 21:38:26.507352 [ 276 ] {} <Debug> TCP-Session: b6402177-56e0-4bde-90c0-4da36cfdbb60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 529 | 2025.04.18 21:38:26.508679 [ 3 ] {a1674809-75f2-474f-9ceb-842689dbd295} <Debug> TCPHandler: Processed in 0.015212514 sec. | ||
| 530 | 2025.04.18 21:38:26.508882 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 531 | 2025.04.18 21:38:26.509392 [ 3 ] {ae90f459-b93b-4e47-8081-58ba6bb4c768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 532 | 2025.04.18 21:38:26.509818 [ 3 ] {ae90f459-b93b-4e47-8081-58ba6bb4c768} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 533 | 2025.04.18 21:38:26.512593 [ 3 ] {ae90f459-b93b-4e47-8081-58ba6bb4c768} <Debug> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Loading data parts | ||
| 534 | 2025.04.18 21:38:26.512811 [ 3 ] {ae90f459-b93b-4e47-8081-58ba6bb4c768} <Debug> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): There are no data parts | ||
| 535 | 2025.04.18 21:38:26.519144 [ 3 ] {ae90f459-b93b-4e47-8081-58ba6bb4c768} <Debug> TCPHandler: Processed in 0.010342141 sec. | ||
| 536 | 2025.04.18 21:38:26.519425 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 537 | 2025.04.18 21:38:26.519740 [ 3 ] {0786b3b6-b0f0-4022-a9c8-ba8fefdb8fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 538 | 2025.04.18 21:38:26.519953 [ 3 ] {0786b3b6-b0f0-4022-a9c8-ba8fefdb8fb6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 539 | 2025.04.18 21:38:26.523119 [ 3 ] {0786b3b6-b0f0-4022-a9c8-ba8fefdb8fb6} <Debug> oximeter.measurements_histogramf32 (d09a3820-2120-4f75-bafb-0696a78616d2): Loading data parts | ||
| 540 | 2025.04.18 21:38:26.523463 [ 3 ] {0786b3b6-b0f0-4022-a9c8-ba8fefdb8fb6} <Debug> oximeter.measurements_histogramf32 (d09a3820-2120-4f75-bafb-0696a78616d2): There are no data parts | ||
| 541 | 2025.04.18 21:38:26.527885 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59345 | ||
| 542 | 2025.04.18 21:38:26.528072 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 543 | 2025.04.18 21:38:26.528104 [ 277 ] {} <Debug> TCP-Session: 2a7efd37-88ef-4dcb-ba57-45733da3a0e6 Authenticating user 'default' from [fd00:1122:3344:101::a]:59345 | ||
| 544 | 2025.04.18 21:38:26.528163 [ 277 ] {} <Debug> TCP-Session: 2a7efd37-88ef-4dcb-ba57-45733da3a0e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2025.04.18 21:38:26.528180 [ 277 ] {} <Debug> TCP-Session: 2a7efd37-88ef-4dcb-ba57-45733da3a0e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 546 | 2025.04.18 21:38:26.528241 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 547 | 2025.04.18 21:38:26.528286 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 548 | 2025.04.18 21:38:26.528320 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 549 | 2025.04.18 21:38:26.528430 [ 3 ] {0786b3b6-b0f0-4022-a9c8-ba8fefdb8fb6} <Debug> TCPHandler: Processed in 0.009064221 sec. | ||
| 550 | 2025.04.18 21:38:26.528636 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 551 | 2025.04.18 21:38:26.528826 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33729 | ||
| 552 | 2025.04.18 21:38:26.528958 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35302 | ||
| 553 | 2025.04.18 21:38:26.529144 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43035 | ||
| 554 | 2025.04.18 21:38:26.529136 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 555 | 2025.04.18 21:38:26.529310 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49475 | ||
| 556 | 2025.04.18 21:38:26.529328 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 557 | 2025.04.18 21:38:26.529496 [ 278 ] {} <Debug> TCP-Session: 44976301-bad0-464c-aa78-2dcdbf362036 Authenticating user 'default' from [fd00:1122:3344:101::a]:33729 | ||
| 558 | 2025.04.18 21:38:26.529536 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33025 | ||
| 559 | 2025.04.18 21:38:26.529569 [ 279 ] {} <Debug> TCP-Session: 6a4afe89-9adc-4b38-95ce-b166b054c45d Authenticating user 'default' from [fd00:1122:3344:101::a]:35302 | ||
| 560 | 2025.04.18 21:38:26.529683 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62754 | ||
| 561 | 2025.04.18 21:38:26.529753 [ 278 ] {} <Debug> TCP-Session: 44976301-bad0-464c-aa78-2dcdbf362036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 562 | 2025.04.18 21:38:26.529785 [ 279 ] {} <Debug> TCP-Session: 6a4afe89-9adc-4b38-95ce-b166b054c45d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 563 | 2025.04.18 21:38:26.529851 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51755 | ||
| 564 | 2025.04.18 21:38:26.530012 [ 278 ] {} <Debug> TCP-Session: 44976301-bad0-464c-aa78-2dcdbf362036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 565 | 2025.04.18 21:38:26.530071 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 566 | 2025.04.18 21:38:26.529971 [ 279 ] {} <Debug> TCP-Session: 6a4afe89-9adc-4b38-95ce-b166b054c45d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 567 | 2025.04.18 21:38:26.530320 [ 282 ] {} <Debug> TCP-Session: 8de63af5-b82a-4ef4-aa13-bb5c152885f9 Authenticating user 'default' from [fd00:1122:3344:101::a]:33025 | ||
| 568 | 2025.04.18 21:38:26.530412 [ 282 ] {} <Debug> TCP-Session: 8de63af5-b82a-4ef4-aa13-bb5c152885f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2025.04.18 21:38:26.530452 [ 282 ] {} <Debug> TCP-Session: 8de63af5-b82a-4ef4-aa13-bb5c152885f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 570 | 2025.04.18 21:38:26.530578 [ 3 ] {2ab2c1c1-d112-43e8-930e-26d03a415d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 571 | 2025.04.18 21:38:26.530682 [ 3 ] {2ab2c1c1-d112-43e8-930e-26d03a415d67} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 572 | 2025.04.18 21:38:26.539771 [ 3 ] {2ab2c1c1-d112-43e8-930e-26d03a415d67} <Debug> oximeter.measurements_histogramf64 (ff62c0aa-da7c-4b08-8cbe-c24362ace6ea): Loading data parts | ||
| 573 | 2025.04.18 21:38:26.540006 [ 3 ] {2ab2c1c1-d112-43e8-930e-26d03a415d67} <Debug> oximeter.measurements_histogramf64 (ff62c0aa-da7c-4b08-8cbe-c24362ace6ea): There are no data parts | ||
| 574 | 2025.04.18 21:38:26.554895 [ 3 ] {2ab2c1c1-d112-43e8-930e-26d03a415d67} <Debug> TCPHandler: Processed in 0.026330032 sec. | ||
| 575 | 2025.04.18 21:38:26.555208 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 576 | 2025.04.18 21:38:26.555552 [ 3 ] {b1cb5df1-98a0-4f22-ac84-da3351553460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) /* The field tables store named dimensions of each timeseries. | ||
| 577 | * | ||
| 578 | * As with the measurement tables, there is one field table for each field data | ||
| 579 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 580 | * this behavior **must not** be relied upon for query correctness. | ||
| 581 | * | ||
| 582 | * The index for the fields differs from the measurements, however. Rows are | ||
| 583 | * sorted by timeseries name, then field name, field value, and finally | ||
| 584 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 585 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 586 | * usually then used to look up measurements. | ||
| 587 | * | ||
| 588 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 589 | * timeseries name and then key, since it would improve lookups where one | ||
| 590 | * already has the key. Realistically though, these tables are quite small and | ||
| 591 | * so performance benefits will be low in absolute terms. | ||
| 592 | * | ||
| 593 | * TTL: We use a materialized column to expire old field table records. This | ||
| 594 | * column is generated automatically by the database whenever a new row is | ||
| 595 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 596 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 597 | * record will remain during a deduplication, which will have the last | ||
| 598 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 599 | * measurement tables. | ||
| 600 | */ | ||
| 601 | 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) | ||
| 602 | 2025.04.18 21:38:26.555651 [ 3 ] {b1cb5df1-98a0-4f22-ac84-da3351553460} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 603 | 2025.04.18 21:38:26.559623 [ 3 ] {b1cb5df1-98a0-4f22-ac84-da3351553460} <Debug> oximeter.fields_bool (25e20d77-10b7-4ef0-9f3e-c3bdce9d5a40): Loading data parts | ||
| 604 | 2025.04.18 21:38:26.559853 [ 3 ] {b1cb5df1-98a0-4f22-ac84-da3351553460} <Debug> oximeter.fields_bool (25e20d77-10b7-4ef0-9f3e-c3bdce9d5a40): There are no data parts | ||
| 605 | 2025.04.18 21:38:26.568354 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 606 | 2025.04.18 21:38:26.568486 [ 280 ] {} <Debug> TCP-Session: 51937a20-4834-4d4f-8fe6-fba984ecc174 Authenticating user 'default' from [fd00:1122:3344:101::a]:43035 | ||
| 607 | 2025.04.18 21:38:26.568519 [ 280 ] {} <Debug> TCP-Session: 51937a20-4834-4d4f-8fe6-fba984ecc174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2025.04.18 21:38:26.568536 [ 280 ] {} <Debug> TCP-Session: 51937a20-4834-4d4f-8fe6-fba984ecc174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 609 | 2025.04.18 21:38:26.568766 [ 3 ] {b1cb5df1-98a0-4f22-ac84-da3351553460} <Debug> TCPHandler: Processed in 0.013685168 sec. | ||
| 610 | 2025.04.18 21:38:26.568969 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 611 | 2025.04.18 21:38:26.569204 [ 3 ] {d71b7aef-e3ee-4398-bdd8-bf59f435d24b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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) | ||
| 612 | 2025.04.18 21:38:26.569296 [ 3 ] {d71b7aef-e3ee-4398-bdd8-bf59f435d24b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 613 | 2025.04.18 21:38:26.573246 [ 3 ] {d71b7aef-e3ee-4398-bdd8-bf59f435d24b} <Debug> oximeter.fields_i8 (601d4893-757d-411b-9697-575c472d8b46): Loading data parts | ||
| 614 | 2025.04.18 21:38:26.573479 [ 3 ] {d71b7aef-e3ee-4398-bdd8-bf59f435d24b} <Debug> oximeter.fields_i8 (601d4893-757d-411b-9697-575c472d8b46): There are no data parts | ||
| 615 | 2025.04.18 21:38:26.583906 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 616 | 2025.04.18 21:38:26.583942 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 617 | 2025.04.18 21:38:26.584006 [ 284 ] {} <Debug> TCP-Session: a123e6e1-8b0e-47b5-8d29-5b5f5aceddc6 Authenticating user 'default' from [fd00:1122:3344:101::a]:51755 | ||
| 618 | 2025.04.18 21:38:26.583971 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 619 | 2025.04.18 21:38:26.584138 [ 281 ] {} <Debug> TCP-Session: 6a65c929-b166-46c6-9f78-7ef9d5c13889 Authenticating user 'default' from [fd00:1122:3344:101::a]:49475 | ||
| 620 | 2025.04.18 21:38:26.584192 [ 284 ] {} <Debug> TCP-Session: a123e6e1-8b0e-47b5-8d29-5b5f5aceddc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 621 | 2025.04.18 21:38:26.584184 [ 283 ] {} <Debug> TCP-Session: e15931c6-670c-494b-bffa-56b417d0594b Authenticating user 'default' from [fd00:1122:3344:101::a]:62754 | ||
| 622 | 2025.04.18 21:38:26.584270 [ 281 ] {} <Debug> TCP-Session: 6a65c929-b166-46c6-9f78-7ef9d5c13889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 623 | 2025.04.18 21:38:26.584291 [ 284 ] {} <Debug> TCP-Session: a123e6e1-8b0e-47b5-8d29-5b5f5aceddc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2025.04.18 21:38:26.584315 [ 283 ] {} <Debug> TCP-Session: e15931c6-670c-494b-bffa-56b417d0594b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.04.18 21:38:26.584331 [ 281 ] {} <Debug> TCP-Session: 6a65c929-b166-46c6-9f78-7ef9d5c13889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 626 | 2025.04.18 21:38:26.584295 [ 3 ] {d71b7aef-e3ee-4398-bdd8-bf59f435d24b} <Debug> TCPHandler: Processed in 0.015387509 sec. | ||
| 627 | 2025.04.18 21:38:26.584374 [ 283 ] {} <Debug> TCP-Session: e15931c6-670c-494b-bffa-56b417d0594b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2025.04.18 21:38:26.584570 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 629 | 2025.04.18 21:38:26.584791 [ 3 ] {957a7d24-64dc-4278-a7dd-d1e458ff882c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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.18 21:38:26.585249 [ 3 ] {957a7d24-64dc-4278-a7dd-d1e458ff882c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 631 | 2025.04.18 21:38:26.597790 [ 3 ] {957a7d24-64dc-4278-a7dd-d1e458ff882c} <Debug> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Loading data parts | ||
| 632 | 2025.04.18 21:38:26.598012 [ 3 ] {957a7d24-64dc-4278-a7dd-d1e458ff882c} <Debug> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): There are no data parts | ||
| 633 | 2025.04.18 21:38:26.612513 [ 3 ] {957a7d24-64dc-4278-a7dd-d1e458ff882c} <Debug> TCPHandler: Processed in 0.028015403 sec. | ||
| 634 | 2025.04.18 21:38:26.612703 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 635 | 2025.04.18 21:38:26.612895 [ 3 ] {4a5f4990-6149-4b4f-bbc4-948ad7a8a9d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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.18 21:38:26.612957 [ 3 ] {4a5f4990-6149-4b4f-bbc4-948ad7a8a9d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 637 | 2025.04.18 21:38:26.616052 [ 3 ] {4a5f4990-6149-4b4f-bbc4-948ad7a8a9d5} <Debug> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Loading data parts | ||
| 638 | 2025.04.18 21:38:26.616311 [ 3 ] {4a5f4990-6149-4b4f-bbc4-948ad7a8a9d5} <Debug> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): There are no data parts | ||
| 639 | 2025.04.18 21:38:26.619018 [ 3 ] {4a5f4990-6149-4b4f-bbc4-948ad7a8a9d5} <Debug> TCPHandler: Processed in 0.006366698 sec. | ||
| 640 | 2025.04.18 21:38:26.619194 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 641 | 2025.04.18 21:38:26.619441 [ 3 ] {7f73fd9b-6345-4991-a930-9416b6924fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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.18 21:38:26.619506 [ 3 ] {7f73fd9b-6345-4991-a930-9416b6924fb5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 643 | 2025.04.18 21:38:26.621557 [ 3 ] {7f73fd9b-6345-4991-a930-9416b6924fb5} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Loading data parts | ||
| 644 | 2025.04.18 21:38:26.621785 [ 3 ] {7f73fd9b-6345-4991-a930-9416b6924fb5} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): There are no data parts | ||
| 645 | 2025.04.18 21:38:26.626626 [ 3 ] {7f73fd9b-6345-4991-a930-9416b6924fb5} <Debug> TCPHandler: Processed in 0.007488514 sec. | ||
| 646 | 2025.04.18 21:38:26.626848 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 647 | 2025.04.18 21:38:26.627034 [ 3 ] {e26271ea-c2ba-408d-9f18-2a37727fb7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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.18 21:38:26.627097 [ 3 ] {e26271ea-c2ba-408d-9f18-2a37727fb7cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 649 | 2025.04.18 21:38:26.636207 [ 3 ] {e26271ea-c2ba-408d-9f18-2a37727fb7cb} <Debug> oximeter.fields_i32 (db1dcbaf-e821-4db9-811c-d6c01247b4f0): Loading data parts | ||
| 650 | 2025.04.18 21:38:26.636429 [ 3 ] {e26271ea-c2ba-408d-9f18-2a37727fb7cb} <Debug> oximeter.fields_i32 (db1dcbaf-e821-4db9-811c-d6c01247b4f0): There are no data parts | ||
| 651 | 2025.04.18 21:38:26.640830 [ 3 ] {e26271ea-c2ba-408d-9f18-2a37727fb7cb} <Debug> TCPHandler: Processed in 0.014044067 sec. | ||
| 652 | 2025.04.18 21:38:26.641010 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 653 | 2025.04.18 21:38:26.641327 [ 3 ] {db5d8b31-c570-4253-b303-be003d6d8f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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.18 21:38:26.641417 [ 3 ] {db5d8b31-c570-4253-b303-be003d6d8f5c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 655 | 2025.04.18 21:38:26.651571 [ 3 ] {db5d8b31-c570-4253-b303-be003d6d8f5c} <Debug> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Loading data parts | ||
| 656 | 2025.04.18 21:38:26.651752 [ 3 ] {db5d8b31-c570-4253-b303-be003d6d8f5c} <Debug> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): There are no data parts | ||
| 657 | 2025.04.18 21:38:26.666151 [ 3 ] {db5d8b31-c570-4253-b303-be003d6d8f5c} <Debug> TCPHandler: Processed in 0.025201297 sec. | ||
| 658 | 2025.04.18 21:38:26.666385 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 659 | 2025.04.18 21:38:26.666612 [ 3 ] {be22b4a8-7f23-400b-854e-745334ae2385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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.18 21:38:26.666687 [ 3 ] {be22b4a8-7f23-400b-854e-745334ae2385} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 661 | 2025.04.18 21:38:26.681410 [ 3 ] {be22b4a8-7f23-400b-854e-745334ae2385} <Debug> oximeter.fields_i64 (90fd1d4d-cfb5-4d05-a28d-600aa489eb26): Loading data parts | ||
| 662 | 2025.04.18 21:38:26.681742 [ 3 ] {be22b4a8-7f23-400b-854e-745334ae2385} <Debug> oximeter.fields_i64 (90fd1d4d-cfb5-4d05-a28d-600aa489eb26): There are no data parts | ||
| 663 | 2025.04.18 21:38:26.687456 [ 3 ] {be22b4a8-7f23-400b-854e-745334ae2385} <Debug> TCPHandler: Processed in 0.021141162 sec. | ||
| 664 | 2025.04.18 21:38:26.687636 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 665 | 2025.04.18 21:38:26.687953 [ 3 ] {718cc192-a6fd-46e8-be30-d3ad2d421d56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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.18 21:38:26.688033 [ 3 ] {718cc192-a6fd-46e8-be30-d3ad2d421d56} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 667 | 2025.04.18 21:38:26.697823 [ 3 ] {718cc192-a6fd-46e8-be30-d3ad2d421d56} <Debug> oximeter.fields_u64 (dd72e9ae-a42c-44a1-aaaa-193d4bd5324e): Loading data parts | ||
| 668 | 2025.04.18 21:38:26.698186 [ 3 ] {718cc192-a6fd-46e8-be30-d3ad2d421d56} <Debug> oximeter.fields_u64 (dd72e9ae-a42c-44a1-aaaa-193d4bd5324e): There are no data parts | ||
| 669 | 2025.04.18 21:38:26.714137 [ 3 ] {718cc192-a6fd-46e8-be30-d3ad2d421d56} <Debug> TCPHandler: Processed in 0.026560349 sec. | ||
| 670 | 2025.04.18 21:38:26.714489 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2025.04.18 21:38:26.714721 [ 3 ] {3b3ffcfc-4493-4933-b0eb-2cb328915ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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.18 21:38:26.714982 [ 3 ] {3b3ffcfc-4493-4933-b0eb-2cb328915ecd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 673 | 2025.04.18 21:38:26.742553 [ 3 ] {3b3ffcfc-4493-4933-b0eb-2cb328915ecd} <Debug> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Loading data parts | ||
| 674 | 2025.04.18 21:38:26.742900 [ 3 ] {3b3ffcfc-4493-4933-b0eb-2cb328915ecd} <Debug> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): There are no data parts | ||
| 675 | 2025.04.18 21:38:26.756709 [ 3 ] {3b3ffcfc-4493-4933-b0eb-2cb328915ecd} <Debug> TCPHandler: Processed in 0.042299245 sec. | ||
| 676 | 2025.04.18 21:38:26.756903 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 677 | 2025.04.18 21:38:26.757387 [ 3 ] {6865a4e4-e267-41c7-8443-ba1b70198719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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.18 21:38:26.757604 [ 3 ] {6865a4e4-e267-41c7-8443-ba1b70198719} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 679 | 2025.04.18 21:38:26.773401 [ 3 ] {6865a4e4-e267-41c7-8443-ba1b70198719} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Loading data parts | ||
| 680 | 2025.04.18 21:38:26.773741 [ 3 ] {6865a4e4-e267-41c7-8443-ba1b70198719} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): There are no data parts | ||
| 681 | 2025.04.18 21:38:26.776415 [ 3 ] {6865a4e4-e267-41c7-8443-ba1b70198719} <Debug> TCPHandler: Processed in 0.019582756 sec. | ||
| 682 | 2025.04.18 21:38:26.776658 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2025.04.18 21:38:26.776857 [ 3 ] {83fc3952-e06c-4728-abc1-e7d617d98d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) 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.18 21:38:26.777009 [ 3 ] {83fc3952-e06c-4728-abc1-e7d617d98d9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 685 | 2025.04.18 21:38:26.782584 [ 3 ] {83fc3952-e06c-4728-abc1-e7d617d98d9c} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Loading data parts | ||
| 686 | 2025.04.18 21:38:26.782899 [ 3 ] {83fc3952-e06c-4728-abc1-e7d617d98d9c} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): There are no data parts | ||
| 687 | 2025.04.18 21:38:26.784630 [ 3 ] {83fc3952-e06c-4728-abc1-e7d617d98d9c} <Debug> TCPHandler: Processed in 0.008034637 sec. | ||
| 688 | 2025.04.18 21:38:26.784829 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 689 | 2025.04.18 21:38:26.785253 [ 3 ] {9318aec3-1816-414f-84b7-ca625e50510a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) /* 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.18 21:38:26.785429 [ 3 ] {9318aec3-1816-414f-84b7-ca625e50510a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 694 | 2025.04.18 21:38:26.790978 [ 3 ] {9318aec3-1816-414f-84b7-ca625e50510a} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Loading data parts | ||
| 695 | 2025.04.18 21:38:26.791283 [ 3 ] {9318aec3-1816-414f-84b7-ca625e50510a} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): There are no data parts | ||
| 696 | 2025.04.18 21:38:26.793270 [ 3 ] {9318aec3-1816-414f-84b7-ca625e50510a} <Debug> TCPHandler: Processed in 0.008498168 sec. | ||
| 697 | 2025.04.18 21:38:26.793653 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 698 | 2025.04.18 21:38:26.794082 [ 255 ] {70d48358-c3fd-4e5f-9b6c-0baf5474b12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 699 | 2025.04.18 21:38:26.795903 [ 255 ] {70d48358-c3fd-4e5f-9b6c-0baf5474b12a} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 700 | 2025.04.18 21:38:26.808500 [ 259 ] {70d48358-c3fd-4e5f-9b6c-0baf5474b12a} <Trace> oximeter.version (6b22317e-a078-4820-85d9-493689feaa38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 701 | 2025.04.18 21:38:26.808719 [ 259 ] {70d48358-c3fd-4e5f-9b6c-0baf5474b12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 702 | 2025.04.18 21:38:26.815544 [ 259 ] {70d48358-c3fd-4e5f-9b6c-0baf5474b12a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 703 | 2025.04.18 21:38:26.816818 [ 259 ] {70d48358-c3fd-4e5f-9b6c-0baf5474b12a} <Trace> oximeter.version (6b22317e-a078-4820-85d9-493689feaa38): 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.18 21:38:26.817469 [ 255 ] {70d48358-c3fd-4e5f-9b6c-0baf5474b12a} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.023574 sec., 42.41961482989734 rows/sec., 678.71 B/sec. | ||
| 705 | 2025.04.18 21:38:26.817761 [ 255 ] {70d48358-c3fd-4e5f-9b6c-0baf5474b12a} <Debug> TCPHandler: Processed in 0.024293365 sec. | ||
| 706 | 2025.04.18 21:38:27.000239 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 129.67 MiB, peak 129.67 MiB, free memory in arenas 0.00 B, will set to 140.76 MiB (RSS), difference: 11.09 MiB | ||
| 707 | 2025.04.18 21:38:32.270229 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.04.18 21:38:32.270257 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 709 | 2025.04.18 21:38:32.270408 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.04.18 21:38:32.270429 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.04.18 21:38:32.277354 [ 244 ] {} <Debug> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Loading data parts | ||
| 712 | 2025.04.18 21:38:32.277856 [ 244 ] {} <Debug> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): There are no data parts | ||
| 713 | 2025.04.18 21:38:32.293351 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.04.18 21:38:32.293651 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 715 | 2025.04.18 21:38:32.298937 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 716 | 2025.04.18 21:38:32.300486 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 717 | 2025.04.18 21:38:32.302019 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 718 | 2025.04.18 21:38:32.308890 [ 243 ] {} <Debug> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Loading data parts | ||
| 719 | 2025.04.18 21:38:32.309107 [ 243 ] {} <Debug> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): There are no data parts | ||
| 720 | 2025.04.18 21:38:32.349537 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.04.18 21:38:32.349813 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 722 | 2025.04.18 21:38:32.361598 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.04.18 21:38:32.364803 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 724 | 2025.04.18 21:38:32.370939 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.04.18 21:38:33.001119 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.79 MiB, peak 149.79 MiB, free memory in arenas 0.00 B, will set to 150.32 MiB (RSS), difference: 4.53 MiB | ||
| 726 | 2025.04.18 21:38:34.770174 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.04.18 21:38:34.770331 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.04.18 21:38:34.779926 [ 242 ] {} <Debug> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Loading data parts | ||
| 729 | 2025.04.18 21:38:34.780160 [ 242 ] {} <Debug> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): There are no data parts | ||
| 730 | 2025.04.18 21:38:34.789228 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.04.18 21:38:34.789353 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 732 | 2025.04.18 21:38:34.791044 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.04.18 21:38:34.791633 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 734 | 2025.04.18 21:38:34.792141 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.04.18 21:38:35.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.50 MiB, peak 154.50 MiB, free memory in arenas 0.00 B, will set to 150.75 MiB (RSS), difference: -3.75 MiB | ||
| 736 | 2025.04.18 21:38:39.729841 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.04.18 21:38:39.729909 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.04.18 21:38:39.802123 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 739 | 2025.04.18 21:38:39.805090 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.04.18 21:38:39.805141 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 741 | 2025.04.18 21:38:39.805874 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.04.18 21:38:39.806534 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 743 | 2025.04.18 21:38:39.806817 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.04.18 21:38:39.871019 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.04.18 21:38:39.891571 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.04.18 21:38:39.891693 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 747 | 2025.04.18 21:38:39.898577 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.04.18 21:38:39.899888 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 749 | 2025.04.18 21:38:39.902610 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.04.18 21:38:45.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.37 MiB, peak 155.42 MiB, free memory in arenas 0.00 B, will set to 152.39 MiB (RSS), difference: 4.02 MiB | ||
| 751 | 2025.04.18 21:38:46.827355 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 752 | 2025.04.18 21:38:46.827665 [ 3 ] {43aa134c-b594-4051-8dda-1da532166971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 753 | 2025.04.18 21:38:46.830390 [ 3 ] {43aa134c-b594-4051-8dda-1da532166971} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 754 | 2025.04.18 21:38:46.836609 [ 3 ] {43aa134c-b594-4051-8dda-1da532166971} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 755 | 2025.04.18 21:38:46.843287 [ 3 ] {43aa134c-b594-4051-8dda-1da532166971} <Debug> TCPHandler: Processed in 0.016064914 sec. | ||
| 756 | 2025.04.18 21:38:46.849989 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 757 | 2025.04.18 21:38:46.850228 [ 3 ] {a444ca80-22bc-4f20-8ff6-30775f830843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 758 | 2025.04.18 21:38:46.861752 [ 3 ] {a444ca80-22bc-4f20-8ff6-30775f830843} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 759 | 2025.04.18 21:38:46.861868 [ 3 ] {a444ca80-22bc-4f20-8ff6-30775f830843} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 760 | 2025.04.18 21:38:46.862523 [ 3 ] {a444ca80-22bc-4f20-8ff6-30775f830843} <Debug> TCPHandler: Processed in 0.012622304 sec. | ||
| 761 | 2025.04.18 21:38:46.862826 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 762 | 2025.04.18 21:38:46.862994 [ 3 ] {a3325d93-9fc6-44da-9b32-73ab12171461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 763 | 2025.04.18 21:38:46.863379 [ 3 ] {a3325d93-9fc6-44da-9b32-73ab12171461} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 764 | 2025.04.18 21:38:46.863441 [ 3 ] {a3325d93-9fc6-44da-9b32-73ab12171461} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 765 | 2025.04.18 21:38:46.863915 [ 3 ] {a3325d93-9fc6-44da-9b32-73ab12171461} <Debug> TCPHandler: Processed in 0.001144606 sec. | ||
| 766 | 2025.04.18 21:38:46.864158 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2025.04.18 21:38:46.864296 [ 3 ] {e1db05dc-a70e-48fb-b29d-27aa985d7cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 768 | 2025.04.18 21:38:46.864608 [ 3 ] {e1db05dc-a70e-48fb-b29d-27aa985d7cdf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 769 | 2025.04.18 21:38:46.864661 [ 3 ] {e1db05dc-a70e-48fb-b29d-27aa985d7cdf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 770 | 2025.04.18 21:38:46.865105 [ 3 ] {e1db05dc-a70e-48fb-b29d-27aa985d7cdf} <Debug> TCPHandler: Processed in 0.000998403 sec. | ||
| 771 | 2025.04.18 21:38:46.865335 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 772 | 2025.04.18 21:38:46.865472 [ 3 ] {f13baec3-4ca1-418d-8219-b5e6f0830f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 773 | 2025.04.18 21:38:46.865780 [ 3 ] {f13baec3-4ca1-418d-8219-b5e6f0830f3c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 774 | 2025.04.18 21:38:46.865834 [ 3 ] {f13baec3-4ca1-418d-8219-b5e6f0830f3c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 775 | 2025.04.18 21:38:46.866275 [ 3 ] {f13baec3-4ca1-418d-8219-b5e6f0830f3c} <Debug> TCPHandler: Processed in 0.000990203 sec. | ||
| 776 | 2025.04.18 21:38:46.866507 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 777 | 2025.04.18 21:38:46.866660 [ 3 ] {eb8f4766-7976-47fc-93ae-6811550b3eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 778 | 2025.04.18 21:38:46.866977 [ 3 ] {eb8f4766-7976-47fc-93ae-6811550b3eb4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 779 | 2025.04.18 21:38:46.867031 [ 3 ] {eb8f4766-7976-47fc-93ae-6811550b3eb4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 780 | 2025.04.18 21:38:46.867479 [ 3 ] {eb8f4766-7976-47fc-93ae-6811550b3eb4} <Debug> TCPHandler: Processed in 0.001023633 sec. | ||
| 781 | 2025.04.18 21:38:46.867689 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 782 | 2025.04.18 21:38:46.867826 [ 3 ] {2c0a47bc-aafd-4e2a-aef5-2f125ab74462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 783 | 2025.04.18 21:38:46.868138 [ 3 ] {2c0a47bc-aafd-4e2a-aef5-2f125ab74462} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 784 | 2025.04.18 21:38:46.868189 [ 3 ] {2c0a47bc-aafd-4e2a-aef5-2f125ab74462} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 785 | 2025.04.18 21:38:46.868698 [ 3 ] {2c0a47bc-aafd-4e2a-aef5-2f125ab74462} <Debug> TCPHandler: Processed in 0.001057945 sec. | ||
| 786 | 2025.04.18 21:38:46.868919 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 787 | 2025.04.18 21:38:46.869068 [ 3 ] {92f20a1a-796d-47c6-ac94-735dcded0926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 788 | 2025.04.18 21:38:46.869419 [ 3 ] {92f20a1a-796d-47c6-ac94-735dcded0926} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 789 | 2025.04.18 21:38:46.869478 [ 3 ] {92f20a1a-796d-47c6-ac94-735dcded0926} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 790 | 2025.04.18 21:38:46.869950 [ 3 ] {92f20a1a-796d-47c6-ac94-735dcded0926} <Debug> TCPHandler: Processed in 0.001081665 sec. | ||
| 791 | 2025.04.18 21:38:46.870163 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2025.04.18 21:38:46.870303 [ 3 ] {b81019c5-3342-4733-ad38-498c12f49827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 793 | 2025.04.18 21:38:46.870633 [ 3 ] {b81019c5-3342-4733-ad38-498c12f49827} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 794 | 2025.04.18 21:38:46.870686 [ 3 ] {b81019c5-3342-4733-ad38-498c12f49827} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 795 | 2025.04.18 21:38:46.871135 [ 3 ] {b81019c5-3342-4733-ad38-498c12f49827} <Debug> TCPHandler: Processed in 0.001023073 sec. | ||
| 796 | 2025.04.18 21:38:46.871355 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 797 | 2025.04.18 21:38:46.871493 [ 3 ] {7ff035ea-142c-4f07-8cc2-30287b9fa1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 798 | 2025.04.18 21:38:46.871823 [ 3 ] {7ff035ea-142c-4f07-8cc2-30287b9fa1cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 799 | 2025.04.18 21:38:46.871876 [ 3 ] {7ff035ea-142c-4f07-8cc2-30287b9fa1cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 800 | 2025.04.18 21:38:46.872359 [ 3 ] {7ff035ea-142c-4f07-8cc2-30287b9fa1cd} <Debug> TCPHandler: Processed in 0.001054515 sec. | ||
| 801 | 2025.04.18 21:38:46.872590 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 802 | 2025.04.18 21:38:46.872729 [ 3 ] {1eb5cf39-b6a5-4f05-b717-26e6c892ef16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 803 | 2025.04.18 21:38:46.873059 [ 3 ] {1eb5cf39-b6a5-4f05-b717-26e6c892ef16} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 804 | 2025.04.18 21:38:46.873109 [ 3 ] {1eb5cf39-b6a5-4f05-b717-26e6c892ef16} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 805 | 2025.04.18 21:38:46.873549 [ 3 ] {1eb5cf39-b6a5-4f05-b717-26e6c892ef16} <Debug> TCPHandler: Processed in 0.001009503 sec. | ||
| 806 | 2025.04.18 21:38:46.873780 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 807 | 2025.04.18 21:38:46.873921 [ 3 ] {6c2b21e9-2a57-4456-8680-26a60a860381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 808 | 2025.04.18 21:38:46.874251 [ 3 ] {6c2b21e9-2a57-4456-8680-26a60a860381} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 809 | 2025.04.18 21:38:46.874302 [ 3 ] {6c2b21e9-2a57-4456-8680-26a60a860381} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 810 | 2025.04.18 21:38:46.874740 [ 3 ] {6c2b21e9-2a57-4456-8680-26a60a860381} <Debug> TCPHandler: Processed in 0.001014013 sec. | ||
| 811 | 2025.04.18 21:38:46.874967 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 812 | 2025.04.18 21:38:46.875111 [ 3 ] {edd3ba54-09a7-48d5-818b-e060d22b002b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 813 | 2025.04.18 21:38:46.875460 [ 3 ] {edd3ba54-09a7-48d5-818b-e060d22b002b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 814 | 2025.04.18 21:38:46.875511 [ 3 ] {edd3ba54-09a7-48d5-818b-e060d22b002b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 815 | 2025.04.18 21:38:46.875948 [ 3 ] {edd3ba54-09a7-48d5-818b-e060d22b002b} <Debug> TCPHandler: Processed in 0.001031815 sec. | ||
| 816 | 2025.04.18 21:38:46.876217 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 817 | 2025.04.18 21:38:46.876402 [ 3 ] {c14458b4-cb3b-4722-988a-84ff07562e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 818 | 2025.04.18 21:38:46.876874 [ 3 ] {c14458b4-cb3b-4722-988a-84ff07562e0b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 819 | 2025.04.18 21:38:46.876932 [ 3 ] {c14458b4-cb3b-4722-988a-84ff07562e0b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 820 | 2025.04.18 21:38:46.877376 [ 3 ] {c14458b4-cb3b-4722-988a-84ff07562e0b} <Debug> TCPHandler: Processed in 0.001220969 sec. | ||
| 821 | 2025.04.18 21:38:46.883067 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 822 | 2025.04.18 21:38:46.883198 [ 3 ] {8fedca4d-c60f-4d5f-a044-0ba8500ad0b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 823 | 2025.04.18 21:38:46.883247 [ 3 ] {8fedca4d-c60f-4d5f-a044-0ba8500ad0b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 824 | 2025.04.18 21:38:46.884059 [ 3 ] {8fedca4d-c60f-4d5f-a044-0ba8500ad0b4} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 825 | 2025.04.18 21:38:46.884107 [ 3 ] {8fedca4d-c60f-4d5f-a044-0ba8500ad0b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 826 | 2025.04.18 21:38:46.886835 [ 3 ] {8fedca4d-c60f-4d5f-a044-0ba8500ad0b4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 827 | 2025.04.18 21:38:46.887342 [ 3 ] {8fedca4d-c60f-4d5f-a044-0ba8500ad0b4} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 828 | 2025.04.18 21:38:46.887562 [ 3 ] {8fedca4d-c60f-4d5f-a044-0ba8500ad0b4} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.004399 sec., 3182.541486701523 rows/sec., 456.65 KiB/sec. | ||
| 829 | 2025.04.18 21:38:46.887619 [ 3 ] {8fedca4d-c60f-4d5f-a044-0ba8500ad0b4} <Debug> TCPHandler: Processed in 0.004607877 sec. | ||
| 830 | 2025.04.18 21:38:46.887759 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 831 | 2025.04.18 21:38:46.887886 [ 3 ] {e5159fb5-c696-4776-9d41-b5ca9f423154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 832 | 2025.04.18 21:38:46.887939 [ 3 ] {e5159fb5-c696-4776-9d41-b5ca9f423154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 833 | 2025.04.18 21:38:46.889791 [ 3 ] {e5159fb5-c696-4776-9d41-b5ca9f423154} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 834 | 2025.04.18 21:38:46.889829 [ 3 ] {e5159fb5-c696-4776-9d41-b5ca9f423154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 835 | 2025.04.18 21:38:46.890339 [ 3 ] {e5159fb5-c696-4776-9d41-b5ca9f423154} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 836 | 2025.04.18 21:38:46.890901 [ 3 ] {e5159fb5-c696-4776-9d41-b5ca9f423154} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 837 | 2025.04.18 21:38:46.891154 [ 3 ] {e5159fb5-c696-4776-9d41-b5ca9f423154} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.00329 sec., 15805.47112462006 rows/sec., 1.20 MiB/sec. | ||
| 838 | 2025.04.18 21:38:46.891277 [ 3 ] {e5159fb5-c696-4776-9d41-b5ca9f423154} <Debug> TCPHandler: Processed in 0.003573353 sec. | ||
| 839 | 2025.04.18 21:38:46.891406 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 840 | 2025.04.18 21:38:46.891516 [ 3 ] {5f3f3fe9-aab4-4331-9b22-d48114f87685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 841 | 2025.04.18 21:38:46.891564 [ 3 ] {5f3f3fe9-aab4-4331-9b22-d48114f87685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 842 | 2025.04.18 21:38:46.892140 [ 3 ] {5f3f3fe9-aab4-4331-9b22-d48114f87685} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 843 | 2025.04.18 21:38:46.892181 [ 3 ] {5f3f3fe9-aab4-4331-9b22-d48114f87685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 844 | 2025.04.18 21:38:46.892725 [ 3 ] {5f3f3fe9-aab4-4331-9b22-d48114f87685} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 845 | 2025.04.18 21:38:46.893337 [ 3 ] {5f3f3fe9-aab4-4331-9b22-d48114f87685} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 846 | 2025.04.18 21:38:46.893553 [ 3 ] {5f3f3fe9-aab4-4331-9b22-d48114f87685} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002062 sec., 27158.098933074685 rows/sec., 2.12 MiB/sec. | ||
| 847 | 2025.04.18 21:38:46.893607 [ 3 ] {5f3f3fe9-aab4-4331-9b22-d48114f87685} <Debug> TCPHandler: Processed in 0.002253352 sec. | ||
| 848 | 2025.04.18 21:38:46.893728 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2025.04.18 21:38:46.893836 [ 3 ] {b3ae29b0-e740-4059-aa00-4937d9efe758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 850 | 2025.04.18 21:38:46.893885 [ 3 ] {b3ae29b0-e740-4059-aa00-4937d9efe758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 851 | 2025.04.18 21:38:46.894417 [ 3 ] {b3ae29b0-e740-4059-aa00-4937d9efe758} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 852 | 2025.04.18 21:38:46.894453 [ 3 ] {b3ae29b0-e740-4059-aa00-4937d9efe758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 853 | 2025.04.18 21:38:46.895048 [ 3 ] {b3ae29b0-e740-4059-aa00-4937d9efe758} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 854 | 2025.04.18 21:38:46.895607 [ 3 ] {b3ae29b0-e740-4059-aa00-4937d9efe758} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 855 | 2025.04.18 21:38:46.895864 [ 3 ] {b3ae29b0-e740-4059-aa00-4937d9efe758} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.002034 sec., 58997.050147492635 rows/sec., 4.09 MiB/sec. | ||
| 856 | 2025.04.18 21:38:46.895954 [ 3 ] {b3ae29b0-e740-4059-aa00-4937d9efe758} <Debug> TCPHandler: Processed in 0.002277663 sec. | ||
| 857 | 2025.04.18 21:38:46.896092 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 858 | 2025.04.18 21:38:46.896215 [ 3 ] {b86411f3-f112-4fde-9f2a-e2a583f9ddc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 859 | 2025.04.18 21:38:46.896264 [ 3 ] {b86411f3-f112-4fde-9f2a-e2a583f9ddc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 860 | 2025.04.18 21:38:46.896685 [ 3 ] {b86411f3-f112-4fde-9f2a-e2a583f9ddc7} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 861 | 2025.04.18 21:38:46.896723 [ 3 ] {b86411f3-f112-4fde-9f2a-e2a583f9ddc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 862 | 2025.04.18 21:38:46.897207 [ 3 ] {b86411f3-f112-4fde-9f2a-e2a583f9ddc7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 863 | 2025.04.18 21:38:46.897728 [ 3 ] {b86411f3-f112-4fde-9f2a-e2a583f9ddc7} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 864 | 2025.04.18 21:38:46.898001 [ 3 ] {b86411f3-f112-4fde-9f2a-e2a583f9ddc7} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001792 sec., 22321.428571428572 rows/sec., 1.53 MiB/sec. | ||
| 865 | 2025.04.18 21:38:46.898090 [ 3 ] {b86411f3-f112-4fde-9f2a-e2a583f9ddc7} <Debug> TCPHandler: Processed in 0.002049618 sec. | ||
| 866 | 2025.04.18 21:38:47.307875 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 867 | 2025.04.18 21:38:47.308495 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 868 | 2025.04.18 21:38:47.308549 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 869 | 2025.04.18 21:38:47.309299 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 870 | 2025.04.18 21:38:47.309955 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 871 | 2025.04.18 21:38:47.310201 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 872 | 2025.04.18 21:38:47.403622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 873 | 2025.04.18 21:38:47.422511 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 874 | 2025.04.18 21:38:47.422570 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 875 | 2025.04.18 21:38:47.429127 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 876 | 2025.04.18 21:38:47.430320 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 877 | 2025.04.18 21:38:47.433044 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 878 | 2025.04.18 21:38:51.831721 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2025.04.18 21:38:51.831947 [ 3 ] {ae1704c9-9b9c-400c-9ec1-ef5fa1226b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 880 | 2025.04.18 21:38:51.832029 [ 3 ] {ae1704c9-9b9c-400c-9ec1-ef5fa1226b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 881 | 2025.04.18 21:38:51.832829 [ 3 ] {ae1704c9-9b9c-400c-9ec1-ef5fa1226b6b} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 882 | 2025.04.18 21:38:51.832875 [ 3 ] {ae1704c9-9b9c-400c-9ec1-ef5fa1226b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 883 | 2025.04.18 21:38:51.833426 [ 3 ] {ae1704c9-9b9c-400c-9ec1-ef5fa1226b6b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 884 | 2025.04.18 21:38:51.833916 [ 3 ] {ae1704c9-9b9c-400c-9ec1-ef5fa1226b6b} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 885 | 2025.04.18 21:38:51.834146 [ 3 ] {ae1704c9-9b9c-400c-9ec1-ef5fa1226b6b} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.002259 sec., 23019.034971226203 rows/sec., 1.75 MiB/sec. | ||
| 886 | 2025.04.18 21:38:51.834208 [ 3 ] {ae1704c9-9b9c-400c-9ec1-ef5fa1226b6b} <Debug> TCPHandler: Processed in 0.002620811 sec. | ||
| 887 | 2025.04.18 21:38:51.834364 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 888 | 2025.04.18 21:38:51.834475 [ 3 ] {c79e2c00-7ada-410f-9388-faede58f7b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 889 | 2025.04.18 21:38:51.834523 [ 3 ] {c79e2c00-7ada-410f-9388-faede58f7b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 890 | 2025.04.18 21:38:51.835087 [ 3 ] {c79e2c00-7ada-410f-9388-faede58f7b05} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 891 | 2025.04.18 21:38:51.835126 [ 3 ] {c79e2c00-7ada-410f-9388-faede58f7b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 892 | 2025.04.18 21:38:51.835564 [ 3 ] {c79e2c00-7ada-410f-9388-faede58f7b05} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 893 | 2025.04.18 21:38:51.836078 [ 3 ] {c79e2c00-7ada-410f-9388-faede58f7b05} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 894 | 2025.04.18 21:38:51.836280 [ 3 ] {c79e2c00-7ada-410f-9388-faede58f7b05} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001832 sec., 30567.68558951965 rows/sec., 2.38 MiB/sec. | ||
| 895 | 2025.04.18 21:38:51.836330 [ 3 ] {c79e2c00-7ada-410f-9388-faede58f7b05} <Debug> TCPHandler: Processed in 0.002021247 sec. | ||
| 896 | 2025.04.18 21:38:51.836447 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 897 | 2025.04.18 21:38:51.836555 [ 3 ] {a77604f7-5c9b-495a-a08f-2dbc986c75f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 898 | 2025.04.18 21:38:51.836604 [ 3 ] {a77604f7-5c9b-495a-a08f-2dbc986c75f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 899 | 2025.04.18 21:38:51.837139 [ 3 ] {a77604f7-5c9b-495a-a08f-2dbc986c75f2} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 900 | 2025.04.18 21:38:51.837180 [ 3 ] {a77604f7-5c9b-495a-a08f-2dbc986c75f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 901 | 2025.04.18 21:38:51.837698 [ 3 ] {a77604f7-5c9b-495a-a08f-2dbc986c75f2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 902 | 2025.04.18 21:38:51.838210 [ 3 ] {a77604f7-5c9b-495a-a08f-2dbc986c75f2} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 903 | 2025.04.18 21:38:51.838436 [ 3 ] {a77604f7-5c9b-495a-a08f-2dbc986c75f2} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.0019 sec., 78947.36842105263 rows/sec., 5.47 MiB/sec. | ||
| 904 | 2025.04.18 21:38:51.838508 [ 3 ] {a77604f7-5c9b-495a-a08f-2dbc986c75f2} <Debug> TCPHandler: Processed in 0.002110969 sec. | ||
| 905 | 2025.04.18 21:38:51.838624 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 906 | 2025.04.18 21:38:51.838730 [ 3 ] {07d032a9-b742-4e90-aee6-caa286f112c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 907 | 2025.04.18 21:38:51.838776 [ 3 ] {07d032a9-b742-4e90-aee6-caa286f112c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 908 | 2025.04.18 21:38:51.839190 [ 3 ] {07d032a9-b742-4e90-aee6-caa286f112c2} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 909 | 2025.04.18 21:38:51.839229 [ 3 ] {07d032a9-b742-4e90-aee6-caa286f112c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 910 | 2025.04.18 21:38:51.839711 [ 3 ] {07d032a9-b742-4e90-aee6-caa286f112c2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 911 | 2025.04.18 21:38:51.840246 [ 3 ] {07d032a9-b742-4e90-aee6-caa286f112c2} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 912 | 2025.04.18 21:38:51.840522 [ 3 ] {07d032a9-b742-4e90-aee6-caa286f112c2} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001793 sec., 27886.224205242608 rows/sec., 1.91 MiB/sec. | ||
| 913 | 2025.04.18 21:38:51.840612 [ 3 ] {07d032a9-b742-4e90-aee6-caa286f112c2} <Debug> TCPHandler: Processed in 0.002038647 sec. | ||
| 914 | 2025.04.18 21:38:54.729965 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 915 | 2025.04.18 21:38:54.730112 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 916 | 2025.04.18 21:38:54.793565 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 | ||
| 917 | 2025.04.18 21:38:54.797394 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 918 | 2025.04.18 21:38:54.797438 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 919 | 2025.04.18 21:38:54.799015 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 920 | 2025.04.18 21:38:54.799583 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 921 | 2025.04.18 21:38:54.800305 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134 | ||
| 922 | 2025.04.18 21:38:54.811264 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 923 | 2025.04.18 21:38:54.811867 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 924 | 2025.04.18 21:38:54.811906 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 925 | 2025.04.18 21:38:54.812671 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 926 | 2025.04.18 21:38:54.813284 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 927 | 2025.04.18 21:38:54.813473 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 928 | 2025.04.18 21:38:54.934062 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 929 | 2025.04.18 21:38:54.953120 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2025.04.18 21:38:54.953162 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 931 | 2025.04.18 21:38:54.960240 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 932 | 2025.04.18 21:38:54.961382 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 933 | 2025.04.18 21:38:54.963817 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 934 | 2025.04.18 21:38:56.826174 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 935 | 2025.04.18 21:38:56.826421 [ 3 ] {4d8a1145-5112-47eb-b811-5f145ffe832c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 936 | 2025.04.18 21:38:56.828807 [ 3 ] {4d8a1145-5112-47eb-b811-5f145ffe832c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 937 | 2025.04.18 21:38:56.831062 [ 3 ] {4d8a1145-5112-47eb-b811-5f145ffe832c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
| 938 | 2025.04.18 21:38:56.831406 [ 3 ] {4d8a1145-5112-47eb-b811-5f145ffe832c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 939 | 2025.04.18 21:38:56.835853 [ 3 ] {4d8a1145-5112-47eb-b811-5f145ffe832c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 940 | 2025.04.18 21:38:56.838313 [ 3 ] {4d8a1145-5112-47eb-b811-5f145ffe832c} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 941 | 2025.04.18 21:38:56.843517 [ 3 ] {4d8a1145-5112-47eb-b811-5f145ffe832c} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 942 | 2025.04.18 21:38:56.845525 [ 3 ] {4d8a1145-5112-47eb-b811-5f145ffe832c} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (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 | ||
| 943 | 2025.04.18 21:38:56.845554 [ 3 ] {4d8a1145-5112-47eb-b811-5f145ffe832c} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 944 | 2025.04.18 21:38:56.847604 [ 3 ] {4d8a1145-5112-47eb-b811-5f145ffe832c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
| 945 | 2025.04.18 21:38:56.847638 [ 3 ] {4d8a1145-5112-47eb-b811-5f145ffe832c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 946 | 2025.04.18 21:38:56.861647 [ 3 ] {4d8a1145-5112-47eb-b811-5f145ffe832c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.035327 sec., 396.2974495428426 rows/sec., 16.17 KiB/sec. | ||
| 947 | 2025.04.18 21:38:56.861771 [ 3 ] {4d8a1145-5112-47eb-b811-5f145ffe832c} <Debug> TCPHandler: Processed in 0.035725701 sec. | ||
| 948 | 2025.04.18 21:38:56.868038 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 949 | 2025.04.18 21:38:56.868187 [ 3 ] {705e8d15-5ea1-4d88-860f-fe2203aa58ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 950 | 2025.04.18 21:38:56.868251 [ 3 ] {705e8d15-5ea1-4d88-860f-fe2203aa58ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 951 | 2025.04.18 21:38:56.869068 [ 3 ] {705e8d15-5ea1-4d88-860f-fe2203aa58ac} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 952 | 2025.04.18 21:38:56.869117 [ 3 ] {705e8d15-5ea1-4d88-860f-fe2203aa58ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 953 | 2025.04.18 21:38:56.869764 [ 3 ] {705e8d15-5ea1-4d88-860f-fe2203aa58ac} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 954 | 2025.04.18 21:38:56.870229 [ 3 ] {705e8d15-5ea1-4d88-860f-fe2203aa58ac} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 955 | 2025.04.18 21:38:56.870438 [ 3 ] {705e8d15-5ea1-4d88-860f-fe2203aa58ac} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002286 sec., 437.4453193350831 rows/sec., 65.36 KiB/sec. | ||
| 956 | 2025.04.18 21:38:56.870604 [ 3 ] {705e8d15-5ea1-4d88-860f-fe2203aa58ac} <Debug> TCPHandler: Processed in 0.002627861 sec. | ||
| 957 | 2025.04.18 21:38:56.870732 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 958 | 2025.04.18 21:38:56.870833 [ 3 ] {29ec7c8c-aa58-4844-bb92-d50c164c5e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 959 | 2025.04.18 21:38:56.870880 [ 3 ] {29ec7c8c-aa58-4844-bb92-d50c164c5e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 960 | 2025.04.18 21:38:56.871461 [ 3 ] {29ec7c8c-aa58-4844-bb92-d50c164c5e57} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 961 | 2025.04.18 21:38:56.871501 [ 3 ] {29ec7c8c-aa58-4844-bb92-d50c164c5e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 962 | 2025.04.18 21:38:56.872026 [ 3 ] {29ec7c8c-aa58-4844-bb92-d50c164c5e57} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 963 | 2025.04.18 21:38:56.872564 [ 3 ] {29ec7c8c-aa58-4844-bb92-d50c164c5e57} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 964 | 2025.04.18 21:38:56.872750 [ 3 ] {29ec7c8c-aa58-4844-bb92-d50c164c5e57} <Debug> executeQuery: Read 68 rows, 5.63 KiB in 0.001935 sec., 35142.118863049094 rows/sec., 2.84 MiB/sec. | ||
| 965 | 2025.04.18 21:38:56.872824 [ 3 ] {29ec7c8c-aa58-4844-bb92-d50c164c5e57} <Debug> TCPHandler: Processed in 0.00214178 sec. | ||
| 966 | 2025.04.18 21:38:56.872956 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 967 | 2025.04.18 21:38:56.873061 [ 3 ] {a04c0da0-9ecb-4aff-a460-2418d2901d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 968 | 2025.04.18 21:38:56.873105 [ 3 ] {a04c0da0-9ecb-4aff-a460-2418d2901d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 969 | 2025.04.18 21:38:56.873644 [ 3 ] {a04c0da0-9ecb-4aff-a460-2418d2901d6d} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 970 | 2025.04.18 21:38:56.873679 [ 3 ] {a04c0da0-9ecb-4aff-a460-2418d2901d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 971 | 2025.04.18 21:38:56.874161 [ 3 ] {a04c0da0-9ecb-4aff-a460-2418d2901d6d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 972 | 2025.04.18 21:38:56.874631 [ 3 ] {a04c0da0-9ecb-4aff-a460-2418d2901d6d} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 973 | 2025.04.18 21:38:56.874834 [ 3 ] {a04c0da0-9ecb-4aff-a460-2418d2901d6d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00179 sec., 4469.27374301676 rows/sec., 336.07 KiB/sec. | ||
| 974 | 2025.04.18 21:38:56.874981 [ 3 ] {a04c0da0-9ecb-4aff-a460-2418d2901d6d} <Debug> TCPHandler: Processed in 0.002076128 sec. | ||
| 975 | 2025.04.18 21:38:56.875105 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 976 | 2025.04.18 21:38:56.875214 [ 3 ] {fa7056c5-0864-4eda-856e-e621183def3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 977 | 2025.04.18 21:38:56.875259 [ 3 ] {fa7056c5-0864-4eda-856e-e621183def3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 978 | 2025.04.18 21:38:56.875824 [ 3 ] {fa7056c5-0864-4eda-856e-e621183def3b} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 979 | 2025.04.18 21:38:56.875864 [ 3 ] {fa7056c5-0864-4eda-856e-e621183def3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 980 | 2025.04.18 21:38:56.876355 [ 3 ] {fa7056c5-0864-4eda-856e-e621183def3b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 981 | 2025.04.18 21:38:56.876934 [ 3 ] {fa7056c5-0864-4eda-856e-e621183def3b} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 982 | 2025.04.18 21:38:56.877100 [ 3 ] {fa7056c5-0864-4eda-856e-e621183def3b} <Debug> executeQuery: Read 64 rows, 5.11 KiB in 0.00191 sec., 33507.85340314136 rows/sec., 2.61 MiB/sec. | ||
| 983 | 2025.04.18 21:38:56.877147 [ 3 ] {fa7056c5-0864-4eda-856e-e621183def3b} <Debug> TCPHandler: Processed in 0.002093379 sec. | ||
| 984 | 2025.04.18 21:38:56.877266 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 985 | 2025.04.18 21:38:56.877370 [ 3 ] {7e11eaba-886c-441c-843f-e837e1495974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 986 | 2025.04.18 21:38:56.877417 [ 3 ] {7e11eaba-886c-441c-843f-e837e1495974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 987 | 2025.04.18 21:38:56.877905 [ 3 ] {7e11eaba-886c-441c-843f-e837e1495974} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 988 | 2025.04.18 21:38:56.877940 [ 3 ] {7e11eaba-886c-441c-843f-e837e1495974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 989 | 2025.04.18 21:38:56.878456 [ 3 ] {7e11eaba-886c-441c-843f-e837e1495974} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 990 | 2025.04.18 21:38:56.878975 [ 3 ] {7e11eaba-886c-441c-843f-e837e1495974} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 991 | 2025.04.18 21:38:56.879162 [ 3 ] {7e11eaba-886c-441c-843f-e837e1495974} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00181 sec., 82872.92817679558 rows/sec., 5.75 MiB/sec. | ||
| 992 | 2025.04.18 21:38:56.879213 [ 3 ] {7e11eaba-886c-441c-843f-e837e1495974} <Debug> TCPHandler: Processed in 0.001998906 sec. | ||
| 993 | 2025.04.18 21:38:56.879326 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 994 | 2025.04.18 21:38:56.879430 [ 3 ] {c3d2b5e7-5b63-45ea-8e4d-be24ddaa4fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 995 | 2025.04.18 21:38:56.879493 [ 3 ] {c3d2b5e7-5b63-45ea-8e4d-be24ddaa4fc0} <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 | ||
| 996 | 2025.04.18 21:38:56.880450 [ 3 ] {c3d2b5e7-5b63-45ea-8e4d-be24ddaa4fc0} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 997 | 2025.04.18 21:38:56.880486 [ 3 ] {c3d2b5e7-5b63-45ea-8e4d-be24ddaa4fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 998 | 2025.04.18 21:38:56.883214 [ 3 ] {c3d2b5e7-5b63-45ea-8e4d-be24ddaa4fc0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 999 | 2025.04.18 21:38:56.883710 [ 3 ] {c3d2b5e7-5b63-45ea-8e4d-be24ddaa4fc0} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1000 | 2025.04.18 21:38:56.883989 [ 3 ] {c3d2b5e7-5b63-45ea-8e4d-be24ddaa4fc0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004564 sec., 1752.8483786152497 rows/sec., 3.14 MiB/sec. | ||
| 1001 | 2025.04.18 21:38:56.884083 [ 3 ] {c3d2b5e7-5b63-45ea-8e4d-be24ddaa4fc0} <Debug> TCPHandler: Processed in 0.004807262 sec. | ||
| 1002 | 2025.04.18 21:38:56.884205 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1003 | 2025.04.18 21:38:56.884308 [ 3 ] {3841e53a-aa4a-47f4-8534-268430807aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1004 | 2025.04.18 21:38:56.884353 [ 3 ] {3841e53a-aa4a-47f4-8534-268430807aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1005 | 2025.04.18 21:38:56.884764 [ 3 ] {3841e53a-aa4a-47f4-8534-268430807aa2} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1006 | 2025.04.18 21:38:56.884801 [ 3 ] {3841e53a-aa4a-47f4-8534-268430807aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1007 | 2025.04.18 21:38:56.885284 [ 3 ] {3841e53a-aa4a-47f4-8534-268430807aa2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1008 | 2025.04.18 21:38:56.885779 [ 3 ] {3841e53a-aa4a-47f4-8534-268430807aa2} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1009 | 2025.04.18 21:38:56.885948 [ 3 ] {3841e53a-aa4a-47f4-8534-268430807aa2} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001661 sec., 30102.347983142685 rows/sec., 2.06 MiB/sec. | ||
| 1010 | 2025.04.18 21:38:56.885994 [ 3 ] {3841e53a-aa4a-47f4-8534-268430807aa2} <Debug> TCPHandler: Processed in 0.001839653 sec. | ||
| 1011 | 2025.04.18 21:39:01.827137 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1012 | 2025.04.18 21:39:01.827444 [ 3 ] {faeee5c4-9885-45a9-8bfe-af47fd03af37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1013 | 2025.04.18 21:39:01.827929 [ 3 ] {faeee5c4-9885-45a9-8bfe-af47fd03af37} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1014 | 2025.04.18 21:39:01.827985 [ 3 ] {faeee5c4-9885-45a9-8bfe-af47fd03af37} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1015 | 2025.04.18 21:39:01.828367 [ 3 ] {faeee5c4-9885-45a9-8bfe-af47fd03af37} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1016 | 2025.04.18 21:39:01.828472 [ 3 ] {faeee5c4-9885-45a9-8bfe-af47fd03af37} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1017 | 2025.04.18 21:39:01.828696 [ 3 ] {faeee5c4-9885-45a9-8bfe-af47fd03af37} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1018 | 2025.04.18 21:39:01.828899 [ 260 ] {faeee5c4-9885-45a9-8bfe-af47fd03af37} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1019 | 2025.04.18 21:39:01.829014 [ 285 ] {faeee5c4-9885-45a9-8bfe-af47fd03af37} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1020 | 2025.04.18 21:39:01.829144 [ 3 ] {faeee5c4-9885-45a9-8bfe-af47fd03af37} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1021 | 2025.04.18 21:39:01.829185 [ 3 ] {faeee5c4-9885-45a9-8bfe-af47fd03af37} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1022 | 2025.04.18 21:39:01.829248 [ 3 ] {faeee5c4-9885-45a9-8bfe-af47fd03af37} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1023 | 2025.04.18 21:39:01.829277 [ 3 ] {faeee5c4-9885-45a9-8bfe-af47fd03af37} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1024 | 2025.04.18 21:39:01.830123 [ 3 ] {faeee5c4-9885-45a9-8bfe-af47fd03af37} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002813 sec., 4976.892996800569 rows/sec., 203.09 KiB/sec. | ||
| 1025 | 2025.04.18 21:39:01.830253 [ 3 ] {faeee5c4-9885-45a9-8bfe-af47fd03af37} <Debug> TCPHandler: Processed in 0.003252446 sec. | ||
| 1026 | 2025.04.18 21:39:01.830553 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1027 | 2025.04.18 21:39:01.830714 [ 3 ] {db3214c7-f745-4a44-bb8d-2fcf3e1408eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1028 | 2025.04.18 21:39:01.831000 [ 3 ] {db3214c7-f745-4a44-bb8d-2fcf3e1408eb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1029 | 2025.04.18 21:39:01.831042 [ 3 ] {db3214c7-f745-4a44-bb8d-2fcf3e1408eb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1030 | 2025.04.18 21:39:01.831307 [ 3 ] {db3214c7-f745-4a44-bb8d-2fcf3e1408eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1031 | 2025.04.18 21:39:01.831377 [ 3 ] {db3214c7-f745-4a44-bb8d-2fcf3e1408eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1032 | 2025.04.18 21:39:01.831525 [ 3 ] {db3214c7-f745-4a44-bb8d-2fcf3e1408eb} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1033 | 2025.04.18 21:39:01.831651 [ 260 ] {db3214c7-f745-4a44-bb8d-2fcf3e1408eb} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1034 | 2025.04.18 21:39:01.831655 [ 285 ] {db3214c7-f745-4a44-bb8d-2fcf3e1408eb} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1035 | 2025.04.18 21:39:01.831780 [ 3 ] {db3214c7-f745-4a44-bb8d-2fcf3e1408eb} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1036 | 2025.04.18 21:39:01.831809 [ 3 ] {db3214c7-f745-4a44-bb8d-2fcf3e1408eb} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1037 | 2025.04.18 21:39:01.831859 [ 3 ] {db3214c7-f745-4a44-bb8d-2fcf3e1408eb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" | ||
| 1038 | 2025.04.18 21:39:01.831885 [ 3 ] {db3214c7-f745-4a44-bb8d-2fcf3e1408eb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1039 | 2025.04.18 21:39:01.832461 [ 3 ] {db3214c7-f745-4a44-bb8d-2fcf3e1408eb} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001817 sec., 7705.008255365988 rows/sec., 314.41 KiB/sec. | ||
| 1040 | 2025.04.18 21:39:01.832562 [ 3 ] {db3214c7-f745-4a44-bb8d-2fcf3e1408eb} <Debug> TCPHandler: Processed in 0.002062998 sec. | ||
| 1041 | 2025.04.18 21:39:01.832825 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1042 | 2025.04.18 21:39:01.832983 [ 3 ] {5ca5baeb-fa14-49be-95b0-747e0c33a00a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1043 | 2025.04.18 21:39:01.833286 [ 3 ] {5ca5baeb-fa14-49be-95b0-747e0c33a00a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1044 | 2025.04.18 21:39:01.833327 [ 3 ] {5ca5baeb-fa14-49be-95b0-747e0c33a00a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1045 | 2025.04.18 21:39:01.833582 [ 3 ] {5ca5baeb-fa14-49be-95b0-747e0c33a00a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1046 | 2025.04.18 21:39:01.833653 [ 3 ] {5ca5baeb-fa14-49be-95b0-747e0c33a00a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1047 | 2025.04.18 21:39:01.833795 [ 3 ] {5ca5baeb-fa14-49be-95b0-747e0c33a00a} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1048 | 2025.04.18 21:39:01.833866 [ 260 ] {5ca5baeb-fa14-49be-95b0-747e0c33a00a} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1049 | 2025.04.18 21:39:01.833890 [ 285 ] {5ca5baeb-fa14-49be-95b0-747e0c33a00a} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1050 | 2025.04.18 21:39:01.833984 [ 3 ] {5ca5baeb-fa14-49be-95b0-747e0c33a00a} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1051 | 2025.04.18 21:39:01.834013 [ 3 ] {5ca5baeb-fa14-49be-95b0-747e0c33a00a} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1052 | 2025.04.18 21:39:01.834057 [ 3 ] {5ca5baeb-fa14-49be-95b0-747e0c33a00a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1053 | 2025.04.18 21:39:01.834080 [ 3 ] {5ca5baeb-fa14-49be-95b0-747e0c33a00a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1054 | 2025.04.18 21:39:01.834554 [ 3 ] {5ca5baeb-fa14-49be-95b0-747e0c33a00a} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001641 sec., 8531.383302864107 rows/sec., 348.13 KiB/sec. | ||
| 1055 | 2025.04.18 21:39:01.834635 [ 3 ] {5ca5baeb-fa14-49be-95b0-747e0c33a00a} <Debug> TCPHandler: Processed in 0.001862763 sec. | ||
| 1056 | 2025.04.18 21:39:01.834871 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1057 | 2025.04.18 21:39:01.835017 [ 3 ] {15732330-822e-4a96-9d97-66feb0c11a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1058 | 2025.04.18 21:39:01.835272 [ 3 ] {15732330-822e-4a96-9d97-66feb0c11a4b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1059 | 2025.04.18 21:39:01.835344 [ 3 ] {15732330-822e-4a96-9d97-66feb0c11a4b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1060 | 2025.04.18 21:39:01.835598 [ 3 ] {15732330-822e-4a96-9d97-66feb0c11a4b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1061 | 2025.04.18 21:39:01.835664 [ 3 ] {15732330-822e-4a96-9d97-66feb0c11a4b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1062 | 2025.04.18 21:39:01.835805 [ 3 ] {15732330-822e-4a96-9d97-66feb0c11a4b} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1063 | 2025.04.18 21:39:01.835880 [ 260 ] {15732330-822e-4a96-9d97-66feb0c11a4b} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1064 | 2025.04.18 21:39:01.835902 [ 285 ] {15732330-822e-4a96-9d97-66feb0c11a4b} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1065 | 2025.04.18 21:39:01.835992 [ 3 ] {15732330-822e-4a96-9d97-66feb0c11a4b} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1066 | 2025.04.18 21:39:01.836022 [ 3 ] {15732330-822e-4a96-9d97-66feb0c11a4b} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1067 | 2025.04.18 21:39:01.836067 [ 3 ] {15732330-822e-4a96-9d97-66feb0c11a4b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1068 | 2025.04.18 21:39:01.836091 [ 3 ] {15732330-822e-4a96-9d97-66feb0c11a4b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1069 | 2025.04.18 21:39:01.836636 [ 3 ] {15732330-822e-4a96-9d97-66feb0c11a4b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001679 sec., 8338.296605122097 rows/sec., 340.26 KiB/sec. | ||
| 1070 | 2025.04.18 21:39:01.836718 [ 3 ] {15732330-822e-4a96-9d97-66feb0c11a4b} <Debug> TCPHandler: Processed in 0.001897584 sec. | ||
| 1071 | 2025.04.18 21:39:01.842564 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1072 | 2025.04.18 21:39:01.842694 [ 3 ] {b8f2dee6-81ad-4899-8b05-96419be70e7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1073 | 2025.04.18 21:39:01.842745 [ 3 ] {b8f2dee6-81ad-4899-8b05-96419be70e7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1074 | 2025.04.18 21:39:01.843505 [ 3 ] {b8f2dee6-81ad-4899-8b05-96419be70e7f} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1075 | 2025.04.18 21:39:01.843552 [ 3 ] {b8f2dee6-81ad-4899-8b05-96419be70e7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1076 | 2025.04.18 21:39:01.844261 [ 3 ] {b8f2dee6-81ad-4899-8b05-96419be70e7f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1077 | 2025.04.18 21:39:01.844788 [ 3 ] {b8f2dee6-81ad-4899-8b05-96419be70e7f} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1078 | 2025.04.18 21:39:01.845021 [ 3 ] {b8f2dee6-81ad-4899-8b05-96419be70e7f} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002359 sec., 1695.633743111488 rows/sec., 215.68 KiB/sec. | ||
| 1079 | 2025.04.18 21:39:01.845158 [ 3 ] {b8f2dee6-81ad-4899-8b05-96419be70e7f} <Debug> TCPHandler: Processed in 0.002642412 sec. | ||
| 1080 | 2025.04.18 21:39:01.845333 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1081 | 2025.04.18 21:39:01.845440 [ 3 ] {9b80b495-3145-4361-b632-7658b7467e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1082 | 2025.04.18 21:39:01.845488 [ 3 ] {9b80b495-3145-4361-b632-7658b7467e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1083 | 2025.04.18 21:39:01.846086 [ 3 ] {9b80b495-3145-4361-b632-7658b7467e41} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1084 | 2025.04.18 21:39:01.846128 [ 3 ] {9b80b495-3145-4361-b632-7658b7467e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1085 | 2025.04.18 21:39:01.846747 [ 3 ] {9b80b495-3145-4361-b632-7658b7467e41} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1086 | 2025.04.18 21:39:01.847299 [ 3 ] {9b80b495-3145-4361-b632-7658b7467e41} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1087 | 2025.04.18 21:39:01.847520 [ 3 ] {9b80b495-3145-4361-b632-7658b7467e41} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002102 sec., 26641.294005708845 rows/sec., 2.03 MiB/sec. | ||
| 1088 | 2025.04.18 21:39:01.847574 [ 3 ] {9b80b495-3145-4361-b632-7658b7467e41} <Debug> TCPHandler: Processed in 0.002291533 sec. | ||
| 1089 | 2025.04.18 21:39:01.847701 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1090 | 2025.04.18 21:39:01.847807 [ 3 ] {8779bf66-3559-4a07-be41-91bc6fa86e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1091 | 2025.04.18 21:39:01.847853 [ 3 ] {8779bf66-3559-4a07-be41-91bc6fa86e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1092 | 2025.04.18 21:39:01.848387 [ 3 ] {8779bf66-3559-4a07-be41-91bc6fa86e14} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1093 | 2025.04.18 21:39:01.848433 [ 3 ] {8779bf66-3559-4a07-be41-91bc6fa86e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1094 | 2025.04.18 21:39:01.848952 [ 3 ] {8779bf66-3559-4a07-be41-91bc6fa86e14} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1095 | 2025.04.18 21:39:01.849536 [ 3 ] {8779bf66-3559-4a07-be41-91bc6fa86e14} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1096 | 2025.04.18 21:39:01.849797 [ 3 ] {8779bf66-3559-4a07-be41-91bc6fa86e14} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002004 sec., 31936.127744510977 rows/sec., 2.49 MiB/sec. | ||
| 1097 | 2025.04.18 21:39:01.849876 [ 3 ] {8779bf66-3559-4a07-be41-91bc6fa86e14} <Debug> TCPHandler: Processed in 0.002225772 sec. | ||
| 1098 | 2025.04.18 21:39:01.850002 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1099 | 2025.04.18 21:39:01.850108 [ 3 ] {f8a0acaa-f766-4233-a2b8-76d4637c85cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1100 | 2025.04.18 21:39:01.850158 [ 3 ] {f8a0acaa-f766-4233-a2b8-76d4637c85cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1101 | 2025.04.18 21:39:01.850687 [ 3 ] {f8a0acaa-f766-4233-a2b8-76d4637c85cd} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1102 | 2025.04.18 21:39:01.850728 [ 3 ] {f8a0acaa-f766-4233-a2b8-76d4637c85cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1103 | 2025.04.18 21:39:01.851277 [ 3 ] {f8a0acaa-f766-4233-a2b8-76d4637c85cd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1104 | 2025.04.18 21:39:01.851948 [ 3 ] {f8a0acaa-f766-4233-a2b8-76d4637c85cd} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1105 | 2025.04.18 21:39:01.852175 [ 3 ] {f8a0acaa-f766-4233-a2b8-76d4637c85cd} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.002088 sec., 75670.49808429119 rows/sec., 5.27 MiB/sec. | ||
| 1106 | 2025.04.18 21:39:01.852227 [ 3 ] {f8a0acaa-f766-4233-a2b8-76d4637c85cd} <Debug> TCPHandler: Processed in 0.002277353 sec. | ||
| 1107 | 2025.04.18 21:39:01.852362 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1108 | 2025.04.18 21:39:01.852477 [ 3 ] {0a21033d-f561-4c10-883b-e09910a6d980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1109 | 2025.04.18 21:39:01.852525 [ 3 ] {0a21033d-f561-4c10-883b-e09910a6d980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1110 | 2025.04.18 21:39:01.853158 [ 3 ] {0a21033d-f561-4c10-883b-e09910a6d980} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1111 | 2025.04.18 21:39:01.853199 [ 3 ] {0a21033d-f561-4c10-883b-e09910a6d980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1112 | 2025.04.18 21:39:01.853749 [ 3 ] {0a21033d-f561-4c10-883b-e09910a6d980} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1113 | 2025.04.18 21:39:01.854398 [ 3 ] {0a21033d-f561-4c10-883b-e09910a6d980} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1114 | 2025.04.18 21:39:01.854597 [ 3 ] {0a21033d-f561-4c10-883b-e09910a6d980} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.002143 sec., 27064.8623425105 rows/sec., 1.83 MiB/sec. | ||
| 1115 | 2025.04.18 21:39:01.854651 [ 3 ] {0a21033d-f561-4c10-883b-e09910a6d980} <Debug> TCPHandler: Processed in 0.002347215 sec. | ||
| 1116 | 2025.04.18 21:39:02.314555 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1117 | 2025.04.18 21:39:02.315396 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1118 | 2025.04.18 21:39:02.315455 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1119 | 2025.04.18 21:39:02.316148 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1120 | 2025.04.18 21:39:02.316477 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1121 | 2025.04.18 21:39:02.316753 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1122 | 2025.04.18 21:39:02.464864 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1123 | 2025.04.18 21:39:02.487846 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1124 | 2025.04.18 21:39:02.487924 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 1125 | 2025.04.18 21:39:02.495289 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1126 | 2025.04.18 21:39:02.497030 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1127 | 2025.04.18 21:39:02.500405 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1128 | 2025.04.18 21:39:03.000153 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.12 MiB, peak 161.12 MiB, free memory in arenas 0.00 B, will set to 158.13 MiB (RSS), difference: 1.01 MiB | ||
| 1129 | 2025.04.18 21:39:04.801495 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 168 | ||
| 1130 | 2025.04.18 21:39:04.804679 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1131 | 2025.04.18 21:39:04.804731 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1132 | 2025.04.18 21:39:04.806189 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1133 | 2025.04.18 21:39:04.806497 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1134 | 2025.04.18 21:39:04.807085 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 168 | ||
| 1135 | 2025.04.18 21:39:06.833663 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1136 | 2025.04.18 21:39:06.833851 [ 3 ] {6c0b4b3f-8d29-484c-8ef4-2a5fbd21a843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1137 | 2025.04.18 21:39:06.833931 [ 3 ] {6c0b4b3f-8d29-484c-8ef4-2a5fbd21a843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1138 | 2025.04.18 21:39:06.834691 [ 3 ] {6c0b4b3f-8d29-484c-8ef4-2a5fbd21a843} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1139 | 2025.04.18 21:39:06.834743 [ 3 ] {6c0b4b3f-8d29-484c-8ef4-2a5fbd21a843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1140 | 2025.04.18 21:39:06.835261 [ 3 ] {6c0b4b3f-8d29-484c-8ef4-2a5fbd21a843} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1141 | 2025.04.18 21:39:06.835528 [ 3 ] {6c0b4b3f-8d29-484c-8ef4-2a5fbd21a843} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1142 | 2025.04.18 21:39:06.835770 [ 3 ] {6c0b4b3f-8d29-484c-8ef4-2a5fbd21a843} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001972 sec., 36511.15618661258 rows/sec., 2.95 MiB/sec. | ||
| 1143 | 2025.04.18 21:39:06.835837 [ 3 ] {6c0b4b3f-8d29-484c-8ef4-2a5fbd21a843} <Debug> TCPHandler: Processed in 0.002304964 sec. | ||
| 1144 | 2025.04.18 21:39:06.835988 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1145 | 2025.04.18 21:39:06.836101 [ 3 ] {41422fad-647f-4beb-8100-47fdd0788f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1146 | 2025.04.18 21:39:06.836152 [ 3 ] {41422fad-647f-4beb-8100-47fdd0788f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1147 | 2025.04.18 21:39:06.836668 [ 3 ] {41422fad-647f-4beb-8100-47fdd0788f9f} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1148 | 2025.04.18 21:39:06.836711 [ 3 ] {41422fad-647f-4beb-8100-47fdd0788f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1149 | 2025.04.18 21:39:06.837071 [ 3 ] {41422fad-647f-4beb-8100-47fdd0788f9f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1150 | 2025.04.18 21:39:06.837322 [ 3 ] {41422fad-647f-4beb-8100-47fdd0788f9f} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1151 | 2025.04.18 21:39:06.837519 [ 3 ] {41422fad-647f-4beb-8100-47fdd0788f9f} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001443 sec., 5544.005544005544 rows/sec., 416.88 KiB/sec. | ||
| 1152 | 2025.04.18 21:39:06.837596 [ 3 ] {41422fad-647f-4beb-8100-47fdd0788f9f} <Debug> TCPHandler: Processed in 0.001664878 sec. | ||
| 1153 | 2025.04.18 21:39:06.837736 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1154 | 2025.04.18 21:39:06.837844 [ 3 ] {48a75ab8-ccab-4bee-87c5-8acf45ec5eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1155 | 2025.04.18 21:39:06.837890 [ 3 ] {48a75ab8-ccab-4bee-87c5-8acf45ec5eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1156 | 2025.04.18 21:39:06.838433 [ 3 ] {48a75ab8-ccab-4bee-87c5-8acf45ec5eec} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1157 | 2025.04.18 21:39:06.838473 [ 3 ] {48a75ab8-ccab-4bee-87c5-8acf45ec5eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1158 | 2025.04.18 21:39:06.838830 [ 3 ] {48a75ab8-ccab-4bee-87c5-8acf45ec5eec} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1159 | 2025.04.18 21:39:06.839089 [ 3 ] {48a75ab8-ccab-4bee-87c5-8acf45ec5eec} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1160 | 2025.04.18 21:39:06.839308 [ 3 ] {48a75ab8-ccab-4bee-87c5-8acf45ec5eec} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001478 sec., 48714.479025710425 rows/sec., 3.80 MiB/sec. | ||
| 1161 | 2025.04.18 21:39:06.839416 [ 3 ] {48a75ab8-ccab-4bee-87c5-8acf45ec5eec} <Debug> TCPHandler: Processed in 0.00173217 sec. | ||
| 1162 | 2025.04.18 21:39:06.839571 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1163 | 2025.04.18 21:39:06.839675 [ 3 ] {540e01f2-8abd-46e9-ae6e-d8d2e4b4461f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1164 | 2025.04.18 21:39:06.839724 [ 3 ] {540e01f2-8abd-46e9-ae6e-d8d2e4b4461f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1165 | 2025.04.18 21:39:06.840255 [ 3 ] {540e01f2-8abd-46e9-ae6e-d8d2e4b4461f} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1166 | 2025.04.18 21:39:06.840294 [ 3 ] {540e01f2-8abd-46e9-ae6e-d8d2e4b4461f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1167 | 2025.04.18 21:39:06.840666 [ 3 ] {540e01f2-8abd-46e9-ae6e-d8d2e4b4461f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1168 | 2025.04.18 21:39:06.840901 [ 3 ] {540e01f2-8abd-46e9-ae6e-d8d2e4b4461f} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1169 | 2025.04.18 21:39:06.841114 [ 3 ] {540e01f2-8abd-46e9-ae6e-d8d2e4b4461f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001461 sec., 109514.03148528405 rows/sec., 7.63 MiB/sec. | ||
| 1170 | 2025.04.18 21:39:06.841165 [ 3 ] {540e01f2-8abd-46e9-ae6e-d8d2e4b4461f} <Debug> TCPHandler: Processed in 0.001646399 sec. | ||
| 1171 | 2025.04.18 21:39:06.841279 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1172 | 2025.04.18 21:39:06.841384 [ 3 ] {36b9ca02-ba39-4fc5-9533-50ebaeadd766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1173 | 2025.04.18 21:39:06.841450 [ 3 ] {36b9ca02-ba39-4fc5-9533-50ebaeadd766} <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 | ||
| 1174 | 2025.04.18 21:39:06.842460 [ 3 ] {36b9ca02-ba39-4fc5-9533-50ebaeadd766} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1175 | 2025.04.18 21:39:06.842500 [ 3 ] {36b9ca02-ba39-4fc5-9533-50ebaeadd766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1176 | 2025.04.18 21:39:06.843087 [ 3 ] {36b9ca02-ba39-4fc5-9533-50ebaeadd766} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1177 | 2025.04.18 21:39:06.843341 [ 3 ] {36b9ca02-ba39-4fc5-9533-50ebaeadd766} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1178 | 2025.04.18 21:39:06.843583 [ 3 ] {36b9ca02-ba39-4fc5-9533-50ebaeadd766} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002214 sec., 3613.369467028004 rows/sec., 6.47 MiB/sec. | ||
| 1179 | 2025.04.18 21:39:06.843699 [ 3 ] {36b9ca02-ba39-4fc5-9533-50ebaeadd766} <Debug> TCPHandler: Processed in 0.002470988 sec. | ||
| 1180 | 2025.04.18 21:39:06.843824 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1181 | 2025.04.18 21:39:06.843937 [ 3 ] {42d72b6e-d60f-4b48-84d0-a5e3ed9ee174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1182 | 2025.04.18 21:39:06.843983 [ 3 ] {42d72b6e-d60f-4b48-84d0-a5e3ed9ee174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1183 | 2025.04.18 21:39:06.844389 [ 3 ] {42d72b6e-d60f-4b48-84d0-a5e3ed9ee174} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1184 | 2025.04.18 21:39:06.844427 [ 3 ] {42d72b6e-d60f-4b48-84d0-a5e3ed9ee174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1185 | 2025.04.18 21:39:06.844788 [ 3 ] {42d72b6e-d60f-4b48-84d0-a5e3ed9ee174} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1186 | 2025.04.18 21:39:06.845034 [ 3 ] {42d72b6e-d60f-4b48-84d0-a5e3ed9ee174} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1187 | 2025.04.18 21:39:06.845240 [ 3 ] {42d72b6e-d60f-4b48-84d0-a5e3ed9ee174} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec. | ||
| 1188 | 2025.04.18 21:39:06.845289 [ 3 ] {42d72b6e-d60f-4b48-84d0-a5e3ed9ee174} <Debug> TCPHandler: Processed in 0.001516956 sec. | ||
| 1189 | 2025.04.18 21:39:09.730201 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1190 | 2025.04.18 21:39:09.730274 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1191 | 2025.04.18 21:39:09.816847 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1192 | 2025.04.18 21:39:09.817450 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1193 | 2025.04.18 21:39:09.817496 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1194 | 2025.04.18 21:39:09.818061 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1195 | 2025.04.18 21:39:09.818315 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1196 | 2025.04.18 21:39:09.818534 [ 76 ] {} <Debug> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1197 | 2025.04.18 21:39:09.818551 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1198 | 2025.04.18 21:39:09.818629 [ 76 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1199 | 2025.04.18 21:39:09.818659 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1200 | 2025.04.18 21:39:09.822776 [ 188 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::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 | ||
| 1201 | 2025.04.18 21:39:09.822961 [ 188 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1202 | 2025.04.18 21:39:09.823074 [ 188 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 1203 | 2025.04.18 21:39:09.823212 [ 188 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 1204 | 2025.04.18 21:39:09.823445 [ 188 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 1205 | 2025.04.18 21:39:09.823583 [ 188 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1206 | 2025.04.18 21:39:09.823682 [ 188 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1207 | 2025.04.18 21:39:09.823803 [ 188 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1208 | 2025.04.18 21:39:09.844075 [ 197 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.025343939 sec., 110716.80688625395 rows/sec., 1.58 MiB/sec. | ||
| 1209 | 2025.04.18 21:39:09.844705 [ 193 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1210 | 2025.04.18 21:39:09.845013 [ 193 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_6_1} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1211 | 2025.04.18 21:39:09.845093 [ 193 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_6_1} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1212 | 2025.04.18 21:39:09.845198 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1213 | 2025.04.18 21:39:10.000153 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.21 MiB, peak 164.51 MiB, free memory in arenas 0.00 B, will set to 159.38 MiB (RSS), difference: 1.18 MiB | ||
| 1214 | 2025.04.18 21:39:10.000460 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1215 | 2025.04.18 21:39:10.020016 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1216 | 2025.04.18 21:39:10.020066 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1217 | 2025.04.18 21:39:10.026610 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1218 | 2025.04.18 21:39:10.027358 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1219 | 2025.04.18 21:39:10.027702 [ 76 ] {} <Debug> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1220 | 2025.04.18 21:39:10.027823 [ 76 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1221 | 2025.04.18 21:39:10.027908 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1222 | 2025.04.18 21:39:10.028234 [ 193 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 1223 | 2025.04.18 21:39:10.043322 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1224 | 2025.04.18 21:39:10.044746 [ 193 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1225 | 2025.04.18 21:39:10.045867 [ 193 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 1226 | 2025.04.18 21:39:10.050553 [ 193 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 1227 | 2025.04.18 21:39:10.055266 [ 193 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 1228 | 2025.04.18 21:39:10.059844 [ 193 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 1229 | 2025.04.18 21:39:10.074103 [ 193 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 1230 | 2025.04.18 21:39:10.078461 [ 193 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 1231 | 2025.04.18 21:39:10.136962 [ 187 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.108939955 sec., 422.2509546658065 rows/sec., 2.18 MiB/sec. | ||
| 1232 | 2025.04.18 21:39:10.139397 [ 186 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1233 | 2025.04.18 21:39:10.142185 [ 186 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_6_1} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1234 | 2025.04.18 21:39:10.142273 [ 186 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_6_1} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1235 | 2025.04.18 21:39:10.144458 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1236 | 2025.04.18 21:39:11.001132 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.46 MiB, peak 170.00 MiB, free memory in arenas 0.00 B, will set to 162.88 MiB (RSS), difference: 2.42 MiB | ||
| 1237 | 2025.04.18 21:39:11.825900 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1238 | 2025.04.18 21:39:11.826149 [ 3 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1239 | 2025.04.18 21:39:11.826541 [ 3 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1240 | 2025.04.18 21:39:11.826587 [ 3 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1241 | 2025.04.18 21:39:11.826900 [ 3 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1242 | 2025.04.18 21:39:11.826986 [ 3 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1243 | 2025.04.18 21:39:11.827162 [ 3 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1244 | 2025.04.18 21:39:11.827453 [ 286 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1245 | 2025.04.18 21:39:11.827524 [ 288 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1246 | 2025.04.18 21:39:11.827549 [ 287 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1247 | 2025.04.18 21:39:11.827701 [ 3 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1248 | 2025.04.18 21:39:11.827734 [ 3 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1249 | 2025.04.18 21:39:11.831685 [ 3 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1250 | 2025.04.18 21:39:11.831728 [ 3 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1251 | 2025.04.18 21:39:11.831806 [ 3 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1252 | 2025.04.18 21:39:11.831866 [ 3 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1253 | 2025.04.18 21:39:11.833168 [ 3 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.007129 sec., 2524.8983027072522 rows/sec., 103.29 KiB/sec. | ||
| 1254 | 2025.04.18 21:39:11.833315 [ 3 ] {4e1e2b48-f1c6-46d4-9c09-c8a9d9dc5293} <Debug> TCPHandler: Processed in 0.007549596 sec. | ||
| 1255 | 2025.04.18 21:39:11.835945 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1256 | 2025.04.18 21:39:11.836147 [ 3 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1257 | 2025.04.18 21:39:11.836500 [ 3 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1258 | 2025.04.18 21:39:11.836554 [ 3 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1259 | 2025.04.18 21:39:11.836842 [ 3 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1260 | 2025.04.18 21:39:11.836911 [ 3 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1261 | 2025.04.18 21:39:11.837060 [ 3 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1262 | 2025.04.18 21:39:11.837183 [ 287 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1263 | 2025.04.18 21:39:11.837206 [ 288 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1264 | 2025.04.18 21:39:11.837226 [ 286 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1265 | 2025.04.18 21:39:11.837323 [ 3 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1266 | 2025.04.18 21:39:11.837349 [ 3 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1267 | 2025.04.18 21:39:11.837431 [ 3 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1268 | 2025.04.18 21:39:11.837452 [ 3 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1269 | 2025.04.18 21:39:11.837492 [ 3 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1270 | 2025.04.18 21:39:11.837535 [ 3 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1271 | 2025.04.18 21:39:11.838552 [ 3 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.0025 sec., 7200 rows/sec., 294.53 KiB/sec. | ||
| 1272 | 2025.04.18 21:39:11.838684 [ 3 ] {dca272c4-50fe-45a9-9f1e-c1ecbd9266b0} <Debug> TCPHandler: Processed in 0.002805876 sec. | ||
| 1273 | 2025.04.18 21:39:11.839256 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1274 | 2025.04.18 21:39:11.839413 [ 3 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1275 | 2025.04.18 21:39:11.839684 [ 3 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1276 | 2025.04.18 21:39:11.839727 [ 3 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1277 | 2025.04.18 21:39:11.839993 [ 3 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1278 | 2025.04.18 21:39:11.840058 [ 3 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1279 | 2025.04.18 21:39:11.840197 [ 3 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1280 | 2025.04.18 21:39:11.840340 [ 288 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1281 | 2025.04.18 21:39:11.840362 [ 286 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1282 | 2025.04.18 21:39:11.840343 [ 287 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1283 | 2025.04.18 21:39:11.840488 [ 3 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1284 | 2025.04.18 21:39:11.840516 [ 3 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1285 | 2025.04.18 21:39:11.840596 [ 3 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1286 | 2025.04.18 21:39:11.840617 [ 3 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1287 | 2025.04.18 21:39:11.840656 [ 3 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1288 | 2025.04.18 21:39:11.840696 [ 3 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1289 | 2025.04.18 21:39:11.841679 [ 3 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002337 sec., 7702.182284980744 rows/sec., 315.07 KiB/sec. | ||
| 1290 | 2025.04.18 21:39:11.841812 [ 3 ] {22549888-dcc5-411c-b4b3-4e31f983e0bb} <Debug> TCPHandler: Processed in 0.00260994 sec. | ||
| 1291 | 2025.04.18 21:39:11.842067 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1292 | 2025.04.18 21:39:11.842220 [ 3 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1293 | 2025.04.18 21:39:11.842488 [ 3 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1294 | 2025.04.18 21:39:11.842530 [ 3 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1295 | 2025.04.18 21:39:11.842791 [ 3 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1296 | 2025.04.18 21:39:11.842855 [ 3 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1297 | 2025.04.18 21:39:11.842990 [ 3 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1298 | 2025.04.18 21:39:11.843093 [ 288 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1299 | 2025.04.18 21:39:11.843142 [ 287 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1300 | 2025.04.18 21:39:11.843159 [ 286 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1301 | 2025.04.18 21:39:11.843253 [ 3 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1302 | 2025.04.18 21:39:11.843277 [ 3 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1303 | 2025.04.18 21:39:11.843354 [ 3 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1304 | 2025.04.18 21:39:11.843374 [ 3 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1305 | 2025.04.18 21:39:11.843411 [ 3 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1306 | 2025.04.18 21:39:11.843451 [ 3 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1307 | 2025.04.18 21:39:11.844445 [ 3 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002291 sec., 7856.83107813182 rows/sec., 321.40 KiB/sec. | ||
| 1308 | 2025.04.18 21:39:11.844575 [ 3 ] {51be5139-13c0-4e19-8544-ec45631cb0ba} <Debug> TCPHandler: Processed in 0.0025606 sec. | ||
| 1309 | 2025.04.18 21:39:11.844820 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2025.04.18 21:39:11.844974 [ 3 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1311 | 2025.04.18 21:39:11.845267 [ 3 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1312 | 2025.04.18 21:39:11.845310 [ 3 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1313 | 2025.04.18 21:39:11.845594 [ 3 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1314 | 2025.04.18 21:39:11.845659 [ 3 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1315 | 2025.04.18 21:39:11.845797 [ 3 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1316 | 2025.04.18 21:39:11.845932 [ 287 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1317 | 2025.04.18 21:39:11.845942 [ 288 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1318 | 2025.04.18 21:39:11.845960 [ 286 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1319 | 2025.04.18 21:39:11.846072 [ 3 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1320 | 2025.04.18 21:39:11.846097 [ 3 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1321 | 2025.04.18 21:39:11.846175 [ 3 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1322 | 2025.04.18 21:39:11.846195 [ 3 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1323 | 2025.04.18 21:39:11.846235 [ 3 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1324 | 2025.04.18 21:39:11.846274 [ 3 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1325 | 2025.04.18 21:39:11.847256 [ 3 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002349 sec., 7662.835249042146 rows/sec., 313.46 KiB/sec. | ||
| 1326 | 2025.04.18 21:39:11.847389 [ 3 ] {d4f0b3fc-0b0c-4ba4-a6b8-4f44cadbe027} <Debug> TCPHandler: Processed in 0.002620651 sec. | ||
| 1327 | 2025.04.18 21:39:11.847661 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1328 | 2025.04.18 21:39:11.847817 [ 3 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1329 | 2025.04.18 21:39:11.848088 [ 3 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1330 | 2025.04.18 21:39:11.848132 [ 3 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1331 | 2025.04.18 21:39:11.848396 [ 3 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1332 | 2025.04.18 21:39:11.848460 [ 3 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1333 | 2025.04.18 21:39:11.848599 [ 3 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1334 | 2025.04.18 21:39:11.848722 [ 288 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1335 | 2025.04.18 21:39:11.848741 [ 287 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1336 | 2025.04.18 21:39:11.848768 [ 286 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1337 | 2025.04.18 21:39:11.848866 [ 3 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1338 | 2025.04.18 21:39:11.848890 [ 3 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1339 | 2025.04.18 21:39:11.848967 [ 3 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1340 | 2025.04.18 21:39:11.848985 [ 3 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1341 | 2025.04.18 21:39:11.849024 [ 3 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1342 | 2025.04.18 21:39:11.849062 [ 3 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1343 | 2025.04.18 21:39:11.850041 [ 3 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002292 sec., 7853.403141361256 rows/sec., 321.26 KiB/sec. | ||
| 1344 | 2025.04.18 21:39:11.850169 [ 3 ] {85ff8fbd-3f01-4a6a-9313-9884675ecb09} <Debug> TCPHandler: Processed in 0.002559669 sec. | ||
| 1345 | 2025.04.18 21:39:11.850411 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1346 | 2025.04.18 21:39:11.850565 [ 3 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1347 | 2025.04.18 21:39:11.850833 [ 3 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1348 | 2025.04.18 21:39:11.850881 [ 3 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1349 | 2025.04.18 21:39:11.851148 [ 3 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1350 | 2025.04.18 21:39:11.851212 [ 3 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1351 | 2025.04.18 21:39:11.851350 [ 3 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1352 | 2025.04.18 21:39:11.851487 [ 287 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1353 | 2025.04.18 21:39:11.851509 [ 288 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1354 | 2025.04.18 21:39:11.851533 [ 286 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1355 | 2025.04.18 21:39:11.851631 [ 3 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1356 | 2025.04.18 21:39:11.851656 [ 3 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1357 | 2025.04.18 21:39:11.851734 [ 3 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1358 | 2025.04.18 21:39:11.851753 [ 3 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1359 | 2025.04.18 21:39:11.851791 [ 3 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1360 | 2025.04.18 21:39:11.851834 [ 3 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1361 | 2025.04.18 21:39:11.852804 [ 3 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002306 sec., 7805.724197745013 rows/sec., 319.31 KiB/sec. | ||
| 1362 | 2025.04.18 21:39:11.852936 [ 3 ] {17dcaddc-ae0c-4d53-8ce6-51cf23a0316e} <Debug> TCPHandler: Processed in 0.002576831 sec. | ||
| 1363 | 2025.04.18 21:39:11.853182 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1364 | 2025.04.18 21:39:11.853338 [ 3 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1365 | 2025.04.18 21:39:11.853608 [ 3 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1366 | 2025.04.18 21:39:11.853651 [ 3 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1367 | 2025.04.18 21:39:11.853924 [ 3 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1368 | 2025.04.18 21:39:11.853989 [ 3 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1369 | 2025.04.18 21:39:11.854126 [ 3 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1370 | 2025.04.18 21:39:11.854247 [ 288 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1371 | 2025.04.18 21:39:11.854267 [ 287 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1372 | 2025.04.18 21:39:11.854292 [ 286 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1373 | 2025.04.18 21:39:11.854385 [ 3 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1374 | 2025.04.18 21:39:11.854409 [ 3 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1375 | 2025.04.18 21:39:11.854487 [ 3 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1376 | 2025.04.18 21:39:11.854505 [ 3 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1377 | 2025.04.18 21:39:11.854544 [ 3 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1378 | 2025.04.18 21:39:11.854584 [ 3 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1379 | 2025.04.18 21:39:11.855543 [ 3 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002275 sec., 7912.087912087912 rows/sec., 323.66 KiB/sec. | ||
| 1380 | 2025.04.18 21:39:11.855674 [ 3 ] {20f8ea9b-c0d3-4d81-97a3-073d09734565} <Debug> TCPHandler: Processed in 0.002543719 sec. | ||
| 1381 | 2025.04.18 21:39:11.855913 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1382 | 2025.04.18 21:39:11.856069 [ 3 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1383 | 2025.04.18 21:39:11.856339 [ 3 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1384 | 2025.04.18 21:39:11.856380 [ 3 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1385 | 2025.04.18 21:39:11.856650 [ 3 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1386 | 2025.04.18 21:39:11.856715 [ 3 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1387 | 2025.04.18 21:39:11.856853 [ 3 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1388 | 2025.04.18 21:39:11.856997 [ 287 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1389 | 2025.04.18 21:39:11.856997 [ 288 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1390 | 2025.04.18 21:39:11.857017 [ 286 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1391 | 2025.04.18 21:39:11.857136 [ 3 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1392 | 2025.04.18 21:39:11.857160 [ 3 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1393 | 2025.04.18 21:39:11.857237 [ 3 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1394 | 2025.04.18 21:39:11.857257 [ 3 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1395 | 2025.04.18 21:39:11.857294 [ 3 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1396 | 2025.04.18 21:39:11.857334 [ 3 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1397 | 2025.04.18 21:39:11.858298 [ 3 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002299 sec., 7829.491083079601 rows/sec., 320.28 KiB/sec. | ||
| 1398 | 2025.04.18 21:39:11.858427 [ 3 ] {0be75682-43f6-40db-ab10-057132aaaa85} <Debug> TCPHandler: Processed in 0.002566209 sec. | ||
| 1399 | 2025.04.18 21:39:11.858683 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2025.04.18 21:39:11.858838 [ 3 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', '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) | ||
| 1401 | 2025.04.18 21:39:11.859109 [ 3 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1402 | 2025.04.18 21:39:11.859153 [ 3 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', '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 | ||
| 1403 | 2025.04.18 21:39:11.859426 [ 3 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1404 | 2025.04.18 21:39:11.859489 [ 3 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1405 | 2025.04.18 21:39:11.859626 [ 3 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1406 | 2025.04.18 21:39:11.859744 [ 288 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1407 | 2025.04.18 21:39:11.859774 [ 287 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1408 | 2025.04.18 21:39:11.859795 [ 286 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1409 | 2025.04.18 21:39:11.859904 [ 3 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1410 | 2025.04.18 21:39:11.859929 [ 3 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1411 | 2025.04.18 21:39:11.860007 [ 3 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1412 | 2025.04.18 21:39:11.860028 [ 3 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1413 | 2025.04.18 21:39:11.860066 [ 3 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1414 | 2025.04.18 21:39:11.860108 [ 3 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1415 | 2025.04.18 21:39:11.861083 [ 3 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002315 sec., 7775.3779697624195 rows/sec., 318.07 KiB/sec. | ||
| 1416 | 2025.04.18 21:39:11.861215 [ 3 ] {e130ce52-33d0-4476-9019-782dc55fe004} <Debug> TCPHandler: Processed in 0.00258301 sec. | ||
| 1417 | 2025.04.18 21:39:11.861459 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1418 | 2025.04.18 21:39:11.861615 [ 3 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', '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) | ||
| 1419 | 2025.04.18 21:39:11.861888 [ 3 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1420 | 2025.04.18 21:39:11.861931 [ 3 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', '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 | ||
| 1421 | 2025.04.18 21:39:11.862206 [ 3 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1422 | 2025.04.18 21:39:11.862271 [ 3 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1423 | 2025.04.18 21:39:11.862416 [ 3 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1424 | 2025.04.18 21:39:11.862553 [ 288 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1425 | 2025.04.18 21:39:11.862576 [ 287 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1426 | 2025.04.18 21:39:11.862591 [ 286 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1427 | 2025.04.18 21:39:11.862701 [ 3 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1428 | 2025.04.18 21:39:11.862724 [ 3 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1429 | 2025.04.18 21:39:11.862802 [ 3 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1430 | 2025.04.18 21:39:11.862822 [ 3 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1431 | 2025.04.18 21:39:11.862863 [ 3 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', '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'))" | ||
| 1432 | 2025.04.18 21:39:11.862906 [ 3 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', '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'))" | ||
| 1433 | 2025.04.18 21:39:11.863830 [ 3 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002285 sec., 7877.46170678337 rows/sec., 322.24 KiB/sec. | ||
| 1434 | 2025.04.18 21:39:11.863962 [ 3 ] {d3354047-43d6-4caf-b04c-072fdececf84} <Debug> TCPHandler: Processed in 0.00255579 sec. | ||
| 1435 | 2025.04.18 21:39:11.869614 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2025.04.18 21:39:11.869808 [ 3 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1437 | 2025.04.18 21:39:11.870146 [ 3 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1438 | 2025.04.18 21:39:11.870200 [ 3 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1439 | 2025.04.18 21:39:11.870548 [ 3 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1440 | 2025.04.18 21:39:11.870627 [ 3 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1441 | 2025.04.18 21:39:11.870772 [ 3 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1442 | 2025.04.18 21:39:11.870872 [ 288 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1443 | 2025.04.18 21:39:11.870935 [ 286 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1444 | 2025.04.18 21:39:11.870936 [ 287 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1445 | 2025.04.18 21:39:11.871062 [ 3 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1446 | 2025.04.18 21:39:11.871103 [ 3 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1447 | 2025.04.18 21:39:11.871211 [ 3 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1448 | 2025.04.18 21:39:11.871238 [ 3 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1449 | 2025.04.18 21:39:11.871281 [ 3 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1450 | 2025.04.18 21:39:11.871324 [ 3 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1451 | 2025.04.18 21:39:11.872294 [ 3 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002577 sec., 6984.866123399302 rows/sec., 285.73 KiB/sec. | ||
| 1452 | 2025.04.18 21:39:11.872426 [ 3 ] {577e3e0e-89ea-4060-9877-760777abaf44} <Debug> TCPHandler: Processed in 0.002874207 sec. | ||
| 1453 | 2025.04.18 21:39:11.879024 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1454 | 2025.04.18 21:39:11.879164 [ 3 ] {b02a5653-24bd-4352-97e4-f5d081688a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1455 | 2025.04.18 21:39:11.879221 [ 3 ] {b02a5653-24bd-4352-97e4-f5d081688a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1456 | 2025.04.18 21:39:11.879996 [ 3 ] {b02a5653-24bd-4352-97e4-f5d081688a02} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1457 | 2025.04.18 21:39:11.880039 [ 3 ] {b02a5653-24bd-4352-97e4-f5d081688a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1458 | 2025.04.18 21:39:11.880538 [ 3 ] {b02a5653-24bd-4352-97e4-f5d081688a02} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1459 | 2025.04.18 21:39:11.880767 [ 3 ] {b02a5653-24bd-4352-97e4-f5d081688a02} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1460 | 2025.04.18 21:39:11.880986 [ 3 ] {b02a5653-24bd-4352-97e4-f5d081688a02} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.001863 sec., 6441.2238325281805 rows/sec., 2.29 MiB/sec. | ||
| 1461 | 2025.04.18 21:39:11.881040 [ 3 ] {b02a5653-24bd-4352-97e4-f5d081688a02} <Debug> TCPHandler: Processed in 0.002079189 sec. | ||
| 1462 | 2025.04.18 21:39:11.881178 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1463 | 2025.04.18 21:39:11.881282 [ 3 ] {31be98f1-cb86-4c77-81f4-c07d23319913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1464 | 2025.04.18 21:39:11.881326 [ 3 ] {31be98f1-cb86-4c77-81f4-c07d23319913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1465 | 2025.04.18 21:39:11.882507 [ 3 ] {31be98f1-cb86-4c77-81f4-c07d23319913} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1466 | 2025.04.18 21:39:11.882544 [ 3 ] {31be98f1-cb86-4c77-81f4-c07d23319913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1467 | 2025.04.18 21:39:11.883011 [ 3 ] {31be98f1-cb86-4c77-81f4-c07d23319913} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1468 | 2025.04.18 21:39:11.883265 [ 3 ] {31be98f1-cb86-4c77-81f4-c07d23319913} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1469 | 2025.04.18 21:39:11.883461 [ 3 ] {31be98f1-cb86-4c77-81f4-c07d23319913} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002201 sec., 96319.85461154021 rows/sec., 6.13 MiB/sec. | ||
| 1470 | 2025.04.18 21:39:11.883511 [ 3 ] {31be98f1-cb86-4c77-81f4-c07d23319913} <Debug> TCPHandler: Processed in 0.002384306 sec. | ||
| 1471 | 2025.04.18 21:39:11.883630 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1472 | 2025.04.18 21:39:11.883734 [ 3 ] {b11808e8-f6b8-4216-957d-b63c97f0768a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1473 | 2025.04.18 21:39:11.883778 [ 3 ] {b11808e8-f6b8-4216-957d-b63c97f0768a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1474 | 2025.04.18 21:39:11.884621 [ 3 ] {b11808e8-f6b8-4216-957d-b63c97f0768a} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1475 | 2025.04.18 21:39:11.884660 [ 3 ] {b11808e8-f6b8-4216-957d-b63c97f0768a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1476 | 2025.04.18 21:39:11.885041 [ 3 ] {b11808e8-f6b8-4216-957d-b63c97f0768a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1477 | 2025.04.18 21:39:11.885280 [ 3 ] {b11808e8-f6b8-4216-957d-b63c97f0768a} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1478 | 2025.04.18 21:39:11.885438 [ 74 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1479 | 2025.04.18 21:39:11.885513 [ 74 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1480 | 2025.04.18 21:39:11.885522 [ 3 ] {b11808e8-f6b8-4216-957d-b63c97f0768a} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001801 sec., 342587.45141588006 rows/sec., 26.76 MiB/sec. | ||
| 1481 | 2025.04.18 21:39:11.885550 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1482 | 2025.04.18 21:39:11.885659 [ 3 ] {b11808e8-f6b8-4216-957d-b63c97f0768a} <Debug> TCPHandler: Processed in 0.002073748 sec. | ||
| 1483 | 2025.04.18 21:39:11.886010 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1484 | 2025.04.18 21:39:11.886009 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::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 | ||
| 1485 | 2025.04.18 21:39:11.886192 [ 3 ] {b23b792c-5142-4920-ac4f-620299be29f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1486 | 2025.04.18 21:39:11.886312 [ 3 ] {b23b792c-5142-4920-ac4f-620299be29f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1487 | 2025.04.18 21:39:11.886316 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1488 | 2025.04.18 21:39:11.886428 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::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 | ||
| 1489 | 2025.04.18 21:39:11.886779 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part | ||
| 1490 | 2025.04.18 21:39:11.887206 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 68 rows starting from the beginning of the part | ||
| 1491 | 2025.04.18 21:39:11.887514 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1492 | 2025.04.18 21:39:11.887894 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1493 | 2025.04.18 21:39:11.888138 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 617 rows starting from the beginning of the part | ||
| 1494 | 2025.04.18 21:39:11.889055 [ 3 ] {b23b792c-5142-4920-ac4f-620299be29f0} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1495 | 2025.04.18 21:39:11.889116 [ 3 ] {b23b792c-5142-4920-ac4f-620299be29f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1496 | 2025.04.18 21:39:11.890272 [ 3 ] {b23b792c-5142-4920-ac4f-620299be29f0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1497 | 2025.04.18 21:39:11.890777 [ 3 ] {b23b792c-5142-4920-ac4f-620299be29f0} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1498 | 2025.04.18 21:39:11.891405 [ 3 ] {b23b792c-5142-4920-ac4f-620299be29f0} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.005208 sec., 20353.30261136713 rows/sec., 1.20 MiB/sec. | ||
| 1499 | 2025.04.18 21:39:11.891753 [ 3 ] {b23b792c-5142-4920-ac4f-620299be29f0} <Debug> TCPHandler: Processed in 0.005856877 sec. | ||
| 1500 | 2025.04.18 21:39:11.891812 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 917 rows, containing 5 columns (5 merged, 0 gathered) in 0.006138353 sec., 149388.60635743823 rows/sec., 12.25 MiB/sec. | ||
| 1501 | 2025.04.18 21:39:11.891876 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1502 | 2025.04.18 21:39:11.892007 [ 3 ] {d4679939-fc11-4068-9571-57c424becd7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1503 | 2025.04.18 21:39:11.892074 [ 3 ] {d4679939-fc11-4068-9571-57c424becd7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1504 | 2025.04.18 21:39:11.892093 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1505 | 2025.04.18 21:39:11.892819 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_6_1} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1506 | 2025.04.18 21:39:11.892944 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_6_1} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1507 | 2025.04.18 21:39:11.893131 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1508 | 2025.04.18 21:39:11.893304 [ 3 ] {d4679939-fc11-4068-9571-57c424becd7c} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1509 | 2025.04.18 21:39:11.893348 [ 3 ] {d4679939-fc11-4068-9571-57c424becd7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1510 | 2025.04.18 21:39:11.893710 [ 3 ] {d4679939-fc11-4068-9571-57c424becd7c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1511 | 2025.04.18 21:39:11.893962 [ 3 ] {d4679939-fc11-4068-9571-57c424becd7c} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1512 | 2025.04.18 21:39:11.894174 [ 3 ] {d4679939-fc11-4068-9571-57c424becd7c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00221 sec., 51131.22171945701 rows/sec., 3.31 MiB/sec. | ||
| 1513 | 2025.04.18 21:39:11.894233 [ 3 ] {d4679939-fc11-4068-9571-57c424becd7c} <Debug> TCPHandler: Processed in 0.002412216 sec. | ||
| 1514 | 2025.04.18 21:39:11.894362 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1515 | 2025.04.18 21:39:11.894466 [ 3 ] {9dc32d07-9fa7-4bd5-a978-668ff9202824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1516 | 2025.04.18 21:39:11.894510 [ 3 ] {9dc32d07-9fa7-4bd5-a978-668ff9202824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1517 | 2025.04.18 21:39:11.895048 [ 3 ] {9dc32d07-9fa7-4bd5-a978-668ff9202824} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1518 | 2025.04.18 21:39:11.895086 [ 3 ] {9dc32d07-9fa7-4bd5-a978-668ff9202824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1519 | 2025.04.18 21:39:11.895442 [ 3 ] {9dc32d07-9fa7-4bd5-a978-668ff9202824} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1520 | 2025.04.18 21:39:11.895676 [ 3 ] {9dc32d07-9fa7-4bd5-a978-668ff9202824} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1521 | 2025.04.18 21:39:11.895864 [ 3 ] {9dc32d07-9fa7-4bd5-a978-668ff9202824} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001418 sec., 78984.48519040903 rows/sec., 4.50 MiB/sec. | ||
| 1522 | 2025.04.18 21:39:11.895914 [ 3 ] {9dc32d07-9fa7-4bd5-a978-668ff9202824} <Debug> TCPHandler: Processed in 0.001604048 sec. | ||
| 1523 | 2025.04.18 21:39:11.896030 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1524 | 2025.04.18 21:39:11.896134 [ 3 ] {f6b749f0-6f75-48b3-921a-40bf3bb6db4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1525 | 2025.04.18 21:39:11.896178 [ 3 ] {f6b749f0-6f75-48b3-921a-40bf3bb6db4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1526 | 2025.04.18 21:39:11.896820 [ 3 ] {f6b749f0-6f75-48b3-921a-40bf3bb6db4d} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1527 | 2025.04.18 21:39:11.896859 [ 3 ] {f6b749f0-6f75-48b3-921a-40bf3bb6db4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1528 | 2025.04.18 21:39:11.897219 [ 3 ] {f6b749f0-6f75-48b3-921a-40bf3bb6db4d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1529 | 2025.04.18 21:39:11.897449 [ 3 ] {f6b749f0-6f75-48b3-921a-40bf3bb6db4d} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1530 | 2025.04.18 21:39:11.897603 [ 74 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1531 | 2025.04.18 21:39:11.897667 [ 74 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1532 | 2025.04.18 21:39:11.897695 [ 3 ] {f6b749f0-6f75-48b3-921a-40bf3bb6db4d} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001576 sec., 242385.78680203046 rows/sec., 17.09 MiB/sec. | ||
| 1533 | 2025.04.18 21:39:11.897707 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1534 | 2025.04.18 21:39:11.897851 [ 3 ] {f6b749f0-6f75-48b3-921a-40bf3bb6db4d} <Debug> TCPHandler: Processed in 0.001869814 sec. | ||
| 1535 | 2025.04.18 21:39:11.897933 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::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 | ||
| 1536 | 2025.04.18 21:39:11.898033 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1537 | 2025.04.18 21:39:11.898115 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1538 | 2025.04.18 21:39:11.898199 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1539 | 2025.04.18 21:39:11.898237 [ 3 ] {7c5c2678-e8c9-46e6-93c3-de97541dd0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1540 | 2025.04.18 21:39:11.898398 [ 3 ] {7c5c2678-e8c9-46e6-93c3-de97541dd0ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1541 | 2025.04.18 21:39:11.898502 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1542 | 2025.04.18 21:39:11.898852 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
| 1543 | 2025.04.18 21:39:11.899269 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1544 | 2025.04.18 21:39:11.899578 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1545 | 2025.04.18 21:39:11.899813 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 382 rows starting from the beginning of the part | ||
| 1546 | 2025.04.18 21:39:11.900665 [ 3 ] {7c5c2678-e8c9-46e6-93c3-de97541dd0ad} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1547 | 2025.04.18 21:39:11.900723 [ 3 ] {7c5c2678-e8c9-46e6-93c3-de97541dd0ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1548 | 2025.04.18 21:39:11.901729 [ 3 ] {7c5c2678-e8c9-46e6-93c3-de97541dd0ad} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1549 | 2025.04.18 21:39:11.902240 [ 3 ] {7c5c2678-e8c9-46e6-93c3-de97541dd0ad} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1550 | 2025.04.18 21:39:11.902697 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 5 columns (5 merged, 0 gathered) in 0.004858383 sec., 142845.8810266708 rows/sec., 11.10 MiB/sec. | ||
| 1551 | 2025.04.18 21:39:11.902873 [ 3 ] {7c5c2678-e8c9-46e6-93c3-de97541dd0ad} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004676 sec., 1283.1479897348163 rows/sec., 67.04 KiB/sec. | ||
| 1552 | 2025.04.18 21:39:11.902957 [ 3 ] {7c5c2678-e8c9-46e6-93c3-de97541dd0ad} <Debug> TCPHandler: Processed in 0.005000087 sec. | ||
| 1553 | 2025.04.18 21:39:11.902978 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1554 | 2025.04.18 21:39:11.903075 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1555 | 2025.04.18 21:39:11.903190 [ 3 ] {eb1a74ae-2f28-47fb-aafb-0febefa28824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1556 | 2025.04.18 21:39:11.903252 [ 3 ] {eb1a74ae-2f28-47fb-aafb-0febefa28824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1557 | 2025.04.18 21:39:11.903325 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_6_1} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1558 | 2025.04.18 21:39:11.903464 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_6_1} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1559 | 2025.04.18 21:39:11.903573 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1560 | 2025.04.18 21:39:11.903907 [ 3 ] {eb1a74ae-2f28-47fb-aafb-0febefa28824} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1561 | 2025.04.18 21:39:11.903945 [ 3 ] {eb1a74ae-2f28-47fb-aafb-0febefa28824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1562 | 2025.04.18 21:39:11.904328 [ 3 ] {eb1a74ae-2f28-47fb-aafb-0febefa28824} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1563 | 2025.04.18 21:39:11.904565 [ 3 ] {eb1a74ae-2f28-47fb-aafb-0febefa28824} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1564 | 2025.04.18 21:39:11.904735 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1565 | 2025.04.18 21:39:11.904797 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1566 | 2025.04.18 21:39:11.904805 [ 3 ] {eb1a74ae-2f28-47fb-aafb-0febefa28824} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001623 sec., 146025.87800369685 rows/sec., 9.79 MiB/sec. | ||
| 1567 | 2025.04.18 21:39:11.904838 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1568 | 2025.04.18 21:39:11.904972 [ 3 ] {eb1a74ae-2f28-47fb-aafb-0febefa28824} <Debug> TCPHandler: Processed in 0.001948295 sec. | ||
| 1569 | 2025.04.18 21:39:11.905065 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::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 | ||
| 1570 | 2025.04.18 21:39:11.905145 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1571 | 2025.04.18 21:39:11.905237 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1572 | 2025.04.18 21:39:11.905328 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 120 rows starting from the beginning of the part | ||
| 1573 | 2025.04.18 21:39:11.905347 [ 3 ] {2374899a-9b68-4c20-975b-7228352af52b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1574 | 2025.04.18 21:39:11.905511 [ 3 ] {2374899a-9b68-4c20-975b-7228352af52b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1575 | 2025.04.18 21:39:11.905632 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part | ||
| 1576 | 2025.04.18 21:39:11.905979 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part | ||
| 1577 | 2025.04.18 21:39:11.906348 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 158 rows starting from the beginning of the part | ||
| 1578 | 2025.04.18 21:39:11.906687 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1579 | 2025.04.18 21:39:11.906993 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part | ||
| 1580 | 2025.04.18 21:39:11.907800 [ 3 ] {2374899a-9b68-4c20-975b-7228352af52b} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1581 | 2025.04.18 21:39:11.907868 [ 3 ] {2374899a-9b68-4c20-975b-7228352af52b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1582 | 2025.04.18 21:39:11.909064 [ 3 ] {2374899a-9b68-4c20-975b-7228352af52b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1583 | 2025.04.18 21:39:11.909582 [ 3 ] {2374899a-9b68-4c20-975b-7228352af52b} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1584 | 2025.04.18 21:39:11.909950 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 975 rows, containing 5 columns (5 merged, 0 gathered) in 0.004974056 sec., 196017.0934947254 rows/sec., 13.50 MiB/sec. | ||
| 1585 | 2025.04.18 21:39:11.910131 [ 3 ] {2374899a-9b68-4c20-975b-7228352af52b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004844 sec., 206.44095788604457 rows/sec., 13.91 KiB/sec. | ||
| 1586 | 2025.04.18 21:39:11.910219 [ 3 ] {2374899a-9b68-4c20-975b-7228352af52b} <Debug> TCPHandler: Processed in 0.00513274 sec. | ||
| 1587 | 2025.04.18 21:39:11.910234 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1588 | 2025.04.18 21:39:11.910370 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1589 | 2025.04.18 21:39:11.910516 [ 3 ] {7b464337-b98d-41f9-89a3-a8e9189ff1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1590 | 2025.04.18 21:39:11.910579 [ 3 ] {7b464337-b98d-41f9-89a3-a8e9189ff1cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1591 | 2025.04.18 21:39:11.910624 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1592 | 2025.04.18 21:39:11.910761 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1593 | 2025.04.18 21:39:11.910869 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1594 | 2025.04.18 21:39:11.911160 [ 3 ] {7b464337-b98d-41f9-89a3-a8e9189ff1cd} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1595 | 2025.04.18 21:39:11.911199 [ 3 ] {7b464337-b98d-41f9-89a3-a8e9189ff1cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1596 | 2025.04.18 21:39:11.911563 [ 3 ] {7b464337-b98d-41f9-89a3-a8e9189ff1cd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1597 | 2025.04.18 21:39:11.911799 [ 3 ] {7b464337-b98d-41f9-89a3-a8e9189ff1cd} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1598 | 2025.04.18 21:39:11.911953 [ 74 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1599 | 2025.04.18 21:39:11.912013 [ 74 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1600 | 2025.04.18 21:39:11.912047 [ 3 ] {7b464337-b98d-41f9-89a3-a8e9189ff1cd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00156 sec., 52564.10256410256 rows/sec., 3.34 MiB/sec. | ||
| 1601 | 2025.04.18 21:39:11.912051 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1602 | 2025.04.18 21:39:11.912206 [ 3 ] {7b464337-b98d-41f9-89a3-a8e9189ff1cd} <Debug> TCPHandler: Processed in 0.001904264 sec. | ||
| 1603 | 2025.04.18 21:39:11.912302 [ 197 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::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 | ||
| 1604 | 2025.04.18 21:39:11.912419 [ 197 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1605 | 2025.04.18 21:39:11.912448 [ 197 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
| 1606 | 2025.04.18 21:39:11.912524 [ 197 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
| 1607 | 2025.04.18 21:39:11.912705 [ 197 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::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 | ||
| 1608 | 2025.04.18 21:39:11.912836 [ 197 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::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 | ||
| 1609 | 2025.04.18 21:39:11.912983 [ 197 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1610 | 2025.04.18 21:39:11.913121 [ 197 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part | ||
| 1611 | 2025.04.18 21:39:11.914083 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 340 rows, containing 4 columns (4 merged, 0 gathered) in 0.001885313 sec., 180341.40750103563 rows/sec., 12.08 MiB/sec. | ||
| 1612 | 2025.04.18 21:39:11.914234 [ 197 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1613 | 2025.04.18 21:39:11.914511 [ 197 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_6_1} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1614 | 2025.04.18 21:39:11.914586 [ 197 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_6_1} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1615 | 2025.04.18 21:39:11.914660 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1616 | 2025.04.18 21:39:12.001129 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.47 MiB, peak 170.00 MiB, free memory in arenas 0.00 B, will set to 163.35 MiB (RSS), difference: -1.12 MiB | ||
| 1617 | 2025.04.18 21:39:14.808246 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 226 | ||
| 1618 | 2025.04.18 21:39:14.811785 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1619 | 2025.04.18 21:39:14.811836 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1620 | 2025.04.18 21:39:14.813339 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1621 | 2025.04.18 21:39:14.813643 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1622 | 2025.04.18 21:39:14.814138 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 226 | ||
| 1623 | 2025.04.18 21:39:16.832296 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1624 | 2025.04.18 21:39:16.832484 [ 3 ] {0c8f9743-de4d-461e-8865-92c6fc73cf0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1625 | 2025.04.18 21:39:16.832559 [ 3 ] {0c8f9743-de4d-461e-8865-92c6fc73cf0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1626 | 2025.04.18 21:39:16.833319 [ 3 ] {0c8f9743-de4d-461e-8865-92c6fc73cf0a} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1627 | 2025.04.18 21:39:16.833367 [ 3 ] {0c8f9743-de4d-461e-8865-92c6fc73cf0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1628 | 2025.04.18 21:39:16.833829 [ 3 ] {0c8f9743-de4d-461e-8865-92c6fc73cf0a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1629 | 2025.04.18 21:39:16.834090 [ 3 ] {0c8f9743-de4d-461e-8865-92c6fc73cf0a} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1630 | 2025.04.18 21:39:16.834295 [ 3 ] {0c8f9743-de4d-461e-8865-92c6fc73cf0a} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001865 sec., 38605.8981233244 rows/sec., 3.12 MiB/sec. | ||
| 1631 | 2025.04.18 21:39:16.834350 [ 3 ] {0c8f9743-de4d-461e-8865-92c6fc73cf0a} <Debug> TCPHandler: Processed in 0.002182461 sec. | ||
| 1632 | 2025.04.18 21:39:16.834491 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1633 | 2025.04.18 21:39:16.834597 [ 3 ] {62045f0b-8305-45c7-aced-1ecf70ff1369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1634 | 2025.04.18 21:39:16.834645 [ 3 ] {62045f0b-8305-45c7-aced-1ecf70ff1369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1635 | 2025.04.18 21:39:16.835155 [ 3 ] {62045f0b-8305-45c7-aced-1ecf70ff1369} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1636 | 2025.04.18 21:39:16.835195 [ 3 ] {62045f0b-8305-45c7-aced-1ecf70ff1369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1637 | 2025.04.18 21:39:16.835545 [ 3 ] {62045f0b-8305-45c7-aced-1ecf70ff1369} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1638 | 2025.04.18 21:39:16.835787 [ 3 ] {62045f0b-8305-45c7-aced-1ecf70ff1369} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1639 | 2025.04.18 21:39:16.835981 [ 3 ] {62045f0b-8305-45c7-aced-1ecf70ff1369} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001407 sec., 5685.856432125089 rows/sec., 427.55 KiB/sec. | ||
| 1640 | 2025.04.18 21:39:16.836033 [ 3 ] {62045f0b-8305-45c7-aced-1ecf70ff1369} <Debug> TCPHandler: Processed in 0.001601168 sec. | ||
| 1641 | 2025.04.18 21:39:16.836145 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1642 | 2025.04.18 21:39:16.836249 [ 3 ] {5a386da2-ee4d-43e2-bf4e-9a46d9f1c444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1643 | 2025.04.18 21:39:16.836296 [ 3 ] {5a386da2-ee4d-43e2-bf4e-9a46d9f1c444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1644 | 2025.04.18 21:39:16.836829 [ 3 ] {5a386da2-ee4d-43e2-bf4e-9a46d9f1c444} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1645 | 2025.04.18 21:39:16.836869 [ 3 ] {5a386da2-ee4d-43e2-bf4e-9a46d9f1c444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1646 | 2025.04.18 21:39:16.837226 [ 3 ] {5a386da2-ee4d-43e2-bf4e-9a46d9f1c444} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1647 | 2025.04.18 21:39:16.837464 [ 3 ] {5a386da2-ee4d-43e2-bf4e-9a46d9f1c444} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1648 | 2025.04.18 21:39:16.837659 [ 3 ] {5a386da2-ee4d-43e2-bf4e-9a46d9f1c444} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001431 sec., 50314.46540880503 rows/sec., 3.93 MiB/sec. | ||
| 1649 | 2025.04.18 21:39:16.837710 [ 3 ] {5a386da2-ee4d-43e2-bf4e-9a46d9f1c444} <Debug> TCPHandler: Processed in 0.001615298 sec. | ||
| 1650 | 2025.04.18 21:39:16.837826 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1651 | 2025.04.18 21:39:16.837929 [ 3 ] {fd2c0435-4f40-4e5d-93a4-8051655d1e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1652 | 2025.04.18 21:39:16.837979 [ 3 ] {fd2c0435-4f40-4e5d-93a4-8051655d1e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1653 | 2025.04.18 21:39:16.838489 [ 3 ] {fd2c0435-4f40-4e5d-93a4-8051655d1e91} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1654 | 2025.04.18 21:39:16.838529 [ 3 ] {fd2c0435-4f40-4e5d-93a4-8051655d1e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1655 | 2025.04.18 21:39:16.838913 [ 3 ] {fd2c0435-4f40-4e5d-93a4-8051655d1e91} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1656 | 2025.04.18 21:39:16.839154 [ 3 ] {fd2c0435-4f40-4e5d-93a4-8051655d1e91} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1657 | 2025.04.18 21:39:16.839390 [ 3 ] {fd2c0435-4f40-4e5d-93a4-8051655d1e91} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001477 sec., 108327.69126607988 rows/sec., 7.54 MiB/sec. | ||
| 1658 | 2025.04.18 21:39:16.839571 [ 3 ] {fd2c0435-4f40-4e5d-93a4-8051655d1e91} <Debug> TCPHandler: Processed in 0.001791862 sec. | ||
| 1659 | 2025.04.18 21:39:16.839714 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1660 | 2025.04.18 21:39:16.839818 [ 3 ] {fbafa49d-5065-43f7-8f29-8002152429d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1661 | 2025.04.18 21:39:16.839895 [ 3 ] {fbafa49d-5065-43f7-8f29-8002152429d7} <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 | ||
| 1662 | 2025.04.18 21:39:16.840917 [ 3 ] {fbafa49d-5065-43f7-8f29-8002152429d7} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1663 | 2025.04.18 21:39:16.840958 [ 3 ] {fbafa49d-5065-43f7-8f29-8002152429d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1664 | 2025.04.18 21:39:16.841546 [ 3 ] {fbafa49d-5065-43f7-8f29-8002152429d7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1665 | 2025.04.18 21:39:16.841800 [ 3 ] {fbafa49d-5065-43f7-8f29-8002152429d7} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1666 | 2025.04.18 21:39:16.842016 [ 3 ] {fbafa49d-5065-43f7-8f29-8002152429d7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002219 sec., 3605.2275799909867 rows/sec., 6.46 MiB/sec. | ||
| 1667 | 2025.04.18 21:39:16.842164 [ 3 ] {fbafa49d-5065-43f7-8f29-8002152429d7} <Debug> TCPHandler: Processed in 0.002501418 sec. | ||
| 1668 | 2025.04.18 21:39:16.842284 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1669 | 2025.04.18 21:39:16.842389 [ 3 ] {76422baf-9747-49ed-8d0a-1a9952fe4375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1670 | 2025.04.18 21:39:16.842436 [ 3 ] {76422baf-9747-49ed-8d0a-1a9952fe4375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1671 | 2025.04.18 21:39:16.842843 [ 3 ] {76422baf-9747-49ed-8d0a-1a9952fe4375} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1672 | 2025.04.18 21:39:16.842883 [ 3 ] {76422baf-9747-49ed-8d0a-1a9952fe4375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1673 | 2025.04.18 21:39:16.843229 [ 3 ] {76422baf-9747-49ed-8d0a-1a9952fe4375} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1674 | 2025.04.18 21:39:16.843460 [ 3 ] {76422baf-9747-49ed-8d0a-1a9952fe4375} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1675 | 2025.04.18 21:39:16.843656 [ 3 ] {76422baf-9747-49ed-8d0a-1a9952fe4375} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001289 sec., 46547.71140418929 rows/sec., 3.14 MiB/sec. | ||
| 1676 | 2025.04.18 21:39:16.843705 [ 3 ] {76422baf-9747-49ed-8d0a-1a9952fe4375} <Debug> TCPHandler: Processed in 0.001473274 sec. | ||
| 1677 | 2025.04.18 21:39:17.319626 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1678 | 2025.04.18 21:39:17.320314 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1679 | 2025.04.18 21:39:17.320357 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1680 | 2025.04.18 21:39:17.320866 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1681 | 2025.04.18 21:39:17.321118 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1682 | 2025.04.18 21:39:17.321349 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1683 | 2025.04.18 21:39:17.544385 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1684 | 2025.04.18 21:39:17.563036 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1685 | 2025.04.18 21:39:17.563097 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1686 | 2025.04.18 21:39:17.570170 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1687 | 2025.04.18 21:39:17.570952 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1688 | 2025.04.18 21:39:17.574014 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1689 | 2025.04.18 21:39:18.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.93 MiB, peak 170.00 MiB, free memory in arenas 0.00 B, will set to 165.11 MiB (RSS), difference: 1.18 MiB | ||
| 1690 | 2025.04.18 21:39:21.838452 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1691 | 2025.04.18 21:39:21.838654 [ 3 ] {458004dc-0b9f-48de-b20f-c9099c0375e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1692 | 2025.04.18 21:39:21.838729 [ 3 ] {458004dc-0b9f-48de-b20f-c9099c0375e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1693 | 2025.04.18 21:39:21.839581 [ 3 ] {458004dc-0b9f-48de-b20f-c9099c0375e6} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1694 | 2025.04.18 21:39:21.839631 [ 3 ] {458004dc-0b9f-48de-b20f-c9099c0375e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1695 | 2025.04.18 21:39:21.840084 [ 3 ] {458004dc-0b9f-48de-b20f-c9099c0375e6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1696 | 2025.04.18 21:39:21.840357 [ 3 ] {458004dc-0b9f-48de-b20f-c9099c0375e6} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1697 | 2025.04.18 21:39:21.840603 [ 3 ] {458004dc-0b9f-48de-b20f-c9099c0375e6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001993 sec., 106372.3030607125 rows/sec., 6.77 MiB/sec. | ||
| 1698 | 2025.04.18 21:39:21.840785 [ 3 ] {458004dc-0b9f-48de-b20f-c9099c0375e6} <Debug> TCPHandler: Processed in 0.002455417 sec. | ||
| 1699 | 2025.04.18 21:39:21.840923 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1700 | 2025.04.18 21:39:21.841037 [ 3 ] {898ed7f1-7f21-409c-bc57-4e09bfcdeea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1701 | 2025.04.18 21:39:21.841088 [ 3 ] {898ed7f1-7f21-409c-bc57-4e09bfcdeea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1702 | 2025.04.18 21:39:21.841981 [ 3 ] {898ed7f1-7f21-409c-bc57-4e09bfcdeea4} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1703 | 2025.04.18 21:39:21.842025 [ 3 ] {898ed7f1-7f21-409c-bc57-4e09bfcdeea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1704 | 2025.04.18 21:39:21.842430 [ 3 ] {898ed7f1-7f21-409c-bc57-4e09bfcdeea4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1705 | 2025.04.18 21:39:21.842670 [ 3 ] {898ed7f1-7f21-409c-bc57-4e09bfcdeea4} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1706 | 2025.04.18 21:39:21.842874 [ 3 ] {898ed7f1-7f21-409c-bc57-4e09bfcdeea4} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001865 sec., 330831.0991957105 rows/sec., 25.84 MiB/sec. | ||
| 1707 | 2025.04.18 21:39:21.842930 [ 3 ] {898ed7f1-7f21-409c-bc57-4e09bfcdeea4} <Debug> TCPHandler: Processed in 0.002060308 sec. | ||
| 1708 | 2025.04.18 21:39:21.843049 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1709 | 2025.04.18 21:39:21.843158 [ 3 ] {bddde502-d32b-4056-ba95-f4cfba3f6a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1710 | 2025.04.18 21:39:21.843205 [ 3 ] {bddde502-d32b-4056-ba95-f4cfba3f6a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1711 | 2025.04.18 21:39:21.843753 [ 3 ] {bddde502-d32b-4056-ba95-f4cfba3f6a9c} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1712 | 2025.04.18 21:39:21.843793 [ 3 ] {bddde502-d32b-4056-ba95-f4cfba3f6a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1713 | 2025.04.18 21:39:21.844145 [ 3 ] {bddde502-d32b-4056-ba95-f4cfba3f6a9c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1714 | 2025.04.18 21:39:21.844381 [ 3 ] {bddde502-d32b-4056-ba95-f4cfba3f6a9c} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1715 | 2025.04.18 21:39:21.844582 [ 3 ] {bddde502-d32b-4056-ba95-f4cfba3f6a9c} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001448 sec., 73204.41988950277 rows/sec., 4.31 MiB/sec. | ||
| 1716 | 2025.04.18 21:39:21.844633 [ 3 ] {bddde502-d32b-4056-ba95-f4cfba3f6a9c} <Debug> TCPHandler: Processed in 0.001637287 sec. | ||
| 1717 | 2025.04.18 21:39:21.844748 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1718 | 2025.04.18 21:39:21.844854 [ 3 ] {3e73558c-7142-42e8-8cac-0e9ff4a3860d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1719 | 2025.04.18 21:39:21.844904 [ 3 ] {3e73558c-7142-42e8-8cac-0e9ff4a3860d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1720 | 2025.04.18 21:39:21.845451 [ 3 ] {3e73558c-7142-42e8-8cac-0e9ff4a3860d} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1721 | 2025.04.18 21:39:21.845491 [ 3 ] {3e73558c-7142-42e8-8cac-0e9ff4a3860d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1722 | 2025.04.18 21:39:21.845837 [ 3 ] {3e73558c-7142-42e8-8cac-0e9ff4a3860d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1723 | 2025.04.18 21:39:21.846087 [ 3 ] {3e73558c-7142-42e8-8cac-0e9ff4a3860d} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1724 | 2025.04.18 21:39:21.846298 [ 3 ] {3e73558c-7142-42e8-8cac-0e9ff4a3860d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00146 sec., 77397.26027397261 rows/sec., 5.01 MiB/sec. | ||
| 1725 | 2025.04.18 21:39:21.846368 [ 3 ] {3e73558c-7142-42e8-8cac-0e9ff4a3860d} <Debug> TCPHandler: Processed in 0.001671619 sec. | ||
| 1726 | 2025.04.18 21:39:21.846483 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1727 | 2025.04.18 21:39:21.846587 [ 3 ] {4b9bf5d7-2da9-4ef4-b073-1b374f7232d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1728 | 2025.04.18 21:39:21.846634 [ 3 ] {4b9bf5d7-2da9-4ef4-b073-1b374f7232d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1729 | 2025.04.18 21:39:21.847174 [ 3 ] {4b9bf5d7-2da9-4ef4-b073-1b374f7232d7} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1730 | 2025.04.18 21:39:21.847213 [ 3 ] {4b9bf5d7-2da9-4ef4-b073-1b374f7232d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1731 | 2025.04.18 21:39:21.847559 [ 3 ] {4b9bf5d7-2da9-4ef4-b073-1b374f7232d7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1732 | 2025.04.18 21:39:21.847791 [ 3 ] {4b9bf5d7-2da9-4ef4-b073-1b374f7232d7} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1733 | 2025.04.18 21:39:21.848026 [ 3 ] {4b9bf5d7-2da9-4ef4-b073-1b374f7232d7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001451 sec., 77188.1461061337 rows/sec., 4.40 MiB/sec. | ||
| 1734 | 2025.04.18 21:39:21.848161 [ 3 ] {4b9bf5d7-2da9-4ef4-b073-1b374f7232d7} <Debug> TCPHandler: Processed in 0.001728671 sec. | ||
| 1735 | 2025.04.18 21:39:21.848276 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1736 | 2025.04.18 21:39:21.848380 [ 3 ] {7bed844a-fe5b-4f70-abc9-a3566e565a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1737 | 2025.04.18 21:39:21.848426 [ 3 ] {7bed844a-fe5b-4f70-abc9-a3566e565a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1738 | 2025.04.18 21:39:21.849097 [ 3 ] {7bed844a-fe5b-4f70-abc9-a3566e565a21} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1739 | 2025.04.18 21:39:21.849137 [ 3 ] {7bed844a-fe5b-4f70-abc9-a3566e565a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1740 | 2025.04.18 21:39:21.849500 [ 3 ] {7bed844a-fe5b-4f70-abc9-a3566e565a21} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1741 | 2025.04.18 21:39:21.849731 [ 3 ] {7bed844a-fe5b-4f70-abc9-a3566e565a21} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1742 | 2025.04.18 21:39:21.849948 [ 3 ] {7bed844a-fe5b-4f70-abc9-a3566e565a21} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001584 sec., 241161.61616161617 rows/sec., 17.01 MiB/sec. | ||
| 1743 | 2025.04.18 21:39:21.850020 [ 3 ] {7bed844a-fe5b-4f70-abc9-a3566e565a21} <Debug> TCPHandler: Processed in 0.001795472 sec. | ||
| 1744 | 2025.04.18 21:39:21.850140 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1745 | 2025.04.18 21:39:21.850245 [ 3 ] {891a0723-db1a-4642-928d-70f5646bead9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1746 | 2025.04.18 21:39:21.850292 [ 3 ] {891a0723-db1a-4642-928d-70f5646bead9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1747 | 2025.04.18 21:39:21.850696 [ 3 ] {891a0723-db1a-4642-928d-70f5646bead9} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1748 | 2025.04.18 21:39:21.850734 [ 3 ] {891a0723-db1a-4642-928d-70f5646bead9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1749 | 2025.04.18 21:39:21.851072 [ 3 ] {891a0723-db1a-4642-928d-70f5646bead9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1750 | 2025.04.18 21:39:21.851316 [ 3 ] {891a0723-db1a-4642-928d-70f5646bead9} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1751 | 2025.04.18 21:39:21.851499 [ 3 ] {891a0723-db1a-4642-928d-70f5646bead9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001268 sec., 4731.86119873817 rows/sec., 247.22 KiB/sec. | ||
| 1752 | 2025.04.18 21:39:21.851549 [ 3 ] {891a0723-db1a-4642-928d-70f5646bead9} <Debug> TCPHandler: Processed in 0.001460725 sec. | ||
| 1753 | 2025.04.18 21:39:21.851660 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1754 | 2025.04.18 21:39:21.851766 [ 3 ] {556498fe-8f9f-40bf-a0d0-0c6eea364416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1755 | 2025.04.18 21:39:21.851816 [ 3 ] {556498fe-8f9f-40bf-a0d0-0c6eea364416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1756 | 2025.04.18 21:39:21.852415 [ 3 ] {556498fe-8f9f-40bf-a0d0-0c6eea364416} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1757 | 2025.04.18 21:39:21.852466 [ 3 ] {556498fe-8f9f-40bf-a0d0-0c6eea364416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1758 | 2025.04.18 21:39:21.852939 [ 3 ] {556498fe-8f9f-40bf-a0d0-0c6eea364416} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1759 | 2025.04.18 21:39:21.853208 [ 3 ] {556498fe-8f9f-40bf-a0d0-0c6eea364416} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1760 | 2025.04.18 21:39:21.853403 [ 3 ] {556498fe-8f9f-40bf-a0d0-0c6eea364416} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001658 sec., 142943.30518697225 rows/sec., 9.58 MiB/sec. | ||
| 1761 | 2025.04.18 21:39:21.853455 [ 3 ] {556498fe-8f9f-40bf-a0d0-0c6eea364416} <Debug> TCPHandler: Processed in 0.001844623 sec. | ||
| 1762 | 2025.04.18 21:39:21.853569 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1763 | 2025.04.18 21:39:21.853676 [ 3 ] {39d29a9a-08e9-4487-9807-1c6e937e04ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1764 | 2025.04.18 21:39:21.853723 [ 3 ] {39d29a9a-08e9-4487-9807-1c6e937e04ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1765 | 2025.04.18 21:39:21.854118 [ 3 ] {39d29a9a-08e9-4487-9807-1c6e937e04ef} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1766 | 2025.04.18 21:39:21.854157 [ 3 ] {39d29a9a-08e9-4487-9807-1c6e937e04ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1767 | 2025.04.18 21:39:21.854487 [ 3 ] {39d29a9a-08e9-4487-9807-1c6e937e04ef} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1768 | 2025.04.18 21:39:21.854715 [ 3 ] {39d29a9a-08e9-4487-9807-1c6e937e04ef} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1769 | 2025.04.18 21:39:21.854911 [ 3 ] {39d29a9a-08e9-4487-9807-1c6e937e04ef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001257 sec., 795.5449482895783 rows/sec., 53.61 KiB/sec. | ||
| 1770 | 2025.04.18 21:39:21.854961 [ 3 ] {39d29a9a-08e9-4487-9807-1c6e937e04ef} <Debug> TCPHandler: Processed in 0.001441984 sec. | ||
| 1771 | 2025.04.18 21:39:21.855074 [ 3 ] {} <Trace> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1772 | 2025.04.18 21:39:21.855179 [ 3 ] {c1246b02-60c7-460e-bf03-e8d9a57b12b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57604) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1773 | 2025.04.18 21:39:21.855226 [ 3 ] {c1246b02-60c7-460e-bf03-e8d9a57b12b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1774 | 2025.04.18 21:39:21.855651 [ 3 ] {c1246b02-60c7-460e-bf03-e8d9a57b12b8} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1775 | 2025.04.18 21:39:21.855691 [ 3 ] {c1246b02-60c7-460e-bf03-e8d9a57b12b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1776 | 2025.04.18 21:39:21.856053 [ 3 ] {c1246b02-60c7-460e-bf03-e8d9a57b12b8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1777 | 2025.04.18 21:39:21.856282 [ 3 ] {c1246b02-60c7-460e-bf03-e8d9a57b12b8} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1778 | 2025.04.18 21:39:21.856520 [ 3 ] {c1246b02-60c7-460e-bf03-e8d9a57b12b8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001357 sec., 60427.413411938105 rows/sec., 3.84 MiB/sec. | ||
| 1779 | 2025.04.18 21:39:21.856655 [ 3 ] {c1246b02-60c7-460e-bf03-e8d9a57b12b8} <Debug> TCPHandler: Processed in 0.001624758 sec. | ||
| 1780 | 2025.04.18 21:39:24.730330 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1781 | 2025.04.18 21:39:24.730417 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1782 | 2025.04.18 21:39:24.815331 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 258 | ||
| 1783 | 2025.04.18 21:39:24.818360 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1784 | 2025.04.18 21:39:24.818415 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1785 | 2025.04.18 21:39:24.819938 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1786 | 2025.04.18 21:39:24.820254 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1787 | 2025.04.18 21:39:24.821003 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 258 | ||
| 1788 | 2025.04.18 21:39:24.822356 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1789 | 2025.04.18 21:39:24.822983 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1790 | 2025.04.18 21:39:24.823024 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1791 | 2025.04.18 21:39:24.823607 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1792 | 2025.04.18 21:39:24.823868 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1793 | 2025.04.18 21:39:24.824105 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1794 | 2025.04.18 21:39:25.074972 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1795 | 2025.04.18 21:39:25.094050 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1796 | 2025.04.18 21:39:25.094104 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1797 | 2025.04.18 21:39:25.101024 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1798 | 2025.04.18 21:39:25.101810 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1799 | 2025.04.18 21:39:25.104319 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1800 | 2025.04.18 21:39:25.914921 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1801 | 2025.04.18 21:39:25.915016 [ 3 ] {} <Debug> TCP-Session: c658f927-1b6a-49d8-a3b7-ff5bffd7b74c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1802 | 2025.04.18 21:39:26.000188 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.65 MiB, peak 170.00 MiB, free memory in arenas 0.00 B, will set to 165.85 MiB (RSS), difference: 2.20 MiB | ||
| 1803 | 2025.04.18 21:39:26.827315 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1804 | 2025.04.18 21:39:26.827615 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1805 | 2025.04.18 21:39:26.828127 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1806 | 2025.04.18 21:39:26.828178 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1807 | 2025.04.18 21:39:26.828538 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1808 | 2025.04.18 21:39:26.828625 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1809 | 2025.04.18 21:39:26.828811 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1810 | 2025.04.18 21:39:26.828942 [ 288 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1811 | 2025.04.18 21:39:26.829085 [ 286 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1812 | 2025.04.18 21:39:26.829102 [ 287 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1813 | 2025.04.18 21:39:26.829125 [ 288 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1814 | 2025.04.18 21:39:26.829301 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1815 | 2025.04.18 21:39:26.829333 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1816 | 2025.04.18 21:39:26.829452 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1817 | 2025.04.18 21:39:26.829478 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1818 | 2025.04.18 21:39:26.829523 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1819 | 2025.04.18 21:39:26.829573 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1820 | 2025.04.18 21:39:26.829619 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1821 | 2025.04.18 21:39:26.831411 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003935 sec., 7623.888182973316 rows/sec., 285.65 KiB/sec. | ||
| 1822 | 2025.04.18 21:39:26.831605 [ 255 ] {74b212ff-c49d-4910-b2c9-ccd8c09c889b} <Debug> TCPHandler: Processed in 0.004436393 sec. | ||
| 1823 | 2025.04.18 21:39:26.831912 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1824 | 2025.04.18 21:39:26.832084 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1825 | 2025.04.18 21:39:26.832486 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1826 | 2025.04.18 21:39:26.832534 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1827 | 2025.04.18 21:39:26.832833 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1828 | 2025.04.18 21:39:26.832901 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1829 | 2025.04.18 21:39:26.833048 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1830 | 2025.04.18 21:39:26.833167 [ 287 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1831 | 2025.04.18 21:39:26.833211 [ 288 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1832 | 2025.04.18 21:39:26.833225 [ 286 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1833 | 2025.04.18 21:39:26.833296 [ 290 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1834 | 2025.04.18 21:39:26.833424 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1835 | 2025.04.18 21:39:26.833455 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1836 | 2025.04.18 21:39:26.833564 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1837 | 2025.04.18 21:39:26.833588 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1838 | 2025.04.18 21:39:26.833629 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1839 | 2025.04.18 21:39:26.833676 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1840 | 2025.04.18 21:39:26.833718 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1841 | 2025.04.18 21:39:26.835095 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003093 sec., 9699.321047526673 rows/sec., 363.41 KiB/sec. | ||
| 1842 | 2025.04.18 21:39:26.835287 [ 255 ] {20714843-0290-49d5-a696-4b4d92bcf1af} <Debug> TCPHandler: Processed in 0.00343256 sec. | ||
| 1843 | 2025.04.18 21:39:26.835527 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1844 | 2025.04.18 21:39:26.835698 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1845 | 2025.04.18 21:39:26.836000 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1846 | 2025.04.18 21:39:26.836048 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1847 | 2025.04.18 21:39:26.836346 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1848 | 2025.04.18 21:39:26.836412 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1849 | 2025.04.18 21:39:26.836558 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1850 | 2025.04.18 21:39:26.836729 [ 287 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1851 | 2025.04.18 21:39:26.836730 [ 288 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1852 | 2025.04.18 21:39:26.836719 [ 286 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1853 | 2025.04.18 21:39:26.836780 [ 290 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1854 | 2025.04.18 21:39:26.836926 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1855 | 2025.04.18 21:39:26.836958 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1856 | 2025.04.18 21:39:26.837067 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1857 | 2025.04.18 21:39:26.837088 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1858 | 2025.04.18 21:39:26.837128 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1859 | 2025.04.18 21:39:26.837174 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1860 | 2025.04.18 21:39:26.837215 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1861 | 2025.04.18 21:39:26.838563 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002947 sec., 10179.84390906006 rows/sec., 381.41 KiB/sec. | ||
| 1862 | 2025.04.18 21:39:26.838737 [ 255 ] {adbafe08-ddf5-4d6d-9e34-fdfa12b42377} <Debug> TCPHandler: Processed in 0.003263396 sec. | ||
| 1863 | 2025.04.18 21:39:26.845892 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1864 | 2025.04.18 21:39:26.846021 [ 255 ] {4214a560-17cb-4db1-8bb5-5efa5ac105be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1865 | 2025.04.18 21:39:26.846071 [ 255 ] {4214a560-17cb-4db1-8bb5-5efa5ac105be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1866 | 2025.04.18 21:39:26.846858 [ 255 ] {4214a560-17cb-4db1-8bb5-5efa5ac105be} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1867 | 2025.04.18 21:39:26.846904 [ 255 ] {4214a560-17cb-4db1-8bb5-5efa5ac105be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1868 | 2025.04.18 21:39:26.847395 [ 255 ] {4214a560-17cb-4db1-8bb5-5efa5ac105be} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1869 | 2025.04.18 21:39:26.847620 [ 255 ] {4214a560-17cb-4db1-8bb5-5efa5ac105be} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1870 | 2025.04.18 21:39:26.847856 [ 255 ] {4214a560-17cb-4db1-8bb5-5efa5ac105be} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.00187 sec., 1604.2780748663101 rows/sec., 146.22 KiB/sec. | ||
| 1871 | 2025.04.18 21:39:26.847957 [ 255 ] {4214a560-17cb-4db1-8bb5-5efa5ac105be} <Debug> TCPHandler: Processed in 0.00212143 sec. | ||
| 1872 | 2025.04.18 21:39:26.848084 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1873 | 2025.04.18 21:39:26.848196 [ 255 ] {3758e821-3d4b-48a2-804f-224c972e4c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1874 | 2025.04.18 21:39:26.848243 [ 255 ] {3758e821-3d4b-48a2-804f-224c972e4c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1875 | 2025.04.18 21:39:26.848855 [ 255 ] {3758e821-3d4b-48a2-804f-224c972e4c35} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1876 | 2025.04.18 21:39:26.848895 [ 255 ] {3758e821-3d4b-48a2-804f-224c972e4c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1877 | 2025.04.18 21:39:26.849277 [ 255 ] {3758e821-3d4b-48a2-804f-224c972e4c35} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1878 | 2025.04.18 21:39:26.849525 [ 255 ] {3758e821-3d4b-48a2-804f-224c972e4c35} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1879 | 2025.04.18 21:39:26.849763 [ 255 ] {3758e821-3d4b-48a2-804f-224c972e4c35} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001589 sec., 80553.80742605413 rows/sec., 6.89 MiB/sec. | ||
| 1880 | 2025.04.18 21:39:26.849911 [ 255 ] {3758e821-3d4b-48a2-804f-224c972e4c35} <Debug> TCPHandler: Processed in 0.001875584 sec. | ||
| 1881 | 2025.04.18 21:39:26.850051 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1882 | 2025.04.18 21:39:26.850169 [ 255 ] {4f184b54-8804-4a24-913a-cad846b42542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1883 | 2025.04.18 21:39:26.850222 [ 255 ] {4f184b54-8804-4a24-913a-cad846b42542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1884 | 2025.04.18 21:39:26.850819 [ 255 ] {4f184b54-8804-4a24-913a-cad846b42542} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1885 | 2025.04.18 21:39:26.850868 [ 255 ] {4f184b54-8804-4a24-913a-cad846b42542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1886 | 2025.04.18 21:39:26.851259 [ 255 ] {4f184b54-8804-4a24-913a-cad846b42542} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1887 | 2025.04.18 21:39:26.851529 [ 255 ] {4f184b54-8804-4a24-913a-cad846b42542} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1888 | 2025.04.18 21:39:26.851705 [ 51 ] {} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1889 | 2025.04.18 21:39:26.851794 [ 255 ] {4f184b54-8804-4a24-913a-cad846b42542} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001643 sec., 21911.138161898965 rows/sec., 1.61 MiB/sec. | ||
| 1890 | 2025.04.18 21:39:26.851823 [ 51 ] {} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1891 | 2025.04.18 21:39:26.851897 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1892 | 2025.04.18 21:39:26.851911 [ 255 ] {4f184b54-8804-4a24-913a-cad846b42542} <Debug> TCPHandler: Processed in 0.001917164 sec. | ||
| 1893 | 2025.04.18 21:39:26.852424 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1894 | 2025.04.18 21:39:26.852540 [ 187 ] {71d20ff1-cd1a-437b-a0a6-518065623212::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 | ||
| 1895 | 2025.04.18 21:39:26.852706 [ 255 ] {4f094e62-2ebb-4821-8330-1d2717fb292c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1896 | 2025.04.18 21:39:26.852840 [ 255 ] {4f094e62-2ebb-4821-8330-1d2717fb292c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1897 | 2025.04.18 21:39:26.852856 [ 187 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1898 | 2025.04.18 21:39:26.852995 [ 187 ] {71d20ff1-cd1a-437b-a0a6-518065623212::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 | ||
| 1899 | 2025.04.18 21:39:26.853360 [ 187 ] {71d20ff1-cd1a-437b-a0a6-518065623212::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 | ||
| 1900 | 2025.04.18 21:39:26.853697 [ 187 ] {71d20ff1-cd1a-437b-a0a6-518065623212::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 | ||
| 1901 | 2025.04.18 21:39:26.854044 [ 187 ] {71d20ff1-cd1a-437b-a0a6-518065623212::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 | ||
| 1902 | 2025.04.18 21:39:26.854424 [ 187 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 106 rows starting from the beginning of the part | ||
| 1903 | 2025.04.18 21:39:26.854692 [ 187 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
| 1904 | 2025.04.18 21:39:26.855614 [ 255 ] {4f094e62-2ebb-4821-8330-1d2717fb292c} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1905 | 2025.04.18 21:39:26.855674 [ 255 ] {4f094e62-2ebb-4821-8330-1d2717fb292c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1906 | 2025.04.18 21:39:26.856745 [ 255 ] {4f094e62-2ebb-4821-8330-1d2717fb292c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1907 | 2025.04.18 21:39:26.857418 [ 255 ] {4f094e62-2ebb-4821-8330-1d2717fb292c} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1908 | 2025.04.18 21:39:26.857450 [ 187 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.005462257 sec., 49796.26553638908 rows/sec., 3.28 MiB/sec. | ||
| 1909 | 2025.04.18 21:39:26.857707 [ 187 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1910 | 2025.04.18 21:39:26.857920 [ 255 ] {4f094e62-2ebb-4821-8330-1d2717fb292c} <Debug> executeQuery: Read 112 rows, 8.96 KiB in 0.005249 sec., 21337.397599542768 rows/sec., 1.67 MiB/sec. | ||
| 1911 | 2025.04.18 21:39:26.858140 [ 255 ] {4f094e62-2ebb-4821-8330-1d2717fb292c} <Debug> TCPHandler: Processed in 0.005943288 sec. | ||
| 1912 | 2025.04.18 21:39:26.858311 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1913 | 2025.04.18 21:39:26.858448 [ 187 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_6_1} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1914 | 2025.04.18 21:39:26.858484 [ 255 ] {62793904-6cef-4d71-9551-a5dd038a7518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1915 | 2025.04.18 21:39:26.858586 [ 255 ] {62793904-6cef-4d71-9551-a5dd038a7518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1916 | 2025.04.18 21:39:26.858606 [ 187 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_6_1} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1917 | 2025.04.18 21:39:26.858789 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1918 | 2025.04.18 21:39:26.859300 [ 255 ] {62793904-6cef-4d71-9551-a5dd038a7518} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1919 | 2025.04.18 21:39:26.859344 [ 255 ] {62793904-6cef-4d71-9551-a5dd038a7518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1920 | 2025.04.18 21:39:26.859742 [ 255 ] {62793904-6cef-4d71-9551-a5dd038a7518} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1921 | 2025.04.18 21:39:26.859987 [ 255 ] {62793904-6cef-4d71-9551-a5dd038a7518} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1922 | 2025.04.18 21:39:26.860183 [ 255 ] {62793904-6cef-4d71-9551-a5dd038a7518} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001743 sec., 91795.75444635686 rows/sec., 6.39 MiB/sec. | ||
| 1923 | 2025.04.18 21:39:26.860379 [ 255 ] {62793904-6cef-4d71-9551-a5dd038a7518} <Debug> TCPHandler: Processed in 0.002130089 sec. | ||
| 1924 | 2025.04.18 21:39:26.860502 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1925 | 2025.04.18 21:39:26.860607 [ 255 ] {c6b3e3f6-e710-4580-a07e-baf75e393d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1926 | 2025.04.18 21:39:26.860677 [ 255 ] {c6b3e3f6-e710-4580-a07e-baf75e393d51} <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 | ||
| 1927 | 2025.04.18 21:39:26.862008 [ 255 ] {c6b3e3f6-e710-4580-a07e-baf75e393d51} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1928 | 2025.04.18 21:39:26.862046 [ 255 ] {c6b3e3f6-e710-4580-a07e-baf75e393d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1929 | 2025.04.18 21:39:26.862686 [ 255 ] {c6b3e3f6-e710-4580-a07e-baf75e393d51} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1930 | 2025.04.18 21:39:26.862944 [ 255 ] {c6b3e3f6-e710-4580-a07e-baf75e393d51} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1931 | 2025.04.18 21:39:26.863222 [ 255 ] {c6b3e3f6-e710-4580-a07e-baf75e393d51} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002624 sec., 13719.512195121952 rows/sec., 24.58 MiB/sec. | ||
| 1932 | 2025.04.18 21:39:26.863490 [ 255 ] {c6b3e3f6-e710-4580-a07e-baf75e393d51} <Debug> TCPHandler: Processed in 0.003039161 sec. | ||
| 1933 | 2025.04.18 21:39:26.863625 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1934 | 2025.04.18 21:39:26.863737 [ 255 ] {6352fbbd-b4c5-4076-a4a4-9f81ebab89be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1935 | 2025.04.18 21:39:26.863791 [ 255 ] {6352fbbd-b4c5-4076-a4a4-9f81ebab89be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1936 | 2025.04.18 21:39:26.864238 [ 255 ] {6352fbbd-b4c5-4076-a4a4-9f81ebab89be} <Trace> oximeter.measurements_i64 (eb2022da-2af4-4346-bc5a-460e616bec4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1937 | 2025.04.18 21:39:26.864282 [ 255 ] {6352fbbd-b4c5-4076-a4a4-9f81ebab89be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1938 | 2025.04.18 21:39:26.864830 [ 255 ] {6352fbbd-b4c5-4076-a4a4-9f81ebab89be} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1939 | 2025.04.18 21:39:26.865077 [ 255 ] {6352fbbd-b4c5-4076-a4a4-9f81ebab89be} <Trace> oximeter.measurements_i64 (eb2022da-2af4-4346-bc5a-460e616bec4b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1940 | 2025.04.18 21:39:26.865288 [ 255 ] {6352fbbd-b4c5-4076-a4a4-9f81ebab89be} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001565 sec., 13418.5303514377 rows/sec., 1002.15 KiB/sec. | ||
| 1941 | 2025.04.18 21:39:26.865380 [ 255 ] {6352fbbd-b4c5-4076-a4a4-9f81ebab89be} <Debug> TCPHandler: Processed in 0.001814232 sec. | ||
| 1942 | 2025.04.18 21:39:26.865495 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1943 | 2025.04.18 21:39:26.865604 [ 255 ] {39ce59b7-e81e-46af-abad-67656f47d543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1944 | 2025.04.18 21:39:26.865671 [ 255 ] {39ce59b7-e81e-46af-abad-67656f47d543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1945 | 2025.04.18 21:39:26.866110 [ 255 ] {39ce59b7-e81e-46af-abad-67656f47d543} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1946 | 2025.04.18 21:39:26.866147 [ 255 ] {39ce59b7-e81e-46af-abad-67656f47d543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1947 | 2025.04.18 21:39:26.866500 [ 255 ] {39ce59b7-e81e-46af-abad-67656f47d543} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1948 | 2025.04.18 21:39:26.866728 [ 255 ] {39ce59b7-e81e-46af-abad-67656f47d543} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1949 | 2025.04.18 21:39:26.867061 [ 255 ] {39ce59b7-e81e-46af-abad-67656f47d543} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. | ||
| 1950 | 2025.04.18 21:39:26.867316 [ 255 ] {39ce59b7-e81e-46af-abad-67656f47d543} <Debug> TCPHandler: Processed in 0.001870513 sec. | ||
| 1951 | 2025.04.18 21:39:27.378469 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1952 | 2025.04.18 21:39:27.378760 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1953 | 2025.04.18 21:39:27.379230 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1954 | 2025.04.18 21:39:27.379282 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1955 | 2025.04.18 21:39:27.379630 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1956 | 2025.04.18 21:39:27.379710 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1957 | 2025.04.18 21:39:27.379887 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1958 | 2025.04.18 21:39:27.380130 [ 286 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1959 | 2025.04.18 21:39:27.380203 [ 288 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1960 | 2025.04.18 21:39:27.380223 [ 292 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1961 | 2025.04.18 21:39:27.380292 [ 287 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 1962 | 2025.04.18 21:39:27.380346 [ 290 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1963 | 2025.04.18 21:39:27.380496 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 1964 | 2025.04.18 21:39:27.380531 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1965 | 2025.04.18 21:39:27.380675 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1966 | 2025.04.18 21:39:27.380700 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 33 rows with 4 streams | ||
| 1967 | 2025.04.18 21:39:27.380744 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1968 | 2025.04.18 21:39:27.380795 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1969 | 2025.04.18 21:39:27.380842 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1970 | 2025.04.18 21:39:27.380885 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1971 | 2025.04.18 21:39:27.382923 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.004301 sec., 7672.634271099744 rows/sec., 293.58 KiB/sec. | ||
| 1972 | 2025.04.18 21:39:27.383160 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Debug> MemoryTracker: Peak memory usage (for query): 143.17 KiB. | ||
| 1973 | 2025.04.18 21:39:27.383178 [ 255 ] {7e1167a3-33b2-4b4a-aa9a-10257b3e67a5} <Debug> TCPHandler: Processed in 0.004854503 sec. | ||
| 1974 | 2025.04.18 21:39:27.383468 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1975 | 2025.04.18 21:39:27.383639 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) 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', '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_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) | ||
| 1976 | 2025.04.18 21:39:27.383941 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1977 | 2025.04.18 21:39:27.383988 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <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', '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_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 | ||
| 1978 | 2025.04.18 21:39:27.384295 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1979 | 2025.04.18 21:39:27.384362 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1980 | 2025.04.18 21:39:27.384520 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1981 | 2025.04.18 21:39:27.384647 [ 287 ] {11f0b121-1610-418a-9977-e991177d55cb} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1982 | 2025.04.18 21:39:27.384682 [ 288 ] {11f0b121-1610-418a-9977-e991177d55cb} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1983 | 2025.04.18 21:39:27.384751 [ 292 ] {11f0b121-1610-418a-9977-e991177d55cb} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 1984 | 2025.04.18 21:39:27.384783 [ 286 ] {11f0b121-1610-418a-9977-e991177d55cb} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1985 | 2025.04.18 21:39:27.384840 [ 290 ] {11f0b121-1610-418a-9977-e991177d55cb} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1986 | 2025.04.18 21:39:27.384962 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 1987 | 2025.04.18 21:39:27.385003 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1988 | 2025.04.18 21:39:27.385140 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1989 | 2025.04.18 21:39:27.385165 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 33 rows with 4 streams | ||
| 1990 | 2025.04.18 21:39:27.385209 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <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', '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_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'))" | ||
| 1991 | 2025.04.18 21:39:27.385256 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <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', '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_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'))" | ||
| 1992 | 2025.04.18 21:39:27.385297 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <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', '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_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'))" | ||
| 1993 | 2025.04.18 21:39:27.385340 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <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', '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_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'))" | ||
| 1994 | 2025.04.18 21:39:27.387045 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003489 sec., 9458.29750644884 rows/sec., 361.91 KiB/sec. | ||
| 1995 | 2025.04.18 21:39:27.387289 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <Debug> MemoryTracker: Peak memory usage (for query): 143.16 KiB. | ||
| 1996 | 2025.04.18 21:39:27.387310 [ 255 ] {11f0b121-1610-418a-9977-e991177d55cb} <Debug> TCPHandler: Processed in 0.00389587 sec. | ||
| 1997 | 2025.04.18 21:39:27.387575 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1998 | 2025.04.18 21:39:27.387774 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) 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', '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_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) | ||
| 1999 | 2025.04.18 21:39:27.388133 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2000 | 2025.04.18 21:39:27.388182 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <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', '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_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 | ||
| 2001 | 2025.04.18 21:39:27.388488 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2002 | 2025.04.18 21:39:27.388555 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2003 | 2025.04.18 21:39:27.388696 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2004 | 2025.04.18 21:39:27.388842 [ 287 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2005 | 2025.04.18 21:39:27.388866 [ 288 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2006 | 2025.04.18 21:39:27.388865 [ 286 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2007 | 2025.04.18 21:39:27.388995 [ 292 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2008 | 2025.04.18 21:39:27.388996 [ 290 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2009 | 2025.04.18 21:39:27.389124 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 2010 | 2025.04.18 21:39:27.389155 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2011 | 2025.04.18 21:39:27.389287 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2012 | 2025.04.18 21:39:27.389310 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 33 rows with 4 streams | ||
| 2013 | 2025.04.18 21:39:27.389351 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <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', '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_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'))" | ||
| 2014 | 2025.04.18 21:39:27.389396 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <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', '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_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'))" | ||
| 2015 | 2025.04.18 21:39:27.389437 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <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', '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_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'))" | ||
| 2016 | 2025.04.18 21:39:27.389475 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <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', '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_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'))" | ||
| 2017 | 2025.04.18 21:39:27.391271 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003595 sec., 9179.415855354659 rows/sec., 351.24 KiB/sec. | ||
| 2018 | 2025.04.18 21:39:27.391494 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Debug> MemoryTracker: Peak memory usage (for query): 143.65 KiB. | ||
| 2019 | 2025.04.18 21:39:27.391511 [ 255 ] {75be0af3-9a4a-4801-966a-527c7c446e13} <Debug> TCPHandler: Processed in 0.004002243 sec. | ||
| 2020 | 2025.04.18 21:39:27.391726 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2021 | 2025.04.18 21:39:27.391894 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) 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', '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_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) | ||
| 2022 | 2025.04.18 21:39:27.392196 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2023 | 2025.04.18 21:39:27.392246 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <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', '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_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 | ||
| 2024 | 2025.04.18 21:39:27.392566 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2025 | 2025.04.18 21:39:27.392632 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2026 | 2025.04.18 21:39:27.392774 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2027 | 2025.04.18 21:39:27.392961 [ 287 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2028 | 2025.04.18 21:39:27.392981 [ 292 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2029 | 2025.04.18 21:39:27.392984 [ 286 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2030 | 2025.04.18 21:39:27.392938 [ 288 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2031 | 2025.04.18 21:39:27.393059 [ 290 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2032 | 2025.04.18 21:39:27.393183 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 2033 | 2025.04.18 21:39:27.393211 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2034 | 2025.04.18 21:39:27.393337 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2035 | 2025.04.18 21:39:27.393359 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 33 rows with 4 streams | ||
| 2036 | 2025.04.18 21:39:27.393401 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <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', '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_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'))" | ||
| 2037 | 2025.04.18 21:39:27.393444 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <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', '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_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'))" | ||
| 2038 | 2025.04.18 21:39:27.393486 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <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', '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_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'))" | ||
| 2039 | 2025.04.18 21:39:27.393525 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <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', '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_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'))" | ||
| 2040 | 2025.04.18 21:39:27.395218 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003403 sec., 9697.32588892154 rows/sec., 371.05 KiB/sec. | ||
| 2041 | 2025.04.18 21:39:27.395467 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Debug> MemoryTracker: Peak memory usage (for query): 143.94 KiB. | ||
| 2042 | 2025.04.18 21:39:27.395487 [ 255 ] {46d214c3-4760-49ac-bea6-175aa786babc} <Debug> TCPHandler: Processed in 0.003813398 sec. | ||
| 2043 | 2025.04.18 21:39:27.395731 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2044 | 2025.04.18 21:39:27.395937 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) 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', '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_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) | ||
| 2045 | 2025.04.18 21:39:27.396270 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2046 | 2025.04.18 21:39:27.396321 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <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', '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_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 | ||
| 2047 | 2025.04.18 21:39:27.396633 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2048 | 2025.04.18 21:39:27.396699 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2049 | 2025.04.18 21:39:27.396842 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2050 | 2025.04.18 21:39:27.396951 [ 288 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2051 | 2025.04.18 21:39:27.397003 [ 287 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2052 | 2025.04.18 21:39:27.396995 [ 286 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2053 | 2025.04.18 21:39:27.397122 [ 292 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2054 | 2025.04.18 21:39:27.397133 [ 290 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2055 | 2025.04.18 21:39:27.397265 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 2056 | 2025.04.18 21:39:27.397295 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2057 | 2025.04.18 21:39:27.397418 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2058 | 2025.04.18 21:39:27.397441 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 33 rows with 4 streams | ||
| 2059 | 2025.04.18 21:39:27.397482 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <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', '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_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'))" | ||
| 2060 | 2025.04.18 21:39:27.397528 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <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', '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_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'))" | ||
| 2061 | 2025.04.18 21:39:27.397569 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <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', '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_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'))" | ||
| 2062 | 2025.04.18 21:39:27.397609 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <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', '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_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'))" | ||
| 2063 | 2025.04.18 21:39:27.399338 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003504 sec., 9417.808219178081 rows/sec., 360.36 KiB/sec. | ||
| 2064 | 2025.04.18 21:39:27.399581 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Debug> MemoryTracker: Peak memory usage (for query): 144.12 KiB. | ||
| 2065 | 2025.04.18 21:39:27.399599 [ 255 ] {257a1a4c-c0c1-4618-bbce-2bcd01894206} <Debug> TCPHandler: Processed in 0.003931501 sec. | ||
| 2066 | 2025.04.18 21:39:27.399810 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2067 | 2025.04.18 21:39:27.399980 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) 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', '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_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) | ||
| 2068 | 2025.04.18 21:39:27.400284 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2069 | 2025.04.18 21:39:27.400336 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <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', '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_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 | ||
| 2070 | 2025.04.18 21:39:27.400651 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2071 | 2025.04.18 21:39:27.400721 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2072 | 2025.04.18 21:39:27.400870 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2073 | 2025.04.18 21:39:27.401026 [ 287 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2074 | 2025.04.18 21:39:27.401071 [ 286 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2075 | 2025.04.18 21:39:27.401078 [ 288 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2076 | 2025.04.18 21:39:27.401114 [ 292 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2077 | 2025.04.18 21:39:27.401190 [ 290 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2078 | 2025.04.18 21:39:27.401297 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 2079 | 2025.04.18 21:39:27.401329 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2080 | 2025.04.18 21:39:27.401452 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2081 | 2025.04.18 21:39:27.401474 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Reading approx. 33 rows with 4 streams | ||
| 2082 | 2025.04.18 21:39:27.401515 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <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', '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_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'))" | ||
| 2083 | 2025.04.18 21:39:27.401558 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <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', '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_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'))" | ||
| 2084 | 2025.04.18 21:39:27.401598 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <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', '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_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'))" | ||
| 2085 | 2025.04.18 21:39:27.401636 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <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', '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_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'))" | ||
| 2086 | 2025.04.18 21:39:27.403389 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003491 sec., 9452.878831280435 rows/sec., 361.70 KiB/sec. | ||
| 2087 | 2025.04.18 21:39:27.403607 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Debug> MemoryTracker: Peak memory usage (for query): 144.48 KiB. | ||
| 2088 | 2025.04.18 21:39:27.403623 [ 255 ] {e504c48b-04e3-4f6b-9ac6-f4f150eff8ee} <Debug> TCPHandler: Processed in 0.00386664 sec. | ||
| 2089 | 2025.04.18 21:39:27.494881 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2090 | 2025.04.18 21:39:27.495013 [ 255 ] {94ac3044-75ba-4711-a199-3ad9a0784fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2091 | 2025.04.18 21:39:27.495067 [ 255 ] {94ac3044-75ba-4711-a199-3ad9a0784fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2092 | 2025.04.18 21:39:27.495805 [ 255 ] {94ac3044-75ba-4711-a199-3ad9a0784fc8} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2093 | 2025.04.18 21:39:27.495849 [ 255 ] {94ac3044-75ba-4711-a199-3ad9a0784fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2094 | 2025.04.18 21:39:27.496345 [ 255 ] {94ac3044-75ba-4711-a199-3ad9a0784fc8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2095 | 2025.04.18 21:39:27.496570 [ 255 ] {94ac3044-75ba-4711-a199-3ad9a0784fc8} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2096 | 2025.04.18 21:39:27.496754 [ 49 ] {} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2097 | 2025.04.18 21:39:27.496815 [ 255 ] {94ac3044-75ba-4711-a199-3ad9a0784fc8} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.00183 sec., 3278.688524590164 rows/sec., 730.02 KiB/sec. | ||
| 2098 | 2025.04.18 21:39:27.496831 [ 49 ] {} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2099 | 2025.04.18 21:39:27.496902 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2100 | 2025.04.18 21:39:27.496956 [ 255 ] {94ac3044-75ba-4711-a199-3ad9a0784fc8} <Debug> TCPHandler: Processed in 0.0021353 sec. | ||
| 2101 | 2025.04.18 21:39:27.497155 [ 189 ] {8c63e45c-7a21-4871-b66e-3e546bff006c::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 | ||
| 2102 | 2025.04.18 21:39:27.497174 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2103 | 2025.04.18 21:39:27.497394 [ 255 ] {6311131c-2b72-4348-9af1-01b1cdec9c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2104 | 2025.04.18 21:39:27.497521 [ 255 ] {6311131c-2b72-4348-9af1-01b1cdec9c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2105 | 2025.04.18 21:39:27.498057 [ 189 ] {8c63e45c-7a21-4871-b66e-3e546bff006c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2106 | 2025.04.18 21:39:27.498190 [ 189 ] {8c63e45c-7a21-4871-b66e-3e546bff006c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2107 | 2025.04.18 21:39:27.498548 [ 189 ] {8c63e45c-7a21-4871-b66e-3e546bff006c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2108 | 2025.04.18 21:39:27.498674 [ 189 ] {8c63e45c-7a21-4871-b66e-3e546bff006c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 2109 | 2025.04.18 21:39:27.498973 [ 189 ] {8c63e45c-7a21-4871-b66e-3e546bff006c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 2110 | 2025.04.18 21:39:27.499311 [ 189 ] {8c63e45c-7a21-4871-b66e-3e546bff006c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 3 rows starting from the beginning of the part | ||
| 2111 | 2025.04.18 21:39:27.499608 [ 189 ] {8c63e45c-7a21-4871-b66e-3e546bff006c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 2112 | 2025.04.18 21:39:27.500105 [ 255 ] {6311131c-2b72-4348-9af1-01b1cdec9c30} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2113 | 2025.04.18 21:39:27.500213 [ 255 ] {6311131c-2b72-4348-9af1-01b1cdec9c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2114 | 2025.04.18 21:39:27.500999 [ 255 ] {6311131c-2b72-4348-9af1-01b1cdec9c30} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2115 | 2025.04.18 21:39:27.501604 [ 255 ] {6311131c-2b72-4348-9af1-01b1cdec9c30} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2116 | 2025.04.18 21:39:27.502424 [ 255 ] {6311131c-2b72-4348-9af1-01b1cdec9c30} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.005078 sec., 41748.71996849153 rows/sec., 2.66 MiB/sec. | ||
| 2117 | 2025.04.18 21:39:27.502675 [ 255 ] {6311131c-2b72-4348-9af1-01b1cdec9c30} <Debug> TCPHandler: Processed in 0.00556571 sec. | ||
| 2118 | 2025.04.18 21:39:27.502903 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2119 | 2025.04.18 21:39:27.503152 [ 255 ] {139f0f2e-a8e6-4c42-8ca1-d7ef6076ec21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2120 | 2025.04.18 21:39:27.503281 [ 255 ] {139f0f2e-a8e6-4c42-8ca1-d7ef6076ec21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2121 | 2025.04.18 21:39:27.506749 [ 190 ] {8c63e45c-7a21-4871-b66e-3e546bff006c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 6 columns (6 merged, 0 gathered) in 0.009744137 sec., 4105.032595498195 rows/sec., 887.45 KiB/sec. | ||
| 2122 | 2025.04.18 21:39:27.507005 [ 191 ] {8c63e45c-7a21-4871-b66e-3e546bff006c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2123 | 2025.04.18 21:39:27.507071 [ 255 ] {139f0f2e-a8e6-4c42-8ca1-d7ef6076ec21} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2124 | 2025.04.18 21:39:27.507157 [ 255 ] {139f0f2e-a8e6-4c42-8ca1-d7ef6076ec21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2125 | 2025.04.18 21:39:27.508028 [ 191 ] {8c63e45c-7a21-4871-b66e-3e546bff006c::all_1_6_1} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2126 | 2025.04.18 21:39:27.508173 [ 191 ] {8c63e45c-7a21-4871-b66e-3e546bff006c::all_1_6_1} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2127 | 2025.04.18 21:39:27.508188 [ 255 ] {139f0f2e-a8e6-4c42-8ca1-d7ef6076ec21} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2128 | 2025.04.18 21:39:27.508347 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2129 | 2025.04.18 21:39:27.508575 [ 255 ] {139f0f2e-a8e6-4c42-8ca1-d7ef6076ec21} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2130 | 2025.04.18 21:39:27.508826 [ 255 ] {139f0f2e-a8e6-4c42-8ca1-d7ef6076ec21} <Debug> executeQuery: Read 1757 rows, 145.47 KiB in 0.005761 sec., 304981.77399756986 rows/sec., 24.66 MiB/sec. | ||
| 2131 | 2025.04.18 21:39:27.508932 [ 255 ] {139f0f2e-a8e6-4c42-8ca1-d7ef6076ec21} <Debug> TCPHandler: Processed in 0.006124993 sec. | ||
| 2132 | 2025.04.18 21:39:27.509065 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2133 | 2025.04.18 21:39:27.509173 [ 255 ] {609ad06f-3e0e-432f-913a-0b425c314e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2134 | 2025.04.18 21:39:27.509224 [ 255 ] {609ad06f-3e0e-432f-913a-0b425c314e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2135 | 2025.04.18 21:39:27.509827 [ 255 ] {609ad06f-3e0e-432f-913a-0b425c314e39} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2136 | 2025.04.18 21:39:27.509866 [ 255 ] {609ad06f-3e0e-432f-913a-0b425c314e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2137 | 2025.04.18 21:39:27.510230 [ 255 ] {609ad06f-3e0e-432f-913a-0b425c314e39} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2138 | 2025.04.18 21:39:27.510464 [ 255 ] {609ad06f-3e0e-432f-913a-0b425c314e39} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2139 | 2025.04.18 21:39:27.510664 [ 255 ] {609ad06f-3e0e-432f-913a-0b425c314e39} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001516 sec., 69920.84432717678 rows/sec., 4.11 MiB/sec. | ||
| 2140 | 2025.04.18 21:39:27.510718 [ 255 ] {609ad06f-3e0e-432f-913a-0b425c314e39} <Debug> TCPHandler: Processed in 0.00170749 sec. | ||
| 2141 | 2025.04.18 21:39:27.510838 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2142 | 2025.04.18 21:39:27.510943 [ 255 ] {1a941b35-29bd-4b8c-9f13-41f401b1362a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2143 | 2025.04.18 21:39:27.510990 [ 255 ] {1a941b35-29bd-4b8c-9f13-41f401b1362a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2144 | 2025.04.18 21:39:27.511676 [ 255 ] {1a941b35-29bd-4b8c-9f13-41f401b1362a} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2145 | 2025.04.18 21:39:27.511716 [ 255 ] {1a941b35-29bd-4b8c-9f13-41f401b1362a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2146 | 2025.04.18 21:39:27.512083 [ 255 ] {1a941b35-29bd-4b8c-9f13-41f401b1362a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2147 | 2025.04.18 21:39:27.512321 [ 255 ] {1a941b35-29bd-4b8c-9f13-41f401b1362a} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2148 | 2025.04.18 21:39:27.512668 [ 255 ] {1a941b35-29bd-4b8c-9f13-41f401b1362a} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001719 sec., 198371.14601512506 rows/sec., 13.24 MiB/sec. | ||
| 2149 | 2025.04.18 21:39:27.512829 [ 255 ] {1a941b35-29bd-4b8c-9f13-41f401b1362a} <Debug> TCPHandler: Processed in 0.002040687 sec. | ||
| 2150 | 2025.04.18 21:39:27.512942 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2151 | 2025.04.18 21:39:27.513047 [ 255 ] {34f03ea6-8443-4275-99c7-8df47a6f18e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2152 | 2025.04.18 21:39:27.513093 [ 255 ] {34f03ea6-8443-4275-99c7-8df47a6f18e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2153 | 2025.04.18 21:39:27.513661 [ 255 ] {34f03ea6-8443-4275-99c7-8df47a6f18e6} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2154 | 2025.04.18 21:39:27.513700 [ 255 ] {34f03ea6-8443-4275-99c7-8df47a6f18e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2155 | 2025.04.18 21:39:27.514051 [ 255 ] {34f03ea6-8443-4275-99c7-8df47a6f18e6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2156 | 2025.04.18 21:39:27.514293 [ 255 ] {34f03ea6-8443-4275-99c7-8df47a6f18e6} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2157 | 2025.04.18 21:39:27.514454 [ 255 ] {34f03ea6-8443-4275-99c7-8df47a6f18e6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00143 sec., 78321.67832167832 rows/sec., 4.46 MiB/sec. | ||
| 2158 | 2025.04.18 21:39:27.514505 [ 255 ] {34f03ea6-8443-4275-99c7-8df47a6f18e6} <Debug> TCPHandler: Processed in 0.001612807 sec. | ||
| 2159 | 2025.04.18 21:39:27.514622 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2160 | 2025.04.18 21:39:27.514726 [ 255 ] {a46a5a93-a1f0-47f8-ad92-7662fffb882e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2161 | 2025.04.18 21:39:27.514770 [ 255 ] {a46a5a93-a1f0-47f8-ad92-7662fffb882e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2162 | 2025.04.18 21:39:27.515627 [ 255 ] {a46a5a93-a1f0-47f8-ad92-7662fffb882e} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2163 | 2025.04.18 21:39:27.515664 [ 255 ] {a46a5a93-a1f0-47f8-ad92-7662fffb882e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2164 | 2025.04.18 21:39:27.516043 [ 255 ] {a46a5a93-a1f0-47f8-ad92-7662fffb882e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2165 | 2025.04.18 21:39:27.516288 [ 255 ] {a46a5a93-a1f0-47f8-ad92-7662fffb882e} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2166 | 2025.04.18 21:39:27.516496 [ 255 ] {a46a5a93-a1f0-47f8-ad92-7662fffb882e} <Debug> executeQuery: Read 838 rows, 61.87 KiB in 0.001785 sec., 469467.78711484594 rows/sec., 33.85 MiB/sec. | ||
| 2167 | 2025.04.18 21:39:27.516692 [ 255 ] {a46a5a93-a1f0-47f8-ad92-7662fffb882e} <Debug> TCPHandler: Processed in 0.002119049 sec. | ||
| 2168 | 2025.04.18 21:39:27.516825 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2169 | 2025.04.18 21:39:27.516928 [ 255 ] {46c06358-028d-43e8-aa29-58f5d2586e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2170 | 2025.04.18 21:39:27.516975 [ 255 ] {46c06358-028d-43e8-aa29-58f5d2586e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2171 | 2025.04.18 21:39:27.517405 [ 255 ] {46c06358-028d-43e8-aa29-58f5d2586e53} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2172 | 2025.04.18 21:39:27.517442 [ 255 ] {46c06358-028d-43e8-aa29-58f5d2586e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2173 | 2025.04.18 21:39:27.517790 [ 255 ] {46c06358-028d-43e8-aa29-58f5d2586e53} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2174 | 2025.04.18 21:39:27.518026 [ 255 ] {46c06358-028d-43e8-aa29-58f5d2586e53} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2175 | 2025.04.18 21:39:27.518185 [ 255 ] {46c06358-028d-43e8-aa29-58f5d2586e53} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00128 sec., 4687.5 rows/sec., 244.90 KiB/sec. | ||
| 2176 | 2025.04.18 21:39:27.518232 [ 255 ] {46c06358-028d-43e8-aa29-58f5d2586e53} <Debug> TCPHandler: Processed in 0.001458294 sec. | ||
| 2177 | 2025.04.18 21:39:27.518346 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2178 | 2025.04.18 21:39:27.518450 [ 255 ] {3538ef28-e2ba-46fa-b90a-17cb1b5569ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2179 | 2025.04.18 21:39:27.518500 [ 255 ] {3538ef28-e2ba-46fa-b90a-17cb1b5569ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2180 | 2025.04.18 21:39:27.521768 [ 255 ] {3538ef28-e2ba-46fa-b90a-17cb1b5569ae} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2181 | 2025.04.18 21:39:27.521805 [ 255 ] {3538ef28-e2ba-46fa-b90a-17cb1b5569ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2182 | 2025.04.18 21:39:27.522322 [ 255 ] {3538ef28-e2ba-46fa-b90a-17cb1b5569ae} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2183 | 2025.04.18 21:39:27.522583 [ 255 ] {3538ef28-e2ba-46fa-b90a-17cb1b5569ae} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2184 | 2025.04.18 21:39:27.522806 [ 255 ] {3538ef28-e2ba-46fa-b90a-17cb1b5569ae} <Debug> executeQuery: Read 2587 rows, 176.53 KiB in 0.004377 sec., 591044.0941283985 rows/sec., 39.39 MiB/sec. | ||
| 2185 | 2025.04.18 21:39:27.522961 [ 255 ] {3538ef28-e2ba-46fa-b90a-17cb1b5569ae} <Debug> TCPHandler: Processed in 0.004658828 sec. | ||
| 2186 | 2025.04.18 21:39:27.523087 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2187 | 2025.04.18 21:39:27.523194 [ 255 ] {2656d206-9e7c-40b0-90b7-2eed2adc7a26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2188 | 2025.04.18 21:39:27.523243 [ 255 ] {2656d206-9e7c-40b0-90b7-2eed2adc7a26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2189 | 2025.04.18 21:39:27.523664 [ 255 ] {2656d206-9e7c-40b0-90b7-2eed2adc7a26} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2190 | 2025.04.18 21:39:27.523702 [ 255 ] {2656d206-9e7c-40b0-90b7-2eed2adc7a26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2191 | 2025.04.18 21:39:27.524044 [ 255 ] {2656d206-9e7c-40b0-90b7-2eed2adc7a26} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2192 | 2025.04.18 21:39:27.524275 [ 255 ] {2656d206-9e7c-40b0-90b7-2eed2adc7a26} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2193 | 2025.04.18 21:39:27.524508 [ 255 ] {2656d206-9e7c-40b0-90b7-2eed2adc7a26} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001319 sec., 758.1501137225171 rows/sec., 51.09 KiB/sec. | ||
| 2194 | 2025.04.18 21:39:27.524600 [ 255 ] {2656d206-9e7c-40b0-90b7-2eed2adc7a26} <Debug> TCPHandler: Processed in 0.001564246 sec. | ||
| 2195 | 2025.04.18 21:39:27.524714 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2196 | 2025.04.18 21:39:27.524820 [ 255 ] {c506711f-9d7a-402a-8609-7843e426b08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2197 | 2025.04.18 21:39:27.524964 [ 255 ] {c506711f-9d7a-402a-8609-7843e426b08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2198 | 2025.04.18 21:39:27.525378 [ 255 ] {c506711f-9d7a-402a-8609-7843e426b08b} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2199 | 2025.04.18 21:39:27.525415 [ 255 ] {c506711f-9d7a-402a-8609-7843e426b08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2200 | 2025.04.18 21:39:27.525764 [ 255 ] {c506711f-9d7a-402a-8609-7843e426b08b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2201 | 2025.04.18 21:39:27.526003 [ 255 ] {c506711f-9d7a-402a-8609-7843e426b08b} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2202 | 2025.04.18 21:39:27.526165 [ 255 ] {c506711f-9d7a-402a-8609-7843e426b08b} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001368 sec., 24853.801169590643 rows/sec., 1.44 MiB/sec. | ||
| 2203 | 2025.04.18 21:39:27.526212 [ 255 ] {c506711f-9d7a-402a-8609-7843e426b08b} <Debug> TCPHandler: Processed in 0.001548676 sec. | ||
| 2204 | 2025.04.18 21:39:28.001169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.33 MiB, peak 170.00 MiB, free memory in arenas 0.00 B, will set to 166.07 MiB (RSS), difference: -1.25 MiB | ||
| 2205 | 2025.04.18 21:39:31.830535 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2206 | 2025.04.18 21:39:31.830775 [ 255 ] {7f4f0679-4a09-4659-aa43-42afc00315da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2207 | 2025.04.18 21:39:31.830859 [ 255 ] {7f4f0679-4a09-4659-aa43-42afc00315da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2208 | 2025.04.18 21:39:31.831661 [ 255 ] {7f4f0679-4a09-4659-aa43-42afc00315da} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2209 | 2025.04.18 21:39:31.831709 [ 255 ] {7f4f0679-4a09-4659-aa43-42afc00315da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2210 | 2025.04.18 21:39:31.832140 [ 255 ] {7f4f0679-4a09-4659-aa43-42afc00315da} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2211 | 2025.04.18 21:39:31.832399 [ 255 ] {7f4f0679-4a09-4659-aa43-42afc00315da} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2212 | 2025.04.18 21:39:31.832595 [ 41 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2213 | 2025.04.18 21:39:31.832629 [ 255 ] {7f4f0679-4a09-4659-aa43-42afc00315da} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00192 sec., 29166.666666666664 rows/sec., 2.23 MiB/sec. | ||
| 2214 | 2025.04.18 21:39:31.832680 [ 41 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2215 | 2025.04.18 21:39:31.832746 [ 255 ] {7f4f0679-4a09-4659-aa43-42afc00315da} <Debug> TCPHandler: Processed in 0.002355245 sec. | ||
| 2216 | 2025.04.18 21:39:31.832754 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2217 | 2025.04.18 21:39:31.832919 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2218 | 2025.04.18 21:39:31.832935 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::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 | ||
| 2219 | 2025.04.18 21:39:31.833127 [ 255 ] {17f8251f-1a83-4e83-a713-dfd5aa750ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2220 | 2025.04.18 21:39:31.833179 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2221 | 2025.04.18 21:39:31.833213 [ 255 ] {17f8251f-1a83-4e83-a713-dfd5aa750ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2222 | 2025.04.18 21:39:31.833249 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part | ||
| 2223 | 2025.04.18 21:39:31.833528 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 2224 | 2025.04.18 21:39:31.833820 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 617 rows starting from the beginning of the part | ||
| 2225 | 2025.04.18 21:39:31.834129 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 128 rows starting from the beginning of the part | ||
| 2226 | 2025.04.18 21:39:31.834507 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1757 rows starting from the beginning of the part | ||
| 2227 | 2025.04.18 21:39:31.835007 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2228 | 2025.04.18 21:39:31.836328 [ 255 ] {17f8251f-1a83-4e83-a713-dfd5aa750ed4} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2229 | 2025.04.18 21:39:31.836402 [ 255 ] {17f8251f-1a83-4e83-a713-dfd5aa750ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2230 | 2025.04.18 21:39:31.837344 [ 255 ] {17f8251f-1a83-4e83-a713-dfd5aa750ed4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2231 | 2025.04.18 21:39:31.837791 [ 255 ] {17f8251f-1a83-4e83-a713-dfd5aa750ed4} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2232 | 2025.04.18 21:39:31.837985 [ 41 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2233 | 2025.04.18 21:39:31.838085 [ 41 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2234 | 2025.04.18 21:39:31.838123 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2235 | 2025.04.18 21:39:31.838156 [ 255 ] {17f8251f-1a83-4e83-a713-dfd5aa750ed4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005098 sec., 12553.942722636328 rows/sec., 1003.38 KiB/sec. | ||
| 2236 | 2025.04.18 21:39:31.838484 [ 255 ] {17f8251f-1a83-4e83-a713-dfd5aa750ed4} <Debug> TCPHandler: Processed in 0.0056235 sec. | ||
| 2237 | 2025.04.18 21:39:31.838836 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2238 | 2025.04.18 21:39:31.838883 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::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 | ||
| 2239 | 2025.04.18 21:39:31.838991 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3263 rows, containing 5 columns (5 merged, 0 gathered) in 0.006110852 sec., 533968.0947926737 rows/sec., 44.75 MiB/sec. | ||
| 2240 | 2025.04.18 21:39:31.839142 [ 255 ] {eb2a530f-b1f3-4e24-972e-6b36735b4de0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2241 | 2025.04.18 21:39:31.839299 [ 255 ] {eb2a530f-b1f3-4e24-972e-6b36735b4de0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2242 | 2025.04.18 21:39:31.839317 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2243 | 2025.04.18 21:39:31.839434 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2244 | 2025.04.18 21:39:31.839478 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2245 | 2025.04.18 21:39:31.840092 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 2246 | 2025.04.18 21:39:31.840635 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 382 rows starting from the beginning of the part | ||
| 2247 | 2025.04.18 21:39:31.840752 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_11_2} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2248 | 2025.04.18 21:39:31.841228 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part | ||
| 2249 | 2025.04.18 21:39:31.841311 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_11_2} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2250 | 2025.04.18 21:39:31.841697 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 2251 | 2025.04.18 21:39:31.841763 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 838 rows starting from the beginning of the part | ||
| 2252 | 2025.04.18 21:39:31.841902 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2253 | 2025.04.18 21:39:31.842854 [ 255 ] {eb2a530f-b1f3-4e24-972e-6b36735b4de0} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2254 | 2025.04.18 21:39:31.842920 [ 255 ] {eb2a530f-b1f3-4e24-972e-6b36735b4de0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2255 | 2025.04.18 21:39:31.843987 [ 255 ] {eb2a530f-b1f3-4e24-972e-6b36735b4de0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2256 | 2025.04.18 21:39:31.844403 [ 255 ] {eb2a530f-b1f3-4e24-972e-6b36735b4de0} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2257 | 2025.04.18 21:39:31.844700 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2258 | 2025.04.18 21:39:31.844829 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2259 | 2025.04.18 21:39:31.844840 [ 255 ] {eb2a530f-b1f3-4e24-972e-6b36735b4de0} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005773 sec., 22172.18084184999 rows/sec., 1.54 MiB/sec. | ||
| 2260 | 2025.04.18 21:39:31.845204 [ 255 ] {eb2a530f-b1f3-4e24-972e-6b36735b4de0} <Debug> TCPHandler: Processed in 0.006493621 sec. | ||
| 2261 | 2025.04.18 21:39:31.845364 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2262 | 2025.04.18 21:39:31.845417 [ 198 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1858 rows, containing 5 columns (5 merged, 0 gathered) in 0.007201798 sec., 257991.12943739883 rows/sec., 19.63 MiB/sec. | ||
| 2263 | 2025.04.18 21:39:31.845460 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2264 | 2025.04.18 21:39:31.845802 [ 195 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::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 | ||
| 2265 | 2025.04.18 21:39:31.845816 [ 255 ] {9d31a8e4-f10c-48a3-97a3-615cf7fd6dc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2266 | 2025.04.18 21:39:31.845960 [ 198 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2267 | 2025.04.18 21:39:31.846020 [ 255 ] {9d31a8e4-f10c-48a3-97a3-615cf7fd6dc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2268 | 2025.04.18 21:39:31.846458 [ 195 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2269 | 2025.04.18 21:39:31.846567 [ 195 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 975 rows starting from the beginning of the part | ||
| 2270 | 2025.04.18 21:39:31.847110 [ 195 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
| 2271 | 2025.04.18 21:39:31.847563 [ 198 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_11_2} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2272 | 2025.04.18 21:39:31.847631 [ 195 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part | ||
| 2273 | 2025.04.18 21:39:31.848061 [ 198 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_11_2} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2274 | 2025.04.18 21:39:31.848145 [ 195 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2275 | 2025.04.18 21:39:31.848493 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 2276 | 2025.04.18 21:39:31.848743 [ 195 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2587 rows starting from the beginning of the part | ||
| 2277 | 2025.04.18 21:39:31.849192 [ 195 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part | ||
| 2278 | 2025.04.18 21:39:31.849879 [ 255 ] {9d31a8e4-f10c-48a3-97a3-615cf7fd6dc2} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2279 | 2025.04.18 21:39:31.849925 [ 255 ] {9d31a8e4-f10c-48a3-97a3-615cf7fd6dc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2280 | 2025.04.18 21:39:31.850441 [ 255 ] {9d31a8e4-f10c-48a3-97a3-615cf7fd6dc2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2281 | 2025.04.18 21:39:31.850750 [ 255 ] {9d31a8e4-f10c-48a3-97a3-615cf7fd6dc2} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2282 | 2025.04.18 21:39:31.850973 [ 40 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2283 | 2025.04.18 21:39:31.851110 [ 40 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2284 | 2025.04.18 21:39:31.851197 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2285 | 2025.04.18 21:39:31.851251 [ 255 ] {9d31a8e4-f10c-48a3-97a3-615cf7fd6dc2} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005496 sec., 8733.624454148472 rows/sec., 602.71 KiB/sec. | ||
| 2286 | 2025.04.18 21:39:31.851577 [ 255 ] {9d31a8e4-f10c-48a3-97a3-615cf7fd6dc2} <Debug> TCPHandler: Processed in 0.006187824 sec. | ||
| 2287 | 2025.04.18 21:39:31.851617 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::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 | ||
| 2288 | 2025.04.18 21:39:31.851763 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2289 | 2025.04.18 21:39:31.851815 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 340 rows starting from the beginning of the part | ||
| 2290 | 2025.04.18 21:39:31.852138 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 2291 | 2025.04.18 21:39:31.852447 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 82 rows starting from the beginning of the part | ||
| 2292 | 2025.04.18 21:39:31.852735 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4247 rows, containing 5 columns (5 merged, 0 gathered) in 0.007241179 sec., 586506.7000829561 rows/sec., 39.58 MiB/sec. | ||
| 2293 | 2025.04.18 21:39:31.852832 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2294 | 2025.04.18 21:39:31.853113 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 2295 | 2025.04.18 21:39:31.853324 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2296 | 2025.04.18 21:39:31.853500 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part | ||
| 2297 | 2025.04.18 21:39:31.854168 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2298 | 2025.04.18 21:39:31.854294 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2299 | 2025.04.18 21:39:31.854396 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 2300 | 2025.04.18 21:39:31.855009 [ 196 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 624 rows, containing 4 columns (4 merged, 0 gathered) in 0.003654385 sec., 170753.76568150317 rows/sec., 11.29 MiB/sec. | ||
| 2301 | 2025.04.18 21:39:31.855153 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2302 | 2025.04.18 21:39:31.855408 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_11_2} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2303 | 2025.04.18 21:39:31.855479 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_11_2} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2304 | 2025.04.18 21:39:31.855543 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2305 | 2025.04.18 21:39:32.325209 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2306 | 2025.04.18 21:39:32.326046 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2307 | 2025.04.18 21:39:32.326126 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2308 | 2025.04.18 21:39:32.326810 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2309 | 2025.04.18 21:39:32.327140 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2310 | 2025.04.18 21:39:32.327472 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2311 | 2025.04.18 21:39:32.605364 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2312 | 2025.04.18 21:39:32.628178 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2313 | 2025.04.18 21:39:32.628254 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2314 | 2025.04.18 21:39:32.635300 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2315 | 2025.04.18 21:39:32.636136 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2316 | 2025.04.18 21:39:32.639469 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2317 | 2025.04.18 21:39:34.821190 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 322 | ||
| 2318 | 2025.04.18 21:39:34.825017 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2025.04.18 21:39:34.825071 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2320 | 2025.04.18 21:39:34.826588 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2321 | 2025.04.18 21:39:34.826898 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2322 | 2025.04.18 21:39:34.827114 [ 36 ] {} <Debug> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2323 | 2025.04.18 21:39:34.827251 [ 36 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2324 | 2025.04.18 21:39:34.827323 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2325 | 2025.04.18 21:39:34.827957 [ 189 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::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 | ||
| 2326 | 2025.04.18 21:39:34.828523 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 322 | ||
| 2327 | 2025.04.18 21:39:34.828872 [ 189 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2328 | 2025.04.18 21:39:34.828995 [ 189 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::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 | ||
| 2329 | 2025.04.18 21:39:34.829525 [ 189 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
| 2330 | 2025.04.18 21:39:34.830158 [ 189 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 34 rows starting from the beginning of the part | ||
| 2331 | 2025.04.18 21:39:34.830731 [ 189 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::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 | ||
| 2332 | 2025.04.18 21:39:34.831229 [ 189 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part | ||
| 2333 | 2025.04.18 21:39:34.831787 [ 189 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 2334 | 2025.04.18 21:39:34.841406 [ 196 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 72 columns (72 merged, 0 gathered) in 0.013945474 sec., 23089.92867506691 rows/sec., 23.45 MiB/sec. | ||
| 2335 | 2025.04.18 21:39:34.842208 [ 194 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2336 | 2025.04.18 21:39:34.842892 [ 194 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_6_1} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2337 | 2025.04.18 21:39:34.842971 [ 194 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_6_1} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2338 | 2025.04.18 21:39:34.843162 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. | ||
| 2339 | 2025.04.18 21:39:36.833255 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2340 | 2025.04.18 21:39:36.833460 [ 255 ] {36883284-6443-4a04-ba5b-ac1894056f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2341 | 2025.04.18 21:39:36.833531 [ 255 ] {36883284-6443-4a04-ba5b-ac1894056f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2342 | 2025.04.18 21:39:36.834320 [ 255 ] {36883284-6443-4a04-ba5b-ac1894056f4d} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2343 | 2025.04.18 21:39:36.834369 [ 255 ] {36883284-6443-4a04-ba5b-ac1894056f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2344 | 2025.04.18 21:39:36.834797 [ 255 ] {36883284-6443-4a04-ba5b-ac1894056f4d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2345 | 2025.04.18 21:39:36.835043 [ 255 ] {36883284-6443-4a04-ba5b-ac1894056f4d} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2346 | 2025.04.18 21:39:36.835266 [ 255 ] {36883284-6443-4a04-ba5b-ac1894056f4d} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001847 sec., 69301.57011369789 rows/sec., 5.93 MiB/sec. | ||
| 2347 | 2025.04.18 21:39:36.835395 [ 255 ] {36883284-6443-4a04-ba5b-ac1894056f4d} <Debug> TCPHandler: Processed in 0.002278423 sec. | ||
| 2348 | 2025.04.18 21:39:36.835580 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2349 | 2025.04.18 21:39:36.835684 [ 255 ] {f137a5b5-a7fc-45a6-9169-2f47cbb245f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2350 | 2025.04.18 21:39:36.835731 [ 255 ] {f137a5b5-a7fc-45a6-9169-2f47cbb245f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2351 | 2025.04.18 21:39:36.836268 [ 255 ] {f137a5b5-a7fc-45a6-9169-2f47cbb245f7} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2352 | 2025.04.18 21:39:36.836307 [ 255 ] {f137a5b5-a7fc-45a6-9169-2f47cbb245f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2353 | 2025.04.18 21:39:36.836643 [ 255 ] {f137a5b5-a7fc-45a6-9169-2f47cbb245f7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2354 | 2025.04.18 21:39:36.836881 [ 255 ] {f137a5b5-a7fc-45a6-9169-2f47cbb245f7} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2355 | 2025.04.18 21:39:36.837118 [ 255 ] {f137a5b5-a7fc-45a6-9169-2f47cbb245f7} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001455 sec., 24742.268041237116 rows/sec., 1.82 MiB/sec. | ||
| 2356 | 2025.04.18 21:39:36.837271 [ 255 ] {f137a5b5-a7fc-45a6-9169-2f47cbb245f7} <Debug> TCPHandler: Processed in 0.00174513 sec. | ||
| 2357 | 2025.04.18 21:39:36.837394 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2358 | 2025.04.18 21:39:36.837496 [ 255 ] {f0cda28d-9177-4b57-b45f-89003d6e47f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2359 | 2025.04.18 21:39:36.837541 [ 255 ] {f0cda28d-9177-4b57-b45f-89003d6e47f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2360 | 2025.04.18 21:39:36.838115 [ 255 ] {f0cda28d-9177-4b57-b45f-89003d6e47f2} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2361 | 2025.04.18 21:39:36.838154 [ 255 ] {f0cda28d-9177-4b57-b45f-89003d6e47f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2362 | 2025.04.18 21:39:36.838501 [ 255 ] {f0cda28d-9177-4b57-b45f-89003d6e47f2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2363 | 2025.04.18 21:39:36.838746 [ 255 ] {f0cda28d-9177-4b57-b45f-89003d6e47f2} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2364 | 2025.04.18 21:39:36.838941 [ 255 ] {f0cda28d-9177-4b57-b45f-89003d6e47f2} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001465 sec., 68259.38566552901 rows/sec., 5.33 MiB/sec. | ||
| 2365 | 2025.04.18 21:39:36.838990 [ 255 ] {f0cda28d-9177-4b57-b45f-89003d6e47f2} <Debug> TCPHandler: Processed in 0.001645819 sec. | ||
| 2366 | 2025.04.18 21:39:36.839106 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2367 | 2025.04.18 21:39:36.839209 [ 255 ] {9176ba9a-3897-443a-ae72-ec09734840a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2368 | 2025.04.18 21:39:36.839257 [ 255 ] {9176ba9a-3897-443a-ae72-ec09734840a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2369 | 2025.04.18 21:39:36.839763 [ 255 ] {9176ba9a-3897-443a-ae72-ec09734840a5} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2370 | 2025.04.18 21:39:36.839802 [ 255 ] {9176ba9a-3897-443a-ae72-ec09734840a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2371 | 2025.04.18 21:39:36.840166 [ 255 ] {9176ba9a-3897-443a-ae72-ec09734840a5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2372 | 2025.04.18 21:39:36.840403 [ 255 ] {9176ba9a-3897-443a-ae72-ec09734840a5} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2373 | 2025.04.18 21:39:36.840602 [ 255 ] {9176ba9a-3897-443a-ae72-ec09734840a5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001414 sec., 113154.17256011316 rows/sec., 7.88 MiB/sec. | ||
| 2374 | 2025.04.18 21:39:36.840651 [ 255 ] {9176ba9a-3897-443a-ae72-ec09734840a5} <Debug> TCPHandler: Processed in 0.001594077 sec. | ||
| 2375 | 2025.04.18 21:39:36.840764 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2376 | 2025.04.18 21:39:36.840866 [ 255 ] {84d99c26-5cfe-4234-8015-693fa55a02ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2377 | 2025.04.18 21:39:36.840934 [ 255 ] {84d99c26-5cfe-4234-8015-693fa55a02ed} <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 | ||
| 2378 | 2025.04.18 21:39:36.842034 [ 255 ] {84d99c26-5cfe-4234-8015-693fa55a02ed} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2379 | 2025.04.18 21:39:36.842073 [ 255 ] {84d99c26-5cfe-4234-8015-693fa55a02ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2380 | 2025.04.18 21:39:36.842697 [ 255 ] {84d99c26-5cfe-4234-8015-693fa55a02ed} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2381 | 2025.04.18 21:39:36.842955 [ 255 ] {84d99c26-5cfe-4234-8015-693fa55a02ed} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2382 | 2025.04.18 21:39:36.843275 [ 255 ] {84d99c26-5cfe-4234-8015-693fa55a02ed} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002411 sec., 14931.563666528411 rows/sec., 26.76 MiB/sec. | ||
| 2383 | 2025.04.18 21:39:36.843420 [ 255 ] {84d99c26-5cfe-4234-8015-693fa55a02ed} <Debug> TCPHandler: Processed in 0.002706023 sec. | ||
| 2384 | 2025.04.18 21:39:36.843545 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2385 | 2025.04.18 21:39:36.843649 [ 255 ] {2abad2fe-b867-4321-995a-68d3a16ce9de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2386 | 2025.04.18 21:39:36.843694 [ 255 ] {2abad2fe-b867-4321-995a-68d3a16ce9de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2387 | 2025.04.18 21:39:36.844124 [ 255 ] {2abad2fe-b867-4321-995a-68d3a16ce9de} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2388 | 2025.04.18 21:39:36.844162 [ 255 ] {2abad2fe-b867-4321-995a-68d3a16ce9de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2389 | 2025.04.18 21:39:36.844509 [ 255 ] {2abad2fe-b867-4321-995a-68d3a16ce9de} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2390 | 2025.04.18 21:39:36.844747 [ 255 ] {2abad2fe-b867-4321-995a-68d3a16ce9de} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2391 | 2025.04.18 21:39:36.844997 [ 255 ] {2abad2fe-b867-4321-995a-68d3a16ce9de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
| 2392 | 2025.04.18 21:39:36.845170 [ 255 ] {2abad2fe-b867-4321-995a-68d3a16ce9de} <Debug> TCPHandler: Processed in 0.001670998 sec. | ||
| 2393 | 2025.04.18 21:39:39.730678 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2394 | 2025.04.18 21:39:39.730765 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2395 | 2025.04.18 21:39:39.827646 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2396 | 2025.04.18 21:39:39.828465 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2397 | 2025.04.18 21:39:39.828541 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2398 | 2025.04.18 21:39:39.829201 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2399 | 2025.04.18 21:39:39.829467 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2400 | 2025.04.18 21:39:39.829716 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2401 | 2025.04.18 21:39:40.139550 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2402 | 2025.04.18 21:39:40.161309 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2403 | 2025.04.18 21:39:40.161378 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2404 | 2025.04.18 21:39:40.168615 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2405 | 2025.04.18 21:39:40.169442 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2406 | 2025.04.18 21:39:40.172526 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2407 | 2025.04.18 21:39:41.837406 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2408 | 2025.04.18 21:39:41.837669 [ 255 ] {35c8344e-06ee-43f2-973a-434b19bd0648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2409 | 2025.04.18 21:39:41.837743 [ 255 ] {35c8344e-06ee-43f2-973a-434b19bd0648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2410 | 2025.04.18 21:39:41.838590 [ 255 ] {35c8344e-06ee-43f2-973a-434b19bd0648} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2411 | 2025.04.18 21:39:41.838642 [ 255 ] {35c8344e-06ee-43f2-973a-434b19bd0648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2412 | 2025.04.18 21:39:41.839078 [ 255 ] {35c8344e-06ee-43f2-973a-434b19bd0648} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2413 | 2025.04.18 21:39:41.839334 [ 255 ] {35c8344e-06ee-43f2-973a-434b19bd0648} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2414 | 2025.04.18 21:39:41.839561 [ 255 ] {35c8344e-06ee-43f2-973a-434b19bd0648} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001955 sec., 108439.89769820971 rows/sec., 6.90 MiB/sec. | ||
| 2415 | 2025.04.18 21:39:41.839624 [ 255 ] {35c8344e-06ee-43f2-973a-434b19bd0648} <Debug> TCPHandler: Processed in 0.002395885 sec. | ||
| 2416 | 2025.04.18 21:39:41.839748 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2417 | 2025.04.18 21:39:41.839859 [ 255 ] {2e8ee463-3da8-4039-a213-1f06fce5bbeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2418 | 2025.04.18 21:39:41.839908 [ 255 ] {2e8ee463-3da8-4039-a213-1f06fce5bbeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2419 | 2025.04.18 21:39:41.840691 [ 255 ] {2e8ee463-3da8-4039-a213-1f06fce5bbeb} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2420 | 2025.04.18 21:39:41.840732 [ 255 ] {2e8ee463-3da8-4039-a213-1f06fce5bbeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2421 | 2025.04.18 21:39:41.841120 [ 255 ] {2e8ee463-3da8-4039-a213-1f06fce5bbeb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2422 | 2025.04.18 21:39:41.841354 [ 255 ] {2e8ee463-3da8-4039-a213-1f06fce5bbeb} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2423 | 2025.04.18 21:39:41.841586 [ 255 ] {2e8ee463-3da8-4039-a213-1f06fce5bbeb} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001745 sec., 353581.66189111746 rows/sec., 27.62 MiB/sec. | ||
| 2424 | 2025.04.18 21:39:41.841701 [ 255 ] {2e8ee463-3da8-4039-a213-1f06fce5bbeb} <Debug> TCPHandler: Processed in 0.002000967 sec. | ||
| 2425 | 2025.04.18 21:39:41.841905 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2426 | 2025.04.18 21:39:41.842011 [ 255 ] {28ba5300-672c-4b50-9f2c-bbdbfc6e7ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2427 | 2025.04.18 21:39:41.842057 [ 255 ] {28ba5300-672c-4b50-9f2c-bbdbfc6e7ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2428 | 2025.04.18 21:39:41.842607 [ 255 ] {28ba5300-672c-4b50-9f2c-bbdbfc6e7ff5} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2429 | 2025.04.18 21:39:41.842646 [ 255 ] {28ba5300-672c-4b50-9f2c-bbdbfc6e7ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2430 | 2025.04.18 21:39:41.842993 [ 255 ] {28ba5300-672c-4b50-9f2c-bbdbfc6e7ff5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2431 | 2025.04.18 21:39:41.843240 [ 255 ] {28ba5300-672c-4b50-9f2c-bbdbfc6e7ff5} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2432 | 2025.04.18 21:39:41.843507 [ 255 ] {28ba5300-672c-4b50-9f2c-bbdbfc6e7ff5} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001518 sec., 69828.72200263504 rows/sec., 4.11 MiB/sec. | ||
| 2433 | 2025.04.18 21:39:41.843670 [ 255 ] {28ba5300-672c-4b50-9f2c-bbdbfc6e7ff5} <Debug> TCPHandler: Processed in 0.001829742 sec. | ||
| 2434 | 2025.04.18 21:39:41.843802 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2435 | 2025.04.18 21:39:41.843906 [ 255 ] {e1532d56-7ca2-49d1-bb79-663ad6d29604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2436 | 2025.04.18 21:39:41.843951 [ 255 ] {e1532d56-7ca2-49d1-bb79-663ad6d29604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2437 | 2025.04.18 21:39:41.844497 [ 255 ] {e1532d56-7ca2-49d1-bb79-663ad6d29604} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2438 | 2025.04.18 21:39:41.844537 [ 255 ] {e1532d56-7ca2-49d1-bb79-663ad6d29604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2439 | 2025.04.18 21:39:41.844883 [ 255 ] {e1532d56-7ca2-49d1-bb79-663ad6d29604} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2440 | 2025.04.18 21:39:41.845115 [ 255 ] {e1532d56-7ca2-49d1-bb79-663ad6d29604} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2441 | 2025.04.18 21:39:41.845360 [ 255 ] {e1532d56-7ca2-49d1-bb79-663ad6d29604} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001462 sec., 77291.38166894665 rows/sec., 5.00 MiB/sec. | ||
| 2442 | 2025.04.18 21:39:41.845487 [ 255 ] {e1532d56-7ca2-49d1-bb79-663ad6d29604} <Debug> TCPHandler: Processed in 0.001738251 sec. | ||
| 2443 | 2025.04.18 21:39:41.845604 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2444 | 2025.04.18 21:39:41.845706 [ 255 ] {c7aaa69c-b5d3-4056-90a0-3da25cb763b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2445 | 2025.04.18 21:39:41.845751 [ 255 ] {c7aaa69c-b5d3-4056-90a0-3da25cb763b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2446 | 2025.04.18 21:39:41.846294 [ 255 ] {c7aaa69c-b5d3-4056-90a0-3da25cb763b3} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2447 | 2025.04.18 21:39:41.846332 [ 255 ] {c7aaa69c-b5d3-4056-90a0-3da25cb763b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2448 | 2025.04.18 21:39:41.846666 [ 255 ] {c7aaa69c-b5d3-4056-90a0-3da25cb763b3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2449 | 2025.04.18 21:39:41.846898 [ 255 ] {c7aaa69c-b5d3-4056-90a0-3da25cb763b3} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2450 | 2025.04.18 21:39:41.847164 [ 255 ] {c7aaa69c-b5d3-4056-90a0-3da25cb763b3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001456 sec., 76923.07692307692 rows/sec., 4.38 MiB/sec. | ||
| 2451 | 2025.04.18 21:39:41.847281 [ 255 ] {c7aaa69c-b5d3-4056-90a0-3da25cb763b3} <Debug> TCPHandler: Processed in 0.00172538 sec. | ||
| 2452 | 2025.04.18 21:39:41.847407 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2453 | 2025.04.18 21:39:41.847508 [ 255 ] {6f059f34-7692-45de-89b6-58b8a36e7ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2454 | 2025.04.18 21:39:41.847554 [ 255 ] {6f059f34-7692-45de-89b6-58b8a36e7ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2455 | 2025.04.18 21:39:41.848180 [ 255 ] {6f059f34-7692-45de-89b6-58b8a36e7ece} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2456 | 2025.04.18 21:39:41.848218 [ 255 ] {6f059f34-7692-45de-89b6-58b8a36e7ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2457 | 2025.04.18 21:39:41.848581 [ 255 ] {6f059f34-7692-45de-89b6-58b8a36e7ece} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2458 | 2025.04.18 21:39:41.848809 [ 255 ] {6f059f34-7692-45de-89b6-58b8a36e7ece} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2459 | 2025.04.18 21:39:41.848995 [ 255 ] {6f059f34-7692-45de-89b6-58b8a36e7ece} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001507 sec., 253483.74253483742 rows/sec., 17.88 MiB/sec. | ||
| 2460 | 2025.04.18 21:39:41.849047 [ 255 ] {6f059f34-7692-45de-89b6-58b8a36e7ece} <Debug> TCPHandler: Processed in 0.00168916 sec. | ||
| 2461 | 2025.04.18 21:39:41.849163 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2462 | 2025.04.18 21:39:41.849266 [ 255 ] {7d65883b-56a0-4e89-969f-9eef79bb4633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2463 | 2025.04.18 21:39:41.849311 [ 255 ] {7d65883b-56a0-4e89-969f-9eef79bb4633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2464 | 2025.04.18 21:39:41.849718 [ 255 ] {7d65883b-56a0-4e89-969f-9eef79bb4633} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2465 | 2025.04.18 21:39:41.849755 [ 255 ] {7d65883b-56a0-4e89-969f-9eef79bb4633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2466 | 2025.04.18 21:39:41.850109 [ 255 ] {7d65883b-56a0-4e89-969f-9eef79bb4633} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2467 | 2025.04.18 21:39:41.850338 [ 255 ] {7d65883b-56a0-4e89-969f-9eef79bb4633} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2468 | 2025.04.18 21:39:41.850579 [ 255 ] {7d65883b-56a0-4e89-969f-9eef79bb4633} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 236.76 KiB/sec. | ||
| 2469 | 2025.04.18 21:39:41.850703 [ 255 ] {7d65883b-56a0-4e89-969f-9eef79bb4633} <Debug> TCPHandler: Processed in 0.001589237 sec. | ||
| 2470 | 2025.04.18 21:39:41.850820 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2471 | 2025.04.18 21:39:41.850922 [ 255 ] {edf5d8a2-32d8-435e-a0c3-dde24a1cb42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2472 | 2025.04.18 21:39:41.850969 [ 255 ] {edf5d8a2-32d8-435e-a0c3-dde24a1cb42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2473 | 2025.04.18 21:39:41.851472 [ 255 ] {edf5d8a2-32d8-435e-a0c3-dde24a1cb42f} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2474 | 2025.04.18 21:39:41.851511 [ 255 ] {edf5d8a2-32d8-435e-a0c3-dde24a1cb42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2475 | 2025.04.18 21:39:41.851890 [ 255 ] {edf5d8a2-32d8-435e-a0c3-dde24a1cb42f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2476 | 2025.04.18 21:39:41.852123 [ 255 ] {edf5d8a2-32d8-435e-a0c3-dde24a1cb42f} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2477 | 2025.04.18 21:39:41.852369 [ 255 ] {edf5d8a2-32d8-435e-a0c3-dde24a1cb42f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001468 sec., 161444.1416893733 rows/sec., 10.82 MiB/sec. | ||
| 2478 | 2025.04.18 21:39:41.852567 [ 255 ] {edf5d8a2-32d8-435e-a0c3-dde24a1cb42f} <Debug> TCPHandler: Processed in 0.001792811 sec. | ||
| 2479 | 2025.04.18 21:39:41.852696 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2480 | 2025.04.18 21:39:41.852800 [ 255 ] {4b34c017-239b-44fb-8ce0-cbbdc782da04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2481 | 2025.04.18 21:39:41.852846 [ 255 ] {4b34c017-239b-44fb-8ce0-cbbdc782da04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2482 | 2025.04.18 21:39:41.853268 [ 255 ] {4b34c017-239b-44fb-8ce0-cbbdc782da04} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2483 | 2025.04.18 21:39:41.853305 [ 255 ] {4b34c017-239b-44fb-8ce0-cbbdc782da04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2484 | 2025.04.18 21:39:41.853639 [ 255 ] {4b34c017-239b-44fb-8ce0-cbbdc782da04} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2485 | 2025.04.18 21:39:41.853869 [ 255 ] {4b34c017-239b-44fb-8ce0-cbbdc782da04} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2486 | 2025.04.18 21:39:41.854066 [ 255 ] {4b34c017-239b-44fb-8ce0-cbbdc782da04} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001288 sec., 776.3975155279503 rows/sec., 52.32 KiB/sec. | ||
| 2487 | 2025.04.18 21:39:41.854114 [ 255 ] {4b34c017-239b-44fb-8ce0-cbbdc782da04} <Debug> TCPHandler: Processed in 0.001466644 sec. | ||
| 2488 | 2025.04.18 21:39:41.854225 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2489 | 2025.04.18 21:39:41.854327 [ 255 ] {14bf8390-6387-433a-9dd5-1920a7015079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2490 | 2025.04.18 21:39:41.854371 [ 255 ] {14bf8390-6387-433a-9dd5-1920a7015079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2491 | 2025.04.18 21:39:41.854787 [ 255 ] {14bf8390-6387-433a-9dd5-1920a7015079} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2492 | 2025.04.18 21:39:41.854825 [ 255 ] {14bf8390-6387-433a-9dd5-1920a7015079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2493 | 2025.04.18 21:39:41.855175 [ 255 ] {14bf8390-6387-433a-9dd5-1920a7015079} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2494 | 2025.04.18 21:39:41.855406 [ 255 ] {14bf8390-6387-433a-9dd5-1920a7015079} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2495 | 2025.04.18 21:39:41.855600 [ 255 ] {14bf8390-6387-433a-9dd5-1920a7015079} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001294 sec., 63369.397217928905 rows/sec., 4.02 MiB/sec. | ||
| 2496 | 2025.04.18 21:39:41.855649 [ 255 ] {14bf8390-6387-433a-9dd5-1920a7015079} <Debug> TCPHandler: Processed in 0.001472834 sec. | ||
| 2497 | 2025.04.18 21:39:44.829788 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 354 | ||
| 2498 | 2025.04.18 21:39:44.832965 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2499 | 2025.04.18 21:39:44.833013 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2500 | 2025.04.18 21:39:44.834430 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2501 | 2025.04.18 21:39:44.834740 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2502 | 2025.04.18 21:39:44.835397 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 354 | ||
| 2503 | 2025.04.18 21:39:46.824326 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2504 | 2025.04.18 21:39:46.824588 [ 255 ] {67ae56ff-8383-4cd1-a57d-157536bd182c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 2505 | 2025.04.18 21:39:46.825024 [ 255 ] {67ae56ff-8383-4cd1-a57d-157536bd182c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2506 | 2025.04.18 21:39:46.825078 [ 255 ] {67ae56ff-8383-4cd1-a57d-157536bd182c} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 2507 | 2025.04.18 21:39:46.825449 [ 255 ] {67ae56ff-8383-4cd1-a57d-157536bd182c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2508 | 2025.04.18 21:39:46.825535 [ 255 ] {67ae56ff-8383-4cd1-a57d-157536bd182c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2509 | 2025.04.18 21:39:46.825712 [ 255 ] {67ae56ff-8383-4cd1-a57d-157536bd182c} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2510 | 2025.04.18 21:39:46.825754 [ 255 ] {67ae56ff-8383-4cd1-a57d-157536bd182c} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 2511 | 2025.04.18 21:39:46.825782 [ 255 ] {67ae56ff-8383-4cd1-a57d-157536bd182c} <Debug> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (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 | ||
| 2512 | 2025.04.18 21:39:46.825801 [ 255 ] {67ae56ff-8383-4cd1-a57d-157536bd182c} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2513 | 2025.04.18 21:39:46.825851 [ 255 ] {67ae56ff-8383-4cd1-a57d-157536bd182c} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2514 | 2025.04.18 21:39:46.825883 [ 255 ] {67ae56ff-8383-4cd1-a57d-157536bd182c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 40 rows starting from 0 | ||
| 2515 | 2025.04.18 21:39:46.826784 [ 255 ] {67ae56ff-8383-4cd1-a57d-157536bd182c} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002321 sec., 17233.95088323998 rows/sec., 657.21 KiB/sec. | ||
| 2516 | 2025.04.18 21:39:46.826914 [ 255 ] {67ae56ff-8383-4cd1-a57d-157536bd182c} <Debug> TCPHandler: Processed in 0.002716564 sec. | ||
| 2517 | 2025.04.18 21:39:46.837133 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2518 | 2025.04.18 21:39:46.837276 [ 255 ] {ed94fe1d-9db6-4831-a7cf-40da304c3a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2519 | 2025.04.18 21:39:46.837336 [ 255 ] {ed94fe1d-9db6-4831-a7cf-40da304c3a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2520 | 2025.04.18 21:39:46.838085 [ 255 ] {ed94fe1d-9db6-4831-a7cf-40da304c3a0b} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2521 | 2025.04.18 21:39:46.838127 [ 255 ] {ed94fe1d-9db6-4831-a7cf-40da304c3a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2522 | 2025.04.18 21:39:46.838624 [ 255 ] {ed94fe1d-9db6-4831-a7cf-40da304c3a0b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2523 | 2025.04.18 21:39:46.838845 [ 255 ] {ed94fe1d-9db6-4831-a7cf-40da304c3a0b} <Trace> oximeter.timeseries_schema (8c63e45c-7a21-4871-b66e-3e546bff006c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2524 | 2025.04.18 21:39:46.839028 [ 255 ] {ed94fe1d-9db6-4831-a7cf-40da304c3a0b} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001795 sec., 557.1030640668524 rows/sec., 126.22 KiB/sec. | ||
| 2525 | 2025.04.18 21:39:46.839082 [ 255 ] {ed94fe1d-9db6-4831-a7cf-40da304c3a0b} <Debug> TCPHandler: Processed in 0.002013027 sec. | ||
| 2526 | 2025.04.18 21:39:46.839198 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2527 | 2025.04.18 21:39:46.839301 [ 255 ] {c07029be-53af-41e7-849d-ef135f2d0f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2528 | 2025.04.18 21:39:46.839348 [ 255 ] {c07029be-53af-41e7-849d-ef135f2d0f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2529 | 2025.04.18 21:39:46.839857 [ 255 ] {c07029be-53af-41e7-849d-ef135f2d0f66} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2530 | 2025.04.18 21:39:46.839895 [ 255 ] {c07029be-53af-41e7-849d-ef135f2d0f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2531 | 2025.04.18 21:39:46.840231 [ 255 ] {c07029be-53af-41e7-849d-ef135f2d0f66} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2532 | 2025.04.18 21:39:46.840471 [ 255 ] {c07029be-53af-41e7-849d-ef135f2d0f66} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2533 | 2025.04.18 21:39:46.840656 [ 255 ] {c07029be-53af-41e7-849d-ef135f2d0f66} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001372 sec., 5830.903790087464 rows/sec., 475.47 KiB/sec. | ||
| 2534 | 2025.04.18 21:39:46.840796 [ 255 ] {c07029be-53af-41e7-849d-ef135f2d0f66} <Debug> TCPHandler: Processed in 0.001645319 sec. | ||
| 2535 | 2025.04.18 21:39:46.840919 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2536 | 2025.04.18 21:39:46.841021 [ 255 ] {842d52b4-8eaf-4479-ae1d-da68c474b605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2537 | 2025.04.18 21:39:46.841065 [ 255 ] {842d52b4-8eaf-4479-ae1d-da68c474b605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2538 | 2025.04.18 21:39:46.841653 [ 255 ] {842d52b4-8eaf-4479-ae1d-da68c474b605} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2539 | 2025.04.18 21:39:46.841690 [ 255 ] {842d52b4-8eaf-4479-ae1d-da68c474b605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2540 | 2025.04.18 21:39:46.842041 [ 255 ] {842d52b4-8eaf-4479-ae1d-da68c474b605} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2541 | 2025.04.18 21:39:46.842292 [ 255 ] {842d52b4-8eaf-4479-ae1d-da68c474b605} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2542 | 2025.04.18 21:39:46.842505 [ 255 ] {842d52b4-8eaf-4479-ae1d-da68c474b605} <Debug> executeQuery: Read 132 rows, 11.51 KiB in 0.001502 sec., 87882.82290279627 rows/sec., 7.48 MiB/sec. | ||
| 2543 | 2025.04.18 21:39:46.842702 [ 255 ] {842d52b4-8eaf-4479-ae1d-da68c474b605} <Debug> TCPHandler: Processed in 0.001831263 sec. | ||
| 2544 | 2025.04.18 21:39:46.842834 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2545 | 2025.04.18 21:39:46.842934 [ 255 ] {e90d1b64-c59a-4168-becf-9725d61a88dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2546 | 2025.04.18 21:39:46.842979 [ 255 ] {e90d1b64-c59a-4168-becf-9725d61a88dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2547 | 2025.04.18 21:39:46.843510 [ 255 ] {e90d1b64-c59a-4168-becf-9725d61a88dc} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2548 | 2025.04.18 21:39:46.843548 [ 255 ] {e90d1b64-c59a-4168-becf-9725d61a88dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2549 | 2025.04.18 21:39:46.843894 [ 255 ] {e90d1b64-c59a-4168-becf-9725d61a88dc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2550 | 2025.04.18 21:39:46.844129 [ 255 ] {e90d1b64-c59a-4168-becf-9725d61a88dc} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2551 | 2025.04.18 21:39:46.844295 [ 255 ] {e90d1b64-c59a-4168-becf-9725d61a88dc} <Debug> executeQuery: Read 44 rows, 3.27 KiB in 0.001382 sec., 31837.91606367583 rows/sec., 2.31 MiB/sec. | ||
| 2552 | 2025.04.18 21:39:46.844346 [ 255 ] {e90d1b64-c59a-4168-becf-9725d61a88dc} <Debug> TCPHandler: Processed in 0.001561486 sec. | ||
| 2553 | 2025.04.18 21:39:46.844457 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2554 | 2025.04.18 21:39:46.844559 [ 255 ] {39d7ec2f-af7c-400d-9c0c-90a5adbb5050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2555 | 2025.04.18 21:39:46.844602 [ 255 ] {39d7ec2f-af7c-400d-9c0c-90a5adbb5050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2556 | 2025.04.18 21:39:46.845145 [ 255 ] {39d7ec2f-af7c-400d-9c0c-90a5adbb5050} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2557 | 2025.04.18 21:39:46.845182 [ 255 ] {39d7ec2f-af7c-400d-9c0c-90a5adbb5050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2558 | 2025.04.18 21:39:46.845534 [ 255 ] {39d7ec2f-af7c-400d-9c0c-90a5adbb5050} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2559 | 2025.04.18 21:39:46.845776 [ 255 ] {39d7ec2f-af7c-400d-9c0c-90a5adbb5050} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2560 | 2025.04.18 21:39:46.845947 [ 255 ] {39d7ec2f-af7c-400d-9c0c-90a5adbb5050} <Debug> executeQuery: Read 108 rows, 8.65 KiB in 0.001409 sec., 76650.10645848118 rows/sec., 6.00 MiB/sec. | ||
| 2561 | 2025.04.18 21:39:46.846003 [ 255 ] {39d7ec2f-af7c-400d-9c0c-90a5adbb5050} <Debug> TCPHandler: Processed in 0.001594817 sec. | ||
| 2562 | 2025.04.18 21:39:46.846147 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2563 | 2025.04.18 21:39:46.846250 [ 255 ] {e9dc6983-d821-471c-b7fb-7ef6eea20f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2564 | 2025.04.18 21:39:46.846299 [ 255 ] {e9dc6983-d821-471c-b7fb-7ef6eea20f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2565 | 2025.04.18 21:39:46.846832 [ 255 ] {e9dc6983-d821-471c-b7fb-7ef6eea20f1d} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2566 | 2025.04.18 21:39:46.846869 [ 255 ] {e9dc6983-d821-471c-b7fb-7ef6eea20f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2567 | 2025.04.18 21:39:46.847237 [ 255 ] {e9dc6983-d821-471c-b7fb-7ef6eea20f1d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2568 | 2025.04.18 21:39:46.847482 [ 255 ] {e9dc6983-d821-471c-b7fb-7ef6eea20f1d} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2569 | 2025.04.18 21:39:46.847646 [ 255 ] {e9dc6983-d821-471c-b7fb-7ef6eea20f1d} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001417 sec., 115737.47353563867 rows/sec., 8.06 MiB/sec. | ||
| 2570 | 2025.04.18 21:39:46.847695 [ 255 ] {e9dc6983-d821-471c-b7fb-7ef6eea20f1d} <Debug> TCPHandler: Processed in 0.001598817 sec. | ||
| 2571 | 2025.04.18 21:39:46.847812 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2572 | 2025.04.18 21:39:46.847914 [ 255 ] {52ff25c2-aaf5-4427-8d22-c2d87d784829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2573 | 2025.04.18 21:39:46.847981 [ 255 ] {52ff25c2-aaf5-4427-8d22-c2d87d784829} <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 | ||
| 2574 | 2025.04.18 21:39:46.849081 [ 255 ] {52ff25c2-aaf5-4427-8d22-c2d87d784829} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2575 | 2025.04.18 21:39:46.849118 [ 255 ] {52ff25c2-aaf5-4427-8d22-c2d87d784829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2576 | 2025.04.18 21:39:46.849746 [ 255 ] {52ff25c2-aaf5-4427-8d22-c2d87d784829} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2577 | 2025.04.18 21:39:46.850000 [ 255 ] {52ff25c2-aaf5-4427-8d22-c2d87d784829} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2578 | 2025.04.18 21:39:46.850184 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2579 | 2025.04.18 21:39:46.850222 [ 255 ] {52ff25c2-aaf5-4427-8d22-c2d87d784829} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002328 sec., 15463.917525773195 rows/sec., 27.71 MiB/sec. | ||
| 2580 | 2025.04.18 21:39:46.850262 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2581 | 2025.04.18 21:39:46.850331 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2582 | 2025.04.18 21:39:46.850590 [ 255 ] {52ff25c2-aaf5-4427-8d22-c2d87d784829} <Debug> TCPHandler: Processed in 0.002821956 sec. | ||
| 2583 | 2025.04.18 21:39:46.850757 [ 192 ] {221c5a75-1c85-406a-b975-205b152dd48b::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 | ||
| 2584 | 2025.04.18 21:39:46.851040 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2585 | 2025.04.18 21:39:46.851285 [ 255 ] {b18e3a3b-41f1-4f27-92ca-bb9a7cfe06a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2586 | 2025.04.18 21:39:46.851402 [ 255 ] {b18e3a3b-41f1-4f27-92ca-bb9a7cfe06a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2587 | 2025.04.18 21:39:46.851686 [ 192 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2588 | 2025.04.18 21:39:46.851951 [ 192 ] {221c5a75-1c85-406a-b975-205b152dd48b::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 | ||
| 2589 | 2025.04.18 21:39:46.852646 [ 192 ] {221c5a75-1c85-406a-b975-205b152dd48b::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 | ||
| 2590 | 2025.04.18 21:39:46.853531 [ 192 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2591 | 2025.04.18 21:39:46.853551 [ 255 ] {b18e3a3b-41f1-4f27-92ca-bb9a7cfe06a5} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2592 | 2025.04.18 21:39:46.853631 [ 255 ] {b18e3a3b-41f1-4f27-92ca-bb9a7cfe06a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2593 | 2025.04.18 21:39:46.854189 [ 192 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
| 2594 | 2025.04.18 21:39:46.854912 [ 192 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
| 2595 | 2025.04.18 21:39:46.855176 [ 255 ] {b18e3a3b-41f1-4f27-92ca-bb9a7cfe06a5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2596 | 2025.04.18 21:39:46.855508 [ 192 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
| 2597 | 2025.04.18 21:39:46.856114 [ 255 ] {b18e3a3b-41f1-4f27-92ca-bb9a7cfe06a5} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2598 | 2025.04.18 21:39:46.856769 [ 255 ] {b18e3a3b-41f1-4f27-92ca-bb9a7cfe06a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005565 sec., 10781.67115902965 rows/sec., 744.05 KiB/sec. | ||
| 2599 | 2025.04.18 21:39:46.856889 [ 255 ] {b18e3a3b-41f1-4f27-92ca-bb9a7cfe06a5} <Debug> TCPHandler: Processed in 0.005974259 sec. | ||
| 2600 | 2025.04.18 21:39:46.858929 [ 196 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 19 columns (19 merged, 0 gathered) in 0.008428787 sec., 15660.616408980319 rows/sec., 28.06 MiB/sec. | ||
| 2601 | 2025.04.18 21:39:46.859395 [ 196 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2602 | 2025.04.18 21:39:46.859882 [ 196 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2603 | 2025.04.18 21:39:46.859971 [ 196 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2604 | 2025.04.18 21:39:46.860133 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 2605 | 2025.04.18 21:39:47.330745 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2606 | 2025.04.18 21:39:47.331359 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2607 | 2025.04.18 21:39:47.331404 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2608 | 2025.04.18 21:39:47.331908 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2609 | 2025.04.18 21:39:47.332159 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2610 | 2025.04.18 21:39:47.332362 [ 88 ] {} <Debug> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2611 | 2025.04.18 21:39:47.332421 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2612 | 2025.04.18 21:39:47.332466 [ 88 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2613 | 2025.04.18 21:39:47.332498 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2614 | 2025.04.18 21:39:47.332662 [ 192 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::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 | ||
| 2615 | 2025.04.18 21:39:47.332839 [ 192 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2616 | 2025.04.18 21:39:47.332888 [ 192 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::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 | ||
| 2617 | 2025.04.18 21:39:47.333009 [ 192 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 2618 | 2025.04.18 21:39:47.333167 [ 192 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 2619 | 2025.04.18 21:39:47.333373 [ 192 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 2620 | 2025.04.18 21:39:47.333567 [ 192 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2621 | 2025.04.18 21:39:47.333769 [ 192 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 2622 | 2025.04.18 21:39:47.335502 [ 201 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002921938 sec., 1753630.6382955422 rows/sec., 25.09 MiB/sec. | ||
| 2623 | 2025.04.18 21:39:47.336261 [ 201 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2624 | 2025.04.18 21:39:47.336607 [ 201 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_11_2} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2625 | 2025.04.18 21:39:47.336699 [ 201 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_11_2} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2626 | 2025.04.18 21:39:47.336818 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2627 | 2025.04.18 21:39:47.673515 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2628 | 2025.04.18 21:39:47.693814 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2629 | 2025.04.18 21:39:47.693873 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2630 | 2025.04.18 21:39:47.704579 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2631 | 2025.04.18 21:39:47.705463 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2632 | 2025.04.18 21:39:47.705768 [ 106 ] {} <Debug> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2633 | 2025.04.18 21:39:47.705828 [ 106 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2634 | 2025.04.18 21:39:47.705866 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2635 | 2025.04.18 21:39:47.706264 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 2636 | 2025.04.18 21:39:47.723033 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2637 | 2025.04.18 21:39:47.724235 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2638 | 2025.04.18 21:39:47.725414 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 2639 | 2025.04.18 21:39:47.730423 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 2640 | 2025.04.18 21:39:47.735807 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 2641 | 2025.04.18 21:39:47.741087 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 2642 | 2025.04.18 21:39:47.747124 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 2643 | 2025.04.18 21:39:47.751784 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 2644 | 2025.04.18 21:39:47.808215 [ 192 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.102225179 sec., 811.9330365760475 rows/sec., 4.20 MiB/sec. | ||
| 2645 | 2025.04.18 21:39:47.810506 [ 186 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2646 | 2025.04.18 21:39:47.813457 [ 186 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_11_2} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2647 | 2025.04.18 21:39:47.813557 [ 186 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_11_2} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2648 | 2025.04.18 21:39:47.815911 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2649 | 2025.04.18 21:39:48.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.73 MiB, peak 177.62 MiB, free memory in arenas 0.00 B, will set to 169.43 MiB (RSS), difference: 1.70 MiB | ||
| 2650 | 2025.04.18 21:39:51.837952 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2651 | 2025.04.18 21:39:51.838164 [ 255 ] {97bcde65-0f0f-456d-931b-978dd9e90fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2652 | 2025.04.18 21:39:51.838237 [ 255 ] {97bcde65-0f0f-456d-931b-978dd9e90fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2653 | 2025.04.18 21:39:51.839079 [ 255 ] {97bcde65-0f0f-456d-931b-978dd9e90fbc} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2654 | 2025.04.18 21:39:51.839126 [ 255 ] {97bcde65-0f0f-456d-931b-978dd9e90fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2655 | 2025.04.18 21:39:51.839593 [ 255 ] {97bcde65-0f0f-456d-931b-978dd9e90fbc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2656 | 2025.04.18 21:39:51.839846 [ 255 ] {97bcde65-0f0f-456d-931b-978dd9e90fbc} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2657 | 2025.04.18 21:39:51.839997 [ 86 ] {} <Debug> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2658 | 2025.04.18 21:39:51.840043 [ 255 ] {97bcde65-0f0f-456d-931b-978dd9e90fbc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00193 sec., 109844.55958549223 rows/sec., 6.99 MiB/sec. | ||
| 2659 | 2025.04.18 21:39:51.840049 [ 86 ] {} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2660 | 2025.04.18 21:39:51.840096 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2661 | 2025.04.18 21:39:51.840121 [ 255 ] {97bcde65-0f0f-456d-931b-978dd9e90fbc} <Debug> TCPHandler: Processed in 0.002301774 sec. | ||
| 2662 | 2025.04.18 21:39:51.840363 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2663 | 2025.04.18 21:39:51.840443 [ 193 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::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 | ||
| 2664 | 2025.04.18 21:39:51.840608 [ 255 ] {8f992d7e-bc64-4b83-8395-59af3f11253f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2665 | 2025.04.18 21:39:51.840715 [ 255 ] {8f992d7e-bc64-4b83-8395-59af3f11253f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2666 | 2025.04.18 21:39:51.840791 [ 193 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2667 | 2025.04.18 21:39:51.840893 [ 193 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part | ||
| 2668 | 2025.04.18 21:39:51.841231 [ 193 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part | ||
| 2669 | 2025.04.18 21:39:51.841639 [ 193 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part | ||
| 2670 | 2025.04.18 21:39:51.842093 [ 193 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part | ||
| 2671 | 2025.04.18 21:39:51.842350 [ 193 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part | ||
| 2672 | 2025.04.18 21:39:51.843379 [ 255 ] {8f992d7e-bc64-4b83-8395-59af3f11253f} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2673 | 2025.04.18 21:39:51.843446 [ 255 ] {8f992d7e-bc64-4b83-8395-59af3f11253f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2674 | 2025.04.18 21:39:51.844646 [ 255 ] {8f992d7e-bc64-4b83-8395-59af3f11253f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2675 | 2025.04.18 21:39:51.845182 [ 255 ] {8f992d7e-bc64-4b83-8395-59af3f11253f} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2676 | 2025.04.18 21:39:51.845268 [ 186 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005046988 sec., 210026.2572449152 rows/sec., 14.16 MiB/sec. | ||
| 2677 | 2025.04.18 21:39:51.845586 [ 255 ] {8f992d7e-bc64-4b83-8395-59af3f11253f} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.005035 sec., 122542.20456802382 rows/sec., 9.57 MiB/sec. | ||
| 2678 | 2025.04.18 21:39:51.845664 [ 192 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2679 | 2025.04.18 21:39:51.845744 [ 255 ] {8f992d7e-bc64-4b83-8395-59af3f11253f} <Debug> TCPHandler: Processed in 0.005491608 sec. | ||
| 2680 | 2025.04.18 21:39:51.845948 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2681 | 2025.04.18 21:39:51.846104 [ 255 ] {eb07689a-decb-4a79-b966-4736477f258e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2682 | 2025.04.18 21:39:51.846185 [ 255 ] {eb07689a-decb-4a79-b966-4736477f258e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2683 | 2025.04.18 21:39:51.846314 [ 192 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_5_1} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2684 | 2025.04.18 21:39:51.846532 [ 192 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_5_1} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2685 | 2025.04.18 21:39:51.846730 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2686 | 2025.04.18 21:39:51.847156 [ 255 ] {eb07689a-decb-4a79-b966-4736477f258e} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2687 | 2025.04.18 21:39:51.847200 [ 255 ] {eb07689a-decb-4a79-b966-4736477f258e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2688 | 2025.04.18 21:39:51.847555 [ 255 ] {eb07689a-decb-4a79-b966-4736477f258e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2689 | 2025.04.18 21:39:51.847789 [ 255 ] {eb07689a-decb-4a79-b966-4736477f258e} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2690 | 2025.04.18 21:39:51.847907 [ 86 ] {} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2691 | 2025.04.18 21:39:51.847948 [ 86 ] {} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2692 | 2025.04.18 21:39:51.847957 [ 255 ] {eb07689a-decb-4a79-b966-4736477f258e} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001894 sec., 55966.2090813094 rows/sec., 3.29 MiB/sec. | ||
| 2693 | 2025.04.18 21:39:51.847969 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2694 | 2025.04.18 21:39:51.848078 [ 255 ] {eb07689a-decb-4a79-b966-4736477f258e} <Debug> TCPHandler: Processed in 0.002185481 sec. | ||
| 2695 | 2025.04.18 21:39:51.848298 [ 186 ] {71d20ff1-cd1a-437b-a0a6-518065623212::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 | ||
| 2696 | 2025.04.18 21:39:51.848361 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2697 | 2025.04.18 21:39:51.848524 [ 186 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2698 | 2025.04.18 21:39:51.848530 [ 255 ] {4d0321ce-edab-429c-a7e5-c410204940ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2699 | 2025.04.18 21:39:51.848559 [ 186 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part | ||
| 2700 | 2025.04.18 21:39:51.848587 [ 255 ] {4d0321ce-edab-429c-a7e5-c410204940ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2701 | 2025.04.18 21:39:51.848833 [ 186 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 106 rows starting from the beginning of the part | ||
| 2702 | 2025.04.18 21:39:51.849156 [ 186 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part | ||
| 2703 | 2025.04.18 21:39:51.849646 [ 186 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 106 rows starting from the beginning of the part | ||
| 2704 | 2025.04.18 21:39:51.850045 [ 186 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 44 rows starting from the beginning of the part | ||
| 2705 | 2025.04.18 21:39:51.850413 [ 186 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 106 rows starting from the beginning of the part | ||
| 2706 | 2025.04.18 21:39:51.851220 [ 255 ] {4d0321ce-edab-429c-a7e5-c410204940ce} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2707 | 2025.04.18 21:39:51.851265 [ 255 ] {4d0321ce-edab-429c-a7e5-c410204940ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2708 | 2025.04.18 21:39:51.851788 [ 255 ] {4d0321ce-edab-429c-a7e5-c410204940ce} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2709 | 2025.04.18 21:39:51.852149 [ 255 ] {4d0321ce-edab-429c-a7e5-c410204940ce} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2710 | 2025.04.18 21:39:51.852165 [ 186 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004128366 sec., 130802.35618644279 rows/sec., 8.59 MiB/sec. | ||
| 2711 | 2025.04.18 21:39:51.852431 [ 192 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2712 | 2025.04.18 21:39:51.852444 [ 255 ] {4d0321ce-edab-429c-a7e5-c410204940ce} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00394 sec., 28680.20304568528 rows/sec., 1.86 MiB/sec. | ||
| 2713 | 2025.04.18 21:39:51.852629 [ 255 ] {4d0321ce-edab-429c-a7e5-c410204940ce} <Debug> TCPHandler: Processed in 0.004381502 sec. | ||
| 2714 | 2025.04.18 21:39:51.852788 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2715 | 2025.04.18 21:39:51.852945 [ 255 ] {e39f8331-bea2-456a-832b-1aa12dcdc316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2716 | 2025.04.18 21:39:51.852988 [ 192 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_11_2} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2717 | 2025.04.18 21:39:51.853028 [ 255 ] {e39f8331-bea2-456a-832b-1aa12dcdc316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2718 | 2025.04.18 21:39:51.853203 [ 192 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_11_2} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2719 | 2025.04.18 21:39:51.853360 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2720 | 2025.04.18 21:39:51.853854 [ 255 ] {e39f8331-bea2-456a-832b-1aa12dcdc316} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2721 | 2025.04.18 21:39:51.853897 [ 255 ] {e39f8331-bea2-456a-832b-1aa12dcdc316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2722 | 2025.04.18 21:39:51.854256 [ 255 ] {e39f8331-bea2-456a-832b-1aa12dcdc316} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2723 | 2025.04.18 21:39:51.854485 [ 255 ] {e39f8331-bea2-456a-832b-1aa12dcdc316} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2724 | 2025.04.18 21:39:51.854604 [ 86 ] {} <Debug> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2725 | 2025.04.18 21:39:51.854653 [ 255 ] {e39f8331-bea2-456a-832b-1aa12dcdc316} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001761 sec., 63600.22714366837 rows/sec., 3.62 MiB/sec. | ||
| 2726 | 2025.04.18 21:39:51.854654 [ 86 ] {} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2727 | 2025.04.18 21:39:51.854704 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2728 | 2025.04.18 21:39:51.854725 [ 255 ] {e39f8331-bea2-456a-832b-1aa12dcdc316} <Debug> TCPHandler: Processed in 0.001993757 sec. | ||
| 2729 | 2025.04.18 21:39:51.854897 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2730 | 2025.04.18 21:39:51.854911 [ 199 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::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 | ||
| 2731 | 2025.04.18 21:39:51.855037 [ 255 ] {3f61d003-427f-415e-9590-c5ba1cd007d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2732 | 2025.04.18 21:39:51.855047 [ 199 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2733 | 2025.04.18 21:39:51.855088 [ 199 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part | ||
| 2734 | 2025.04.18 21:39:51.855094 [ 255 ] {3f61d003-427f-415e-9590-c5ba1cd007d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2735 | 2025.04.18 21:39:51.855355 [ 199 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part | ||
| 2736 | 2025.04.18 21:39:51.855704 [ 199 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part | ||
| 2737 | 2025.04.18 21:39:51.856086 [ 199 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part | ||
| 2738 | 2025.04.18 21:39:51.856402 [ 199 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part | ||
| 2739 | 2025.04.18 21:39:51.857354 [ 255 ] {3f61d003-427f-415e-9590-c5ba1cd007d2} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2740 | 2025.04.18 21:39:51.857402 [ 255 ] {3f61d003-427f-415e-9590-c5ba1cd007d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2741 | 2025.04.18 21:39:51.857982 [ 255 ] {3f61d003-427f-415e-9590-c5ba1cd007d2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2742 | 2025.04.18 21:39:51.858022 [ 200 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003242065 sec., 172729.41782475056 rows/sec., 10.50 MiB/sec. | ||
| 2743 | 2025.04.18 21:39:51.858298 [ 200 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2744 | 2025.04.18 21:39:51.858364 [ 255 ] {3f61d003-427f-415e-9590-c5ba1cd007d2} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2745 | 2025.04.18 21:39:51.858831 [ 255 ] {3f61d003-427f-415e-9590-c5ba1cd007d2} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.003809 sec., 100288.78970858494 rows/sec., 7.07 MiB/sec. | ||
| 2746 | 2025.04.18 21:39:51.858972 [ 255 ] {3f61d003-427f-415e-9590-c5ba1cd007d2} <Debug> TCPHandler: Processed in 0.004138826 sec. | ||
| 2747 | 2025.04.18 21:39:51.859074 [ 200 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_5_1} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2748 | 2025.04.18 21:39:51.859165 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2749 | 2025.04.18 21:39:51.859208 [ 200 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_5_1} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2750 | 2025.04.18 21:39:51.859343 [ 255 ] {3ab5c44b-3673-4853-9e42-c50fa7991e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2751 | 2025.04.18 21:39:51.859358 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2752 | 2025.04.18 21:39:51.859422 [ 255 ] {3ab5c44b-3673-4853-9e42-c50fa7991e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2753 | 2025.04.18 21:39:51.859878 [ 255 ] {3ab5c44b-3673-4853-9e42-c50fa7991e4b} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2754 | 2025.04.18 21:39:51.859918 [ 255 ] {3ab5c44b-3673-4853-9e42-c50fa7991e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2755 | 2025.04.18 21:39:51.860298 [ 255 ] {3ab5c44b-3673-4853-9e42-c50fa7991e4b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2756 | 2025.04.18 21:39:51.860544 [ 255 ] {3ab5c44b-3673-4853-9e42-c50fa7991e4b} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2757 | 2025.04.18 21:39:51.860769 [ 255 ] {3ab5c44b-3673-4853-9e42-c50fa7991e4b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec. | ||
| 2758 | 2025.04.18 21:39:51.860922 [ 255 ] {3ab5c44b-3673-4853-9e42-c50fa7991e4b} <Debug> TCPHandler: Processed in 0.001830182 sec. | ||
| 2759 | 2025.04.18 21:39:51.861039 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2760 | 2025.04.18 21:39:51.861152 [ 255 ] {44bd0801-a289-4ad7-9c3f-10487cfc7bd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2761 | 2025.04.18 21:39:51.861209 [ 255 ] {44bd0801-a289-4ad7-9c3f-10487cfc7bd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2762 | 2025.04.18 21:39:51.861736 [ 255 ] {44bd0801-a289-4ad7-9c3f-10487cfc7bd8} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2763 | 2025.04.18 21:39:51.861773 [ 255 ] {44bd0801-a289-4ad7-9c3f-10487cfc7bd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2764 | 2025.04.18 21:39:51.862154 [ 255 ] {44bd0801-a289-4ad7-9c3f-10487cfc7bd8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2765 | 2025.04.18 21:39:51.862410 [ 255 ] {44bd0801-a289-4ad7-9c3f-10487cfc7bd8} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2766 | 2025.04.18 21:39:51.862630 [ 255 ] {44bd0801-a289-4ad7-9c3f-10487cfc7bd8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001501 sec., 157894.73684210528 rows/sec., 10.58 MiB/sec. | ||
| 2767 | 2025.04.18 21:39:51.862743 [ 255 ] {44bd0801-a289-4ad7-9c3f-10487cfc7bd8} <Debug> TCPHandler: Processed in 0.001754221 sec. | ||
| 2768 | 2025.04.18 21:39:51.862859 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2769 | 2025.04.18 21:39:51.862961 [ 255 ] {e785aeb4-4b82-47c5-9347-10cf0fa08cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2770 | 2025.04.18 21:39:51.863008 [ 255 ] {e785aeb4-4b82-47c5-9347-10cf0fa08cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2771 | 2025.04.18 21:39:51.863403 [ 255 ] {e785aeb4-4b82-47c5-9347-10cf0fa08cfa} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2772 | 2025.04.18 21:39:51.863441 [ 255 ] {e785aeb4-4b82-47c5-9347-10cf0fa08cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2773 | 2025.04.18 21:39:51.863784 [ 255 ] {e785aeb4-4b82-47c5-9347-10cf0fa08cfa} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2774 | 2025.04.18 21:39:51.864021 [ 255 ] {e785aeb4-4b82-47c5-9347-10cf0fa08cfa} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2775 | 2025.04.18 21:39:51.864172 [ 113 ] {} <Debug> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2776 | 2025.04.18 21:39:51.864246 [ 113 ] {} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2777 | 2025.04.18 21:39:51.864263 [ 255 ] {e785aeb4-4b82-47c5-9347-10cf0fa08cfa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001314 sec., 761.03500761035 rows/sec., 51.28 KiB/sec. | ||
| 2778 | 2025.04.18 21:39:51.864282 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2779 | 2025.04.18 21:39:51.864403 [ 255 ] {e785aeb4-4b82-47c5-9347-10cf0fa08cfa} <Debug> TCPHandler: Processed in 0.001590687 sec. | ||
| 2780 | 2025.04.18 21:39:51.864529 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::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 | ||
| 2781 | 2025.04.18 21:39:51.864600 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2782 | 2025.04.18 21:39:51.864706 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2783 | 2025.04.18 21:39:51.864789 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2784 | 2025.04.18 21:39:51.864797 [ 255 ] {0bc97739-32d1-4eb7-a1bc-44597b33886f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2785 | 2025.04.18 21:39:51.864908 [ 255 ] {0bc97739-32d1-4eb7-a1bc-44597b33886f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2786 | 2025.04.18 21:39:51.865126 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2787 | 2025.04.18 21:39:51.865408 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2788 | 2025.04.18 21:39:51.865820 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2789 | 2025.04.18 21:39:51.866109 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2790 | 2025.04.18 21:39:51.867280 [ 255 ] {0bc97739-32d1-4eb7-a1bc-44597b33886f} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2791 | 2025.04.18 21:39:51.867349 [ 255 ] {0bc97739-32d1-4eb7-a1bc-44597b33886f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2792 | 2025.04.18 21:39:51.868473 [ 255 ] {0bc97739-32d1-4eb7-a1bc-44597b33886f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2793 | 2025.04.18 21:39:51.868658 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004242019 sec., 1178.684018152677 rows/sec., 79.42 KiB/sec. | ||
| 2794 | 2025.04.18 21:39:51.868897 [ 192 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2795 | 2025.04.18 21:39:51.868981 [ 255 ] {0bc97739-32d1-4eb7-a1bc-44597b33886f} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2796 | 2025.04.18 21:39:51.869498 [ 255 ] {0bc97739-32d1-4eb7-a1bc-44597b33886f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004735 sec., 17317.845828933474 rows/sec., 1.10 MiB/sec. | ||
| 2797 | 2025.04.18 21:39:51.869700 [ 192 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_5_1} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2798 | 2025.04.18 21:39:51.869798 [ 255 ] {0bc97739-32d1-4eb7-a1bc-44597b33886f} <Debug> TCPHandler: Processed in 0.005255252 sec. | ||
| 2799 | 2025.04.18 21:39:51.870015 [ 192 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_5_1} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2800 | 2025.04.18 21:39:51.870125 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 2801 | 2025.04.18 21:39:54.730818 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2802 | 2025.04.18 21:39:54.730883 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2803 | 2025.04.18 21:39:54.833522 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2804 | 2025.04.18 21:39:54.834136 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2805 | 2025.04.18 21:39:54.834186 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2806 | 2025.04.18 21:39:54.834713 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2807 | 2025.04.18 21:39:54.834969 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2808 | 2025.04.18 21:39:54.835223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2809 | 2025.04.18 21:39:54.835579 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 392 | ||
| 2810 | 2025.04.18 21:39:54.838796 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2811 | 2025.04.18 21:39:54.838845 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2812 | 2025.04.18 21:39:54.840277 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2813 | 2025.04.18 21:39:54.840576 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2814 | 2025.04.18 21:39:54.841139 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 392 | ||
| 2815 | 2025.04.18 21:39:55.224095 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2816 | 2025.04.18 21:39:55.242721 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2817 | 2025.04.18 21:39:55.242783 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2818 | 2025.04.18 21:39:55.249850 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2819 | 2025.04.18 21:39:55.250586 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2820 | 2025.04.18 21:39:55.253316 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2821 | 2025.04.18 21:39:56.001162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.02 MiB, peak 177.62 MiB, free memory in arenas 0.00 B, will set to 171.04 MiB (RSS), difference: 1.02 MiB | ||
| 2822 | 2025.04.18 21:39:56.833971 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2823 | 2025.04.18 21:39:56.834278 [ 255 ] {305abdb0-9105-48bf-b839-e79991a56be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2824 | 2025.04.18 21:39:56.834395 [ 255 ] {305abdb0-9105-48bf-b839-e79991a56be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2825 | 2025.04.18 21:39:56.835539 [ 255 ] {305abdb0-9105-48bf-b839-e79991a56be6} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2826 | 2025.04.18 21:39:56.835588 [ 255 ] {305abdb0-9105-48bf-b839-e79991a56be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2827 | 2025.04.18 21:39:56.836057 [ 255 ] {305abdb0-9105-48bf-b839-e79991a56be6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2828 | 2025.04.18 21:39:56.836318 [ 255 ] {305abdb0-9105-48bf-b839-e79991a56be6} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2829 | 2025.04.18 21:39:56.836473 [ 134 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2830 | 2025.04.18 21:39:56.836516 [ 255 ] {305abdb0-9105-48bf-b839-e79991a56be6} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002324 sec., 58519.79345955249 rows/sec., 5.04 MiB/sec. | ||
| 2831 | 2025.04.18 21:39:56.836517 [ 134 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2832 | 2025.04.18 21:39:56.836563 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2833 | 2025.04.18 21:39:56.836593 [ 255 ] {305abdb0-9105-48bf-b839-e79991a56be6} <Debug> TCPHandler: Processed in 0.002758254 sec. | ||
| 2834 | 2025.04.18 21:39:56.836789 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2835 | 2025.04.18 21:39:56.836797 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::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 | ||
| 2836 | 2025.04.18 21:39:56.836975 [ 255 ] {e083c0e7-327d-4f91-8f5d-c785bc3ead51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2837 | 2025.04.18 21:39:56.837087 [ 255 ] {e083c0e7-327d-4f91-8f5d-c785bc3ead51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2838 | 2025.04.18 21:39:56.837103 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2839 | 2025.04.18 21:39:56.837208 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1829 rows starting from the beginning of the part | ||
| 2840 | 2025.04.18 21:39:56.837431 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 128 rows starting from the beginning of the part | ||
| 2841 | 2025.04.18 21:39:56.837771 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 617 rows starting from the beginning of the part | ||
| 2842 | 2025.04.18 21:39:56.838132 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 132 rows starting from the beginning of the part | ||
| 2843 | 2025.04.18 21:39:56.838562 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 617 rows starting from the beginning of the part | ||
| 2844 | 2025.04.18 21:39:56.838969 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 136 rows starting from the beginning of the part | ||
| 2845 | 2025.04.18 21:39:56.840097 [ 255 ] {e083c0e7-327d-4f91-8f5d-c785bc3ead51} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2846 | 2025.04.18 21:39:56.840171 [ 255 ] {e083c0e7-327d-4f91-8f5d-c785bc3ead51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2847 | 2025.04.18 21:39:56.841082 [ 255 ] {e083c0e7-327d-4f91-8f5d-c785bc3ead51} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2848 | 2025.04.18 21:39:56.841589 [ 255 ] {e083c0e7-327d-4f91-8f5d-c785bc3ead51} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2849 | 2025.04.18 21:39:56.841837 [ 255 ] {e083c0e7-327d-4f91-8f5d-c785bc3ead51} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004917 sec., 8135.041692088671 rows/sec., 611.72 KiB/sec. | ||
| 2850 | 2025.04.18 21:39:56.841915 [ 255 ] {e083c0e7-327d-4f91-8f5d-c785bc3ead51} <Debug> TCPHandler: Processed in 0.005205142 sec. | ||
| 2851 | 2025.04.18 21:39:56.842062 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2852 | 2025.04.18 21:39:56.842358 [ 255 ] {1080a82c-31de-4280-acca-e2b6a503ba8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2853 | 2025.04.18 21:39:56.842428 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3459 rows, containing 5 columns (5 merged, 0 gathered) in 0.005760685 sec., 600449.4257193372 rows/sec., 50.73 MiB/sec. | ||
| 2854 | 2025.04.18 21:39:56.842442 [ 255 ] {1080a82c-31de-4280-acca-e2b6a503ba8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2855 | 2025.04.18 21:39:56.842785 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2856 | 2025.04.18 21:39:56.843336 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_16_3} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2857 | 2025.04.18 21:39:56.843549 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_16_3} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2858 | 2025.04.18 21:39:56.843599 [ 255 ] {1080a82c-31de-4280-acca-e2b6a503ba8e} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2859 | 2025.04.18 21:39:56.843682 [ 255 ] {1080a82c-31de-4280-acca-e2b6a503ba8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2860 | 2025.04.18 21:39:56.843690 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 2861 | 2025.04.18 21:39:56.844090 [ 255 ] {1080a82c-31de-4280-acca-e2b6a503ba8e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2862 | 2025.04.18 21:39:56.844356 [ 255 ] {1080a82c-31de-4280-acca-e2b6a503ba8e} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2863 | 2025.04.18 21:39:56.844510 [ 134 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2864 | 2025.04.18 21:39:56.844553 [ 134 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2865 | 2025.04.18 21:39:56.844558 [ 255 ] {1080a82c-31de-4280-acca-e2b6a503ba8e} <Debug> executeQuery: Read 110 rows, 8.80 KiB in 0.002329 sec., 47230.571060541006 rows/sec., 3.69 MiB/sec. | ||
| 2866 | 2025.04.18 21:39:56.844581 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2867 | 2025.04.18 21:39:56.844670 [ 255 ] {1080a82c-31de-4280-acca-e2b6a503ba8e} <Debug> TCPHandler: Processed in 0.002678853 sec. | ||
| 2868 | 2025.04.18 21:39:56.845036 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2869 | 2025.04.18 21:39:56.845063 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::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 | ||
| 2870 | 2025.04.18 21:39:56.845280 [ 255 ] {318f9fd3-02cf-4197-85be-9f567eb79456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2871 | 2025.04.18 21:39:56.845351 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2872 | 2025.04.18 21:39:56.845421 [ 255 ] {318f9fd3-02cf-4197-85be-9f567eb79456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2873 | 2025.04.18 21:39:56.845438 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 886 rows starting from the beginning of the part | ||
| 2874 | 2025.04.18 21:39:56.845828 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 100 rows starting from the beginning of the part | ||
| 2875 | 2025.04.18 21:39:56.846174 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 382 rows starting from the beginning of the part | ||
| 2876 | 2025.04.18 21:39:56.846621 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 108 rows starting from the beginning of the part | ||
| 2877 | 2025.04.18 21:39:56.846960 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 382 rows starting from the beginning of the part | ||
| 2878 | 2025.04.18 21:39:56.847136 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 110 rows starting from the beginning of the part | ||
| 2879 | 2025.04.18 21:39:56.848260 [ 255 ] {318f9fd3-02cf-4197-85be-9f567eb79456} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2880 | 2025.04.18 21:39:56.848322 [ 255 ] {318f9fd3-02cf-4197-85be-9f567eb79456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2881 | 2025.04.18 21:39:56.849413 [ 255 ] {318f9fd3-02cf-4197-85be-9f567eb79456} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2882 | 2025.04.18 21:39:56.849868 [ 255 ] {318f9fd3-02cf-4197-85be-9f567eb79456} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2883 | 2025.04.18 21:39:56.850073 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2884 | 2025.04.18 21:39:56.850175 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2885 | 2025.04.18 21:39:56.850248 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2886 | 2025.04.18 21:39:56.850318 [ 255 ] {318f9fd3-02cf-4197-85be-9f567eb79456} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005071 sec., 31551.962137645434 rows/sec., 2.20 MiB/sec. | ||
| 2887 | 2025.04.18 21:39:56.850709 [ 255 ] {318f9fd3-02cf-4197-85be-9f567eb79456} <Debug> TCPHandler: Processed in 0.005801205 sec. | ||
| 2888 | 2025.04.18 21:39:56.851057 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2889 | 2025.04.18 21:39:56.851071 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1968 rows, containing 5 columns (5 merged, 0 gathered) in 0.006367738 sec., 309057.9417683328 rows/sec., 23.62 MiB/sec. | ||
| 2890 | 2025.04.18 21:39:56.851050 [ 191 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::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 | ||
| 2891 | 2025.04.18 21:39:56.851261 [ 255 ] {44500c06-f116-435b-84e9-40d6f9d92afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2892 | 2025.04.18 21:39:56.851407 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2893 | 2025.04.18 21:39:56.851616 [ 255 ] {44500c06-f116-435b-84e9-40d6f9d92afe} <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 | ||
| 2894 | 2025.04.18 21:39:56.851679 [ 191 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2895 | 2025.04.18 21:39:56.851841 [ 191 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4247 rows starting from the beginning of the part | ||
| 2896 | 2025.04.18 21:39:56.852395 [ 191 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::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 | ||
| 2897 | 2025.04.18 21:39:56.852795 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_16_3} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2898 | 2025.04.18 21:39:56.853026 [ 191 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
| 2899 | 2025.04.18 21:39:56.853391 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_16_3} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2900 | 2025.04.18 21:39:56.853600 [ 191 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 164 rows starting from the beginning of the part | ||
| 2901 | 2025.04.18 21:39:56.853769 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 2902 | 2025.04.18 21:39:56.854132 [ 191 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part | ||
| 2903 | 2025.04.18 21:39:56.854600 [ 191 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2904 | 2025.04.18 21:39:56.858105 [ 255 ] {44500c06-f116-435b-84e9-40d6f9d92afe} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2905 | 2025.04.18 21:39:56.858162 [ 255 ] {44500c06-f116-435b-84e9-40d6f9d92afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2906 | 2025.04.18 21:39:56.859199 [ 255 ] {44500c06-f116-435b-84e9-40d6f9d92afe} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2907 | 2025.04.18 21:39:56.859473 [ 255 ] {44500c06-f116-435b-84e9-40d6f9d92afe} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2908 | 2025.04.18 21:39:56.859666 [ 255 ] {44500c06-f116-435b-84e9-40d6f9d92afe} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008499 sec., 4706.436051300153 rows/sec., 8.43 MiB/sec. | ||
| 2909 | 2025.04.18 21:39:56.859769 [ 255 ] {44500c06-f116-435b-84e9-40d6f9d92afe} <Debug> TCPHandler: Processed in 0.008814065 sec. | ||
| 2910 | 2025.04.18 21:39:56.859880 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2911 | 2025.04.18 21:39:56.859982 [ 255 ] {3fefdcf0-fa7a-45da-ad6a-cc606299901e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2912 | 2025.04.18 21:39:56.860029 [ 255 ] {3fefdcf0-fa7a-45da-ad6a-cc606299901e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2913 | 2025.04.18 21:39:56.860431 [ 255 ] {3fefdcf0-fa7a-45da-ad6a-cc606299901e} <Trace> oximeter.measurements_i64 (eb2022da-2af4-4346-bc5a-460e616bec4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2914 | 2025.04.18 21:39:56.860468 [ 255 ] {3fefdcf0-fa7a-45da-ad6a-cc606299901e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2915 | 2025.04.18 21:39:56.860828 [ 255 ] {3fefdcf0-fa7a-45da-ad6a-cc606299901e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2916 | 2025.04.18 21:39:56.861099 [ 255 ] {3fefdcf0-fa7a-45da-ad6a-cc606299901e} <Trace> oximeter.measurements_i64 (eb2022da-2af4-4346-bc5a-460e616bec4b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2917 | 2025.04.18 21:39:56.861437 [ 255 ] {3fefdcf0-fa7a-45da-ad6a-cc606299901e} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001388 sec., 4322.766570605188 rows/sec., 305.35 KiB/sec. | ||
| 2918 | 2025.04.18 21:39:56.861832 [ 255 ] {3fefdcf0-fa7a-45da-ad6a-cc606299901e} <Debug> TCPHandler: Processed in 0.001991406 sec. | ||
| 2919 | 2025.04.18 21:39:56.861946 [ 191 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5205 rows, containing 5 columns (5 merged, 0 gathered) in 0.011495908 sec., 452769.802959453 rows/sec., 30.63 MiB/sec. | ||
| 2920 | 2025.04.18 21:39:56.862011 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2921 | 2025.04.18 21:39:56.862125 [ 255 ] {f8cb78b2-a249-4a62-8fcc-4a1514c30ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2922 | 2025.04.18 21:39:56.862178 [ 255 ] {f8cb78b2-a249-4a62-8fcc-4a1514c30ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2923 | 2025.04.18 21:39:56.862465 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2924 | 2025.04.18 21:39:56.863011 [ 255 ] {f8cb78b2-a249-4a62-8fcc-4a1514c30ccb} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2925 | 2025.04.18 21:39:56.863021 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2926 | 2025.04.18 21:39:56.863074 [ 255 ] {f8cb78b2-a249-4a62-8fcc-4a1514c30ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2927 | 2025.04.18 21:39:56.863197 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2928 | 2025.04.18 21:39:56.863355 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 2929 | 2025.04.18 21:39:56.863659 [ 255 ] {f8cb78b2-a249-4a62-8fcc-4a1514c30ccb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2930 | 2025.04.18 21:39:56.863912 [ 255 ] {f8cb78b2-a249-4a62-8fcc-4a1514c30ccb} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2931 | 2025.04.18 21:39:56.864037 [ 134 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2932 | 2025.04.18 21:39:56.864085 [ 134 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2933 | 2025.04.18 21:39:56.864091 [ 255 ] {f8cb78b2-a249-4a62-8fcc-4a1514c30ccb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001988 sec., 30181.086519114684 rows/sec., 2.03 MiB/sec. | ||
| 2934 | 2025.04.18 21:39:56.864112 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2935 | 2025.04.18 21:39:56.864189 [ 255 ] {f8cb78b2-a249-4a62-8fcc-4a1514c30ccb} <Debug> TCPHandler: Processed in 0.002247882 sec. | ||
| 2936 | 2025.04.18 21:39:56.864352 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::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 | ||
| 2937 | 2025.04.18 21:39:56.864649 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2938 | 2025.04.18 21:39:56.864702 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 624 rows starting from the beginning of the part | ||
| 2939 | 2025.04.18 21:39:56.864776 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::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 | ||
| 2940 | 2025.04.18 21:39:56.864955 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
| 2941 | 2025.04.18 21:39:56.865177 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::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 | ||
| 2942 | 2025.04.18 21:39:56.865305 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
| 2943 | 2025.04.18 21:39:56.865483 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::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 | ||
| 2944 | 2025.04.18 21:39:56.866603 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 968 rows, containing 4 columns (4 merged, 0 gathered) in 0.002411676 sec., 401380.61663341173 rows/sec., 26.46 MiB/sec. | ||
| 2945 | 2025.04.18 21:39:56.866835 [ 197 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2946 | 2025.04.18 21:39:56.867186 [ 197 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_16_3} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2947 | 2025.04.18 21:39:56.867276 [ 197 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_16_3} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2948 | 2025.04.18 21:39:56.867375 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 2949 | 2025.04.18 21:39:58.265583 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2950 | 2025.04.18 21:39:58.265890 [ 255 ] {da3d8bf1-175a-4bef-8971-27e004e4ff15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2951 | 2025.04.18 21:39:58.266009 [ 255 ] {da3d8bf1-175a-4bef-8971-27e004e4ff15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2952 | 2025.04.18 21:39:58.266915 [ 255 ] {da3d8bf1-175a-4bef-8971-27e004e4ff15} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2953 | 2025.04.18 21:39:58.266960 [ 255 ] {da3d8bf1-175a-4bef-8971-27e004e4ff15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2954 | 2025.04.18 21:39:58.267418 [ 255 ] {da3d8bf1-175a-4bef-8971-27e004e4ff15} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2955 | 2025.04.18 21:39:58.267692 [ 255 ] {da3d8bf1-175a-4bef-8971-27e004e4ff15} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2956 | 2025.04.18 21:39:58.267960 [ 255 ] {da3d8bf1-175a-4bef-8971-27e004e4ff15} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002131 sec., 99483.8104176443 rows/sec., 6.33 MiB/sec. | ||
| 2957 | 2025.04.18 21:39:58.268093 [ 255 ] {da3d8bf1-175a-4bef-8971-27e004e4ff15} <Debug> TCPHandler: Processed in 0.002704463 sec. | ||
| 2958 | 2025.04.18 21:39:58.268225 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2959 | 2025.04.18 21:39:58.268339 [ 255 ] {8a19e3f6-5a4d-47ee-8a60-a09581dd9899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2960 | 2025.04.18 21:39:58.268390 [ 255 ] {8a19e3f6-5a4d-47ee-8a60-a09581dd9899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2961 | 2025.04.18 21:39:58.268924 [ 255 ] {8a19e3f6-5a4d-47ee-8a60-a09581dd9899} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2962 | 2025.04.18 21:39:58.268962 [ 255 ] {8a19e3f6-5a4d-47ee-8a60-a09581dd9899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2963 | 2025.04.18 21:39:58.269312 [ 255 ] {8a19e3f6-5a4d-47ee-8a60-a09581dd9899} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2964 | 2025.04.18 21:39:58.269568 [ 255 ] {8a19e3f6-5a4d-47ee-8a60-a09581dd9899} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2965 | 2025.04.18 21:39:58.269818 [ 255 ] {8a19e3f6-5a4d-47ee-8a60-a09581dd9899} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001482 sec., 2699.055330634278 rows/sec., 220.09 KiB/sec. | ||
| 2966 | 2025.04.18 21:39:58.269900 [ 255 ] {8a19e3f6-5a4d-47ee-8a60-a09581dd9899} <Debug> TCPHandler: Processed in 0.00172833 sec. | ||
| 2967 | 2025.04.18 21:39:58.270018 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2968 | 2025.04.18 21:39:58.270124 [ 255 ] {9acaff11-a9b6-4a13-bb07-eba56683d05c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2969 | 2025.04.18 21:39:58.270170 [ 255 ] {9acaff11-a9b6-4a13-bb07-eba56683d05c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2970 | 2025.04.18 21:39:58.271457 [ 255 ] {9acaff11-a9b6-4a13-bb07-eba56683d05c} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2971 | 2025.04.18 21:39:58.271496 [ 255 ] {9acaff11-a9b6-4a13-bb07-eba56683d05c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2972 | 2025.04.18 21:39:58.271960 [ 255 ] {9acaff11-a9b6-4a13-bb07-eba56683d05c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2973 | 2025.04.18 21:39:58.272216 [ 255 ] {9acaff11-a9b6-4a13-bb07-eba56683d05c} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2974 | 2025.04.18 21:39:58.272384 [ 255 ] {9acaff11-a9b6-4a13-bb07-eba56683d05c} <Debug> executeQuery: Read 1759 rows, 145.61 KiB in 0.002284 sec., 770140.1050788091 rows/sec., 62.26 MiB/sec. | ||
| 2975 | 2025.04.18 21:39:58.272435 [ 255 ] {9acaff11-a9b6-4a13-bb07-eba56683d05c} <Debug> TCPHandler: Processed in 0.002468137 sec. | ||
| 2976 | 2025.04.18 21:39:58.272556 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2977 | 2025.04.18 21:39:58.272663 [ 255 ] {5cb822b2-e507-484b-9c71-8c7dd83c7440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2978 | 2025.04.18 21:39:58.272714 [ 255 ] {5cb822b2-e507-484b-9c71-8c7dd83c7440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2979 | 2025.04.18 21:39:58.273261 [ 255 ] {5cb822b2-e507-484b-9c71-8c7dd83c7440} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2980 | 2025.04.18 21:39:58.273299 [ 255 ] {5cb822b2-e507-484b-9c71-8c7dd83c7440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2981 | 2025.04.18 21:39:58.273651 [ 255 ] {5cb822b2-e507-484b-9c71-8c7dd83c7440} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2982 | 2025.04.18 21:39:58.273902 [ 255 ] {5cb822b2-e507-484b-9c71-8c7dd83c7440} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2983 | 2025.04.18 21:39:58.274065 [ 255 ] {5cb822b2-e507-484b-9c71-8c7dd83c7440} <Debug> executeQuery: Read 110 rows, 6.67 KiB in 0.001426 sec., 77138.84992987377 rows/sec., 4.56 MiB/sec. | ||
| 2984 | 2025.04.18 21:39:58.274115 [ 255 ] {5cb822b2-e507-484b-9c71-8c7dd83c7440} <Debug> TCPHandler: Processed in 0.001611808 sec. | ||
| 2985 | 2025.04.18 21:39:58.274236 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2986 | 2025.04.18 21:39:58.274340 [ 255 ] {b18d540e-ede6-4ebe-aa71-c611ea676ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2987 | 2025.04.18 21:39:58.274385 [ 255 ] {b18d540e-ede6-4ebe-aa71-c611ea676ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2988 | 2025.04.18 21:39:58.275010 [ 255 ] {b18d540e-ede6-4ebe-aa71-c611ea676ade} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2989 | 2025.04.18 21:39:58.275049 [ 255 ] {b18d540e-ede6-4ebe-aa71-c611ea676ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2990 | 2025.04.18 21:39:58.275408 [ 255 ] {b18d540e-ede6-4ebe-aa71-c611ea676ade} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2991 | 2025.04.18 21:39:58.275657 [ 255 ] {b18d540e-ede6-4ebe-aa71-c611ea676ade} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2992 | 2025.04.18 21:39:58.275773 [ 151 ] {} <Debug> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2993 | 2025.04.18 21:39:58.275819 [ 151 ] {} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2994 | 2025.04.18 21:39:58.275838 [ 255 ] {b18d540e-ede6-4ebe-aa71-c611ea676ade} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001516 sec., 224934.03693931398 rows/sec., 15.01 MiB/sec. | ||
| 2995 | 2025.04.18 21:39:58.275843 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 2996 | 2025.04.18 21:39:58.275935 [ 255 ] {b18d540e-ede6-4ebe-aa71-c611ea676ade} <Debug> TCPHandler: Processed in 0.001749691 sec. | ||
| 2997 | 2025.04.18 21:39:58.276127 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::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 | ||
| 2998 | 2025.04.18 21:39:58.276144 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2999 | 2025.04.18 21:39:58.276414 [ 255 ] {6b7a61fe-e424-4374-a52a-bc3f6f6efc16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3000 | 2025.04.18 21:39:58.276446 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3001 | 2025.04.18 21:39:58.276495 [ 255 ] {6b7a61fe-e424-4374-a52a-bc3f6f6efc16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3002 | 2025.04.18 21:39:58.276521 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part | ||
| 3003 | 2025.04.18 21:39:58.276918 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part | ||
| 3004 | 2025.04.18 21:39:58.277353 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 341 rows starting from the beginning of the part | ||
| 3005 | 2025.04.18 21:39:58.277754 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part | ||
| 3006 | 2025.04.18 21:39:58.278064 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 113 rows starting from the beginning of the part | ||
| 3007 | 2025.04.18 21:39:58.278173 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 341 rows starting from the beginning of the part | ||
| 3008 | 2025.04.18 21:39:58.279267 [ 255 ] {6b7a61fe-e424-4374-a52a-bc3f6f6efc16} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3009 | 2025.04.18 21:39:58.279324 [ 255 ] {6b7a61fe-e424-4374-a52a-bc3f6f6efc16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3010 | 2025.04.18 21:39:58.280382 [ 255 ] {6b7a61fe-e424-4374-a52a-bc3f6f6efc16} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3011 | 2025.04.18 21:39:58.280836 [ 255 ] {6b7a61fe-e424-4374-a52a-bc3f6f6efc16} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3012 | 2025.04.18 21:39:58.281473 [ 255 ] {6b7a61fe-e424-4374-a52a-bc3f6f6efc16} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005136 sec., 21806.85358255452 rows/sec., 1.24 MiB/sec. | ||
| 3013 | 2025.04.18 21:39:58.281517 [ 187 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005558919 sec., 203996.49644112462 rows/sec., 14.23 MiB/sec. | ||
| 3014 | 2025.04.18 21:39:58.281572 [ 255 ] {6b7a61fe-e424-4374-a52a-bc3f6f6efc16} <Debug> TCPHandler: Processed in 0.005500418 sec. | ||
| 3015 | 2025.04.18 21:39:58.281736 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3016 | 2025.04.18 21:39:58.281830 [ 187 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3017 | 2025.04.18 21:39:58.281884 [ 255 ] {a36ed43f-3b2f-467e-aa0c-42d1cb264ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3018 | 2025.04.18 21:39:58.281987 [ 255 ] {a36ed43f-3b2f-467e-aa0c-42d1cb264ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3019 | 2025.04.18 21:39:58.282492 [ 187 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_6_1} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3020 | 2025.04.18 21:39:58.282694 [ 187 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_6_1} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3021 | 2025.04.18 21:39:58.282802 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3022 | 2025.04.18 21:39:58.283273 [ 255 ] {a36ed43f-3b2f-467e-aa0c-42d1cb264ce8} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3023 | 2025.04.18 21:39:58.283317 [ 255 ] {a36ed43f-3b2f-467e-aa0c-42d1cb264ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3024 | 2025.04.18 21:39:58.283723 [ 255 ] {a36ed43f-3b2f-467e-aa0c-42d1cb264ce8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3025 | 2025.04.18 21:39:58.283975 [ 255 ] {a36ed43f-3b2f-467e-aa0c-42d1cb264ce8} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3026 | 2025.04.18 21:39:58.284141 [ 255 ] {a36ed43f-3b2f-467e-aa0c-42d1cb264ce8} <Debug> executeQuery: Read 842 rows, 62.20 KiB in 0.002308 sec., 364818.0242634315 rows/sec., 26.32 MiB/sec. | ||
| 3027 | 2025.04.18 21:39:58.284196 [ 255 ] {a36ed43f-3b2f-467e-aa0c-42d1cb264ce8} <Debug> TCPHandler: Processed in 0.002517768 sec. | ||
| 3028 | 2025.04.18 21:39:58.284319 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3029 | 2025.04.18 21:39:58.284425 [ 255 ] {9690a10b-9cf1-4a42-b8e0-fd0480460772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3030 | 2025.04.18 21:39:58.284471 [ 255 ] {9690a10b-9cf1-4a42-b8e0-fd0480460772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3031 | 2025.04.18 21:39:58.284885 [ 255 ] {9690a10b-9cf1-4a42-b8e0-fd0480460772} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3032 | 2025.04.18 21:39:58.284923 [ 255 ] {9690a10b-9cf1-4a42-b8e0-fd0480460772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3033 | 2025.04.18 21:39:58.285279 [ 255 ] {9690a10b-9cf1-4a42-b8e0-fd0480460772} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3034 | 2025.04.18 21:39:58.285520 [ 255 ] {9690a10b-9cf1-4a42-b8e0-fd0480460772} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3035 | 2025.04.18 21:39:58.285651 [ 151 ] {} <Debug> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3036 | 2025.04.18 21:39:58.285692 [ 255 ] {9690a10b-9cf1-4a42-b8e0-fd0480460772} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001286 sec., 4665.629860031104 rows/sec., 243.76 KiB/sec. | ||
| 3037 | 2025.04.18 21:39:58.285693 [ 151 ] {} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3038 | 2025.04.18 21:39:58.285737 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3039 | 2025.04.18 21:39:58.285765 [ 255 ] {9690a10b-9cf1-4a42-b8e0-fd0480460772} <Debug> TCPHandler: Processed in 0.001496835 sec. | ||
| 3040 | 2025.04.18 21:39:58.285958 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3041 | 2025.04.18 21:39:58.285965 [ 189 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::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 | ||
| 3042 | 2025.04.18 21:39:58.286158 [ 255 ] {05a155dd-4997-4f97-b67f-8eee690a6d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3043 | 2025.04.18 21:39:58.286269 [ 255 ] {05a155dd-4997-4f97-b67f-8eee690a6d83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3044 | 2025.04.18 21:39:58.286295 [ 189 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3045 | 2025.04.18 21:39:58.286390 [ 189 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3046 | 2025.04.18 21:39:58.286733 [ 189 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3047 | 2025.04.18 21:39:58.287053 [ 189 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 3048 | 2025.04.18 21:39:58.287440 [ 189 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3049 | 2025.04.18 21:39:58.287756 [ 189 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3050 | 2025.04.18 21:39:58.287893 [ 189 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 3051 | 2025.04.18 21:39:58.289079 [ 255 ] {05a155dd-4997-4f97-b67f-8eee690a6d83} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3052 | 2025.04.18 21:39:58.289146 [ 255 ] {05a155dd-4997-4f97-b67f-8eee690a6d83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3053 | 2025.04.18 21:39:58.290291 [ 255 ] {05a155dd-4997-4f97-b67f-8eee690a6d83} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3054 | 2025.04.18 21:39:58.290441 [ 194 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004594767 sec., 7835.000120789586 rows/sec., 409.35 KiB/sec. | ||
| 3055 | 2025.04.18 21:39:58.290614 [ 194 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3056 | 2025.04.18 21:39:58.290782 [ 255 ] {05a155dd-4997-4f97-b67f-8eee690a6d83} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3057 | 2025.04.18 21:39:58.291166 [ 255 ] {05a155dd-4997-4f97-b67f-8eee690a6d83} <Debug> executeQuery: Read 959 rows, 65.26 KiB in 0.005065 sec., 189338.5982230997 rows/sec., 12.58 MiB/sec. | ||
| 3058 | 2025.04.18 21:39:58.291327 [ 255 ] {05a155dd-4997-4f97-b67f-8eee690a6d83} <Debug> TCPHandler: Processed in 0.005443187 sec. | ||
| 3059 | 2025.04.18 21:39:58.291335 [ 194 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_6_1} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3060 | 2025.04.18 21:39:58.291498 [ 194 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_6_1} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3061 | 2025.04.18 21:39:58.291521 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3062 | 2025.04.18 21:39:58.291622 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3063 | 2025.04.18 21:39:58.291701 [ 255 ] {a7abe827-e44a-46c6-ae1f-075a63da5ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3064 | 2025.04.18 21:39:58.291755 [ 255 ] {a7abe827-e44a-46c6-ae1f-075a63da5ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3065 | 2025.04.18 21:39:58.292184 [ 255 ] {a7abe827-e44a-46c6-ae1f-075a63da5ca9} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3066 | 2025.04.18 21:39:58.292224 [ 255 ] {a7abe827-e44a-46c6-ae1f-075a63da5ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3067 | 2025.04.18 21:39:58.292581 [ 255 ] {a7abe827-e44a-46c6-ae1f-075a63da5ca9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3068 | 2025.04.18 21:39:58.292826 [ 255 ] {a7abe827-e44a-46c6-ae1f-075a63da5ca9} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3069 | 2025.04.18 21:39:58.293011 [ 255 ] {a7abe827-e44a-46c6-ae1f-075a63da5ca9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001338 sec., 747.3841554559043 rows/sec., 50.36 KiB/sec. | ||
| 3070 | 2025.04.18 21:39:58.293177 [ 255 ] {a7abe827-e44a-46c6-ae1f-075a63da5ca9} <Debug> TCPHandler: Processed in 0.00172489 sec. | ||
| 3071 | 2025.04.18 21:39:58.293296 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3072 | 2025.04.18 21:39:58.293399 [ 255 ] {1b7ffba9-9f37-4e93-9e74-93ea71533829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3073 | 2025.04.18 21:39:58.293446 [ 255 ] {1b7ffba9-9f37-4e93-9e74-93ea71533829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3074 | 2025.04.18 21:39:58.293948 [ 255 ] {1b7ffba9-9f37-4e93-9e74-93ea71533829} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3075 | 2025.04.18 21:39:58.293998 [ 255 ] {1b7ffba9-9f37-4e93-9e74-93ea71533829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 3076 | 2025.04.18 21:39:58.294369 [ 255 ] {1b7ffba9-9f37-4e93-9e74-93ea71533829} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3077 | 2025.04.18 21:39:58.294600 [ 255 ] {1b7ffba9-9f37-4e93-9e74-93ea71533829} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3078 | 2025.04.18 21:39:58.294790 [ 255 ] {1b7ffba9-9f37-4e93-9e74-93ea71533829} <Debug> executeQuery: Read 36 rows, 2.15 KiB in 0.001404 sec., 25641.02564102564 rows/sec., 1.49 MiB/sec. | ||
| 3079 | 2025.04.18 21:39:58.294962 [ 255 ] {1b7ffba9-9f37-4e93-9e74-93ea71533829} <Debug> TCPHandler: Processed in 0.00171359 sec. | ||
| 3080 | 2025.04.18 21:40:01.830438 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3081 | 2025.04.18 21:40:01.830668 [ 255 ] {5d1f8dfd-069b-4393-87c9-79951cd560b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3082 | 2025.04.18 21:40:01.830751 [ 255 ] {5d1f8dfd-069b-4393-87c9-79951cd560b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3083 | 2025.04.18 21:40:01.831551 [ 255 ] {5d1f8dfd-069b-4393-87c9-79951cd560b7} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3084 | 2025.04.18 21:40:01.831600 [ 255 ] {5d1f8dfd-069b-4393-87c9-79951cd560b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3085 | 2025.04.18 21:40:01.832035 [ 255 ] {5d1f8dfd-069b-4393-87c9-79951cd560b7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3086 | 2025.04.18 21:40:01.832279 [ 255 ] {5d1f8dfd-069b-4393-87c9-79951cd560b7} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3087 | 2025.04.18 21:40:01.832533 [ 255 ] {5d1f8dfd-069b-4393-87c9-79951cd560b7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00191 sec., 29319.37172774869 rows/sec., 2.24 MiB/sec. | ||
| 3088 | 2025.04.18 21:40:01.832691 [ 255 ] {5d1f8dfd-069b-4393-87c9-79951cd560b7} <Debug> TCPHandler: Processed in 0.002390936 sec. | ||
| 3089 | 2025.04.18 21:40:01.832869 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3090 | 2025.04.18 21:40:01.832972 [ 255 ] {824f6002-ba8a-4f63-8e82-3ea9a4300950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3091 | 2025.04.18 21:40:01.833019 [ 255 ] {824f6002-ba8a-4f63-8e82-3ea9a4300950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3092 | 2025.04.18 21:40:01.833584 [ 255 ] {824f6002-ba8a-4f63-8e82-3ea9a4300950} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3093 | 2025.04.18 21:40:01.833623 [ 255 ] {824f6002-ba8a-4f63-8e82-3ea9a4300950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3094 | 2025.04.18 21:40:01.833977 [ 255 ] {824f6002-ba8a-4f63-8e82-3ea9a4300950} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3095 | 2025.04.18 21:40:01.834205 [ 255 ] {824f6002-ba8a-4f63-8e82-3ea9a4300950} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3096 | 2025.04.18 21:40:01.834402 [ 255 ] {824f6002-ba8a-4f63-8e82-3ea9a4300950} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001452 sec., 44077.134986225894 rows/sec., 3.44 MiB/sec. | ||
| 3097 | 2025.04.18 21:40:01.834453 [ 255 ] {824f6002-ba8a-4f63-8e82-3ea9a4300950} <Debug> TCPHandler: Processed in 0.001644258 sec. | ||
| 3098 | 2025.04.18 21:40:01.834573 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3099 | 2025.04.18 21:40:01.834678 [ 255 ] {a1693d39-5449-4c9d-801a-598712033d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3100 | 2025.04.18 21:40:01.834726 [ 255 ] {a1693d39-5449-4c9d-801a-598712033d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3101 | 2025.04.18 21:40:01.835210 [ 255 ] {a1693d39-5449-4c9d-801a-598712033d82} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3102 | 2025.04.18 21:40:01.835249 [ 255 ] {a1693d39-5449-4c9d-801a-598712033d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3103 | 2025.04.18 21:40:01.835615 [ 255 ] {a1693d39-5449-4c9d-801a-598712033d82} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3104 | 2025.04.18 21:40:01.835848 [ 255 ] {a1693d39-5449-4c9d-801a-598712033d82} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3105 | 2025.04.18 21:40:01.836047 [ 255 ] {a1693d39-5449-4c9d-801a-598712033d82} <Debug> executeQuery: Read 126 rows, 8.98 KiB in 0.001391 sec., 90582.3148813803 rows/sec., 6.30 MiB/sec. | ||
| 3106 | 2025.04.18 21:40:01.836097 [ 255 ] {a1693d39-5449-4c9d-801a-598712033d82} <Debug> TCPHandler: Processed in 0.001574256 sec. | ||
| 3107 | 2025.04.18 21:40:01.836216 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3108 | 2025.04.18 21:40:01.836320 [ 255 ] {6632aa1b-a20a-473e-8a8b-122d3076075c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3109 | 2025.04.18 21:40:01.836365 [ 255 ] {6632aa1b-a20a-473e-8a8b-122d3076075c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3110 | 2025.04.18 21:40:01.836784 [ 255 ] {6632aa1b-a20a-473e-8a8b-122d3076075c} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3111 | 2025.04.18 21:40:01.836822 [ 255 ] {6632aa1b-a20a-473e-8a8b-122d3076075c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3112 | 2025.04.18 21:40:01.837169 [ 255 ] {6632aa1b-a20a-473e-8a8b-122d3076075c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3113 | 2025.04.18 21:40:01.837400 [ 255 ] {6632aa1b-a20a-473e-8a8b-122d3076075c} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3114 | 2025.04.18 21:40:01.837591 [ 255 ] {6632aa1b-a20a-473e-8a8b-122d3076075c} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.001293 sec., 35576.179427687544 rows/sec., 2.41 MiB/sec. | ||
| 3115 | 2025.04.18 21:40:01.837639 [ 255 ] {6632aa1b-a20a-473e-8a8b-122d3076075c} <Debug> TCPHandler: Processed in 0.001473554 sec. | ||
| 3116 | 2025.04.18 21:40:02.336321 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 3117 | 2025.04.18 21:40:02.336975 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3118 | 2025.04.18 21:40:02.337031 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3119 | 2025.04.18 21:40:02.337578 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3120 | 2025.04.18 21:40:02.337849 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3121 | 2025.04.18 21:40:02.338101 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 3122 | 2025.04.18 21:40:02.754359 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3123 | 2025.04.18 21:40:02.773908 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3124 | 2025.04.18 21:40:02.773979 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3125 | 2025.04.18 21:40:02.781470 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3126 | 2025.04.18 21:40:02.782228 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3127 | 2025.04.18 21:40:02.784835 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3128 | 2025.04.18 21:40:04.842311 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 436 | ||
| 3129 | 2025.04.18 21:40:04.845762 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3130 | 2025.04.18 21:40:04.845804 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3131 | 2025.04.18 21:40:04.847244 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3132 | 2025.04.18 21:40:04.847554 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3133 | 2025.04.18 21:40:04.848196 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 436 | ||
| 3134 | 2025.04.18 21:40:06.834105 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3135 | 2025.04.18 21:40:06.834298 [ 255 ] {b9b1b66d-baf8-429d-8048-7fb4ac812bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3136 | 2025.04.18 21:40:06.834371 [ 255 ] {b9b1b66d-baf8-429d-8048-7fb4ac812bcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3137 | 2025.04.18 21:40:06.835228 [ 255 ] {b9b1b66d-baf8-429d-8048-7fb4ac812bcc} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3138 | 2025.04.18 21:40:06.835280 [ 255 ] {b9b1b66d-baf8-429d-8048-7fb4ac812bcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3139 | 2025.04.18 21:40:06.835739 [ 255 ] {b9b1b66d-baf8-429d-8048-7fb4ac812bcc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3140 | 2025.04.18 21:40:06.835999 [ 255 ] {b9b1b66d-baf8-429d-8048-7fb4ac812bcc} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3141 | 2025.04.18 21:40:06.836224 [ 255 ] {b9b1b66d-baf8-429d-8048-7fb4ac812bcc} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001981 sec., 68652.19586067642 rows/sec., 5.91 MiB/sec. | ||
| 3142 | 2025.04.18 21:40:06.836282 [ 255 ] {b9b1b66d-baf8-429d-8048-7fb4ac812bcc} <Debug> TCPHandler: Processed in 0.002308324 sec. | ||
| 3143 | 2025.04.18 21:40:06.836414 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3144 | 2025.04.18 21:40:06.836521 [ 255 ] {faad4961-6f85-4c88-9d2a-ac941e3252b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3145 | 2025.04.18 21:40:06.836571 [ 255 ] {faad4961-6f85-4c88-9d2a-ac941e3252b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3146 | 2025.04.18 21:40:06.837100 [ 255 ] {faad4961-6f85-4c88-9d2a-ac941e3252b2} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3147 | 2025.04.18 21:40:06.837143 [ 255 ] {faad4961-6f85-4c88-9d2a-ac941e3252b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3148 | 2025.04.18 21:40:06.837492 [ 255 ] {faad4961-6f85-4c88-9d2a-ac941e3252b2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3149 | 2025.04.18 21:40:06.837742 [ 255 ] {faad4961-6f85-4c88-9d2a-ac941e3252b2} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3150 | 2025.04.18 21:40:06.837939 [ 255 ] {faad4961-6f85-4c88-9d2a-ac941e3252b2} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001441 sec., 27758.50104094379 rows/sec., 2.04 MiB/sec. | ||
| 3151 | 2025.04.18 21:40:06.837993 [ 255 ] {faad4961-6f85-4c88-9d2a-ac941e3252b2} <Debug> TCPHandler: Processed in 0.001633058 sec. | ||
| 3152 | 2025.04.18 21:40:06.838105 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3153 | 2025.04.18 21:40:06.838212 [ 255 ] {0644302d-3b0f-4653-b72e-c62f2f17ba79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3154 | 2025.04.18 21:40:06.838260 [ 255 ] {0644302d-3b0f-4653-b72e-c62f2f17ba79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3155 | 2025.04.18 21:40:06.838820 [ 255 ] {0644302d-3b0f-4653-b72e-c62f2f17ba79} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3156 | 2025.04.18 21:40:06.838862 [ 255 ] {0644302d-3b0f-4653-b72e-c62f2f17ba79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3157 | 2025.04.18 21:40:06.839223 [ 255 ] {0644302d-3b0f-4653-b72e-c62f2f17ba79} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3158 | 2025.04.18 21:40:06.839468 [ 255 ] {0644302d-3b0f-4653-b72e-c62f2f17ba79} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3159 | 2025.04.18 21:40:06.839674 [ 255 ] {0644302d-3b0f-4653-b72e-c62f2f17ba79} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001484 sec., 70080.86253369272 rows/sec., 5.47 MiB/sec. | ||
| 3160 | 2025.04.18 21:40:06.839731 [ 255 ] {0644302d-3b0f-4653-b72e-c62f2f17ba79} <Debug> TCPHandler: Processed in 0.001676299 sec. | ||
| 3161 | 2025.04.18 21:40:06.839852 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3162 | 2025.04.18 21:40:06.839958 [ 255 ] {612bcdfe-f6ee-4945-ab06-cc30e90eaf0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3163 | 2025.04.18 21:40:06.840010 [ 255 ] {612bcdfe-f6ee-4945-ab06-cc30e90eaf0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3164 | 2025.04.18 21:40:06.840524 [ 255 ] {612bcdfe-f6ee-4945-ab06-cc30e90eaf0a} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3165 | 2025.04.18 21:40:06.840565 [ 255 ] {612bcdfe-f6ee-4945-ab06-cc30e90eaf0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3166 | 2025.04.18 21:40:06.840946 [ 255 ] {612bcdfe-f6ee-4945-ab06-cc30e90eaf0a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3167 | 2025.04.18 21:40:06.841199 [ 255 ] {612bcdfe-f6ee-4945-ab06-cc30e90eaf0a} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3168 | 2025.04.18 21:40:06.841424 [ 255 ] {612bcdfe-f6ee-4945-ab06-cc30e90eaf0a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001488 sec., 107526.88172043012 rows/sec., 7.49 MiB/sec. | ||
| 3169 | 2025.04.18 21:40:06.841539 [ 255 ] {612bcdfe-f6ee-4945-ab06-cc30e90eaf0a} <Debug> TCPHandler: Processed in 0.001738701 sec. | ||
| 3170 | 2025.04.18 21:40:06.841657 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3171 | 2025.04.18 21:40:06.841763 [ 255 ] {033c8a44-c8fc-47b5-9c3f-3baae9ff282a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3172 | 2025.04.18 21:40:06.841834 [ 255 ] {033c8a44-c8fc-47b5-9c3f-3baae9ff282a} <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 | ||
| 3173 | 2025.04.18 21:40:06.842981 [ 255 ] {033c8a44-c8fc-47b5-9c3f-3baae9ff282a} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3174 | 2025.04.18 21:40:06.843019 [ 255 ] {033c8a44-c8fc-47b5-9c3f-3baae9ff282a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3175 | 2025.04.18 21:40:06.843664 [ 255 ] {033c8a44-c8fc-47b5-9c3f-3baae9ff282a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3176 | 2025.04.18 21:40:06.843927 [ 255 ] {033c8a44-c8fc-47b5-9c3f-3baae9ff282a} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3177 | 2025.04.18 21:40:06.844158 [ 255 ] {033c8a44-c8fc-47b5-9c3f-3baae9ff282a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002415 sec., 16563.146997929605 rows/sec., 29.68 MiB/sec. | ||
| 3178 | 2025.04.18 21:40:06.844253 [ 255 ] {033c8a44-c8fc-47b5-9c3f-3baae9ff282a} <Debug> TCPHandler: Processed in 0.002647032 sec. | ||
| 3179 | 2025.04.18 21:40:06.844378 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3180 | 2025.04.18 21:40:06.844486 [ 255 ] {f902c6aa-8149-4ee7-8f29-7acdb55ed2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3181 | 2025.04.18 21:40:06.844536 [ 255 ] {f902c6aa-8149-4ee7-8f29-7acdb55ed2fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3182 | 2025.04.18 21:40:06.844987 [ 255 ] {f902c6aa-8149-4ee7-8f29-7acdb55ed2fd} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3183 | 2025.04.18 21:40:06.845026 [ 255 ] {f902c6aa-8149-4ee7-8f29-7acdb55ed2fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3184 | 2025.04.18 21:40:06.845387 [ 255 ] {f902c6aa-8149-4ee7-8f29-7acdb55ed2fd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3185 | 2025.04.18 21:40:06.845629 [ 255 ] {f902c6aa-8149-4ee7-8f29-7acdb55ed2fd} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3186 | 2025.04.18 21:40:06.845826 [ 255 ] {f902c6aa-8149-4ee7-8f29-7acdb55ed2fd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
| 3187 | 2025.04.18 21:40:06.845876 [ 255 ] {f902c6aa-8149-4ee7-8f29-7acdb55ed2fd} <Debug> TCPHandler: Processed in 0.001549276 sec. | ||
| 3188 | 2025.04.18 21:40:09.730922 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3189 | 2025.04.18 21:40:09.730992 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3190 | 2025.04.18 21:40:09.839198 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3191 | 2025.04.18 21:40:09.839812 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3192 | 2025.04.18 21:40:09.839853 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3193 | 2025.04.18 21:40:09.840398 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3194 | 2025.04.18 21:40:09.840648 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3195 | 2025.04.18 21:40:09.840897 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3196 | 2025.04.18 21:40:10.285882 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3197 | 2025.04.18 21:40:10.306111 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3198 | 2025.04.18 21:40:10.306166 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3199 | 2025.04.18 21:40:10.313332 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3200 | 2025.04.18 21:40:10.314078 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3201 | 2025.04.18 21:40:10.316584 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3202 | 2025.04.18 21:40:11.838042 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3203 | 2025.04.18 21:40:11.838232 [ 255 ] {f3c22bf5-ace4-44bf-8453-136d9e294539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3204 | 2025.04.18 21:40:11.838304 [ 255 ] {f3c22bf5-ace4-44bf-8453-136d9e294539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3205 | 2025.04.18 21:40:11.839173 [ 255 ] {f3c22bf5-ace4-44bf-8453-136d9e294539} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3206 | 2025.04.18 21:40:11.839222 [ 255 ] {f3c22bf5-ace4-44bf-8453-136d9e294539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3207 | 2025.04.18 21:40:11.839669 [ 255 ] {f3c22bf5-ace4-44bf-8453-136d9e294539} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3208 | 2025.04.18 21:40:11.839948 [ 255 ] {f3c22bf5-ace4-44bf-8453-136d9e294539} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3209 | 2025.04.18 21:40:11.840222 [ 255 ] {f3c22bf5-ace4-44bf-8453-136d9e294539} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00203 sec., 104433.49753694581 rows/sec., 6.64 MiB/sec. | ||
| 3210 | 2025.04.18 21:40:11.840421 [ 255 ] {f3c22bf5-ace4-44bf-8453-136d9e294539} <Debug> TCPHandler: Processed in 0.002509479 sec. | ||
| 3211 | 2025.04.18 21:40:11.840572 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3212 | 2025.04.18 21:40:11.840682 [ 255 ] {623a2a67-a2f2-4052-a57f-3d770701812d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3213 | 2025.04.18 21:40:11.840730 [ 255 ] {623a2a67-a2f2-4052-a57f-3d770701812d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3214 | 2025.04.18 21:40:11.841594 [ 255 ] {623a2a67-a2f2-4052-a57f-3d770701812d} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3215 | 2025.04.18 21:40:11.841634 [ 255 ] {623a2a67-a2f2-4052-a57f-3d770701812d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3216 | 2025.04.18 21:40:11.842026 [ 255 ] {623a2a67-a2f2-4052-a57f-3d770701812d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3217 | 2025.04.18 21:40:11.842262 [ 255 ] {623a2a67-a2f2-4052-a57f-3d770701812d} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3218 | 2025.04.18 21:40:11.842465 [ 255 ] {623a2a67-a2f2-4052-a57f-3d770701812d} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001809 sec., 341072.4156992814 rows/sec., 26.64 MiB/sec. | ||
| 3219 | 2025.04.18 21:40:11.842517 [ 255 ] {623a2a67-a2f2-4052-a57f-3d770701812d} <Debug> TCPHandler: Processed in 0.001997836 sec. | ||
| 3220 | 2025.04.18 21:40:11.842695 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3221 | 2025.04.18 21:40:11.842799 [ 255 ] {034eeb67-c8ad-45d2-ae04-ae44b66a7733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3222 | 2025.04.18 21:40:11.842846 [ 255 ] {034eeb67-c8ad-45d2-ae04-ae44b66a7733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3223 | 2025.04.18 21:40:11.843392 [ 255 ] {034eeb67-c8ad-45d2-ae04-ae44b66a7733} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3224 | 2025.04.18 21:40:11.843432 [ 255 ] {034eeb67-c8ad-45d2-ae04-ae44b66a7733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3225 | 2025.04.18 21:40:11.843775 [ 255 ] {034eeb67-c8ad-45d2-ae04-ae44b66a7733} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3226 | 2025.04.18 21:40:11.844007 [ 255 ] {034eeb67-c8ad-45d2-ae04-ae44b66a7733} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3227 | 2025.04.18 21:40:11.844281 [ 255 ] {034eeb67-c8ad-45d2-ae04-ae44b66a7733} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001497 sec., 70808.28323313293 rows/sec., 4.17 MiB/sec. | ||
| 3228 | 2025.04.18 21:40:11.844493 [ 255 ] {034eeb67-c8ad-45d2-ae04-ae44b66a7733} <Debug> TCPHandler: Processed in 0.001845283 sec. | ||
| 3229 | 2025.04.18 21:40:11.844631 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3230 | 2025.04.18 21:40:11.844737 [ 255 ] {8047343d-1b56-42e7-b77a-2ddceb360a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3231 | 2025.04.18 21:40:11.844782 [ 255 ] {8047343d-1b56-42e7-b77a-2ddceb360a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3232 | 2025.04.18 21:40:11.845342 [ 255 ] {8047343d-1b56-42e7-b77a-2ddceb360a89} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3233 | 2025.04.18 21:40:11.845381 [ 255 ] {8047343d-1b56-42e7-b77a-2ddceb360a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3234 | 2025.04.18 21:40:11.845721 [ 255 ] {8047343d-1b56-42e7-b77a-2ddceb360a89} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3235 | 2025.04.18 21:40:11.845954 [ 255 ] {8047343d-1b56-42e7-b77a-2ddceb360a89} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3236 | 2025.04.18 21:40:11.846143 [ 255 ] {8047343d-1b56-42e7-b77a-2ddceb360a89} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001426 sec., 79242.63674614306 rows/sec., 5.13 MiB/sec. | ||
| 3237 | 2025.04.18 21:40:11.846194 [ 255 ] {8047343d-1b56-42e7-b77a-2ddceb360a89} <Debug> TCPHandler: Processed in 0.001612848 sec. | ||
| 3238 | 2025.04.18 21:40:11.846312 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3239 | 2025.04.18 21:40:11.846416 [ 255 ] {ac735d4b-9173-4f1f-9adb-b6a188aa38c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3240 | 2025.04.18 21:40:11.846461 [ 255 ] {ac735d4b-9173-4f1f-9adb-b6a188aa38c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3241 | 2025.04.18 21:40:11.847006 [ 255 ] {ac735d4b-9173-4f1f-9adb-b6a188aa38c8} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3242 | 2025.04.18 21:40:11.847045 [ 255 ] {ac735d4b-9173-4f1f-9adb-b6a188aa38c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3243 | 2025.04.18 21:40:11.847383 [ 255 ] {ac735d4b-9173-4f1f-9adb-b6a188aa38c8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3244 | 2025.04.18 21:40:11.847613 [ 255 ] {ac735d4b-9173-4f1f-9adb-b6a188aa38c8} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3245 | 2025.04.18 21:40:11.847803 [ 255 ] {ac735d4b-9173-4f1f-9adb-b6a188aa38c8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001408 sec., 79545.45454545454 rows/sec., 4.53 MiB/sec. | ||
| 3246 | 2025.04.18 21:40:11.847854 [ 255 ] {ac735d4b-9173-4f1f-9adb-b6a188aa38c8} <Debug> TCPHandler: Processed in 0.001592498 sec. | ||
| 3247 | 2025.04.18 21:40:11.847973 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3248 | 2025.04.18 21:40:11.848077 [ 255 ] {b4366da1-7e97-4972-8380-3f1dfe7fcb23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3249 | 2025.04.18 21:40:11.848120 [ 255 ] {b4366da1-7e97-4972-8380-3f1dfe7fcb23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3250 | 2025.04.18 21:40:11.848757 [ 255 ] {b4366da1-7e97-4972-8380-3f1dfe7fcb23} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3251 | 2025.04.18 21:40:11.848795 [ 255 ] {b4366da1-7e97-4972-8380-3f1dfe7fcb23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3252 | 2025.04.18 21:40:11.849149 [ 255 ] {b4366da1-7e97-4972-8380-3f1dfe7fcb23} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3253 | 2025.04.18 21:40:11.849384 [ 255 ] {b4366da1-7e97-4972-8380-3f1dfe7fcb23} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3254 | 2025.04.18 21:40:11.849613 [ 255 ] {b4366da1-7e97-4972-8380-3f1dfe7fcb23} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001554 sec., 245817.2458172458 rows/sec., 17.33 MiB/sec. | ||
| 3255 | 2025.04.18 21:40:11.849719 [ 255 ] {b4366da1-7e97-4972-8380-3f1dfe7fcb23} <Debug> TCPHandler: Processed in 0.001796112 sec. | ||
| 3256 | 2025.04.18 21:40:11.849932 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3257 | 2025.04.18 21:40:11.850039 [ 255 ] {2a49e89f-148e-4e4b-a5e3-8ebbd03df159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3258 | 2025.04.18 21:40:11.850089 [ 255 ] {2a49e89f-148e-4e4b-a5e3-8ebbd03df159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3259 | 2025.04.18 21:40:11.850554 [ 255 ] {2a49e89f-148e-4e4b-a5e3-8ebbd03df159} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3260 | 2025.04.18 21:40:11.850592 [ 255 ] {2a49e89f-148e-4e4b-a5e3-8ebbd03df159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3261 | 2025.04.18 21:40:11.850942 [ 255 ] {2a49e89f-148e-4e4b-a5e3-8ebbd03df159} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3262 | 2025.04.18 21:40:11.851181 [ 255 ] {2a49e89f-148e-4e4b-a5e3-8ebbd03df159} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3263 | 2025.04.18 21:40:11.851379 [ 255 ] {2a49e89f-148e-4e4b-a5e3-8ebbd03df159} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001362 sec., 4405.286343612335 rows/sec., 230.16 KiB/sec. | ||
| 3264 | 2025.04.18 21:40:11.851428 [ 255 ] {2a49e89f-148e-4e4b-a5e3-8ebbd03df159} <Debug> TCPHandler: Processed in 0.001566327 sec. | ||
| 3265 | 2025.04.18 21:40:11.851541 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3266 | 2025.04.18 21:40:11.851653 [ 255 ] {a04c64dd-19d4-4a28-9879-bac9abf023c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3267 | 2025.04.18 21:40:11.851703 [ 255 ] {a04c64dd-19d4-4a28-9879-bac9abf023c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3268 | 2025.04.18 21:40:11.852241 [ 255 ] {a04c64dd-19d4-4a28-9879-bac9abf023c0} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3269 | 2025.04.18 21:40:11.852279 [ 255 ] {a04c64dd-19d4-4a28-9879-bac9abf023c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3270 | 2025.04.18 21:40:11.852657 [ 255 ] {a04c64dd-19d4-4a28-9879-bac9abf023c0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3271 | 2025.04.18 21:40:11.852900 [ 255 ] {a04c64dd-19d4-4a28-9879-bac9abf023c0} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3272 | 2025.04.18 21:40:11.853104 [ 255 ] {a04c64dd-19d4-4a28-9879-bac9abf023c0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001478 sec., 160351.82679296346 rows/sec., 10.75 MiB/sec. | ||
| 3273 | 2025.04.18 21:40:11.853155 [ 255 ] {a04c64dd-19d4-4a28-9879-bac9abf023c0} <Debug> TCPHandler: Processed in 0.001663679 sec. | ||
| 3274 | 2025.04.18 21:40:11.853277 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3275 | 2025.04.18 21:40:11.853381 [ 255 ] {c5118526-cfd8-4a06-a5c8-fbaff62356e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3276 | 2025.04.18 21:40:11.853427 [ 255 ] {c5118526-cfd8-4a06-a5c8-fbaff62356e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3277 | 2025.04.18 21:40:11.853853 [ 255 ] {c5118526-cfd8-4a06-a5c8-fbaff62356e6} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3278 | 2025.04.18 21:40:11.853898 [ 255 ] {c5118526-cfd8-4a06-a5c8-fbaff62356e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3279 | 2025.04.18 21:40:11.854272 [ 255 ] {c5118526-cfd8-4a06-a5c8-fbaff62356e6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3280 | 2025.04.18 21:40:11.854520 [ 255 ] {c5118526-cfd8-4a06-a5c8-fbaff62356e6} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3281 | 2025.04.18 21:40:11.854751 [ 255 ] {c5118526-cfd8-4a06-a5c8-fbaff62356e6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001384 sec., 722.543352601156 rows/sec., 48.69 KiB/sec. | ||
| 3282 | 2025.04.18 21:40:11.854937 [ 255 ] {c5118526-cfd8-4a06-a5c8-fbaff62356e6} <Debug> TCPHandler: Processed in 0.00170899 sec. | ||
| 3283 | 2025.04.18 21:40:11.855080 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3284 | 2025.04.18 21:40:11.855183 [ 255 ] {c75a46fd-acaf-485e-a9f2-5ef68d7c1e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3285 | 2025.04.18 21:40:11.855230 [ 255 ] {c75a46fd-acaf-485e-a9f2-5ef68d7c1e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3286 | 2025.04.18 21:40:11.855684 [ 255 ] {c75a46fd-acaf-485e-a9f2-5ef68d7c1e9e} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3287 | 2025.04.18 21:40:11.855724 [ 255 ] {c75a46fd-acaf-485e-a9f2-5ef68d7c1e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3288 | 2025.04.18 21:40:11.856090 [ 255 ] {c75a46fd-acaf-485e-a9f2-5ef68d7c1e9e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3289 | 2025.04.18 21:40:11.856337 [ 255 ] {c75a46fd-acaf-485e-a9f2-5ef68d7c1e9e} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3290 | 2025.04.18 21:40:11.856540 [ 255 ] {c75a46fd-acaf-485e-a9f2-5ef68d7c1e9e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001379 sec., 59463.379260333575 rows/sec., 3.78 MiB/sec. | ||
| 3291 | 2025.04.18 21:40:11.856589 [ 255 ] {c75a46fd-acaf-485e-a9f2-5ef68d7c1e9e} <Debug> TCPHandler: Processed in 0.001561547 sec. | ||
| 3292 | 2025.04.18 21:40:14.849325 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 468 | ||
| 3293 | 2025.04.18 21:40:14.852265 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3294 | 2025.04.18 21:40:14.852314 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3295 | 2025.04.18 21:40:14.853757 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3296 | 2025.04.18 21:40:14.854063 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3297 | 2025.04.18 21:40:14.854645 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 468 | ||
| 3298 | 2025.04.18 21:40:16.833116 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3299 | 2025.04.18 21:40:16.833334 [ 255 ] {0f6edfea-0a48-48d3-8b14-1fa0eb102824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3300 | 2025.04.18 21:40:16.833420 [ 255 ] {0f6edfea-0a48-48d3-8b14-1fa0eb102824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3301 | 2025.04.18 21:40:16.834174 [ 255 ] {0f6edfea-0a48-48d3-8b14-1fa0eb102824} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3302 | 2025.04.18 21:40:16.834226 [ 255 ] {0f6edfea-0a48-48d3-8b14-1fa0eb102824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3303 | 2025.04.18 21:40:16.834657 [ 255 ] {0f6edfea-0a48-48d3-8b14-1fa0eb102824} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3304 | 2025.04.18 21:40:16.834929 [ 255 ] {0f6edfea-0a48-48d3-8b14-1fa0eb102824} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3305 | 2025.04.18 21:40:16.835161 [ 255 ] {0f6edfea-0a48-48d3-8b14-1fa0eb102824} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001888 sec., 1059.322033898305 rows/sec., 86.38 KiB/sec. | ||
| 3306 | 2025.04.18 21:40:16.835225 [ 255 ] {0f6edfea-0a48-48d3-8b14-1fa0eb102824} <Debug> TCPHandler: Processed in 0.002253602 sec. | ||
| 3307 | 2025.04.18 21:40:16.835353 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3308 | 2025.04.18 21:40:16.835465 [ 255 ] {d6ccc6b5-f108-4f1a-912c-eb97944d2fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3309 | 2025.04.18 21:40:16.835513 [ 255 ] {d6ccc6b5-f108-4f1a-912c-eb97944d2fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3310 | 2025.04.18 21:40:16.836142 [ 255 ] {d6ccc6b5-f108-4f1a-912c-eb97944d2fdd} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3311 | 2025.04.18 21:40:16.836183 [ 255 ] {d6ccc6b5-f108-4f1a-912c-eb97944d2fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3312 | 2025.04.18 21:40:16.836568 [ 255 ] {d6ccc6b5-f108-4f1a-912c-eb97944d2fdd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3313 | 2025.04.18 21:40:16.836829 [ 255 ] {d6ccc6b5-f108-4f1a-912c-eb97944d2fdd} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3314 | 2025.04.18 21:40:16.837013 [ 123 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3315 | 2025.04.18 21:40:16.837071 [ 255 ] {d6ccc6b5-f108-4f1a-912c-eb97944d2fdd} <Debug> executeQuery: Read 137 rows, 12.07 KiB in 0.001624 sec., 84359.60591133004 rows/sec., 7.26 MiB/sec. | ||
| 3316 | 2025.04.18 21:40:16.837107 [ 123 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3317 | 2025.04.18 21:40:16.837186 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3318 | 2025.04.18 21:40:16.837192 [ 255 ] {d6ccc6b5-f108-4f1a-912c-eb97944d2fdd} <Debug> TCPHandler: Processed in 0.001890924 sec. | ||
| 3319 | 2025.04.18 21:40:16.837408 [ 196 ] {47646c9d-a939-4a73-9aee-1073972158e9::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 | ||
| 3320 | 2025.04.18 21:40:16.837422 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3321 | 2025.04.18 21:40:16.837669 [ 196 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3322 | 2025.04.18 21:40:16.837678 [ 255 ] {ac78e065-3076-4492-b692-077776c223a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3323 | 2025.04.18 21:40:16.837730 [ 196 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1841 rows starting from the beginning of the part | ||
| 3324 | 2025.04.18 21:40:16.837774 [ 255 ] {ac78e065-3076-4492-b692-077776c223a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3325 | 2025.04.18 21:40:16.838100 [ 196 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1759 rows starting from the beginning of the part | ||
| 3326 | 2025.04.18 21:40:16.838467 [ 196 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3327 | 2025.04.18 21:40:16.838815 [ 196 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 136 rows starting from the beginning of the part | ||
| 3328 | 2025.04.18 21:40:16.839266 [ 196 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 617 rows starting from the beginning of the part | ||
| 3329 | 2025.04.18 21:40:16.839685 [ 196 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 137 rows starting from the beginning of the part | ||
| 3330 | 2025.04.18 21:40:16.840691 [ 255 ] {ac78e065-3076-4492-b692-077776c223a6} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3331 | 2025.04.18 21:40:16.840781 [ 255 ] {ac78e065-3076-4492-b692-077776c223a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3332 | 2025.04.18 21:40:16.841771 [ 255 ] {ac78e065-3076-4492-b692-077776c223a6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3333 | 2025.04.18 21:40:16.842353 [ 255 ] {ac78e065-3076-4492-b692-077776c223a6} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3334 | 2025.04.18 21:40:16.842565 [ 123 ] {} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3335 | 2025.04.18 21:40:16.842644 [ 123 ] {} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3336 | 2025.04.18 21:40:16.842683 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3337 | 2025.04.18 21:40:16.842691 [ 255 ] {ac78e065-3076-4492-b692-077776c223a6} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.005091 sec., 8249.852681202121 rows/sec., 618.24 KiB/sec. | ||
| 3338 | 2025.04.18 21:40:16.842994 [ 255 ] {ac78e065-3076-4492-b692-077776c223a6} <Debug> TCPHandler: Processed in 0.005641612 sec. | ||
| 3339 | 2025.04.18 21:40:16.843100 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::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 | ||
| 3340 | 2025.04.18 21:40:16.843169 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3341 | 2025.04.18 21:40:16.843565 [ 255 ] {3bb2cd31-4361-4a1b-8514-765c8d307942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3342 | 2025.04.18 21:40:16.843611 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3343 | 2025.04.18 21:40:16.843743 [ 255 ] {3bb2cd31-4361-4a1b-8514-765c8d307942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3344 | 2025.04.18 21:40:16.843743 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 150 rows starting from the beginning of the part | ||
| 3345 | 2025.04.18 21:40:16.844255 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part | ||
| 3346 | 2025.04.18 21:40:16.844740 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::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 | ||
| 3347 | 2025.04.18 21:40:16.845080 [ 188 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4546 rows, containing 5 columns (5 merged, 0 gathered) in 0.007766041 sec., 585369.0445363346 rows/sec., 49.61 MiB/sec. | ||
| 3348 | 2025.04.18 21:40:16.845114 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
| 3349 | 2025.04.18 21:40:16.845552 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 106 rows starting from the beginning of the part | ||
| 3350 | 2025.04.18 21:40:16.845967 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part | ||
| 3351 | 2025.04.18 21:40:16.846278 [ 188 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3352 | 2025.04.18 21:40:16.847669 [ 255 ] {3bb2cd31-4361-4a1b-8514-765c8d307942} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3353 | 2025.04.18 21:40:16.847761 [ 255 ] {3bb2cd31-4361-4a1b-8514-765c8d307942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3354 | 2025.04.18 21:40:16.847874 [ 188 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_21_4} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3355 | 2025.04.18 21:40:16.848385 [ 188 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_21_4} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3356 | 2025.04.18 21:40:16.848865 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 3357 | 2025.04.18 21:40:16.849270 [ 255 ] {3bb2cd31-4361-4a1b-8514-765c8d307942} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3358 | 2025.04.18 21:40:16.849897 [ 255 ] {3bb2cd31-4361-4a1b-8514-765c8d307942} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3359 | 2025.04.18 21:40:16.849919 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 488 rows, containing 5 columns (5 merged, 0 gathered) in 0.007125036 sec., 68490.88201098211 rows/sec., 4.63 MiB/sec. | ||
| 3360 | 2025.04.18 21:40:16.850181 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3361 | 2025.04.18 21:40:16.850207 [ 123 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3362 | 2025.04.18 21:40:16.850401 [ 123 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3363 | 2025.04.18 21:40:16.850460 [ 255 ] {3bb2cd31-4361-4a1b-8514-765c8d307942} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.007034 sec., 15069.661643446118 rows/sec., 1.18 MiB/sec. | ||
| 3364 | 2025.04.18 21:40:16.850478 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3365 | 2025.04.18 21:40:16.850742 [ 255 ] {3bb2cd31-4361-4a1b-8514-765c8d307942} <Debug> TCPHandler: Processed in 0.007638038 sec. | ||
| 3366 | 2025.04.18 21:40:16.851235 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3367 | 2025.04.18 21:40:16.851240 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_16_3} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3368 | 2025.04.18 21:40:16.851325 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::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 | ||
| 3369 | 2025.04.18 21:40:16.851687 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_16_3} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3370 | 2025.04.18 21:40:16.851760 [ 255 ] {80faba57-a40f-47fa-b7a4-77ed84da17c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3371 | 2025.04.18 21:40:16.851966 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3372 | 2025.04.18 21:40:16.851984 [ 255 ] {80faba57-a40f-47fa-b7a4-77ed84da17c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3373 | 2025.04.18 21:40:16.852202 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3374 | 2025.04.18 21:40:16.852289 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 904 rows starting from the beginning of the part | ||
| 3375 | 2025.04.18 21:40:16.852741 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 842 rows starting from the beginning of the part | ||
| 3376 | 2025.04.18 21:40:16.853081 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3377 | 2025.04.18 21:40:16.853278 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 104 rows starting from the beginning of the part | ||
| 3378 | 2025.04.18 21:40:16.853650 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 382 rows starting from the beginning of the part | ||
| 3379 | 2025.04.18 21:40:16.854038 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 106 rows starting from the beginning of the part | ||
| 3380 | 2025.04.18 21:40:16.854775 [ 255 ] {80faba57-a40f-47fa-b7a4-77ed84da17c0} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3381 | 2025.04.18 21:40:16.854838 [ 255 ] {80faba57-a40f-47fa-b7a4-77ed84da17c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3382 | 2025.04.18 21:40:16.855866 [ 255 ] {80faba57-a40f-47fa-b7a4-77ed84da17c0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3383 | 2025.04.18 21:40:16.856399 [ 255 ] {80faba57-a40f-47fa-b7a4-77ed84da17c0} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3384 | 2025.04.18 21:40:16.856630 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3385 | 2025.04.18 21:40:16.856717 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3386 | 2025.04.18 21:40:16.856758 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3387 | 2025.04.18 21:40:16.856765 [ 255 ] {80faba57-a40f-47fa-b7a4-77ed84da17c0} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005188 sec., 31033.153430994604 rows/sec., 2.16 MiB/sec. | ||
| 3388 | 2025.04.18 21:40:16.857277 [ 255 ] {80faba57-a40f-47fa-b7a4-77ed84da17c0} <Debug> TCPHandler: Processed in 0.006253656 sec. | ||
| 3389 | 2025.04.18 21:40:16.857333 [ 201 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::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 | ||
| 3390 | 2025.04.18 21:40:16.857684 [ 193 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2402 rows, containing 5 columns (5 merged, 0 gathered) in 0.007001733 sec., 343057.92580208357 rows/sec., 26.26 MiB/sec. | ||
| 3391 | 2025.04.18 21:40:16.857774 [ 201 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3392 | 2025.04.18 21:40:16.857780 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3393 | 2025.04.18 21:40:16.857847 [ 201 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5205 rows starting from the beginning of the part | ||
| 3394 | 2025.04.18 21:40:16.857959 [ 193 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3395 | 2025.04.18 21:40:16.858216 [ 255 ] {c0cd46dc-895f-4592-8faa-810652544204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3396 | 2025.04.18 21:40:16.858469 [ 201 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 959 rows starting from the beginning of the part | ||
| 3397 | 2025.04.18 21:40:16.858623 [ 255 ] {c0cd46dc-895f-4592-8faa-810652544204} <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 | ||
| 3398 | 2025.04.18 21:40:16.859351 [ 201 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 126 rows starting from the beginning of the part | ||
| 3399 | 2025.04.18 21:40:16.860176 [ 193 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_21_4} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3400 | 2025.04.18 21:40:16.860324 [ 201 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 3401 | 2025.04.18 21:40:16.860547 [ 193 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_21_4} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3402 | 2025.04.18 21:40:16.860872 [ 201 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
| 3403 | 2025.04.18 21:40:16.861041 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 3404 | 2025.04.18 21:40:16.861478 [ 201 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 161 rows starting from the beginning of the part | ||
| 3405 | 2025.04.18 21:40:16.865154 [ 255 ] {c0cd46dc-895f-4592-8faa-810652544204} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3406 | 2025.04.18 21:40:16.865209 [ 255 ] {c0cd46dc-895f-4592-8faa-810652544204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3407 | 2025.04.18 21:40:16.866124 [ 255 ] {c0cd46dc-895f-4592-8faa-810652544204} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3408 | 2025.04.18 21:40:16.866560 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6848 rows, containing 5 columns (5 merged, 0 gathered) in 0.009658625 sec., 709003.6107624015 rows/sec., 47.92 MiB/sec. | ||
| 3409 | 2025.04.18 21:40:16.866661 [ 255 ] {c0cd46dc-895f-4592-8faa-810652544204} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3410 | 2025.04.18 21:40:16.867144 [ 255 ] {c0cd46dc-895f-4592-8faa-810652544204} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.0091 sec., 4395.604395604395 rows/sec., 7.88 MiB/sec. | ||
| 3411 | 2025.04.18 21:40:16.867204 [ 201 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3412 | 2025.04.18 21:40:16.867515 [ 255 ] {c0cd46dc-895f-4592-8faa-810652544204} <Debug> TCPHandler: Processed in 0.00986916 sec. | ||
| 3413 | 2025.04.18 21:40:16.867727 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3414 | 2025.04.18 21:40:16.867826 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3415 | 2025.04.18 21:40:16.867940 [ 255 ] {5fe0e61b-dc65-4fe3-8b3e-0c55774e2639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3416 | 2025.04.18 21:40:16.868016 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3417 | 2025.04.18 21:40:16.868035 [ 255 ] {5fe0e61b-dc65-4fe3-8b3e-0c55774e2639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3418 | 2025.04.18 21:40:16.868217 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
| 3419 | 2025.04.18 21:40:16.868676 [ 255 ] {5fe0e61b-dc65-4fe3-8b3e-0c55774e2639} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3420 | 2025.04.18 21:40:16.868720 [ 255 ] {5fe0e61b-dc65-4fe3-8b3e-0c55774e2639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3421 | 2025.04.18 21:40:16.869093 [ 255 ] {5fe0e61b-dc65-4fe3-8b3e-0c55774e2639} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3422 | 2025.04.18 21:40:16.869348 [ 255 ] {5fe0e61b-dc65-4fe3-8b3e-0c55774e2639} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3423 | 2025.04.18 21:40:16.869506 [ 123 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3424 | 2025.04.18 21:40:16.869575 [ 123 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3425 | 2025.04.18 21:40:16.869589 [ 255 ] {5fe0e61b-dc65-4fe3-8b3e-0c55774e2639} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001723 sec., 34822.98316889147 rows/sec., 2.35 MiB/sec. | ||
| 3426 | 2025.04.18 21:40:16.869611 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3427 | 2025.04.18 21:40:16.869736 [ 255 ] {5fe0e61b-dc65-4fe3-8b3e-0c55774e2639} <Debug> TCPHandler: Processed in 0.002081378 sec. | ||
| 3428 | 2025.04.18 21:40:16.869852 [ 201 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::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 | ||
| 3429 | 2025.04.18 21:40:16.869965 [ 201 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3430 | 2025.04.18 21:40:16.869993 [ 201 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 968 rows starting from the beginning of the part | ||
| 3431 | 2025.04.18 21:40:16.870056 [ 201 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part | ||
| 3432 | 2025.04.18 21:40:16.870312 [ 201 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 46 rows starting from the beginning of the part | ||
| 3433 | 2025.04.18 21:40:16.870487 [ 201 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 3434 | 2025.04.18 21:40:16.870655 [ 201 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
| 3435 | 2025.04.18 21:40:16.870820 [ 201 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::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 | ||
| 3436 | 2025.04.18 21:40:16.871995 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002253443 sec., 555594.2617585624 rows/sec., 36.53 MiB/sec. | ||
| 3437 | 2025.04.18 21:40:16.872179 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3438 | 2025.04.18 21:40:16.872501 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_21_4} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3439 | 2025.04.18 21:40:16.872590 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_21_4} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3440 | 2025.04.18 21:40:16.872657 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 3441 | 2025.04.18 21:40:17.341923 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3442 | 2025.04.18 21:40:17.342570 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3443 | 2025.04.18 21:40:17.342620 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3444 | 2025.04.18 21:40:17.343343 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3445 | 2025.04.18 21:40:17.343605 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3446 | 2025.04.18 21:40:17.343801 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3447 | 2025.04.18 21:40:17.817573 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3448 | 2025.04.18 21:40:17.838013 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3449 | 2025.04.18 21:40:17.838072 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3450 | 2025.04.18 21:40:17.845593 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3451 | 2025.04.18 21:40:17.846345 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3452 | 2025.04.18 21:40:17.849010 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3453 | 2025.04.18 21:40:21.837604 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3454 | 2025.04.18 21:40:21.837815 [ 255 ] {9ee5bfc7-0ad1-4e13-b764-232df5e24d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3455 | 2025.04.18 21:40:21.837898 [ 255 ] {9ee5bfc7-0ad1-4e13-b764-232df5e24d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3456 | 2025.04.18 21:40:21.838845 [ 255 ] {9ee5bfc7-0ad1-4e13-b764-232df5e24d84} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3457 | 2025.04.18 21:40:21.838891 [ 255 ] {9ee5bfc7-0ad1-4e13-b764-232df5e24d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3458 | 2025.04.18 21:40:21.839368 [ 255 ] {9ee5bfc7-0ad1-4e13-b764-232df5e24d84} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3459 | 2025.04.18 21:40:21.839645 [ 255 ] {9ee5bfc7-0ad1-4e13-b764-232df5e24d84} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3460 | 2025.04.18 21:40:21.839872 [ 255 ] {9ee5bfc7-0ad1-4e13-b764-232df5e24d84} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002118 sec., 100094.42870632673 rows/sec., 6.37 MiB/sec. | ||
| 3461 | 2025.04.18 21:40:21.839929 [ 255 ] {9ee5bfc7-0ad1-4e13-b764-232df5e24d84} <Debug> TCPHandler: Processed in 0.002458157 sec. | ||
| 3462 | 2025.04.18 21:40:21.840058 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3463 | 2025.04.18 21:40:21.840165 [ 255 ] {e23beb6e-10d1-48c4-a99c-b42167946c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3464 | 2025.04.18 21:40:21.840211 [ 255 ] {e23beb6e-10d1-48c4-a99c-b42167946c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3465 | 2025.04.18 21:40:21.841027 [ 255 ] {e23beb6e-10d1-48c4-a99c-b42167946c5a} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3466 | 2025.04.18 21:40:21.841068 [ 255 ] {e23beb6e-10d1-48c4-a99c-b42167946c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3467 | 2025.04.18 21:40:21.841470 [ 255 ] {e23beb6e-10d1-48c4-a99c-b42167946c5a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3468 | 2025.04.18 21:40:21.841720 [ 255 ] {e23beb6e-10d1-48c4-a99c-b42167946c5a} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3469 | 2025.04.18 21:40:21.841956 [ 255 ] {e23beb6e-10d1-48c4-a99c-b42167946c5a} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001808 sec., 341261.06194690266 rows/sec., 26.66 MiB/sec. | ||
| 3470 | 2025.04.18 21:40:21.842050 [ 255 ] {e23beb6e-10d1-48c4-a99c-b42167946c5a} <Debug> TCPHandler: Processed in 0.002039477 sec. | ||
| 3471 | 2025.04.18 21:40:21.842271 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3472 | 2025.04.18 21:40:21.842377 [ 255 ] {45749a08-0d3d-4f87-bc47-ac7679bc8315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3473 | 2025.04.18 21:40:21.842425 [ 255 ] {45749a08-0d3d-4f87-bc47-ac7679bc8315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3474 | 2025.04.18 21:40:21.842987 [ 255 ] {45749a08-0d3d-4f87-bc47-ac7679bc8315} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3475 | 2025.04.18 21:40:21.843027 [ 255 ] {45749a08-0d3d-4f87-bc47-ac7679bc8315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3476 | 2025.04.18 21:40:21.843384 [ 255 ] {45749a08-0d3d-4f87-bc47-ac7679bc8315} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3477 | 2025.04.18 21:40:21.843633 [ 255 ] {45749a08-0d3d-4f87-bc47-ac7679bc8315} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3478 | 2025.04.18 21:40:21.843880 [ 255 ] {45749a08-0d3d-4f87-bc47-ac7679bc8315} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001514 sec., 70013.21003963012 rows/sec., 4.12 MiB/sec. | ||
| 3479 | 2025.04.18 21:40:21.844097 [ 255 ] {45749a08-0d3d-4f87-bc47-ac7679bc8315} <Debug> TCPHandler: Processed in 0.001894474 sec. | ||
| 3480 | 2025.04.18 21:40:21.844264 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3481 | 2025.04.18 21:40:21.844371 [ 255 ] {2f79a39b-7ff1-4d33-9ea7-aaebe47bb2aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3482 | 2025.04.18 21:40:21.844420 [ 255 ] {2f79a39b-7ff1-4d33-9ea7-aaebe47bb2aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3483 | 2025.04.18 21:40:21.845000 [ 255 ] {2f79a39b-7ff1-4d33-9ea7-aaebe47bb2aa} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3484 | 2025.04.18 21:40:21.845040 [ 255 ] {2f79a39b-7ff1-4d33-9ea7-aaebe47bb2aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3485 | 2025.04.18 21:40:21.845395 [ 255 ] {2f79a39b-7ff1-4d33-9ea7-aaebe47bb2aa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3486 | 2025.04.18 21:40:21.845658 [ 255 ] {2f79a39b-7ff1-4d33-9ea7-aaebe47bb2aa} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3487 | 2025.04.18 21:40:21.845921 [ 255 ] {2f79a39b-7ff1-4d33-9ea7-aaebe47bb2aa} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001547 sec., 73044.60245636717 rows/sec., 4.73 MiB/sec. | ||
| 3488 | 2025.04.18 21:40:21.846050 [ 255 ] {2f79a39b-7ff1-4d33-9ea7-aaebe47bb2aa} <Debug> TCPHandler: Processed in 0.001846513 sec. | ||
| 3489 | 2025.04.18 21:40:21.846170 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3490 | 2025.04.18 21:40:21.846276 [ 255 ] {58deab67-05a2-495b-afd6-369be1dd9a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3491 | 2025.04.18 21:40:21.846321 [ 255 ] {58deab67-05a2-495b-afd6-369be1dd9a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3492 | 2025.04.18 21:40:21.846878 [ 255 ] {58deab67-05a2-495b-afd6-369be1dd9a23} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3493 | 2025.04.18 21:40:21.846918 [ 255 ] {58deab67-05a2-495b-afd6-369be1dd9a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3494 | 2025.04.18 21:40:21.847262 [ 255 ] {58deab67-05a2-495b-afd6-369be1dd9a23} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3495 | 2025.04.18 21:40:21.847510 [ 255 ] {58deab67-05a2-495b-afd6-369be1dd9a23} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3496 | 2025.04.18 21:40:21.847704 [ 255 ] {58deab67-05a2-495b-afd6-369be1dd9a23} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00145 sec., 77241.37931034483 rows/sec., 4.40 MiB/sec. | ||
| 3497 | 2025.04.18 21:40:21.847756 [ 255 ] {58deab67-05a2-495b-afd6-369be1dd9a23} <Debug> TCPHandler: Processed in 0.001637168 sec. | ||
| 3498 | 2025.04.18 21:40:21.847881 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3499 | 2025.04.18 21:40:21.847985 [ 255 ] {94fd5c31-4aed-46e2-a3be-e23a73ddfa39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3500 | 2025.04.18 21:40:21.848029 [ 255 ] {94fd5c31-4aed-46e2-a3be-e23a73ddfa39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3501 | 2025.04.18 21:40:21.848672 [ 255 ] {94fd5c31-4aed-46e2-a3be-e23a73ddfa39} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3502 | 2025.04.18 21:40:21.848711 [ 255 ] {94fd5c31-4aed-46e2-a3be-e23a73ddfa39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3503 | 2025.04.18 21:40:21.849083 [ 255 ] {94fd5c31-4aed-46e2-a3be-e23a73ddfa39} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3504 | 2025.04.18 21:40:21.849332 [ 255 ] {94fd5c31-4aed-46e2-a3be-e23a73ddfa39} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3505 | 2025.04.18 21:40:21.849521 [ 255 ] {94fd5c31-4aed-46e2-a3be-e23a73ddfa39} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001558 sec., 245186.13607188704 rows/sec., 17.29 MiB/sec. | ||
| 3506 | 2025.04.18 21:40:21.849572 [ 255 ] {94fd5c31-4aed-46e2-a3be-e23a73ddfa39} <Debug> TCPHandler: Processed in 0.0017439 sec. | ||
| 3507 | 2025.04.18 21:40:21.849693 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3508 | 2025.04.18 21:40:21.849798 [ 255 ] {3fe3a3be-b9b3-45fd-a2b3-745bc358fc42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3509 | 2025.04.18 21:40:21.849844 [ 255 ] {3fe3a3be-b9b3-45fd-a2b3-745bc358fc42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3510 | 2025.04.18 21:40:21.850259 [ 255 ] {3fe3a3be-b9b3-45fd-a2b3-745bc358fc42} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3511 | 2025.04.18 21:40:21.850298 [ 255 ] {3fe3a3be-b9b3-45fd-a2b3-745bc358fc42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3512 | 2025.04.18 21:40:21.850655 [ 255 ] {3fe3a3be-b9b3-45fd-a2b3-745bc358fc42} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3513 | 2025.04.18 21:40:21.850911 [ 255 ] {3fe3a3be-b9b3-45fd-a2b3-745bc358fc42} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3514 | 2025.04.18 21:40:21.851115 [ 255 ] {3fe3a3be-b9b3-45fd-a2b3-745bc358fc42} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001338 sec., 4484.304932735426 rows/sec., 234.29 KiB/sec. | ||
| 3515 | 2025.04.18 21:40:21.851164 [ 255 ] {3fe3a3be-b9b3-45fd-a2b3-745bc358fc42} <Debug> TCPHandler: Processed in 0.001523005 sec. | ||
| 3516 | 2025.04.18 21:40:21.851277 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3517 | 2025.04.18 21:40:21.851381 [ 255 ] {ba79c3fe-df4d-4c2a-ab80-8d9851743bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3518 | 2025.04.18 21:40:21.851428 [ 255 ] {ba79c3fe-df4d-4c2a-ab80-8d9851743bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3519 | 2025.04.18 21:40:21.851950 [ 255 ] {ba79c3fe-df4d-4c2a-ab80-8d9851743bfe} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3520 | 2025.04.18 21:40:21.851989 [ 255 ] {ba79c3fe-df4d-4c2a-ab80-8d9851743bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3521 | 2025.04.18 21:40:21.852366 [ 255 ] {ba79c3fe-df4d-4c2a-ab80-8d9851743bfe} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3522 | 2025.04.18 21:40:21.852614 [ 255 ] {ba79c3fe-df4d-4c2a-ab80-8d9851743bfe} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3523 | 2025.04.18 21:40:21.852806 [ 255 ] {ba79c3fe-df4d-4c2a-ab80-8d9851743bfe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001447 sec., 163787.14581893574 rows/sec., 10.98 MiB/sec. | ||
| 3524 | 2025.04.18 21:40:21.852857 [ 255 ] {ba79c3fe-df4d-4c2a-ab80-8d9851743bfe} <Debug> TCPHandler: Processed in 0.001630748 sec. | ||
| 3525 | 2025.04.18 21:40:21.852975 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3526 | 2025.04.18 21:40:21.853080 [ 255 ] {78e5caec-a92d-4f86-b4ae-1f2ff2ae1a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3527 | 2025.04.18 21:40:21.853126 [ 255 ] {78e5caec-a92d-4f86-b4ae-1f2ff2ae1a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3528 | 2025.04.18 21:40:21.853530 [ 255 ] {78e5caec-a92d-4f86-b4ae-1f2ff2ae1a64} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3529 | 2025.04.18 21:40:21.853569 [ 255 ] {78e5caec-a92d-4f86-b4ae-1f2ff2ae1a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3530 | 2025.04.18 21:40:21.853913 [ 255 ] {78e5caec-a92d-4f86-b4ae-1f2ff2ae1a64} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3531 | 2025.04.18 21:40:21.854158 [ 255 ] {78e5caec-a92d-4f86-b4ae-1f2ff2ae1a64} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3532 | 2025.04.18 21:40:21.854358 [ 255 ] {78e5caec-a92d-4f86-b4ae-1f2ff2ae1a64} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec. | ||
| 3533 | 2025.04.18 21:40:21.854407 [ 255 ] {78e5caec-a92d-4f86-b4ae-1f2ff2ae1a64} <Debug> TCPHandler: Processed in 0.001482755 sec. | ||
| 3534 | 2025.04.18 21:40:21.854520 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3535 | 2025.04.18 21:40:21.854630 [ 255 ] {8f660f6b-f2ed-4d92-aa71-d7a300d96e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3536 | 2025.04.18 21:40:21.854676 [ 255 ] {8f660f6b-f2ed-4d92-aa71-d7a300d96e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3537 | 2025.04.18 21:40:21.855095 [ 255 ] {8f660f6b-f2ed-4d92-aa71-d7a300d96e4e} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3538 | 2025.04.18 21:40:21.855134 [ 255 ] {8f660f6b-f2ed-4d92-aa71-d7a300d96e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3539 | 2025.04.18 21:40:21.855491 [ 255 ] {8f660f6b-f2ed-4d92-aa71-d7a300d96e4e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3540 | 2025.04.18 21:40:21.855735 [ 255 ] {8f660f6b-f2ed-4d92-aa71-d7a300d96e4e} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3541 | 2025.04.18 21:40:21.855922 [ 255 ] {8f660f6b-f2ed-4d92-aa71-d7a300d96e4e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001318 sec., 62215.4779969651 rows/sec., 3.95 MiB/sec. | ||
| 3542 | 2025.04.18 21:40:21.855970 [ 255 ] {8f660f6b-f2ed-4d92-aa71-d7a300d96e4e} <Debug> TCPHandler: Processed in 0.001500185 sec. | ||
| 3543 | 2025.04.18 21:40:24.731026 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3544 | 2025.04.18 21:40:24.731091 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3545 | 2025.04.18 21:40:24.843908 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3546 | 2025.04.18 21:40:24.844593 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3547 | 2025.04.18 21:40:24.844644 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3548 | 2025.04.18 21:40:24.845201 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3549 | 2025.04.18 21:40:24.845460 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3550 | 2025.04.18 21:40:24.845662 [ 114 ] {} <Debug> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3551 | 2025.04.18 21:40:24.845717 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3552 | 2025.04.18 21:40:24.845745 [ 114 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3553 | 2025.04.18 21:40:24.845782 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3554 | 2025.04.18 21:40:24.845984 [ 186 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::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 | ||
| 3555 | 2025.04.18 21:40:24.846127 [ 186 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3556 | 2025.04.18 21:40:24.846175 [ 186 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
| 3557 | 2025.04.18 21:40:24.846267 [ 186 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 3558 | 2025.04.18 21:40:24.846447 [ 186 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
| 3559 | 2025.04.18 21:40:24.846713 [ 186 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
| 3560 | 2025.04.18 21:40:24.846852 [ 186 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
| 3561 | 2025.04.18 21:40:24.847040 [ 186 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
| 3562 | 2025.04.18 21:40:24.848765 [ 199 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002840426 sec., 2598553.8788899975 rows/sec., 37.17 MiB/sec. | ||
| 3563 | 2025.04.18 21:40:24.849510 [ 200 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3564 | 2025.04.18 21:40:24.849825 [ 200 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_16_3} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3565 | 2025.04.18 21:40:24.849904 [ 200 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_16_3} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3566 | 2025.04.18 21:40:24.850007 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3567 | 2025.04.18 21:40:24.854822 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 502 | ||
| 3568 | 2025.04.18 21:40:24.857991 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3569 | 2025.04.18 21:40:24.858038 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3570 | 2025.04.18 21:40:24.859468 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3571 | 2025.04.18 21:40:24.859773 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3572 | 2025.04.18 21:40:24.859963 [ 114 ] {} <Debug> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3573 | 2025.04.18 21:40:24.860061 [ 114 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3574 | 2025.04.18 21:40:24.860129 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3575 | 2025.04.18 21:40:24.860538 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::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 | ||
| 3576 | 2025.04.18 21:40:24.861122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 502 | ||
| 3577 | 2025.04.18 21:40:24.861578 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3578 | 2025.04.18 21:40:24.861755 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 322 rows starting from the beginning of the part | ||
| 3579 | 2025.04.18 21:40:24.862394 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 32 rows starting from the beginning of the part | ||
| 3580 | 2025.04.18 21:40:24.862984 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part | ||
| 3581 | 2025.04.18 21:40:24.863541 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 44 rows starting from the beginning of the part | ||
| 3582 | 2025.04.18 21:40:24.864116 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part | ||
| 3583 | 2025.04.18 21:40:24.864713 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part | ||
| 3584 | 2025.04.18 21:40:24.872046 [ 200 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 502 rows, containing 72 columns (72 merged, 0 gathered) in 0.011772864 sec., 42640.43141923665 rows/sec., 38.82 MiB/sec. | ||
| 3585 | 2025.04.18 21:40:24.872901 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3586 | 2025.04.18 21:40:24.873558 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_11_2} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3587 | 2025.04.18 21:40:24.873643 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_11_2} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3588 | 2025.04.18 21:40:24.873829 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 3589 | 2025.04.18 21:40:25.001414 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000990183 sec. | ||
| 3590 | 2025.04.18 21:40:25.349065 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3591 | 2025.04.18 21:40:25.370088 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3592 | 2025.04.18 21:40:25.370138 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3593 | 2025.04.18 21:40:25.377845 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3594 | 2025.04.18 21:40:25.378637 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3595 | 2025.04.18 21:40:25.379046 [ 111 ] {} <Debug> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3596 | 2025.04.18 21:40:25.379185 [ 111 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3597 | 2025.04.18 21:40:25.379266 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3598 | 2025.04.18 21:40:25.379713 [ 191 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 3599 | 2025.04.18 21:40:25.394693 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3600 | 2025.04.18 21:40:25.396312 [ 191 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3601 | 2025.04.18 21:40:25.397528 [ 191 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 3602 | 2025.04.18 21:40:25.402990 [ 191 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 3603 | 2025.04.18 21:40:25.408334 [ 191 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 3604 | 2025.04.18 21:40:25.413718 [ 191 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 3605 | 2025.04.18 21:40:25.419538 [ 191 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3606 | 2025.04.18 21:40:25.424090 [ 191 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3607 | 2025.04.18 21:40:25.479893 [ 190 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.100470649 sec., 1204.331824312193 rows/sec., 6.23 MiB/sec. | ||
| 3608 | 2025.04.18 21:40:25.482353 [ 190 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3609 | 2025.04.18 21:40:25.485202 [ 190 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_16_3} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3610 | 2025.04.18 21:40:25.485293 [ 190 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_16_3} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3611 | 2025.04.18 21:40:25.487607 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3612 | 2025.04.18 21:40:26.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.81 MiB, peak 185.78 MiB, free memory in arenas 0.00 B, will set to 177.16 MiB (RSS), difference: 1.34 MiB | ||
| 3613 | 2025.04.18 21:40:26.833539 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3614 | 2025.04.18 21:40:26.833754 [ 255 ] {ecff694c-d2b8-4f51-a8ad-99462ed03a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3615 | 2025.04.18 21:40:26.833838 [ 255 ] {ecff694c-d2b8-4f51-a8ad-99462ed03a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3616 | 2025.04.18 21:40:26.834688 [ 255 ] {ecff694c-d2b8-4f51-a8ad-99462ed03a01} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3617 | 2025.04.18 21:40:26.834738 [ 255 ] {ecff694c-d2b8-4f51-a8ad-99462ed03a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3618 | 2025.04.18 21:40:26.835219 [ 255 ] {ecff694c-d2b8-4f51-a8ad-99462ed03a01} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3619 | 2025.04.18 21:40:26.835486 [ 255 ] {ecff694c-d2b8-4f51-a8ad-99462ed03a01} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3620 | 2025.04.18 21:40:26.835743 [ 255 ] {ecff694c-d2b8-4f51-a8ad-99462ed03a01} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002038 sec., 66732.09028459275 rows/sec., 5.75 MiB/sec. | ||
| 3621 | 2025.04.18 21:40:26.835833 [ 255 ] {ecff694c-d2b8-4f51-a8ad-99462ed03a01} <Debug> TCPHandler: Processed in 0.002439027 sec. | ||
| 3622 | 2025.04.18 21:40:26.836069 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3623 | 2025.04.18 21:40:26.836185 [ 255 ] {078552ce-24d3-4a45-ac26-0e8e465c61bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3624 | 2025.04.18 21:40:26.836239 [ 255 ] {078552ce-24d3-4a45-ac26-0e8e465c61bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3625 | 2025.04.18 21:40:26.836838 [ 255 ] {078552ce-24d3-4a45-ac26-0e8e465c61bb} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3626 | 2025.04.18 21:40:26.836887 [ 255 ] {078552ce-24d3-4a45-ac26-0e8e465c61bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3627 | 2025.04.18 21:40:26.837283 [ 255 ] {078552ce-24d3-4a45-ac26-0e8e465c61bb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3628 | 2025.04.18 21:40:26.837527 [ 255 ] {078552ce-24d3-4a45-ac26-0e8e465c61bb} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3629 | 2025.04.18 21:40:26.837786 [ 255 ] {078552ce-24d3-4a45-ac26-0e8e465c61bb} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001618 sec., 24721.878862793572 rows/sec., 1.82 MiB/sec. | ||
| 3630 | 2025.04.18 21:40:26.837983 [ 255 ] {078552ce-24d3-4a45-ac26-0e8e465c61bb} <Debug> TCPHandler: Processed in 0.002006947 sec. | ||
| 3631 | 2025.04.18 21:40:26.838137 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3632 | 2025.04.18 21:40:26.838240 [ 255 ] {2031ce9d-80b8-4a95-8c2c-7969dc9dab90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3633 | 2025.04.18 21:40:26.838286 [ 255 ] {2031ce9d-80b8-4a95-8c2c-7969dc9dab90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3634 | 2025.04.18 21:40:26.838889 [ 255 ] {2031ce9d-80b8-4a95-8c2c-7969dc9dab90} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3635 | 2025.04.18 21:40:26.838928 [ 255 ] {2031ce9d-80b8-4a95-8c2c-7969dc9dab90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3636 | 2025.04.18 21:40:26.839287 [ 255 ] {2031ce9d-80b8-4a95-8c2c-7969dc9dab90} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3637 | 2025.04.18 21:40:26.839526 [ 255 ] {2031ce9d-80b8-4a95-8c2c-7969dc9dab90} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3638 | 2025.04.18 21:40:26.839785 [ 255 ] {2031ce9d-80b8-4a95-8c2c-7969dc9dab90} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001566 sec., 66411.23882503193 rows/sec., 5.19 MiB/sec. | ||
| 3639 | 2025.04.18 21:40:26.839983 [ 255 ] {2031ce9d-80b8-4a95-8c2c-7969dc9dab90} <Debug> TCPHandler: Processed in 0.001894204 sec. | ||
| 3640 | 2025.04.18 21:40:26.840171 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3641 | 2025.04.18 21:40:26.840293 [ 255 ] {a6e91a7a-91f5-4dcc-82d7-0bf90e551030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3642 | 2025.04.18 21:40:26.840347 [ 255 ] {a6e91a7a-91f5-4dcc-82d7-0bf90e551030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3643 | 2025.04.18 21:40:26.840916 [ 255 ] {a6e91a7a-91f5-4dcc-82d7-0bf90e551030} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3644 | 2025.04.18 21:40:26.840954 [ 255 ] {a6e91a7a-91f5-4dcc-82d7-0bf90e551030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3645 | 2025.04.18 21:40:26.841350 [ 255 ] {a6e91a7a-91f5-4dcc-82d7-0bf90e551030} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3646 | 2025.04.18 21:40:26.841592 [ 255 ] {a6e91a7a-91f5-4dcc-82d7-0bf90e551030} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3647 | 2025.04.18 21:40:26.841788 [ 255 ] {a6e91a7a-91f5-4dcc-82d7-0bf90e551030} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001517 sec., 105471.32498352011 rows/sec., 7.35 MiB/sec. | ||
| 3648 | 2025.04.18 21:40:26.841837 [ 255 ] {a6e91a7a-91f5-4dcc-82d7-0bf90e551030} <Debug> TCPHandler: Processed in 0.00172013 sec. | ||
| 3649 | 2025.04.18 21:40:26.841961 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3650 | 2025.04.18 21:40:26.842066 [ 255 ] {2d5d1de8-aa92-4780-822c-2108d5fad87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3651 | 2025.04.18 21:40:26.842132 [ 255 ] {2d5d1de8-aa92-4780-822c-2108d5fad87e} <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 | ||
| 3652 | 2025.04.18 21:40:26.843259 [ 255 ] {2d5d1de8-aa92-4780-822c-2108d5fad87e} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3653 | 2025.04.18 21:40:26.843299 [ 255 ] {2d5d1de8-aa92-4780-822c-2108d5fad87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3654 | 2025.04.18 21:40:26.843976 [ 255 ] {2d5d1de8-aa92-4780-822c-2108d5fad87e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3655 | 2025.04.18 21:40:26.844228 [ 255 ] {2d5d1de8-aa92-4780-822c-2108d5fad87e} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3656 | 2025.04.18 21:40:26.844561 [ 255 ] {2d5d1de8-aa92-4780-822c-2108d5fad87e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002492 sec., 16051.364365971109 rows/sec., 28.76 MiB/sec. | ||
| 3657 | 2025.04.18 21:40:26.844758 [ 255 ] {2d5d1de8-aa92-4780-822c-2108d5fad87e} <Debug> TCPHandler: Processed in 0.002846546 sec. | ||
| 3658 | 2025.04.18 21:40:26.844879 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3659 | 2025.04.18 21:40:26.844986 [ 255 ] {5e604d23-e93a-4b50-a384-561a753a5e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3660 | 2025.04.18 21:40:26.845032 [ 255 ] {5e604d23-e93a-4b50-a384-561a753a5e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3661 | 2025.04.18 21:40:26.845451 [ 255 ] {5e604d23-e93a-4b50-a384-561a753a5e86} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3662 | 2025.04.18 21:40:26.845490 [ 255 ] {5e604d23-e93a-4b50-a384-561a753a5e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3663 | 2025.04.18 21:40:26.845872 [ 255 ] {5e604d23-e93a-4b50-a384-561a753a5e86} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3664 | 2025.04.18 21:40:26.846108 [ 255 ] {5e604d23-e93a-4b50-a384-561a753a5e86} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3665 | 2025.04.18 21:40:26.846281 [ 255 ] {5e604d23-e93a-4b50-a384-561a753a5e86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001317 sec., 45558.08656036446 rows/sec., 3.07 MiB/sec. | ||
| 3666 | 2025.04.18 21:40:26.846329 [ 255 ] {5e604d23-e93a-4b50-a384-561a753a5e86} <Debug> TCPHandler: Processed in 0.001500454 sec. | ||
| 3667 | 2025.04.18 21:40:28.265424 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3668 | 2025.04.18 21:40:28.265640 [ 255 ] {d61bd4f1-36e9-477a-a51e-e23d2297ec86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3669 | 2025.04.18 21:40:28.265725 [ 255 ] {d61bd4f1-36e9-477a-a51e-e23d2297ec86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3670 | 2025.04.18 21:40:28.266571 [ 255 ] {d61bd4f1-36e9-477a-a51e-e23d2297ec86} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3671 | 2025.04.18 21:40:28.266625 [ 255 ] {d61bd4f1-36e9-477a-a51e-e23d2297ec86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3672 | 2025.04.18 21:40:28.267083 [ 255 ] {d61bd4f1-36e9-477a-a51e-e23d2297ec86} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3673 | 2025.04.18 21:40:28.267351 [ 255 ] {d61bd4f1-36e9-477a-a51e-e23d2297ec86} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3674 | 2025.04.18 21:40:28.267553 [ 109 ] {} <Debug> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3675 | 2025.04.18 21:40:28.267616 [ 255 ] {d61bd4f1-36e9-477a-a51e-e23d2297ec86} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002031 sec., 104382.07779419006 rows/sec., 6.64 MiB/sec. | ||
| 3676 | 2025.04.18 21:40:28.267643 [ 109 ] {} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3677 | 2025.04.18 21:40:28.267707 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3678 | 2025.04.18 21:40:28.267762 [ 255 ] {d61bd4f1-36e9-477a-a51e-e23d2297ec86} <Debug> TCPHandler: Processed in 0.002483088 sec. | ||
| 3679 | 2025.04.18 21:40:28.268297 [ 195 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 3680 | 2025.04.18 21:40:28.268313 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3681 | 2025.04.18 21:40:28.268562 [ 255 ] {84bc4bf4-c2aa-4f15-80e4-1fca4d36d073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3682 | 2025.04.18 21:40:28.268573 [ 195 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3683 | 2025.04.18 21:40:28.268631 [ 195 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part | ||
| 3684 | 2025.04.18 21:40:28.268631 [ 255 ] {84bc4bf4-c2aa-4f15-80e4-1fca4d36d073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3685 | 2025.04.18 21:40:28.268829 [ 195 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part | ||
| 3686 | 2025.04.18 21:40:28.268984 [ 195 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part | ||
| 3687 | 2025.04.18 21:40:28.269479 [ 195 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part | ||
| 3688 | 2025.04.18 21:40:28.269703 [ 195 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part | ||
| 3689 | 2025.04.18 21:40:28.271152 [ 195 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003353008 sec., 316134.050381031 rows/sec., 21.31 MiB/sec. | ||
| 3690 | 2025.04.18 21:40:28.271189 [ 255 ] {84bc4bf4-c2aa-4f15-80e4-1fca4d36d073} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3691 | 2025.04.18 21:40:28.271235 [ 255 ] {84bc4bf4-c2aa-4f15-80e4-1fca4d36d073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3692 | 2025.04.18 21:40:28.271289 [ 195 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3693 | 2025.04.18 21:40:28.271715 [ 198 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_9_2} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3694 | 2025.04.18 21:40:28.271893 [ 198 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_9_2} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3695 | 2025.04.18 21:40:28.271993 [ 255 ] {84bc4bf4-c2aa-4f15-80e4-1fca4d36d073} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3696 | 2025.04.18 21:40:28.272056 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3697 | 2025.04.18 21:40:28.272283 [ 255 ] {84bc4bf4-c2aa-4f15-80e4-1fca4d36d073} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2025.04.18 21:40:28.272509 [ 255 ] {84bc4bf4-c2aa-4f15-80e4-1fca4d36d073} <Debug> executeQuery: Read 1757 rows, 145.47 KiB in 0.003993 sec., 440020.03506135737 rows/sec., 35.58 MiB/sec. | ||
| 3699 | 2025.04.18 21:40:28.272574 [ 255 ] {84bc4bf4-c2aa-4f15-80e4-1fca4d36d073} <Debug> TCPHandler: Processed in 0.004487575 sec. | ||
| 3700 | 2025.04.18 21:40:28.272693 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3701 | 2025.04.18 21:40:28.272804 [ 255 ] {bafe62f1-baf5-4e61-bc96-5d69cb33ca7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3702 | 2025.04.18 21:40:28.272851 [ 255 ] {bafe62f1-baf5-4e61-bc96-5d69cb33ca7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3703 | 2025.04.18 21:40:28.273398 [ 255 ] {bafe62f1-baf5-4e61-bc96-5d69cb33ca7b} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3704 | 2025.04.18 21:40:28.273438 [ 255 ] {bafe62f1-baf5-4e61-bc96-5d69cb33ca7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3705 | 2025.04.18 21:40:28.273785 [ 255 ] {bafe62f1-baf5-4e61-bc96-5d69cb33ca7b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3706 | 2025.04.18 21:40:28.274028 [ 255 ] {bafe62f1-baf5-4e61-bc96-5d69cb33ca7b} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3707 | 2025.04.18 21:40:28.274262 [ 255 ] {bafe62f1-baf5-4e61-bc96-5d69cb33ca7b} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001479 sec., 71670.04732927654 rows/sec., 4.22 MiB/sec. | ||
| 3708 | 2025.04.18 21:40:28.274457 [ 255 ] {bafe62f1-baf5-4e61-bc96-5d69cb33ca7b} <Debug> TCPHandler: Processed in 0.001810742 sec. | ||
| 3709 | 2025.04.18 21:40:28.274631 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3710 | 2025.04.18 21:40:28.274735 [ 255 ] {8c7c892b-a4e6-445e-aa22-35072ee89319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3711 | 2025.04.18 21:40:28.274783 [ 255 ] {8c7c892b-a4e6-445e-aa22-35072ee89319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3712 | 2025.04.18 21:40:28.275430 [ 255 ] {8c7c892b-a4e6-445e-aa22-35072ee89319} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3713 | 2025.04.18 21:40:28.275470 [ 255 ] {8c7c892b-a4e6-445e-aa22-35072ee89319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3714 | 2025.04.18 21:40:28.275829 [ 255 ] {8c7c892b-a4e6-445e-aa22-35072ee89319} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3715 | 2025.04.18 21:40:28.276065 [ 255 ] {8c7c892b-a4e6-445e-aa22-35072ee89319} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3716 | 2025.04.18 21:40:28.276263 [ 255 ] {8c7c892b-a4e6-445e-aa22-35072ee89319} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001551 sec., 219858.15602836877 rows/sec., 14.67 MiB/sec. | ||
| 3717 | 2025.04.18 21:40:28.276315 [ 255 ] {8c7c892b-a4e6-445e-aa22-35072ee89319} <Debug> TCPHandler: Processed in 0.0017442 sec. | ||
| 3718 | 2025.04.18 21:40:28.276426 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3719 | 2025.04.18 21:40:28.276531 [ 255 ] {4da9344b-683a-4f23-b1a2-d9d79aa6cca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3720 | 2025.04.18 21:40:28.276581 [ 255 ] {4da9344b-683a-4f23-b1a2-d9d79aa6cca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3721 | 2025.04.18 21:40:28.277110 [ 255 ] {4da9344b-683a-4f23-b1a2-d9d79aa6cca0} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3722 | 2025.04.18 21:40:28.277150 [ 255 ] {4da9344b-683a-4f23-b1a2-d9d79aa6cca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3723 | 2025.04.18 21:40:28.277501 [ 255 ] {4da9344b-683a-4f23-b1a2-d9d79aa6cca0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3724 | 2025.04.18 21:40:28.277735 [ 255 ] {4da9344b-683a-4f23-b1a2-d9d79aa6cca0} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3725 | 2025.04.18 21:40:28.277886 [ 109 ] {} <Debug> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3726 | 2025.04.18 21:40:28.277951 [ 109 ] {} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3727 | 2025.04.18 21:40:28.277991 [ 255 ] {4da9344b-683a-4f23-b1a2-d9d79aa6cca0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001469 sec., 76242.3417290674 rows/sec., 4.34 MiB/sec. | ||
| 3728 | 2025.04.18 21:40:28.278000 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3729 | 2025.04.18 21:40:28.278151 [ 255 ] {4da9344b-683a-4f23-b1a2-d9d79aa6cca0} <Debug> TCPHandler: Processed in 0.001774021 sec. | ||
| 3730 | 2025.04.18 21:40:28.278202 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 3731 | 2025.04.18 21:40:28.278271 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3732 | 2025.04.18 21:40:28.278316 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3733 | 2025.04.18 21:40:28.278363 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part | ||
| 3734 | 2025.04.18 21:40:28.278400 [ 255 ] {d1a11d44-0033-4fba-80f1-c8e921e3a61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3735 | 2025.04.18 21:40:28.278507 [ 255 ] {d1a11d44-0033-4fba-80f1-c8e921e3a61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3736 | 2025.04.18 21:40:28.278519 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part | ||
| 3737 | 2025.04.18 21:40:28.278797 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part | ||
| 3738 | 2025.04.18 21:40:28.279065 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part | ||
| 3739 | 2025.04.18 21:40:28.279438 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part | ||
| 3740 | 2025.04.18 21:40:28.280888 [ 255 ] {d1a11d44-0033-4fba-80f1-c8e921e3a61d} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3741 | 2025.04.18 21:40:28.280929 [ 255 ] {d1a11d44-0033-4fba-80f1-c8e921e3a61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3742 | 2025.04.18 21:40:28.281166 [ 198 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003027821 sec., 184951.48821545264 rows/sec., 11.24 MiB/sec. | ||
| 3743 | 2025.04.18 21:40:28.281463 [ 192 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3744 | 2025.04.18 21:40:28.281630 [ 255 ] {d1a11d44-0033-4fba-80f1-c8e921e3a61d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3745 | 2025.04.18 21:40:28.282058 [ 192 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_9_2} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3746 | 2025.04.18 21:40:28.282075 [ 255 ] {d1a11d44-0033-4fba-80f1-c8e921e3a61d} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3747 | 2025.04.18 21:40:28.282207 [ 192 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_9_2} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3748 | 2025.04.18 21:40:28.282459 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3749 | 2025.04.18 21:40:28.282543 [ 255 ] {d1a11d44-0033-4fba-80f1-c8e921e3a61d} <Debug> executeQuery: Read 838 rows, 61.87 KiB in 0.004163 sec., 201297.14148450637 rows/sec., 14.51 MiB/sec. | ||
| 3750 | 2025.04.18 21:40:28.282768 [ 255 ] {d1a11d44-0033-4fba-80f1-c8e921e3a61d} <Debug> TCPHandler: Processed in 0.004549226 sec. | ||
| 3751 | 2025.04.18 21:40:28.282883 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3752 | 2025.04.18 21:40:28.282988 [ 255 ] {cbadcebc-4ed1-44f5-b8a8-770219b2a27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3753 | 2025.04.18 21:40:28.283035 [ 255 ] {cbadcebc-4ed1-44f5-b8a8-770219b2a27d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3754 | 2025.04.18 21:40:28.283478 [ 255 ] {cbadcebc-4ed1-44f5-b8a8-770219b2a27d} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3755 | 2025.04.18 21:40:28.283517 [ 255 ] {cbadcebc-4ed1-44f5-b8a8-770219b2a27d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3756 | 2025.04.18 21:40:28.283873 [ 255 ] {cbadcebc-4ed1-44f5-b8a8-770219b2a27d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3757 | 2025.04.18 21:40:28.284110 [ 255 ] {cbadcebc-4ed1-44f5-b8a8-770219b2a27d} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3758 | 2025.04.18 21:40:28.284307 [ 255 ] {cbadcebc-4ed1-44f5-b8a8-770219b2a27d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00134 sec., 4477.611940298508 rows/sec., 233.94 KiB/sec. | ||
| 3759 | 2025.04.18 21:40:28.284357 [ 255 ] {cbadcebc-4ed1-44f5-b8a8-770219b2a27d} <Debug> TCPHandler: Processed in 0.001523665 sec. | ||
| 3760 | 2025.04.18 21:40:28.284470 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3761 | 2025.04.18 21:40:28.284574 [ 255 ] {b9657f22-dfb1-483c-82af-27e4168cf0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3762 | 2025.04.18 21:40:28.284622 [ 255 ] {b9657f22-dfb1-483c-82af-27e4168cf0e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3763 | 2025.04.18 21:40:28.285271 [ 255 ] {b9657f22-dfb1-483c-82af-27e4168cf0e7} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3764 | 2025.04.18 21:40:28.285310 [ 255 ] {b9657f22-dfb1-483c-82af-27e4168cf0e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3765 | 2025.04.18 21:40:28.285731 [ 255 ] {b9657f22-dfb1-483c-82af-27e4168cf0e7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3766 | 2025.04.18 21:40:28.285969 [ 255 ] {b9657f22-dfb1-483c-82af-27e4168cf0e7} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3767 | 2025.04.18 21:40:28.286163 [ 255 ] {b9657f22-dfb1-483c-82af-27e4168cf0e7} <Debug> executeQuery: Read 957 rows, 65.12 KiB in 0.001611 sec., 594040.9683426443 rows/sec., 39.48 MiB/sec. | ||
| 3768 | 2025.04.18 21:40:28.286214 [ 255 ] {b9657f22-dfb1-483c-82af-27e4168cf0e7} <Debug> TCPHandler: Processed in 0.001794632 sec. | ||
| 3769 | 2025.04.18 21:40:28.286332 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3770 | 2025.04.18 21:40:28.286435 [ 255 ] {c96f9e33-4f1b-4273-ab13-ff31d608f8a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3771 | 2025.04.18 21:40:28.286482 [ 255 ] {c96f9e33-4f1b-4273-ab13-ff31d608f8a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3772 | 2025.04.18 21:40:28.286878 [ 255 ] {c96f9e33-4f1b-4273-ab13-ff31d608f8a7} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3773 | 2025.04.18 21:40:28.286917 [ 255 ] {c96f9e33-4f1b-4273-ab13-ff31d608f8a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3774 | 2025.04.18 21:40:28.287264 [ 255 ] {c96f9e33-4f1b-4273-ab13-ff31d608f8a7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3775 | 2025.04.18 21:40:28.287501 [ 255 ] {c96f9e33-4f1b-4273-ab13-ff31d608f8a7} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3776 | 2025.04.18 21:40:28.287701 [ 255 ] {c96f9e33-4f1b-4273-ab13-ff31d608f8a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001287 sec., 777.000777000777 rows/sec., 52.36 KiB/sec. | ||
| 3777 | 2025.04.18 21:40:28.287751 [ 255 ] {c96f9e33-4f1b-4273-ab13-ff31d608f8a7} <Debug> TCPHandler: Processed in 0.001470744 sec. | ||
| 3778 | 2025.04.18 21:40:28.287862 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3779 | 2025.04.18 21:40:28.287966 [ 255 ] {6d540b0a-fd74-401e-86e5-b32af7fc811b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3780 | 2025.04.18 21:40:28.288012 [ 255 ] {6d540b0a-fd74-401e-86e5-b32af7fc811b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3781 | 2025.04.18 21:40:28.288413 [ 255 ] {6d540b0a-fd74-401e-86e5-b32af7fc811b} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3782 | 2025.04.18 21:40:28.288451 [ 255 ] {6d540b0a-fd74-401e-86e5-b32af7fc811b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3783 | 2025.04.18 21:40:28.288799 [ 255 ] {6d540b0a-fd74-401e-86e5-b32af7fc811b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3784 | 2025.04.18 21:40:28.289031 [ 255 ] {6d540b0a-fd74-401e-86e5-b32af7fc811b} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3785 | 2025.04.18 21:40:28.289236 [ 255 ] {6d540b0a-fd74-401e-86e5-b32af7fc811b} <Debug> executeQuery: Read 36 rows, 2.15 KiB in 0.001292 sec., 27863.77708978328 rows/sec., 1.62 MiB/sec. | ||
| 3786 | 2025.04.18 21:40:28.289285 [ 255 ] {6d540b0a-fd74-401e-86e5-b32af7fc811b} <Debug> TCPHandler: Processed in 0.001473724 sec. | ||
| 3787 | 2025.04.18 21:40:31.829961 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3788 | 2025.04.18 21:40:31.830168 [ 255 ] {b904bcf2-d460-45e2-bc83-98a390df533d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3789 | 2025.04.18 21:40:31.830266 [ 255 ] {b904bcf2-d460-45e2-bc83-98a390df533d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3790 | 2025.04.18 21:40:31.831111 [ 255 ] {b904bcf2-d460-45e2-bc83-98a390df533d} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3791 | 2025.04.18 21:40:31.831158 [ 255 ] {b904bcf2-d460-45e2-bc83-98a390df533d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3792 | 2025.04.18 21:40:31.831616 [ 255 ] {b904bcf2-d460-45e2-bc83-98a390df533d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3793 | 2025.04.18 21:40:31.831876 [ 255 ] {b904bcf2-d460-45e2-bc83-98a390df533d} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): 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.18 21:40:31.832082 [ 255 ] {b904bcf2-d460-45e2-bc83-98a390df533d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001967 sec., 28469.750889679715 rows/sec., 2.17 MiB/sec. | ||
| 3795 | 2025.04.18 21:40:31.832146 [ 255 ] {b904bcf2-d460-45e2-bc83-98a390df533d} <Debug> TCPHandler: Processed in 0.002321394 sec. | ||
| 3796 | 2025.04.18 21:40:31.832284 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3797 | 2025.04.18 21:40:31.832398 [ 255 ] {cb3de009-c25b-49ec-82cb-884b6873ec1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3798 | 2025.04.18 21:40:31.832447 [ 255 ] {cb3de009-c25b-49ec-82cb-884b6873ec1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3799 | 2025.04.18 21:40:31.833075 [ 255 ] {cb3de009-c25b-49ec-82cb-884b6873ec1e} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3800 | 2025.04.18 21:40:31.833117 [ 255 ] {cb3de009-c25b-49ec-82cb-884b6873ec1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3801 | 2025.04.18 21:40:31.833513 [ 255 ] {cb3de009-c25b-49ec-82cb-884b6873ec1e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3802 | 2025.04.18 21:40:31.833774 [ 255 ] {cb3de009-c25b-49ec-82cb-884b6873ec1e} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3803 | 2025.04.18 21:40:31.833953 [ 255 ] {cb3de009-c25b-49ec-82cb-884b6873ec1e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001584 sec., 40404.04040404041 rows/sec., 3.15 MiB/sec. | ||
| 3804 | 2025.04.18 21:40:31.834007 [ 255 ] {cb3de009-c25b-49ec-82cb-884b6873ec1e} <Debug> TCPHandler: Processed in 0.001777151 sec. | ||
| 3805 | 2025.04.18 21:40:31.834139 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3806 | 2025.04.18 21:40:31.834249 [ 255 ] {f9412d53-eb1c-463e-9aea-2c6f55791b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3807 | 2025.04.18 21:40:31.834302 [ 255 ] {f9412d53-eb1c-463e-9aea-2c6f55791b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3808 | 2025.04.18 21:40:31.834815 [ 255 ] {f9412d53-eb1c-463e-9aea-2c6f55791b76} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3809 | 2025.04.18 21:40:31.834854 [ 255 ] {f9412d53-eb1c-463e-9aea-2c6f55791b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3810 | 2025.04.18 21:40:31.835247 [ 255 ] {f9412d53-eb1c-463e-9aea-2c6f55791b76} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3811 | 2025.04.18 21:40:31.835501 [ 255 ] {f9412d53-eb1c-463e-9aea-2c6f55791b76} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3812 | 2025.04.18 21:40:31.835694 [ 255 ] {f9412d53-eb1c-463e-9aea-2c6f55791b76} <Debug> executeQuery: Read 126 rows, 8.98 KiB in 0.001464 sec., 86065.5737704918 rows/sec., 5.99 MiB/sec. | ||
| 3813 | 2025.04.18 21:40:31.835825 [ 255 ] {f9412d53-eb1c-463e-9aea-2c6f55791b76} <Debug> TCPHandler: Processed in 0.00173458 sec. | ||
| 3814 | 2025.04.18 21:40:31.835994 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3815 | 2025.04.18 21:40:31.836100 [ 255 ] {01e06d69-d1a7-41c9-8b0c-142036e2abb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3816 | 2025.04.18 21:40:31.836150 [ 255 ] {01e06d69-d1a7-41c9-8b0c-142036e2abb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3817 | 2025.04.18 21:40:31.836600 [ 255 ] {01e06d69-d1a7-41c9-8b0c-142036e2abb8} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3818 | 2025.04.18 21:40:31.836638 [ 255 ] {01e06d69-d1a7-41c9-8b0c-142036e2abb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3819 | 2025.04.18 21:40:31.837014 [ 255 ] {01e06d69-d1a7-41c9-8b0c-142036e2abb8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3820 | 2025.04.18 21:40:31.837259 [ 255 ] {01e06d69-d1a7-41c9-8b0c-142036e2abb8} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3821 | 2025.04.18 21:40:31.837451 [ 255 ] {01e06d69-d1a7-41c9-8b0c-142036e2abb8} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.001375 sec., 33454.545454545456 rows/sec., 2.26 MiB/sec. | ||
| 3822 | 2025.04.18 21:40:31.837572 [ 255 ] {01e06d69-d1a7-41c9-8b0c-142036e2abb8} <Debug> TCPHandler: Processed in 0.001628718 sec. | ||
| 3823 | 2025.04.18 21:40:32.346856 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3824 | 2025.04.18 21:40:32.347516 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3825 | 2025.04.18 21:40:32.347567 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3826 | 2025.04.18 21:40:32.348091 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3827 | 2025.04.18 21:40:32.348448 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3828 | 2025.04.18 21:40:32.348740 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3829 | 2025.04.18 21:40:32.895757 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3830 | 2025.04.18 21:40:32.915487 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3831 | 2025.04.18 21:40:32.915558 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3832 | 2025.04.18 21:40:32.922881 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3833 | 2025.04.18 21:40:32.923750 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3834 | 2025.04.18 21:40:32.927310 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3835 | 2025.04.18 21:40:34.862300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 542 | ||
| 3836 | 2025.04.18 21:40:34.865514 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3837 | 2025.04.18 21:40:34.865574 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3838 | 2025.04.18 21:40:34.867039 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3839 | 2025.04.18 21:40:34.867363 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3840 | 2025.04.18 21:40:34.868346 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 542 | ||
| 3841 | 2025.04.18 21:40:36.834225 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3842 | 2025.04.18 21:40:36.834438 [ 255 ] {a75bbcd5-00a2-4ba9-aef7-21421da2d124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3843 | 2025.04.18 21:40:36.834523 [ 255 ] {a75bbcd5-00a2-4ba9-aef7-21421da2d124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3844 | 2025.04.18 21:40:36.835518 [ 255 ] {a75bbcd5-00a2-4ba9-aef7-21421da2d124} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3845 | 2025.04.18 21:40:36.835581 [ 255 ] {a75bbcd5-00a2-4ba9-aef7-21421da2d124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3846 | 2025.04.18 21:40:36.836043 [ 255 ] {a75bbcd5-00a2-4ba9-aef7-21421da2d124} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3847 | 2025.04.18 21:40:36.836315 [ 255 ] {a75bbcd5-00a2-4ba9-aef7-21421da2d124} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3848 | 2025.04.18 21:40:36.836514 [ 97 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3849 | 2025.04.18 21:40:36.836562 [ 255 ] {a75bbcd5-00a2-4ba9-aef7-21421da2d124} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.00218 sec., 62385.32110091743 rows/sec., 5.37 MiB/sec. | ||
| 3850 | 2025.04.18 21:40:36.836595 [ 97 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3851 | 2025.04.18 21:40:36.836660 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3852 | 2025.04.18 21:40:36.836686 [ 255 ] {a75bbcd5-00a2-4ba9-aef7-21421da2d124} <Debug> TCPHandler: Processed in 0.002639822 sec. | ||
| 3853 | 2025.04.18 21:40:36.836891 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3854 | 2025.04.18 21:40:36.836909 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 3855 | 2025.04.18 21:40:36.837076 [ 255 ] {cc7b15e0-290c-4f02-bf67-7d5ddc3842f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3856 | 2025.04.18 21:40:36.837185 [ 255 ] {cc7b15e0-290c-4f02-bf67-7d5ddc3842f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3857 | 2025.04.18 21:40:36.837269 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3858 | 2025.04.18 21:40:36.837374 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1844 rows starting from the beginning of the part | ||
| 3859 | 2025.04.18 21:40:36.837714 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 617 rows starting from the beginning of the part | ||
| 3860 | 2025.04.18 21:40:36.838173 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 136 rows starting from the beginning of the part | ||
| 3861 | 2025.04.18 21:40:36.838557 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1757 rows starting from the beginning of the part | ||
| 3862 | 2025.04.18 21:40:36.838787 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 3863 | 2025.04.18 21:40:36.839178 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 136 rows starting from the beginning of the part | ||
| 3864 | 2025.04.18 21:40:36.839834 [ 255 ] {cc7b15e0-290c-4f02-bf67-7d5ddc3842f9} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3865 | 2025.04.18 21:40:36.839901 [ 255 ] {cc7b15e0-290c-4f02-bf67-7d5ddc3842f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3866 | 2025.04.18 21:40:36.840843 [ 255 ] {cc7b15e0-290c-4f02-bf67-7d5ddc3842f9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3867 | 2025.04.18 21:40:36.841395 [ 255 ] {cc7b15e0-290c-4f02-bf67-7d5ddc3842f9} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3868 | 2025.04.18 21:40:36.842113 [ 255 ] {cc7b15e0-290c-4f02-bf67-7d5ddc3842f9} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.005046 sec., 7927.070947284978 rows/sec., 596.08 KiB/sec. | ||
| 3869 | 2025.04.18 21:40:36.842340 [ 255 ] {cc7b15e0-290c-4f02-bf67-7d5ddc3842f9} <Debug> TCPHandler: Processed in 0.005526699 sec. | ||
| 3870 | 2025.04.18 21:40:36.842475 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3871 | 2025.04.18 21:40:36.842597 [ 255 ] {d9f56ee9-51de-446a-9fea-33a1e7ce0c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3872 | 2025.04.18 21:40:36.842653 [ 255 ] {d9f56ee9-51de-446a-9fea-33a1e7ce0c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3873 | 2025.04.18 21:40:36.843550 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4546 rows, containing 5 columns (5 merged, 0 gathered) in 0.006767587 sec., 671731.2980239486 rows/sec., 56.93 MiB/sec. | ||
| 3874 | 2025.04.18 21:40:36.843742 [ 255 ] {d9f56ee9-51de-446a-9fea-33a1e7ce0c98} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3875 | 2025.04.18 21:40:36.843804 [ 255 ] {d9f56ee9-51de-446a-9fea-33a1e7ce0c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3876 | 2025.04.18 21:40:36.843887 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3877 | 2025.04.18 21:40:36.844429 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_26_5} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3878 | 2025.04.18 21:40:36.844486 [ 255 ] {d9f56ee9-51de-446a-9fea-33a1e7ce0c98} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3879 | 2025.04.18 21:40:36.844535 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_26_5} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3880 | 2025.04.18 21:40:36.844659 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 3881 | 2025.04.18 21:40:36.844837 [ 255 ] {d9f56ee9-51de-446a-9fea-33a1e7ce0c98} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3882 | 2025.04.18 21:40:36.845015 [ 97 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3883 | 2025.04.18 21:40:36.845076 [ 97 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3884 | 2025.04.18 21:40:36.845101 [ 255 ] {d9f56ee9-51de-446a-9fea-33a1e7ce0c98} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002538 sec., 40977.14736012609 rows/sec., 3.20 MiB/sec. | ||
| 3885 | 2025.04.18 21:40:36.845128 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3886 | 2025.04.18 21:40:36.845260 [ 255 ] {d9f56ee9-51de-446a-9fea-33a1e7ce0c98} <Debug> TCPHandler: Processed in 0.002838966 sec. | ||
| 3887 | 2025.04.18 21:40:36.845352 [ 198 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 3888 | 2025.04.18 21:40:36.845419 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3889 | 2025.04.18 21:40:36.845517 [ 198 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3890 | 2025.04.18 21:40:36.845605 [ 198 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 910 rows starting from the beginning of the part | ||
| 3891 | 2025.04.18 21:40:36.845609 [ 255 ] {947f45cb-db93-41ac-9fbc-3a9370adc6bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3892 | 2025.04.18 21:40:36.845760 [ 255 ] {947f45cb-db93-41ac-9fbc-3a9370adc6bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3893 | 2025.04.18 21:40:36.845904 [ 198 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 382 rows starting from the beginning of the part | ||
| 3894 | 2025.04.18 21:40:36.846296 [ 198 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 104 rows starting from the beginning of the part | ||
| 3895 | 2025.04.18 21:40:36.846664 [ 198 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 838 rows starting from the beginning of the part | ||
| 3896 | 2025.04.18 21:40:36.847019 [ 198 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 3897 | 2025.04.18 21:40:36.847343 [ 198 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 104 rows starting from the beginning of the part | ||
| 3898 | 2025.04.18 21:40:36.848486 [ 255 ] {947f45cb-db93-41ac-9fbc-3a9370adc6bd} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3899 | 2025.04.18 21:40:36.848552 [ 255 ] {947f45cb-db93-41ac-9fbc-3a9370adc6bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3900 | 2025.04.18 21:40:36.849601 [ 255 ] {947f45cb-db93-41ac-9fbc-3a9370adc6bd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3901 | 2025.04.18 21:40:36.849944 [ 255 ] {947f45cb-db93-41ac-9fbc-3a9370adc6bd} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3902 | 2025.04.18 21:40:36.850133 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3903 | 2025.04.18 21:40:36.850247 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3904 | 2025.04.18 21:40:36.850347 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3905 | 2025.04.18 21:40:36.850448 [ 255 ] {947f45cb-db93-41ac-9fbc-3a9370adc6bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00487 sec., 32854.20944558521 rows/sec., 2.29 MiB/sec. | ||
| 3906 | 2025.04.18 21:40:36.850753 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 3907 | 2025.04.18 21:40:36.850770 [ 255 ] {947f45cb-db93-41ac-9fbc-3a9370adc6bd} <Debug> TCPHandler: Processed in 0.005401866 sec. | ||
| 3908 | 2025.04.18 21:40:36.851121 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3909 | 2025.04.18 21:40:36.851205 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3910 | 2025.04.18 21:40:36.851312 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6848 rows starting from the beginning of the part | ||
| 3911 | 2025.04.18 21:40:36.851319 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2402 rows, containing 5 columns (5 merged, 0 gathered) in 0.006051421 sec., 396931.56367735774 rows/sec., 30.38 MiB/sec. | ||
| 3912 | 2025.04.18 21:40:36.851413 [ 255 ] {25076ede-70d2-474e-9ee0-4a8e7f7f32e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3913 | 2025.04.18 21:40:36.851703 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part | ||
| 3914 | 2025.04.18 21:40:36.851880 [ 255 ] {25076ede-70d2-474e-9ee0-4a8e7f7f32e2} <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 | ||
| 3915 | 2025.04.18 21:40:36.852220 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 3916 | 2025.04.18 21:40:36.852537 [ 196 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3917 | 2025.04.18 21:40:36.852565 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 957 rows starting from the beginning of the part | ||
| 3918 | 2025.04.18 21:40:36.852911 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 126 rows starting from the beginning of the part | ||
| 3919 | 2025.04.18 21:40:36.853485 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 3920 | 2025.04.18 21:40:36.855689 [ 196 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_26_5} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3921 | 2025.04.18 21:40:36.856062 [ 196 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_26_5} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3922 | 2025.04.18 21:40:36.856479 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 3923 | 2025.04.18 21:40:36.858001 [ 255 ] {25076ede-70d2-474e-9ee0-4a8e7f7f32e2} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3924 | 2025.04.18 21:40:36.858057 [ 255 ] {25076ede-70d2-474e-9ee0-4a8e7f7f32e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3925 | 2025.04.18 21:40:36.859016 [ 255 ] {25076ede-70d2-474e-9ee0-4a8e7f7f32e2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3926 | 2025.04.18 21:40:36.859516 [ 255 ] {25076ede-70d2-474e-9ee0-4a8e7f7f32e2} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3927 | 2025.04.18 21:40:36.859892 [ 97 ] {} <Debug> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3928 | 2025.04.18 21:40:36.859891 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8488 rows, containing 5 columns (5 merged, 0 gathered) in 0.009397519 sec., 903217.1150704776 rows/sec., 61.01 MiB/sec. | ||
| 3929 | 2025.04.18 21:40:36.860004 [ 97 ] {} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3930 | 2025.04.18 21:40:36.860065 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3931 | 2025.04.18 21:40:36.860156 [ 255 ] {25076ede-70d2-474e-9ee0-4a8e7f7f32e2} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008803 sec., 4543.905486765875 rows/sec., 8.14 MiB/sec. | ||
| 3932 | 2025.04.18 21:40:36.860238 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3933 | 2025.04.18 21:40:36.860905 [ 187 ] {221c5a75-1c85-406a-b975-205b152dd48b::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 | ||
| 3934 | 2025.04.18 21:40:36.861349 [ 255 ] {25076ede-70d2-474e-9ee0-4a8e7f7f32e2} <Debug> TCPHandler: Processed in 0.010336721 sec. | ||
| 3935 | 2025.04.18 21:40:36.861421 [ 194 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3936 | 2025.04.18 21:40:36.861739 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3937 | 2025.04.18 21:40:36.861765 [ 194 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3938 | 2025.04.18 21:40:36.862039 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
| 3939 | 2025.04.18 21:40:36.862103 [ 255 ] {73e5f167-f9fc-4089-9445-fb417eb0c341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3940 | 2025.04.18 21:40:36.862263 [ 255 ] {73e5f167-f9fc-4089-9445-fb417eb0c341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3941 | 2025.04.18 21:40:36.862379 [ 187 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3942 | 2025.04.18 21:40:36.862652 [ 187 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 132 rows starting from the beginning of the part | ||
| 3943 | 2025.04.18 21:40:36.863486 [ 187 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
| 3944 | 2025.04.18 21:40:36.864348 [ 187 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 3945 | 2025.04.18 21:40:36.864625 [ 255 ] {73e5f167-f9fc-4089-9445-fb417eb0c341} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3946 | 2025.04.18 21:40:36.864739 [ 255 ] {73e5f167-f9fc-4089-9445-fb417eb0c341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3947 | 2025.04.18 21:40:36.865134 [ 187 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part | ||
| 3948 | 2025.04.18 21:40:36.865852 [ 187 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part | ||
| 3949 | 2025.04.18 21:40:36.866405 [ 255 ] {73e5f167-f9fc-4089-9445-fb417eb0c341} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3950 | 2025.04.18 21:40:36.866543 [ 187 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part | ||
| 3951 | 2025.04.18 21:40:36.867343 [ 255 ] {73e5f167-f9fc-4089-9445-fb417eb0c341} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3952 | 2025.04.18 21:40:36.867727 [ 97 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3953 | 2025.04.18 21:40:36.867835 [ 97 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3954 | 2025.04.18 21:40:36.867898 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3955 | 2025.04.18 21:40:36.867982 [ 255 ] {73e5f167-f9fc-4089-9445-fb417eb0c341} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005985 sec., 10025.062656641605 rows/sec., 691.83 KiB/sec. | ||
| 3956 | 2025.04.18 21:40:36.868451 [ 255 ] {73e5f167-f9fc-4089-9445-fb417eb0c341} <Debug> TCPHandler: Processed in 0.006827979 sec. | ||
| 3957 | 2025.04.18 21:40:36.868542 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 3958 | 2025.04.18 21:40:36.869077 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3959 | 2025.04.18 21:40:36.869155 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1252 rows starting from the beginning of the part | ||
| 3960 | 2025.04.18 21:40:36.869454 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
| 3961 | 2025.04.18 21:40:36.869757 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 3962 | 2025.04.18 21:40:36.870149 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part | ||
| 3963 | 2025.04.18 21:40:36.870475 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 46 rows starting from the beginning of the part | ||
| 3964 | 2025.04.18 21:40:36.870757 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 3965 | 2025.04.18 21:40:36.874165 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 4 columns (4 merged, 0 gathered) in 0.006118742 sec., 251031.9931776826 rows/sec., 16.48 MiB/sec. | ||
| 3966 | 2025.04.18 21:40:36.874457 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3967 | 2025.04.18 21:40:36.875069 [ 194 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_26_5} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3968 | 2025.04.18 21:40:36.875227 [ 194 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_26_5} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3969 | 2025.04.18 21:40:36.875365 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3970 | 2025.04.18 21:40:36.876119 [ 188 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 19 columns (19 merged, 0 gathered) in 0.015904341 sec., 20874.80392931716 rows/sec., 37.41 MiB/sec. | ||
| 3971 | 2025.04.18 21:40:36.876815 [ 188 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3972 | 2025.04.18 21:40:36.877279 [ 188 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3973 | 2025.04.18 21:40:36.877378 [ 188 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3974 | 2025.04.18 21:40:36.877553 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. | ||
| 3975 | 2025.04.18 21:40:39.731138 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3976 | 2025.04.18 21:40:39.731207 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3977 | 2025.04.18 21:40:39.849825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3978 | 2025.04.18 21:40:39.850447 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3979 | 2025.04.18 21:40:39.850494 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3980 | 2025.04.18 21:40:39.851029 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3981 | 2025.04.18 21:40:39.851290 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3982 | 2025.04.18 21:40:39.851608 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3983 | 2025.04.18 21:40:40.428346 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3984 | 2025.04.18 21:40:40.448077 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3985 | 2025.04.18 21:40:40.448142 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3986 | 2025.04.18 21:40:40.455774 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3987 | 2025.04.18 21:40:40.456549 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3988 | 2025.04.18 21:40:40.459734 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3989 | 2025.04.18 21:40:40.761658 [ 92 ] {} <Debug> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3990 | 2025.04.18 21:40:40.761719 [ 92 ] {} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3991 | 2025.04.18 21:40:40.761741 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 3992 | 2025.04.18 21:40:40.762025 [ 194 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 3993 | 2025.04.18 21:40:40.762222 [ 194 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3994 | 2025.04.18 21:40:40.762266 [ 194 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3995 | 2025.04.18 21:40:40.762351 [ 194 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3996 | 2025.04.18 21:40:40.762520 [ 194 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3997 | 2025.04.18 21:40:40.762695 [ 194 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3998 | 2025.04.18 21:40:40.762925 [ 194 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3999 | 2025.04.18 21:40:40.764094 [ 201 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002264293 sec., 3974.750617521672 rows/sec., 267.83 KiB/sec. | ||
| 4000 | 2025.04.18 21:40:40.764306 [ 186 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4001 | 2025.04.18 21:40:40.764724 [ 186 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_9_2} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4002 | 2025.04.18 21:40:40.764833 [ 186 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_9_2} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4003 | 2025.04.18 21:40:40.764949 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 4004 | 2025.04.18 21:40:41.837816 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4005 | 2025.04.18 21:40:41.838025 [ 255 ] {9b428a93-4213-4fa5-9bde-0829de544d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4006 | 2025.04.18 21:40:41.838106 [ 255 ] {9b428a93-4213-4fa5-9bde-0829de544d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4007 | 2025.04.18 21:40:41.839004 [ 255 ] {9b428a93-4213-4fa5-9bde-0829de544d19} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4008 | 2025.04.18 21:40:41.839046 [ 255 ] {9b428a93-4213-4fa5-9bde-0829de544d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4009 | 2025.04.18 21:40:41.839483 [ 255 ] {9b428a93-4213-4fa5-9bde-0829de544d19} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4010 | 2025.04.18 21:40:41.839752 [ 255 ] {9b428a93-4213-4fa5-9bde-0829de544d19} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4011 | 2025.04.18 21:40:41.839979 [ 255 ] {9b428a93-4213-4fa5-9bde-0829de544d19} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002007 sec., 105630.29397110114 rows/sec., 6.72 MiB/sec. | ||
| 4012 | 2025.04.18 21:40:41.840186 [ 255 ] {9b428a93-4213-4fa5-9bde-0829de544d19} <Debug> TCPHandler: Processed in 0.002503839 sec. | ||
| 4013 | 2025.04.18 21:40:41.840318 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4014 | 2025.04.18 21:40:41.840424 [ 255 ] {36dd2e54-6355-46df-a445-556aa4b39526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4015 | 2025.04.18 21:40:41.840473 [ 255 ] {36dd2e54-6355-46df-a445-556aa4b39526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4016 | 2025.04.18 21:40:41.841330 [ 255 ] {36dd2e54-6355-46df-a445-556aa4b39526} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4017 | 2025.04.18 21:40:41.841371 [ 255 ] {36dd2e54-6355-46df-a445-556aa4b39526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4018 | 2025.04.18 21:40:41.841781 [ 255 ] {36dd2e54-6355-46df-a445-556aa4b39526} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4019 | 2025.04.18 21:40:41.842030 [ 255 ] {36dd2e54-6355-46df-a445-556aa4b39526} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4020 | 2025.04.18 21:40:41.842214 [ 255 ] {36dd2e54-6355-46df-a445-556aa4b39526} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001811 sec., 340695.7482054114 rows/sec., 26.61 MiB/sec. | ||
| 4021 | 2025.04.18 21:40:41.842341 [ 255 ] {36dd2e54-6355-46df-a445-556aa4b39526} <Debug> TCPHandler: Processed in 0.002072828 sec. | ||
| 4022 | 2025.04.18 21:40:41.842465 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4023 | 2025.04.18 21:40:41.842569 [ 255 ] {02ea290d-bc93-4eae-b516-4f848f411c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4024 | 2025.04.18 21:40:41.842616 [ 255 ] {02ea290d-bc93-4eae-b516-4f848f411c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4025 | 2025.04.18 21:40:41.843168 [ 255 ] {02ea290d-bc93-4eae-b516-4f848f411c26} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4026 | 2025.04.18 21:40:41.843206 [ 255 ] {02ea290d-bc93-4eae-b516-4f848f411c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4027 | 2025.04.18 21:40:41.843567 [ 255 ] {02ea290d-bc93-4eae-b516-4f848f411c26} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4028 | 2025.04.18 21:40:41.843833 [ 255 ] {02ea290d-bc93-4eae-b516-4f848f411c26} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4029 | 2025.04.18 21:40:41.843953 [ 90 ] {} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4030 | 2025.04.18 21:40:41.843999 [ 90 ] {} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4031 | 2025.04.18 21:40:41.844009 [ 255 ] {02ea290d-bc93-4eae-b516-4f848f411c26} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001459 sec., 72652.5017135024 rows/sec., 4.27 MiB/sec. | ||
| 4032 | 2025.04.18 21:40:41.844025 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4033 | 2025.04.18 21:40:41.844111 [ 255 ] {02ea290d-bc93-4eae-b516-4f848f411c26} <Debug> TCPHandler: Processed in 0.001697599 sec. | ||
| 4034 | 2025.04.18 21:40:41.844302 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::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 | ||
| 4035 | 2025.04.18 21:40:41.844320 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4036 | 2025.04.18 21:40:41.844526 [ 255 ] {04cc18e6-a0ff-423e-a3c0-1622b71e1258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4037 | 2025.04.18 21:40:41.844576 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4038 | 2025.04.18 21:40:41.844605 [ 255 ] {04cc18e6-a0ff-423e-a3c0-1622b71e1258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4039 | 2025.04.18 21:40:41.844649 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 160 rows starting from the beginning of the part | ||
| 4040 | 2025.04.18 21:40:41.844941 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 106 rows starting from the beginning of the part | ||
| 4041 | 2025.04.18 21:40:41.845282 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part | ||
| 4042 | 2025.04.18 21:40:41.845574 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 106 rows starting from the beginning of the part | ||
| 4043 | 2025.04.18 21:40:41.846015 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part | ||
| 4044 | 2025.04.18 21:40:41.846538 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 106 rows starting from the beginning of the part | ||
| 4045 | 2025.04.18 21:40:41.847567 [ 255 ] {04cc18e6-a0ff-423e-a3c0-1622b71e1258} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4046 | 2025.04.18 21:40:41.847624 [ 255 ] {04cc18e6-a0ff-423e-a3c0-1622b71e1258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4047 | 2025.04.18 21:40:41.848653 [ 255 ] {04cc18e6-a0ff-423e-a3c0-1622b71e1258} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4048 | 2025.04.18 21:40:41.849212 [ 255 ] {04cc18e6-a0ff-423e-a3c0-1622b71e1258} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4049 | 2025.04.18 21:40:41.849605 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 5 columns (5 merged, 0 gathered) in 0.005460287 sec., 102192.43054440178 rows/sec., 6.75 MiB/sec. | ||
| 4050 | 2025.04.18 21:40:41.849735 [ 255 ] {04cc18e6-a0ff-423e-a3c0-1622b71e1258} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005266 sec., 21458.412457273073 rows/sec., 1.39 MiB/sec. | ||
| 4051 | 2025.04.18 21:40:41.849865 [ 255 ] {04cc18e6-a0ff-423e-a3c0-1622b71e1258} <Debug> TCPHandler: Processed in 0.005609621 sec. | ||
| 4052 | 2025.04.18 21:40:41.849867 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4053 | 2025.04.18 21:40:41.850065 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4054 | 2025.04.18 21:40:41.850244 [ 255 ] {ea49f390-a835-4463-b1d0-003c6825cdda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4055 | 2025.04.18 21:40:41.850314 [ 255 ] {ea49f390-a835-4463-b1d0-003c6825cdda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4056 | 2025.04.18 21:40:41.850396 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_21_4} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4057 | 2025.04.18 21:40:41.850592 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_21_4} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4058 | 2025.04.18 21:40:41.850783 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4059 | 2025.04.18 21:40:41.851244 [ 255 ] {ea49f390-a835-4463-b1d0-003c6825cdda} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4060 | 2025.04.18 21:40:41.851287 [ 255 ] {ea49f390-a835-4463-b1d0-003c6825cdda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4061 | 2025.04.18 21:40:41.851663 [ 255 ] {ea49f390-a835-4463-b1d0-003c6825cdda} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4062 | 2025.04.18 21:40:41.851912 [ 255 ] {ea49f390-a835-4463-b1d0-003c6825cdda} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4063 | 2025.04.18 21:40:41.852078 [ 255 ] {ea49f390-a835-4463-b1d0-003c6825cdda} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001889 sec., 59290.629962943356 rows/sec., 3.38 MiB/sec. | ||
| 4064 | 2025.04.18 21:40:41.852130 [ 255 ] {ea49f390-a835-4463-b1d0-003c6825cdda} <Debug> TCPHandler: Processed in 0.0021364 sec. | ||
| 4065 | 2025.04.18 21:40:41.852249 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4066 | 2025.04.18 21:40:41.852354 [ 255 ] {04249f30-d7b1-4432-a1d9-0b22d657ae5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4067 | 2025.04.18 21:40:41.852400 [ 255 ] {04249f30-d7b1-4432-a1d9-0b22d657ae5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4068 | 2025.04.18 21:40:41.853059 [ 255 ] {04249f30-d7b1-4432-a1d9-0b22d657ae5b} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4069 | 2025.04.18 21:40:41.853098 [ 255 ] {04249f30-d7b1-4432-a1d9-0b22d657ae5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4070 | 2025.04.18 21:40:41.853471 [ 255 ] {04249f30-d7b1-4432-a1d9-0b22d657ae5b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4071 | 2025.04.18 21:40:41.853725 [ 255 ] {04249f30-d7b1-4432-a1d9-0b22d657ae5b} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4072 | 2025.04.18 21:40:41.853924 [ 255 ] {04249f30-d7b1-4432-a1d9-0b22d657ae5b} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001586 sec., 240857.50315258512 rows/sec., 16.99 MiB/sec. | ||
| 4073 | 2025.04.18 21:40:41.854108 [ 255 ] {04249f30-d7b1-4432-a1d9-0b22d657ae5b} <Debug> TCPHandler: Processed in 0.001906495 sec. | ||
| 4074 | 2025.04.18 21:40:41.854311 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4075 | 2025.04.18 21:40:41.854416 [ 255 ] {9b607506-6f3d-4365-90cf-a3da7f99f518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4076 | 2025.04.18 21:40:41.854464 [ 255 ] {9b607506-6f3d-4365-90cf-a3da7f99f518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4077 | 2025.04.18 21:40:41.854902 [ 255 ] {9b607506-6f3d-4365-90cf-a3da7f99f518} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4078 | 2025.04.18 21:40:41.854948 [ 255 ] {9b607506-6f3d-4365-90cf-a3da7f99f518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4079 | 2025.04.18 21:40:41.855321 [ 255 ] {9b607506-6f3d-4365-90cf-a3da7f99f518} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4080 | 2025.04.18 21:40:41.855577 [ 255 ] {9b607506-6f3d-4365-90cf-a3da7f99f518} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4081 | 2025.04.18 21:40:41.855794 [ 255 ] {9b607506-6f3d-4365-90cf-a3da7f99f518} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001399 sec., 4288.777698355968 rows/sec., 224.07 KiB/sec. | ||
| 4082 | 2025.04.18 21:40:41.855960 [ 255 ] {9b607506-6f3d-4365-90cf-a3da7f99f518} <Debug> TCPHandler: Processed in 0.0017135 sec. | ||
| 4083 | 2025.04.18 21:40:41.856089 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4084 | 2025.04.18 21:40:41.856194 [ 255 ] {73a6b43e-57ec-48e4-bb6a-d7c8f20f6e6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4085 | 2025.04.18 21:40:41.856246 [ 255 ] {73a6b43e-57ec-48e4-bb6a-d7c8f20f6e6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4086 | 2025.04.18 21:40:41.856779 [ 255 ] {73a6b43e-57ec-48e4-bb6a-d7c8f20f6e6f} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4087 | 2025.04.18 21:40:41.856817 [ 255 ] {73a6b43e-57ec-48e4-bb6a-d7c8f20f6e6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4088 | 2025.04.18 21:40:41.857203 [ 255 ] {73a6b43e-57ec-48e4-bb6a-d7c8f20f6e6f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4089 | 2025.04.18 21:40:41.857477 [ 255 ] {73a6b43e-57ec-48e4-bb6a-d7c8f20f6e6f} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4090 | 2025.04.18 21:40:41.857679 [ 255 ] {73a6b43e-57ec-48e4-bb6a-d7c8f20f6e6f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001507 sec., 157266.0915726609 rows/sec., 10.54 MiB/sec. | ||
| 4091 | 2025.04.18 21:40:41.857745 [ 255 ] {73a6b43e-57ec-48e4-bb6a-d7c8f20f6e6f} <Debug> TCPHandler: Processed in 0.00170754 sec. | ||
| 4092 | 2025.04.18 21:40:41.857880 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4093 | 2025.04.18 21:40:41.857986 [ 255 ] {06840902-294e-4663-95ff-bdcaed92dc8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4094 | 2025.04.18 21:40:41.858033 [ 255 ] {06840902-294e-4663-95ff-bdcaed92dc8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4095 | 2025.04.18 21:40:41.858434 [ 255 ] {06840902-294e-4663-95ff-bdcaed92dc8f} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4096 | 2025.04.18 21:40:41.858474 [ 255 ] {06840902-294e-4663-95ff-bdcaed92dc8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4097 | 2025.04.18 21:40:41.858822 [ 255 ] {06840902-294e-4663-95ff-bdcaed92dc8f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4098 | 2025.04.18 21:40:41.859066 [ 255 ] {06840902-294e-4663-95ff-bdcaed92dc8f} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4099 | 2025.04.18 21:40:41.859312 [ 255 ] {06840902-294e-4663-95ff-bdcaed92dc8f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001346 sec., 742.9420505200594 rows/sec., 50.06 KiB/sec. | ||
| 4100 | 2025.04.18 21:40:41.859471 [ 255 ] {06840902-294e-4663-95ff-bdcaed92dc8f} <Debug> TCPHandler: Processed in 0.001655358 sec. | ||
| 4101 | 2025.04.18 21:40:41.859597 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4102 | 2025.04.18 21:40:41.859701 [ 255 ] {40f1a8a0-9a67-4b1f-aae5-174cb35dd51b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4103 | 2025.04.18 21:40:41.859747 [ 255 ] {40f1a8a0-9a67-4b1f-aae5-174cb35dd51b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4104 | 2025.04.18 21:40:41.860191 [ 255 ] {40f1a8a0-9a67-4b1f-aae5-174cb35dd51b} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4105 | 2025.04.18 21:40:41.860231 [ 255 ] {40f1a8a0-9a67-4b1f-aae5-174cb35dd51b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4106 | 2025.04.18 21:40:41.860599 [ 255 ] {40f1a8a0-9a67-4b1f-aae5-174cb35dd51b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4107 | 2025.04.18 21:40:41.860842 [ 255 ] {40f1a8a0-9a67-4b1f-aae5-174cb35dd51b} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4108 | 2025.04.18 21:40:41.861039 [ 255 ] {40f1a8a0-9a67-4b1f-aae5-174cb35dd51b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00136 sec., 60294.11764705882 rows/sec., 3.83 MiB/sec. | ||
| 4109 | 2025.04.18 21:40:41.861088 [ 255 ] {40f1a8a0-9a67-4b1f-aae5-174cb35dd51b} <Debug> TCPHandler: Processed in 0.001543186 sec. | ||
| 4110 | 2025.04.18 21:40:44.869492 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 574 | ||
| 4111 | 2025.04.18 21:40:44.872553 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4112 | 2025.04.18 21:40:44.872615 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4113 | 2025.04.18 21:40:44.874114 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4114 | 2025.04.18 21:40:44.874453 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4115 | 2025.04.18 21:40:44.875027 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 574 | ||
| 4116 | 2025.04.18 21:40:46.834570 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4117 | 2025.04.18 21:40:46.834764 [ 255 ] {544eb61e-ae7f-4db3-bf56-ecf6129cb941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4118 | 2025.04.18 21:40:46.834841 [ 255 ] {544eb61e-ae7f-4db3-bf56-ecf6129cb941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4119 | 2025.04.18 21:40:46.835581 [ 255 ] {544eb61e-ae7f-4db3-bf56-ecf6129cb941} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4120 | 2025.04.18 21:40:46.835634 [ 255 ] {544eb61e-ae7f-4db3-bf56-ecf6129cb941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4121 | 2025.04.18 21:40:46.836074 [ 255 ] {544eb61e-ae7f-4db3-bf56-ecf6129cb941} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4122 | 2025.04.18 21:40:46.836348 [ 255 ] {544eb61e-ae7f-4db3-bf56-ecf6129cb941} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2025.04.18 21:40:46.836591 [ 255 ] {544eb61e-ae7f-4db3-bf56-ecf6129cb941} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001868 sec., 6423.982869379015 rows/sec., 523.83 KiB/sec. | ||
| 4124 | 2025.04.18 21:40:46.836736 [ 255 ] {544eb61e-ae7f-4db3-bf56-ecf6129cb941} <Debug> TCPHandler: Processed in 0.002300824 sec. | ||
| 4125 | 2025.04.18 21:40:46.836887 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4126 | 2025.04.18 21:40:46.836991 [ 255 ] {f4945032-a029-45f4-95cc-303b2a5ace67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4127 | 2025.04.18 21:40:46.837039 [ 255 ] {f4945032-a029-45f4-95cc-303b2a5ace67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4128 | 2025.04.18 21:40:46.837672 [ 255 ] {f4945032-a029-45f4-95cc-303b2a5ace67} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2025.04.18 21:40:46.837713 [ 255 ] {f4945032-a029-45f4-95cc-303b2a5ace67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4130 | 2025.04.18 21:40:46.838147 [ 255 ] {f4945032-a029-45f4-95cc-303b2a5ace67} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4131 | 2025.04.18 21:40:46.838412 [ 255 ] {f4945032-a029-45f4-95cc-303b2a5ace67} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2025.04.18 21:40:46.838620 [ 255 ] {f4945032-a029-45f4-95cc-303b2a5ace67} <Debug> executeQuery: Read 142 rows, 12.44 KiB in 0.001651 sec., 86008.47970926712 rows/sec., 7.36 MiB/sec. | ||
| 4133 | 2025.04.18 21:40:46.838672 [ 255 ] {f4945032-a029-45f4-95cc-303b2a5ace67} <Debug> TCPHandler: Processed in 0.001838523 sec. | ||
| 4134 | 2025.04.18 21:40:46.838791 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4135 | 2025.04.18 21:40:46.838897 [ 255 ] {1ad0cc51-7a95-4d01-bcde-27dab86846fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4136 | 2025.04.18 21:40:46.838944 [ 255 ] {1ad0cc51-7a95-4d01-bcde-27dab86846fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4137 | 2025.04.18 21:40:46.839473 [ 255 ] {1ad0cc51-7a95-4d01-bcde-27dab86846fb} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4138 | 2025.04.18 21:40:46.839518 [ 255 ] {1ad0cc51-7a95-4d01-bcde-27dab86846fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4139 | 2025.04.18 21:40:46.839879 [ 255 ] {1ad0cc51-7a95-4d01-bcde-27dab86846fb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4140 | 2025.04.18 21:40:46.840166 [ 255 ] {1ad0cc51-7a95-4d01-bcde-27dab86846fb} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4141 | 2025.04.18 21:40:46.840401 [ 255 ] {1ad0cc51-7a95-4d01-bcde-27dab86846fb} <Debug> executeQuery: Read 52 rows, 3.85 KiB in 0.001518 sec., 34255.599472990776 rows/sec., 2.47 MiB/sec. | ||
| 4142 | 2025.04.18 21:40:46.840492 [ 255 ] {1ad0cc51-7a95-4d01-bcde-27dab86846fb} <Debug> TCPHandler: Processed in 0.001747001 sec. | ||
| 4143 | 2025.04.18 21:40:46.840724 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4144 | 2025.04.18 21:40:46.840829 [ 255 ] {1c953742-cf67-4adb-8c98-028e24803e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4145 | 2025.04.18 21:40:46.840876 [ 255 ] {1c953742-cf67-4adb-8c98-028e24803e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4146 | 2025.04.18 21:40:46.841435 [ 255 ] {1c953742-cf67-4adb-8c98-028e24803e7a} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4147 | 2025.04.18 21:40:46.841476 [ 255 ] {1c953742-cf67-4adb-8c98-028e24803e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4148 | 2025.04.18 21:40:46.841851 [ 255 ] {1c953742-cf67-4adb-8c98-028e24803e7a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4149 | 2025.04.18 21:40:46.842121 [ 255 ] {1c953742-cf67-4adb-8c98-028e24803e7a} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4150 | 2025.04.18 21:40:46.842333 [ 255 ] {1c953742-cf67-4adb-8c98-028e24803e7a} <Debug> executeQuery: Read 116 rows, 9.30 KiB in 0.001526 sec., 76015.72739187418 rows/sec., 5.95 MiB/sec. | ||
| 4151 | 2025.04.18 21:40:46.842385 [ 255 ] {1c953742-cf67-4adb-8c98-028e24803e7a} <Debug> TCPHandler: Processed in 0.00173035 sec. | ||
| 4152 | 2025.04.18 21:40:46.842507 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4153 | 2025.04.18 21:40:46.842611 [ 255 ] {1fb3a475-bb2a-41c0-971e-624e239ad138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4154 | 2025.04.18 21:40:46.842660 [ 255 ] {1fb3a475-bb2a-41c0-971e-624e239ad138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4155 | 2025.04.18 21:40:46.843164 [ 255 ] {1fb3a475-bb2a-41c0-971e-624e239ad138} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4156 | 2025.04.18 21:40:46.843203 [ 255 ] {1fb3a475-bb2a-41c0-971e-624e239ad138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4157 | 2025.04.18 21:40:46.843604 [ 255 ] {1fb3a475-bb2a-41c0-971e-624e239ad138} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4158 | 2025.04.18 21:40:46.843858 [ 255 ] {1fb3a475-bb2a-41c0-971e-624e239ad138} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4159 | 2025.04.18 21:40:46.844085 [ 255 ] {1fb3a475-bb2a-41c0-971e-624e239ad138} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.001487 sec., 111634.16274377942 rows/sec., 7.77 MiB/sec. | ||
| 4160 | 2025.04.18 21:40:46.844188 [ 255 ] {1fb3a475-bb2a-41c0-971e-624e239ad138} <Debug> TCPHandler: Processed in 0.00173263 sec. | ||
| 4161 | 2025.04.18 21:40:46.844401 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4162 | 2025.04.18 21:40:46.844508 [ 255 ] {4c9bbf2c-046f-4096-8c5b-c88894fe0915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4163 | 2025.04.18 21:40:46.844584 [ 255 ] {4c9bbf2c-046f-4096-8c5b-c88894fe0915} <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 | ||
| 4164 | 2025.04.18 21:40:46.845691 [ 255 ] {4c9bbf2c-046f-4096-8c5b-c88894fe0915} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4165 | 2025.04.18 21:40:46.845734 [ 255 ] {4c9bbf2c-046f-4096-8c5b-c88894fe0915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4166 | 2025.04.18 21:40:46.846519 [ 255 ] {4c9bbf2c-046f-4096-8c5b-c88894fe0915} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4167 | 2025.04.18 21:40:46.846878 [ 255 ] {4c9bbf2c-046f-4096-8c5b-c88894fe0915} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4168 | 2025.04.18 21:40:46.847106 [ 255 ] {4c9bbf2c-046f-4096-8c5b-c88894fe0915} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002621 sec., 15261.350629530712 rows/sec., 27.35 MiB/sec. | ||
| 4169 | 2025.04.18 21:40:46.847289 [ 255 ] {4c9bbf2c-046f-4096-8c5b-c88894fe0915} <Debug> TCPHandler: Processed in 0.002952458 sec. | ||
| 4170 | 2025.04.18 21:40:46.847470 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4171 | 2025.04.18 21:40:46.847586 [ 255 ] {74762315-2166-487d-8b22-ff42c4bad3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4172 | 2025.04.18 21:40:46.847641 [ 255 ] {74762315-2166-487d-8b22-ff42c4bad3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4173 | 2025.04.18 21:40:46.848244 [ 255 ] {74762315-2166-487d-8b22-ff42c4bad3db} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4174 | 2025.04.18 21:40:46.848287 [ 255 ] {74762315-2166-487d-8b22-ff42c4bad3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4175 | 2025.04.18 21:40:46.848718 [ 255 ] {74762315-2166-487d-8b22-ff42c4bad3db} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4176 | 2025.04.18 21:40:46.849069 [ 255 ] {74762315-2166-487d-8b22-ff42c4bad3db} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4177 | 2025.04.18 21:40:46.849280 [ 255 ] {74762315-2166-487d-8b22-ff42c4bad3db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00172 sec., 34883.72093023256 rows/sec., 2.35 MiB/sec. | ||
| 4178 | 2025.04.18 21:40:46.849331 [ 255 ] {74762315-2166-487d-8b22-ff42c4bad3db} <Debug> TCPHandler: Processed in 0.001921975 sec. | ||
| 4179 | 2025.04.18 21:40:47.351730 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 4180 | 2025.04.18 21:40:47.352470 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4181 | 2025.04.18 21:40:47.352523 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4182 | 2025.04.18 21:40:47.353049 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4183 | 2025.04.18 21:40:47.353302 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4184 | 2025.04.18 21:40:47.353495 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4185 | 2025.04.18 21:40:47.959785 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4186 | 2025.04.18 21:40:47.980540 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4187 | 2025.04.18 21:40:47.980604 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4188 | 2025.04.18 21:40:47.988688 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4189 | 2025.04.18 21:40:47.989464 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4190 | 2025.04.18 21:40:47.992057 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4191 | 2025.04.18 21:40:51.836824 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4192 | 2025.04.18 21:40:51.837030 [ 255 ] {af010c15-b864-4e2b-ac8b-fd22076b9345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4193 | 2025.04.18 21:40:51.837106 [ 255 ] {af010c15-b864-4e2b-ac8b-fd22076b9345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4194 | 2025.04.18 21:40:51.837959 [ 255 ] {af010c15-b864-4e2b-ac8b-fd22076b9345} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4195 | 2025.04.18 21:40:51.838012 [ 255 ] {af010c15-b864-4e2b-ac8b-fd22076b9345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4196 | 2025.04.18 21:40:51.838452 [ 255 ] {af010c15-b864-4e2b-ac8b-fd22076b9345} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4197 | 2025.04.18 21:40:51.838707 [ 255 ] {af010c15-b864-4e2b-ac8b-fd22076b9345} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4198 | 2025.04.18 21:40:51.838948 [ 255 ] {af010c15-b864-4e2b-ac8b-fd22076b9345} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001969 sec., 107668.86744540377 rows/sec., 6.85 MiB/sec. | ||
| 4199 | 2025.04.18 21:40:51.839015 [ 255 ] {af010c15-b864-4e2b-ac8b-fd22076b9345} <Debug> TCPHandler: Processed in 0.002327175 sec. | ||
| 4200 | 2025.04.18 21:40:51.839147 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4201 | 2025.04.18 21:40:51.839258 [ 255 ] {0d0e0fb6-a046-4b73-8731-1d3b6fdb40e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4202 | 2025.04.18 21:40:51.839307 [ 255 ] {0d0e0fb6-a046-4b73-8731-1d3b6fdb40e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4203 | 2025.04.18 21:40:51.840143 [ 255 ] {0d0e0fb6-a046-4b73-8731-1d3b6fdb40e0} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4204 | 2025.04.18 21:40:51.840184 [ 255 ] {0d0e0fb6-a046-4b73-8731-1d3b6fdb40e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4205 | 2025.04.18 21:40:51.840579 [ 255 ] {0d0e0fb6-a046-4b73-8731-1d3b6fdb40e0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4206 | 2025.04.18 21:40:51.840818 [ 255 ] {0d0e0fb6-a046-4b73-8731-1d3b6fdb40e0} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4207 | 2025.04.18 21:40:51.841019 [ 255 ] {0d0e0fb6-a046-4b73-8731-1d3b6fdb40e0} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001787 sec., 345271.40458869614 rows/sec., 26.97 MiB/sec. | ||
| 4208 | 2025.04.18 21:40:51.841072 [ 255 ] {0d0e0fb6-a046-4b73-8731-1d3b6fdb40e0} <Debug> TCPHandler: Processed in 0.001978956 sec. | ||
| 4209 | 2025.04.18 21:40:51.841188 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4210 | 2025.04.18 21:40:51.841293 [ 255 ] {67695f5d-6848-4506-ab70-0e60c71a834a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4211 | 2025.04.18 21:40:51.841338 [ 255 ] {67695f5d-6848-4506-ab70-0e60c71a834a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4212 | 2025.04.18 21:40:51.841886 [ 255 ] {67695f5d-6848-4506-ab70-0e60c71a834a} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4213 | 2025.04.18 21:40:51.841926 [ 255 ] {67695f5d-6848-4506-ab70-0e60c71a834a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4214 | 2025.04.18 21:40:51.842282 [ 255 ] {67695f5d-6848-4506-ab70-0e60c71a834a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4215 | 2025.04.18 21:40:51.842514 [ 255 ] {67695f5d-6848-4506-ab70-0e60c71a834a} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4216 | 2025.04.18 21:40:51.842718 [ 255 ] {67695f5d-6848-4506-ab70-0e60c71a834a} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001448 sec., 73204.41988950277 rows/sec., 4.31 MiB/sec. | ||
| 4217 | 2025.04.18 21:40:51.842768 [ 255 ] {67695f5d-6848-4506-ab70-0e60c71a834a} <Debug> TCPHandler: Processed in 0.001630738 sec. | ||
| 4218 | 2025.04.18 21:40:51.842884 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4219 | 2025.04.18 21:40:51.842987 [ 255 ] {398a02f6-7f7b-4483-963d-975a5c93d040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4220 | 2025.04.18 21:40:51.843032 [ 255 ] {398a02f6-7f7b-4483-963d-975a5c93d040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4221 | 2025.04.18 21:40:51.843558 [ 255 ] {398a02f6-7f7b-4483-963d-975a5c93d040} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4222 | 2025.04.18 21:40:51.843597 [ 255 ] {398a02f6-7f7b-4483-963d-975a5c93d040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4223 | 2025.04.18 21:40:51.843944 [ 255 ] {398a02f6-7f7b-4483-963d-975a5c93d040} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4224 | 2025.04.18 21:40:51.844175 [ 255 ] {398a02f6-7f7b-4483-963d-975a5c93d040} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4225 | 2025.04.18 21:40:51.844344 [ 29 ] {} <Debug> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4226 | 2025.04.18 21:40:51.844394 [ 255 ] {398a02f6-7f7b-4483-963d-975a5c93d040} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001422 sec., 79465.54149085794 rows/sec., 5.14 MiB/sec. | ||
| 4227 | 2025.04.18 21:40:51.844423 [ 29 ] {} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4228 | 2025.04.18 21:40:51.844463 [ 255 ] {398a02f6-7f7b-4483-963d-975a5c93d040} <Debug> TCPHandler: Processed in 0.001629838 sec. | ||
| 4229 | 2025.04.18 21:40:51.844568 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4230 | 2025.04.18 21:40:51.844752 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4231 | 2025.04.18 21:40:51.845090 [ 255 ] {1024156c-6f94-4090-8f97-71795fa71ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4232 | 2025.04.18 21:40:51.845090 [ 201 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::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 | ||
| 4233 | 2025.04.18 21:40:51.845165 [ 255 ] {1024156c-6f94-4090-8f97-71795fa71ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4234 | 2025.04.18 21:40:51.845453 [ 201 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4235 | 2025.04.18 21:40:51.845553 [ 201 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 341 rows starting from the beginning of the part | ||
| 4236 | 2025.04.18 21:40:51.846001 [ 201 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part | ||
| 4237 | 2025.04.18 21:40:51.846341 [ 201 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part | ||
| 4238 | 2025.04.18 21:40:51.846730 [ 201 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 341 rows starting from the beginning of the part | ||
| 4239 | 2025.04.18 21:40:51.847091 [ 201 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part | ||
| 4240 | 2025.04.18 21:40:51.847418 [ 201 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part | ||
| 4241 | 2025.04.18 21:40:51.847646 [ 255 ] {1024156c-6f94-4090-8f97-71795fa71ac5} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4242 | 2025.04.18 21:40:51.847753 [ 255 ] {1024156c-6f94-4090-8f97-71795fa71ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4243 | 2025.04.18 21:40:51.848730 [ 255 ] {1024156c-6f94-4090-8f97-71795fa71ac5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4244 | 2025.04.18 21:40:51.849216 [ 255 ] {1024156c-6f94-4090-8f97-71795fa71ac5} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4245 | 2025.04.18 21:40:51.849829 [ 255 ] {1024156c-6f94-4090-8f97-71795fa71ac5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004829 sec., 23193.207703458273 rows/sec., 1.32 MiB/sec. | ||
| 4246 | 2025.04.18 21:40:51.850123 [ 255 ] {1024156c-6f94-4090-8f97-71795fa71ac5} <Debug> TCPHandler: Processed in 0.005479188 sec. | ||
| 4247 | 2025.04.18 21:40:51.850431 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4248 | 2025.04.18 21:40:51.850602 [ 255 ] {97d67844-ea28-40ec-8035-89b92db386b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4249 | 2025.04.18 21:40:51.850714 [ 255 ] {97d67844-ea28-40ec-8035-89b92db386b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4250 | 2025.04.18 21:40:51.851099 [ 201 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.00641719 sec., 176712.8603017832 rows/sec., 12.32 MiB/sec. | ||
| 4251 | 2025.04.18 21:40:51.851393 [ 201 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4252 | 2025.04.18 21:40:51.851883 [ 201 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_11_2} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4253 | 2025.04.18 21:40:51.852110 [ 201 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_11_2} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4254 | 2025.04.18 21:40:51.852278 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 4255 | 2025.04.18 21:40:51.852386 [ 255 ] {97d67844-ea28-40ec-8035-89b92db386b8} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2025.04.18 21:40:51.852431 [ 255 ] {97d67844-ea28-40ec-8035-89b92db386b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4257 | 2025.04.18 21:40:51.852815 [ 255 ] {97d67844-ea28-40ec-8035-89b92db386b8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4258 | 2025.04.18 21:40:51.853051 [ 255 ] {97d67844-ea28-40ec-8035-89b92db386b8} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2025.04.18 21:40:51.853255 [ 255 ] {97d67844-ea28-40ec-8035-89b92db386b8} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.002734 sec., 139722.0190197513 rows/sec., 9.85 MiB/sec. | ||
| 4260 | 2025.04.18 21:40:51.853315 [ 255 ] {97d67844-ea28-40ec-8035-89b92db386b8} <Debug> TCPHandler: Processed in 0.002985149 sec. | ||
| 4261 | 2025.04.18 21:40:51.853433 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4262 | 2025.04.18 21:40:51.853544 [ 255 ] {91007db7-9a73-4252-87bc-6c21ebf78509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4263 | 2025.04.18 21:40:51.853591 [ 255 ] {91007db7-9a73-4252-87bc-6c21ebf78509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4264 | 2025.04.18 21:40:51.854010 [ 255 ] {91007db7-9a73-4252-87bc-6c21ebf78509} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4265 | 2025.04.18 21:40:51.854048 [ 255 ] {91007db7-9a73-4252-87bc-6c21ebf78509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4266 | 2025.04.18 21:40:51.854421 [ 255 ] {91007db7-9a73-4252-87bc-6c21ebf78509} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4267 | 2025.04.18 21:40:51.854655 [ 255 ] {91007db7-9a73-4252-87bc-6c21ebf78509} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4268 | 2025.04.18 21:40:51.854813 [ 29 ] {} <Debug> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4269 | 2025.04.18 21:40:51.854879 [ 29 ] {} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4270 | 2025.04.18 21:40:51.854893 [ 255 ] {91007db7-9a73-4252-87bc-6c21ebf78509} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001359 sec., 4415.0110375275935 rows/sec., 230.67 KiB/sec. | ||
| 4271 | 2025.04.18 21:40:51.854913 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4272 | 2025.04.18 21:40:51.855033 [ 255 ] {91007db7-9a73-4252-87bc-6c21ebf78509} <Debug> TCPHandler: Processed in 0.001647638 sec. | ||
| 4273 | 2025.04.18 21:40:51.855386 [ 200 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::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 | ||
| 4274 | 2025.04.18 21:40:51.855435 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4275 | 2025.04.18 21:40:51.855685 [ 255 ] {e5f78439-8bf3-4b91-8eb4-288c7ab79dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4276 | 2025.04.18 21:40:51.855702 [ 200 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4277 | 2025.04.18 21:40:51.855789 [ 200 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 4278 | 2025.04.18 21:40:51.855789 [ 255 ] {e5f78439-8bf3-4b91-8eb4-288c7ab79dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4279 | 2025.04.18 21:40:51.856125 [ 200 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 4280 | 2025.04.18 21:40:51.856460 [ 200 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 4281 | 2025.04.18 21:40:51.856807 [ 200 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 4282 | 2025.04.18 21:40:51.857086 [ 200 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 4283 | 2025.04.18 21:40:51.857458 [ 200 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 4284 | 2025.04.18 21:40:51.859050 [ 255 ] {e5f78439-8bf3-4b91-8eb4-288c7ab79dff} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4285 | 2025.04.18 21:40:51.859126 [ 255 ] {e5f78439-8bf3-4b91-8eb4-288c7ab79dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4286 | 2025.04.18 21:40:51.860191 [ 255 ] {e5f78439-8bf3-4b91-8eb4-288c7ab79dff} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4287 | 2025.04.18 21:40:51.860448 [ 200 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005394645 sec., 12234.354623890915 rows/sec., 639.20 KiB/sec. | ||
| 4288 | 2025.04.18 21:40:51.860647 [ 200 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4289 | 2025.04.18 21:40:51.860672 [ 255 ] {e5f78439-8bf3-4b91-8eb4-288c7ab79dff} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4290 | 2025.04.18 21:40:51.861064 [ 255 ] {e5f78439-8bf3-4b91-8eb4-288c7ab79dff} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005467 sec., 43351.0151820011 rows/sec., 2.91 MiB/sec. | ||
| 4291 | 2025.04.18 21:40:51.861211 [ 255 ] {e5f78439-8bf3-4b91-8eb4-288c7ab79dff} <Debug> TCPHandler: Processed in 0.005882247 sec. | ||
| 4292 | 2025.04.18 21:40:51.861350 [ 200 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_11_2} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4293 | 2025.04.18 21:40:51.861406 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4294 | 2025.04.18 21:40:51.861514 [ 200 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_11_2} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4295 | 2025.04.18 21:40:51.861589 [ 255 ] {a99ad3af-df45-4068-8c77-2cf33e3ce3ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4296 | 2025.04.18 21:40:51.861672 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4297 | 2025.04.18 21:40:51.861703 [ 255 ] {a99ad3af-df45-4068-8c77-2cf33e3ce3ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4298 | 2025.04.18 21:40:51.862140 [ 255 ] {a99ad3af-df45-4068-8c77-2cf33e3ce3ea} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4299 | 2025.04.18 21:40:51.862179 [ 255 ] {a99ad3af-df45-4068-8c77-2cf33e3ce3ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4300 | 2025.04.18 21:40:51.862536 [ 255 ] {a99ad3af-df45-4068-8c77-2cf33e3ce3ea} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4301 | 2025.04.18 21:40:51.862778 [ 255 ] {a99ad3af-df45-4068-8c77-2cf33e3ce3ea} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4302 | 2025.04.18 21:40:51.862994 [ 255 ] {a99ad3af-df45-4068-8c77-2cf33e3ce3ea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001455 sec., 687.2852233676977 rows/sec., 46.31 KiB/sec. | ||
| 4303 | 2025.04.18 21:40:51.863045 [ 255 ] {a99ad3af-df45-4068-8c77-2cf33e3ce3ea} <Debug> TCPHandler: Processed in 0.00171567 sec. | ||
| 4304 | 2025.04.18 21:40:51.863157 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4305 | 2025.04.18 21:40:51.863261 [ 255 ] {1f6727ca-19be-4e48-b84f-aee01294d39c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4306 | 2025.04.18 21:40:51.863310 [ 255 ] {1f6727ca-19be-4e48-b84f-aee01294d39c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4307 | 2025.04.18 21:40:51.863739 [ 255 ] {1f6727ca-19be-4e48-b84f-aee01294d39c} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4308 | 2025.04.18 21:40:51.863777 [ 255 ] {1f6727ca-19be-4e48-b84f-aee01294d39c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 4309 | 2025.04.18 21:40:51.864136 [ 255 ] {1f6727ca-19be-4e48-b84f-aee01294d39c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4310 | 2025.04.18 21:40:51.864381 [ 255 ] {1f6727ca-19be-4e48-b84f-aee01294d39c} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4311 | 2025.04.18 21:40:51.864582 [ 255 ] {1f6727ca-19be-4e48-b84f-aee01294d39c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001341 sec., 61148.39671886652 rows/sec., 3.88 MiB/sec. | ||
| 4312 | 2025.04.18 21:40:51.864631 [ 255 ] {1f6727ca-19be-4e48-b84f-aee01294d39c} <Debug> TCPHandler: Processed in 0.001524366 sec. | ||
| 4313 | 2025.04.18 21:40:54.731468 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4314 | 2025.04.18 21:40:54.731535 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4315 | 2025.04.18 21:40:54.854515 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4316 | 2025.04.18 21:40:54.855156 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4317 | 2025.04.18 21:40:54.855209 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4318 | 2025.04.18 21:40:54.855739 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4319 | 2025.04.18 21:40:54.856016 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4320 | 2025.04.18 21:40:54.856326 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4321 | 2025.04.18 21:40:54.876123 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 608 | ||
| 4322 | 2025.04.18 21:40:54.879157 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4323 | 2025.04.18 21:40:54.879203 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4324 | 2025.04.18 21:40:54.880664 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4325 | 2025.04.18 21:40:54.880975 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4326 | 2025.04.18 21:40:54.881474 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 608 | ||
| 4327 | 2025.04.18 21:40:55.493019 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4328 | 2025.04.18 21:40:55.513582 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4329 | 2025.04.18 21:40:55.513625 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4330 | 2025.04.18 21:40:55.521191 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4331 | 2025.04.18 21:40:55.521953 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4332 | 2025.04.18 21:40:55.524469 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4333 | 2025.04.18 21:40:56.833750 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4334 | 2025.04.18 21:40:56.833968 [ 255 ] {3b399444-7bc0-411f-a536-4b3fdbd35ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4335 | 2025.04.18 21:40:56.834056 [ 255 ] {3b399444-7bc0-411f-a536-4b3fdbd35ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4336 | 2025.04.18 21:40:56.834986 [ 255 ] {3b399444-7bc0-411f-a536-4b3fdbd35ecb} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4337 | 2025.04.18 21:40:56.835040 [ 255 ] {3b399444-7bc0-411f-a536-4b3fdbd35ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4338 | 2025.04.18 21:40:56.835535 [ 255 ] {3b399444-7bc0-411f-a536-4b3fdbd35ecb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4339 | 2025.04.18 21:40:56.835810 [ 255 ] {3b399444-7bc0-411f-a536-4b3fdbd35ecb} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4340 | 2025.04.18 21:40:56.836055 [ 255 ] {3b399444-7bc0-411f-a536-4b3fdbd35ecb} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002144 sec., 63432.83582089552 rows/sec., 5.46 MiB/sec. | ||
| 4341 | 2025.04.18 21:40:56.836124 [ 255 ] {3b399444-7bc0-411f-a536-4b3fdbd35ecb} <Debug> TCPHandler: Processed in 0.002527698 sec. | ||
| 4342 | 2025.04.18 21:40:56.836267 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4343 | 2025.04.18 21:40:56.836381 [ 255 ] {f2ef7824-60b6-40f8-8b9c-e3fed4f06b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4344 | 2025.04.18 21:40:56.836433 [ 255 ] {f2ef7824-60b6-40f8-8b9c-e3fed4f06b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4345 | 2025.04.18 21:40:56.836984 [ 255 ] {f2ef7824-60b6-40f8-8b9c-e3fed4f06b5d} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4346 | 2025.04.18 21:40:56.837027 [ 255 ] {f2ef7824-60b6-40f8-8b9c-e3fed4f06b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4347 | 2025.04.18 21:40:56.837398 [ 255 ] {f2ef7824-60b6-40f8-8b9c-e3fed4f06b5d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4348 | 2025.04.18 21:40:56.837645 [ 255 ] {f2ef7824-60b6-40f8-8b9c-e3fed4f06b5d} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4349 | 2025.04.18 21:40:56.837852 [ 255 ] {f2ef7824-60b6-40f8-8b9c-e3fed4f06b5d} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001498 sec., 26702.2696929239 rows/sec., 1.96 MiB/sec. | ||
| 4350 | 2025.04.18 21:40:56.837906 [ 255 ] {f2ef7824-60b6-40f8-8b9c-e3fed4f06b5d} <Debug> TCPHandler: Processed in 0.00169325 sec. | ||
| 4351 | 2025.04.18 21:40:56.838023 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4352 | 2025.04.18 21:40:56.838133 [ 255 ] {48bc5223-9dca-43ef-a3cd-8c5f393f5f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4353 | 2025.04.18 21:40:56.838183 [ 255 ] {48bc5223-9dca-43ef-a3cd-8c5f393f5f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4354 | 2025.04.18 21:40:56.838740 [ 255 ] {48bc5223-9dca-43ef-a3cd-8c5f393f5f82} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4355 | 2025.04.18 21:40:56.838781 [ 255 ] {48bc5223-9dca-43ef-a3cd-8c5f393f5f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4356 | 2025.04.18 21:40:56.839155 [ 255 ] {48bc5223-9dca-43ef-a3cd-8c5f393f5f82} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4357 | 2025.04.18 21:40:56.839407 [ 255 ] {48bc5223-9dca-43ef-a3cd-8c5f393f5f82} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4358 | 2025.04.18 21:40:56.839625 [ 255 ] {48bc5223-9dca-43ef-a3cd-8c5f393f5f82} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001518 sec., 68511.19894598155 rows/sec., 5.35 MiB/sec. | ||
| 4359 | 2025.04.18 21:40:56.839677 [ 255 ] {48bc5223-9dca-43ef-a3cd-8c5f393f5f82} <Debug> TCPHandler: Processed in 0.00170449 sec. | ||
| 4360 | 2025.04.18 21:40:56.839795 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4361 | 2025.04.18 21:40:56.839901 [ 255 ] {5e0975c5-b80e-46d9-9288-f5dcf86a98af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4362 | 2025.04.18 21:40:56.839951 [ 255 ] {5e0975c5-b80e-46d9-9288-f5dcf86a98af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4363 | 2025.04.18 21:40:56.840477 [ 255 ] {5e0975c5-b80e-46d9-9288-f5dcf86a98af} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4364 | 2025.04.18 21:40:56.840516 [ 255 ] {5e0975c5-b80e-46d9-9288-f5dcf86a98af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4365 | 2025.04.18 21:40:56.840905 [ 255 ] {5e0975c5-b80e-46d9-9288-f5dcf86a98af} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4366 | 2025.04.18 21:40:56.841149 [ 255 ] {5e0975c5-b80e-46d9-9288-f5dcf86a98af} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4367 | 2025.04.18 21:40:56.841363 [ 255 ] {5e0975c5-b80e-46d9-9288-f5dcf86a98af} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001484 sec., 107816.71159029649 rows/sec., 7.51 MiB/sec. | ||
| 4368 | 2025.04.18 21:40:56.841413 [ 255 ] {5e0975c5-b80e-46d9-9288-f5dcf86a98af} <Debug> TCPHandler: Processed in 0.001668698 sec. | ||
| 4369 | 2025.04.18 21:40:56.841534 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4370 | 2025.04.18 21:40:56.841638 [ 255 ] {85713603-d05e-4a85-b550-350997f16a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4371 | 2025.04.18 21:40:56.841704 [ 255 ] {85713603-d05e-4a85-b550-350997f16a7f} <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 | ||
| 4372 | 2025.04.18 21:40:56.842826 [ 255 ] {85713603-d05e-4a85-b550-350997f16a7f} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4373 | 2025.04.18 21:40:56.842864 [ 255 ] {85713603-d05e-4a85-b550-350997f16a7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4374 | 2025.04.18 21:40:56.843513 [ 255 ] {85713603-d05e-4a85-b550-350997f16a7f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4375 | 2025.04.18 21:40:56.843764 [ 255 ] {85713603-d05e-4a85-b550-350997f16a7f} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4376 | 2025.04.18 21:40:56.843982 [ 255 ] {85713603-d05e-4a85-b550-350997f16a7f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002365 sec., 16913.319238900636 rows/sec., 30.31 MiB/sec. | ||
| 4377 | 2025.04.18 21:40:56.844071 [ 255 ] {85713603-d05e-4a85-b550-350997f16a7f} <Debug> TCPHandler: Processed in 0.00258702 sec. | ||
| 4378 | 2025.04.18 21:40:56.844175 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4379 | 2025.04.18 21:40:56.844276 [ 255 ] {a431193a-7935-4bbb-9168-87b92a5e05c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4380 | 2025.04.18 21:40:56.844321 [ 255 ] {a431193a-7935-4bbb-9168-87b92a5e05c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4381 | 2025.04.18 21:40:56.844742 [ 255 ] {a431193a-7935-4bbb-9168-87b92a5e05c4} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4382 | 2025.04.18 21:40:56.844780 [ 255 ] {a431193a-7935-4bbb-9168-87b92a5e05c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4383 | 2025.04.18 21:40:56.845130 [ 255 ] {a431193a-7935-4bbb-9168-87b92a5e05c4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4384 | 2025.04.18 21:40:56.845373 [ 255 ] {a431193a-7935-4bbb-9168-87b92a5e05c4} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4385 | 2025.04.18 21:40:56.845587 [ 255 ] {a431193a-7935-4bbb-9168-87b92a5e05c4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec. | ||
| 4386 | 2025.04.18 21:40:56.845644 [ 255 ] {a431193a-7935-4bbb-9168-87b92a5e05c4} <Debug> TCPHandler: Processed in 0.001516636 sec. | ||
| 4387 | 2025.04.18 21:40:58.263876 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4388 | 2025.04.18 21:40:58.264064 [ 255 ] {1320035d-59cd-4919-9a1e-2c6ee6a365c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4389 | 2025.04.18 21:40:58.264137 [ 255 ] {1320035d-59cd-4919-9a1e-2c6ee6a365c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4390 | 2025.04.18 21:40:58.264980 [ 255 ] {1320035d-59cd-4919-9a1e-2c6ee6a365c4} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4391 | 2025.04.18 21:40:58.265027 [ 255 ] {1320035d-59cd-4919-9a1e-2c6ee6a365c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4392 | 2025.04.18 21:40:58.265475 [ 255 ] {1320035d-59cd-4919-9a1e-2c6ee6a365c4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4393 | 2025.04.18 21:40:58.265729 [ 255 ] {1320035d-59cd-4919-9a1e-2c6ee6a365c4} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4394 | 2025.04.18 21:40:58.265966 [ 255 ] {1320035d-59cd-4919-9a1e-2c6ee6a365c4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001954 sec., 108495.39406345956 rows/sec., 6.90 MiB/sec. | ||
| 4395 | 2025.04.18 21:40:58.266031 [ 255 ] {1320035d-59cd-4919-9a1e-2c6ee6a365c4} <Debug> TCPHandler: Processed in 0.002289294 sec. | ||
| 4396 | 2025.04.18 21:40:58.266158 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4397 | 2025.04.18 21:40:58.266269 [ 255 ] {09b5fd27-b3bd-48cd-94db-035c62610a5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4398 | 2025.04.18 21:40:58.266319 [ 255 ] {09b5fd27-b3bd-48cd-94db-035c62610a5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4399 | 2025.04.18 21:40:58.266827 [ 255 ] {09b5fd27-b3bd-48cd-94db-035c62610a5f} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4400 | 2025.04.18 21:40:58.266868 [ 255 ] {09b5fd27-b3bd-48cd-94db-035c62610a5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4401 | 2025.04.18 21:40:58.267217 [ 255 ] {09b5fd27-b3bd-48cd-94db-035c62610a5f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4402 | 2025.04.18 21:40:58.267467 [ 255 ] {09b5fd27-b3bd-48cd-94db-035c62610a5f} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4403 | 2025.04.18 21:40:58.267674 [ 255 ] {09b5fd27-b3bd-48cd-94db-035c62610a5f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001432 sec., 2793.296089385475 rows/sec., 227.77 KiB/sec. | ||
| 4404 | 2025.04.18 21:40:58.267727 [ 255 ] {09b5fd27-b3bd-48cd-94db-035c62610a5f} <Debug> TCPHandler: Processed in 0.001622707 sec. | ||
| 4405 | 2025.04.18 21:40:58.267843 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4406 | 2025.04.18 21:40:58.267947 [ 255 ] {428da31b-df34-4b31-b114-105cffc531a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4407 | 2025.04.18 21:40:58.267992 [ 255 ] {428da31b-df34-4b31-b114-105cffc531a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4408 | 2025.04.18 21:40:58.269296 [ 255 ] {428da31b-df34-4b31-b114-105cffc531a1} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4409 | 2025.04.18 21:40:58.269337 [ 255 ] {428da31b-df34-4b31-b114-105cffc531a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4410 | 2025.04.18 21:40:58.269811 [ 255 ] {428da31b-df34-4b31-b114-105cffc531a1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4411 | 2025.04.18 21:40:58.270056 [ 255 ] {428da31b-df34-4b31-b114-105cffc531a1} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4412 | 2025.04.18 21:40:58.270241 [ 61 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4413 | 2025.04.18 21:40:58.270294 [ 255 ] {428da31b-df34-4b31-b114-105cffc531a1} <Debug> executeQuery: Read 1759 rows, 145.61 KiB in 0.002362 sec., 744707.8746824726 rows/sec., 60.20 MiB/sec. | ||
| 4414 | 2025.04.18 21:40:58.270333 [ 61 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4415 | 2025.04.18 21:40:58.270408 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4416 | 2025.04.18 21:40:58.270411 [ 255 ] {428da31b-df34-4b31-b114-105cffc531a1} <Debug> TCPHandler: Processed in 0.002616951 sec. | ||
| 4417 | 2025.04.18 21:40:58.270635 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4418 | 2025.04.18 21:40:58.270643 [ 200 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 4419 | 2025.04.18 21:40:58.270828 [ 255 ] {4f91e3cf-f2b5-4df1-ad77-880439e37be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4420 | 2025.04.18 21:40:58.270940 [ 255 ] {4f91e3cf-f2b5-4df1-ad77-880439e37be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4421 | 2025.04.18 21:40:58.270969 [ 200 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4422 | 2025.04.18 21:40:58.271076 [ 200 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1844 rows starting from the beginning of the part | ||
| 4423 | 2025.04.18 21:40:58.271410 [ 200 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 617 rows starting from the beginning of the part | ||
| 4424 | 2025.04.18 21:40:58.271921 [ 200 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 142 rows starting from the beginning of the part | ||
| 4425 | 2025.04.18 21:40:58.272287 [ 200 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 617 rows starting from the beginning of the part | ||
| 4426 | 2025.04.18 21:40:58.272514 [ 200 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 136 rows starting from the beginning of the part | ||
| 4427 | 2025.04.18 21:40:58.272914 [ 200 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1759 rows starting from the beginning of the part | ||
| 4428 | 2025.04.18 21:40:58.273614 [ 255 ] {4f91e3cf-f2b5-4df1-ad77-880439e37be2} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4429 | 2025.04.18 21:40:58.273670 [ 255 ] {4f91e3cf-f2b5-4df1-ad77-880439e37be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4430 | 2025.04.18 21:40:58.274465 [ 255 ] {4f91e3cf-f2b5-4df1-ad77-880439e37be2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4431 | 2025.04.18 21:40:58.274978 [ 255 ] {4f91e3cf-f2b5-4df1-ad77-880439e37be2} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4432 | 2025.04.18 21:40:58.275453 [ 255 ] {4f91e3cf-f2b5-4df1-ad77-880439e37be2} <Debug> executeQuery: Read 110 rows, 6.67 KiB in 0.004682 sec., 23494.233233660827 rows/sec., 1.39 MiB/sec. | ||
| 4433 | 2025.04.18 21:40:58.275617 [ 255 ] {4f91e3cf-f2b5-4df1-ad77-880439e37be2} <Debug> TCPHandler: Processed in 0.005065678 sec. | ||
| 4434 | 2025.04.18 21:40:58.275736 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4435 | 2025.04.18 21:40:58.275864 [ 255 ] {329ea43a-78f9-4719-bd69-6d7571d3a144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4436 | 2025.04.18 21:40:58.275912 [ 255 ] {329ea43a-78f9-4719-bd69-6d7571d3a144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4437 | 2025.04.18 21:40:58.276822 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5115 rows, containing 5 columns (5 merged, 0 gathered) in 0.006283137 sec., 814083.7928569757 rows/sec., 68.75 MiB/sec. | ||
| 4438 | 2025.04.18 21:40:58.277047 [ 255 ] {329ea43a-78f9-4719-bd69-6d7571d3a144} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4439 | 2025.04.18 21:40:58.277108 [ 255 ] {329ea43a-78f9-4719-bd69-6d7571d3a144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4440 | 2025.04.18 21:40:58.277202 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4441 | 2025.04.18 21:40:58.277757 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_31_6} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4442 | 2025.04.18 21:40:58.277821 [ 255 ] {329ea43a-78f9-4719-bd69-6d7571d3a144} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4443 | 2025.04.18 21:40:58.277914 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_31_6} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4444 | 2025.04.18 21:40:58.278098 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 4445 | 2025.04.18 21:40:58.278234 [ 255 ] {329ea43a-78f9-4719-bd69-6d7571d3a144} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4446 | 2025.04.18 21:40:58.278450 [ 255 ] {329ea43a-78f9-4719-bd69-6d7571d3a144} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002617 sec., 130301.87237294612 rows/sec., 8.69 MiB/sec. | ||
| 4447 | 2025.04.18 21:40:58.278511 [ 255 ] {329ea43a-78f9-4719-bd69-6d7571d3a144} <Debug> TCPHandler: Processed in 0.002829365 sec. | ||
| 4448 | 2025.04.18 21:40:58.278626 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4449 | 2025.04.18 21:40:58.278730 [ 255 ] {e843508a-018e-4cb3-91ba-89a809474dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4450 | 2025.04.18 21:40:58.278775 [ 255 ] {e843508a-018e-4cb3-91ba-89a809474dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4451 | 2025.04.18 21:40:58.279324 [ 255 ] {e843508a-018e-4cb3-91ba-89a809474dd4} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4452 | 2025.04.18 21:40:58.279362 [ 255 ] {e843508a-018e-4cb3-91ba-89a809474dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4453 | 2025.04.18 21:40:58.279725 [ 255 ] {e843508a-018e-4cb3-91ba-89a809474dd4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4454 | 2025.04.18 21:40:58.279974 [ 255 ] {e843508a-018e-4cb3-91ba-89a809474dd4} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4455 | 2025.04.18 21:40:58.280178 [ 255 ] {e843508a-018e-4cb3-91ba-89a809474dd4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001469 sec., 76242.3417290674 rows/sec., 4.34 MiB/sec. | ||
| 4456 | 2025.04.18 21:40:58.280229 [ 255 ] {e843508a-018e-4cb3-91ba-89a809474dd4} <Debug> TCPHandler: Processed in 0.001653588 sec. | ||
| 4457 | 2025.04.18 21:40:58.280358 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4458 | 2025.04.18 21:40:58.280463 [ 255 ] {759f7c08-b3ad-4c0a-8ae3-46f6bbd8b37f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4459 | 2025.04.18 21:40:58.280509 [ 255 ] {759f7c08-b3ad-4c0a-8ae3-46f6bbd8b37f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4460 | 2025.04.18 21:40:58.281361 [ 255 ] {759f7c08-b3ad-4c0a-8ae3-46f6bbd8b37f} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4461 | 2025.04.18 21:40:58.281400 [ 255 ] {759f7c08-b3ad-4c0a-8ae3-46f6bbd8b37f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4462 | 2025.04.18 21:40:58.281826 [ 255 ] {759f7c08-b3ad-4c0a-8ae3-46f6bbd8b37f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4463 | 2025.04.18 21:40:58.282071 [ 255 ] {759f7c08-b3ad-4c0a-8ae3-46f6bbd8b37f} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4464 | 2025.04.18 21:40:58.282224 [ 61 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4465 | 2025.04.18 21:40:58.282280 [ 61 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4466 | 2025.04.18 21:40:58.282320 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4467 | 2025.04.18 21:40:58.282320 [ 255 ] {759f7c08-b3ad-4c0a-8ae3-46f6bbd8b37f} <Debug> executeQuery: Read 842 rows, 62.20 KiB in 0.001864 sec., 451716.7381974249 rows/sec., 32.59 MiB/sec. | ||
| 4468 | 2025.04.18 21:40:58.282536 [ 255 ] {759f7c08-b3ad-4c0a-8ae3-46f6bbd8b37f} <Debug> TCPHandler: Processed in 0.002220122 sec. | ||
| 4469 | 2025.04.18 21:40:58.282604 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 4470 | 2025.04.18 21:40:58.282700 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4471 | 2025.04.18 21:40:58.282788 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4472 | 2025.04.18 21:40:58.282867 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 910 rows starting from the beginning of the part | ||
| 4473 | 2025.04.18 21:40:58.282904 [ 255 ] {040a3f49-8113-46e0-9f67-cf99bbfff991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4474 | 2025.04.18 21:40:58.283069 [ 255 ] {040a3f49-8113-46e0-9f67-cf99bbfff991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4475 | 2025.04.18 21:40:58.283238 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 382 rows starting from the beginning of the part | ||
| 4476 | 2025.04.18 21:40:58.283592 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 116 rows starting from the beginning of the part | ||
| 4477 | 2025.04.18 21:40:58.283922 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 382 rows starting from the beginning of the part | ||
| 4478 | 2025.04.18 21:40:58.284338 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 104 rows starting from the beginning of the part | ||
| 4479 | 2025.04.18 21:40:58.284677 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 842 rows starting from the beginning of the part | ||
| 4480 | 2025.04.18 21:40:58.285450 [ 255 ] {040a3f49-8113-46e0-9f67-cf99bbfff991} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4481 | 2025.04.18 21:40:58.285515 [ 255 ] {040a3f49-8113-46e0-9f67-cf99bbfff991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4482 | 2025.04.18 21:40:58.286451 [ 255 ] {040a3f49-8113-46e0-9f67-cf99bbfff991} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4483 | 2025.04.18 21:40:58.286952 [ 255 ] {040a3f49-8113-46e0-9f67-cf99bbfff991} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4484 | 2025.04.18 21:40:58.287294 [ 255 ] {040a3f49-8113-46e0-9f67-cf99bbfff991} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004436 sec., 1352.569882777277 rows/sec., 70.67 KiB/sec. | ||
| 4485 | 2025.04.18 21:40:58.287579 [ 255 ] {040a3f49-8113-46e0-9f67-cf99bbfff991} <Debug> TCPHandler: Processed in 0.004940985 sec. | ||
| 4486 | 2025.04.18 21:40:58.287925 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4487 | 2025.04.18 21:40:58.287957 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2736 rows, containing 5 columns (5 merged, 0 gathered) in 0.005536609 sec., 494165.2914265754 rows/sec., 37.63 MiB/sec. | ||
| 4488 | 2025.04.18 21:40:58.288076 [ 255 ] {1938a71b-b24a-4406-9bd6-ac1e93b51e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4489 | 2025.04.18 21:40:58.288155 [ 255 ] {1938a71b-b24a-4406-9bd6-ac1e93b51e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4490 | 2025.04.18 21:40:58.288257 [ 200 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4491 | 2025.04.18 21:40:58.288866 [ 200 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_31_6} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4492 | 2025.04.18 21:40:58.289009 [ 200 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_31_6} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4493 | 2025.04.18 21:40:58.289172 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 4494 | 2025.04.18 21:40:58.289439 [ 255 ] {1938a71b-b24a-4406-9bd6-ac1e93b51e80} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4495 | 2025.04.18 21:40:58.289483 [ 255 ] {1938a71b-b24a-4406-9bd6-ac1e93b51e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4496 | 2025.04.18 21:40:58.289937 [ 255 ] {1938a71b-b24a-4406-9bd6-ac1e93b51e80} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4497 | 2025.04.18 21:40:58.290180 [ 255 ] {1938a71b-b24a-4406-9bd6-ac1e93b51e80} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4498 | 2025.04.18 21:40:58.290344 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4499 | 2025.04.18 21:40:58.290395 [ 255 ] {1938a71b-b24a-4406-9bd6-ac1e93b51e80} <Debug> executeQuery: Read 959 rows, 65.26 KiB in 0.002343 sec., 409304.3107127614 rows/sec., 27.20 MiB/sec. | ||
| 4500 | 2025.04.18 21:40:58.290401 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4501 | 2025.04.18 21:40:58.290476 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4502 | 2025.04.18 21:40:58.290533 [ 255 ] {1938a71b-b24a-4406-9bd6-ac1e93b51e80} <Debug> TCPHandler: Processed in 0.002707153 sec. | ||
| 4503 | 2025.04.18 21:40:58.290664 [ 190 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 4504 | 2025.04.18 21:40:58.290689 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4505 | 2025.04.18 21:40:58.290805 [ 190 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4506 | 2025.04.18 21:40:58.290822 [ 255 ] {74317edd-516d-4b21-b2d8-8f6d0c5b84aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4507 | 2025.04.18 21:40:58.290846 [ 190 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8488 rows starting from the beginning of the part | ||
| 4508 | 2025.04.18 21:40:58.290880 [ 255 ] {74317edd-516d-4b21-b2d8-8f6d0c5b84aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4509 | 2025.04.18 21:40:58.291139 [ 190 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
| 4510 | 2025.04.18 21:40:58.291535 [ 190 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 166 rows starting from the beginning of the part | ||
| 4511 | 2025.04.18 21:40:58.291954 [ 190 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part | ||
| 4512 | 2025.04.18 21:40:58.292346 [ 190 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4513 | 2025.04.18 21:40:58.292470 [ 190 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 959 rows starting from the beginning of the part | ||
| 4514 | 2025.04.18 21:40:58.293167 [ 255 ] {74317edd-516d-4b21-b2d8-8f6d0c5b84aa} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4515 | 2025.04.18 21:40:58.293208 [ 255 ] {74317edd-516d-4b21-b2d8-8f6d0c5b84aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4516 | 2025.04.18 21:40:58.293635 [ 255 ] {74317edd-516d-4b21-b2d8-8f6d0c5b84aa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4517 | 2025.04.18 21:40:58.293923 [ 255 ] {74317edd-516d-4b21-b2d8-8f6d0c5b84aa} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4518 | 2025.04.18 21:40:58.294333 [ 255 ] {74317edd-516d-4b21-b2d8-8f6d0c5b84aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003531 sec., 283.2058906825262 rows/sec., 19.08 KiB/sec. | ||
| 4519 | 2025.04.18 21:40:58.294680 [ 255 ] {74317edd-516d-4b21-b2d8-8f6d0c5b84aa} <Debug> TCPHandler: Processed in 0.004046414 sec. | ||
| 4520 | 2025.04.18 21:40:58.294938 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4521 | 2025.04.18 21:40:58.295084 [ 255 ] {aa8a9df5-963e-4c9e-8404-e5acd79e24ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4522 | 2025.04.18 21:40:58.295147 [ 255 ] {aa8a9df5-963e-4c9e-8404-e5acd79e24ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4523 | 2025.04.18 21:40:58.295705 [ 255 ] {aa8a9df5-963e-4c9e-8404-e5acd79e24ca} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4524 | 2025.04.18 21:40:58.295742 [ 255 ] {aa8a9df5-963e-4c9e-8404-e5acd79e24ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4525 | 2025.04.18 21:40:58.296173 [ 255 ] {aa8a9df5-963e-4c9e-8404-e5acd79e24ca} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4526 | 2025.04.18 21:40:58.296777 [ 255 ] {aa8a9df5-963e-4c9e-8404-e5acd79e24ca} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4527 | 2025.04.18 21:40:58.296965 [ 61 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4528 | 2025.04.18 21:40:58.297025 [ 255 ] {aa8a9df5-963e-4c9e-8404-e5acd79e24ca} <Debug> executeQuery: Read 36 rows, 2.15 KiB in 0.001972 sec., 18255.57809330629 rows/sec., 1.06 MiB/sec. | ||
| 4529 | 2025.04.18 21:40:58.297026 [ 61 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4530 | 2025.04.18 21:40:58.297115 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4531 | 2025.04.18 21:40:58.297161 [ 255 ] {aa8a9df5-963e-4c9e-8404-e5acd79e24ca} <Debug> TCPHandler: Processed in 0.002279413 sec. | ||
| 4532 | 2025.04.18 21:40:58.297389 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 4533 | 2025.04.18 21:40:58.297518 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4534 | 2025.04.18 21:40:58.297559 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1536 rows starting from the beginning of the part | ||
| 4535 | 2025.04.18 21:40:58.297939 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
| 4536 | 2025.04.18 21:40:58.298362 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 4537 | 2025.04.18 21:40:58.298608 [ 190 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10247 rows, containing 5 columns (5 merged, 0 gathered) in 0.008017457 sec., 1278086.0564640383 rows/sec., 86.26 MiB/sec. | ||
| 4538 | 2025.04.18 21:40:58.298646 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part | ||
| 4539 | 2025.04.18 21:40:58.298819 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4540 | 2025.04.18 21:40:58.299105 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part | ||
| 4541 | 2025.04.18 21:40:58.299112 [ 190 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4542 | 2025.04.18 21:40:58.299981 [ 190 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4543 | 2025.04.18 21:40:58.300181 [ 190 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4544 | 2025.04.18 21:40:58.300302 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 4545 | 2025.04.18 21:40:58.301079 [ 192 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1856 rows, containing 4 columns (4 merged, 0 gathered) in 0.003800738 sec., 488326.21454043925 rows/sec., 31.95 MiB/sec. | ||
| 4546 | 2025.04.18 21:40:58.301410 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4547 | 2025.04.18 21:40:58.301800 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_31_6} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4548 | 2025.04.18 21:40:58.301898 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_31_6} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4549 | 2025.04.18 21:40:58.301995 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4550 | 2025.04.18 21:41:01.829852 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4551 | 2025.04.18 21:41:01.830063 [ 255 ] {163abb30-f4b0-40e0-a89f-dceef7048a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4552 | 2025.04.18 21:41:01.830138 [ 255 ] {163abb30-f4b0-40e0-a89f-dceef7048a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4553 | 2025.04.18 21:41:01.830905 [ 255 ] {163abb30-f4b0-40e0-a89f-dceef7048a68} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4554 | 2025.04.18 21:41:01.830957 [ 255 ] {163abb30-f4b0-40e0-a89f-dceef7048a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4555 | 2025.04.18 21:41:01.831400 [ 255 ] {163abb30-f4b0-40e0-a89f-dceef7048a68} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4556 | 2025.04.18 21:41:01.831669 [ 255 ] {163abb30-f4b0-40e0-a89f-dceef7048a68} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4557 | 2025.04.18 21:41:01.831891 [ 255 ] {163abb30-f4b0-40e0-a89f-dceef7048a68} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001883 sec., 29739.776951672862 rows/sec., 2.27 MiB/sec. | ||
| 4558 | 2025.04.18 21:41:01.831946 [ 255 ] {163abb30-f4b0-40e0-a89f-dceef7048a68} <Debug> TCPHandler: Processed in 0.002237512 sec. | ||
| 4559 | 2025.04.18 21:41:01.832072 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4560 | 2025.04.18 21:41:01.832177 [ 255 ] {3be6db27-39c6-427c-ba76-885765dc454c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4561 | 2025.04.18 21:41:01.832222 [ 255 ] {3be6db27-39c6-427c-ba76-885765dc454c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4562 | 2025.04.18 21:41:01.832773 [ 255 ] {3be6db27-39c6-427c-ba76-885765dc454c} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4563 | 2025.04.18 21:41:01.832812 [ 255 ] {3be6db27-39c6-427c-ba76-885765dc454c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4564 | 2025.04.18 21:41:01.833174 [ 255 ] {3be6db27-39c6-427c-ba76-885765dc454c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4565 | 2025.04.18 21:41:01.833437 [ 255 ] {3be6db27-39c6-427c-ba76-885765dc454c} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4566 | 2025.04.18 21:41:01.833635 [ 255 ] {3be6db27-39c6-427c-ba76-885765dc454c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00148 sec., 43243.24324324325 rows/sec., 3.38 MiB/sec. | ||
| 4567 | 2025.04.18 21:41:01.833686 [ 255 ] {3be6db27-39c6-427c-ba76-885765dc454c} <Debug> TCPHandler: Processed in 0.001664009 sec. | ||
| 4568 | 2025.04.18 21:41:01.833803 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4569 | 2025.04.18 21:41:01.833907 [ 255 ] {9e428843-5c02-404a-9dd9-38f60e8376c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4570 | 2025.04.18 21:41:01.833957 [ 255 ] {9e428843-5c02-404a-9dd9-38f60e8376c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4571 | 2025.04.18 21:41:01.834456 [ 255 ] {9e428843-5c02-404a-9dd9-38f60e8376c8} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4572 | 2025.04.18 21:41:01.834494 [ 255 ] {9e428843-5c02-404a-9dd9-38f60e8376c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4573 | 2025.04.18 21:41:01.834872 [ 255 ] {9e428843-5c02-404a-9dd9-38f60e8376c8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4574 | 2025.04.18 21:41:01.835109 [ 255 ] {9e428843-5c02-404a-9dd9-38f60e8376c8} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4575 | 2025.04.18 21:41:01.835297 [ 255 ] {9e428843-5c02-404a-9dd9-38f60e8376c8} <Debug> executeQuery: Read 126 rows, 8.98 KiB in 0.001412 sec., 89235.12747875354 rows/sec., 6.21 MiB/sec. | ||
| 4576 | 2025.04.18 21:41:01.835345 [ 255 ] {9e428843-5c02-404a-9dd9-38f60e8376c8} <Debug> TCPHandler: Processed in 0.001593718 sec. | ||
| 4577 | 2025.04.18 21:41:01.835463 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4578 | 2025.04.18 21:41:01.835566 [ 255 ] {63bc3403-fe5a-4778-b14b-b52659085108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4579 | 2025.04.18 21:41:01.835611 [ 255 ] {63bc3403-fe5a-4778-b14b-b52659085108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4580 | 2025.04.18 21:41:01.836012 [ 255 ] {63bc3403-fe5a-4778-b14b-b52659085108} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4581 | 2025.04.18 21:41:01.836051 [ 255 ] {63bc3403-fe5a-4778-b14b-b52659085108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4582 | 2025.04.18 21:41:01.836403 [ 255 ] {63bc3403-fe5a-4778-b14b-b52659085108} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4583 | 2025.04.18 21:41:01.836646 [ 255 ] {63bc3403-fe5a-4778-b14b-b52659085108} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4584 | 2025.04.18 21:41:01.836839 [ 255 ] {63bc3403-fe5a-4778-b14b-b52659085108} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.001294 sec., 35548.686244204015 rows/sec., 2.40 MiB/sec. | ||
| 4585 | 2025.04.18 21:41:01.836887 [ 255 ] {63bc3403-fe5a-4778-b14b-b52659085108} <Debug> TCPHandler: Processed in 0.001475194 sec. | ||
| 4586 | 2025.04.18 21:41:02.356447 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4587 | 2025.04.18 21:41:02.357104 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4588 | 2025.04.18 21:41:02.357160 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4589 | 2025.04.18 21:41:02.357703 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4590 | 2025.04.18 21:41:02.357964 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4591 | 2025.04.18 21:41:02.358213 [ 76 ] {} <Debug> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4592 | 2025.04.18 21:41:02.358223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4593 | 2025.04.18 21:41:02.358308 [ 76 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4594 | 2025.04.18 21:41:02.358339 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4595 | 2025.04.18 21:41:02.358459 [ 200 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::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 | ||
| 4596 | 2025.04.18 21:41:02.358556 [ 200 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4597 | 2025.04.18 21:41:02.358591 [ 200 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part | ||
| 4598 | 2025.04.18 21:41:02.358663 [ 200 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 4599 | 2025.04.18 21:41:02.358839 [ 200 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 4600 | 2025.04.18 21:41:02.359053 [ 200 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 4601 | 2025.04.18 21:41:02.359299 [ 200 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 4602 | 2025.04.18 21:41:02.359447 [ 200 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 4603 | 2025.04.18 21:41:02.361779 [ 192 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003369988 sec., 2878051.7912823427 rows/sec., 41.17 MiB/sec. | ||
| 4604 | 2025.04.18 21:41:02.362099 [ 192 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4605 | 2025.04.18 21:41:02.362452 [ 192 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_21_4} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4606 | 2025.04.18 21:41:02.362551 [ 192 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_21_4} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4607 | 2025.04.18 21:41:02.362667 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4608 | 2025.04.18 21:41:03.024522 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4609 | 2025.04.18 21:41:03.046202 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2025.04.18 21:41:03.046275 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4611 | 2025.04.18 21:41:03.054115 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4612 | 2025.04.18 21:41:03.054909 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4613 | 2025.04.18 21:41:03.055338 [ 76 ] {} <Debug> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4614 | 2025.04.18 21:41:03.055464 [ 76 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4615 | 2025.04.18 21:41:03.055543 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4616 | 2025.04.18 21:41:03.056014 [ 196 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::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 | ||
| 4617 | 2025.04.18 21:41:03.070531 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4618 | 2025.04.18 21:41:03.072106 [ 196 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4619 | 2025.04.18 21:41:03.073306 [ 196 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part | ||
| 4620 | 2025.04.18 21:41:03.078301 [ 196 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
| 4621 | 2025.04.18 21:41:03.083607 [ 196 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part | ||
| 4622 | 2025.04.18 21:41:03.089058 [ 196 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part | ||
| 4623 | 2025.04.18 21:41:03.094899 [ 196 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part | ||
| 4624 | 2025.04.18 21:41:03.099561 [ 196 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
| 4625 | 2025.04.18 21:41:03.157057 [ 196 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.101346469 sec., 1568.8755767110151 rows/sec., 8.11 MiB/sec. | ||
| 4626 | 2025.04.18 21:41:03.158550 [ 196 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4627 | 2025.04.18 21:41:03.160794 [ 196 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_21_4} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4628 | 2025.04.18 21:41:03.160889 [ 196 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_21_4} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4629 | 2025.04.18 21:41:03.162039 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 4630 | 2025.04.18 21:41:04.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.13 MiB, peak 193.67 MiB, free memory in arenas 0.00 B, will set to 185.30 MiB (RSS), difference: 2.17 MiB | ||
| 4631 | 2025.04.18 21:41:04.882668 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 650 | ||
| 4632 | 2025.04.18 21:41:04.885946 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4633 | 2025.04.18 21:41:04.885998 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4634 | 2025.04.18 21:41:04.887675 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4635 | 2025.04.18 21:41:04.887994 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4636 | 2025.04.18 21:41:04.888512 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 650 | ||
| 4637 | 2025.04.18 21:41:06.833263 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4638 | 2025.04.18 21:41:06.833474 [ 255 ] {d2e0aed2-43de-4449-883a-93172c3f11e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4639 | 2025.04.18 21:41:06.833553 [ 255 ] {d2e0aed2-43de-4449-883a-93172c3f11e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4640 | 2025.04.18 21:41:06.834460 [ 255 ] {d2e0aed2-43de-4449-883a-93172c3f11e4} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4641 | 2025.04.18 21:41:06.834511 [ 255 ] {d2e0aed2-43de-4449-883a-93172c3f11e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4642 | 2025.04.18 21:41:06.834958 [ 255 ] {d2e0aed2-43de-4449-883a-93172c3f11e4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4643 | 2025.04.18 21:41:06.835236 [ 255 ] {d2e0aed2-43de-4449-883a-93172c3f11e4} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4644 | 2025.04.18 21:41:06.835499 [ 255 ] {d2e0aed2-43de-4449-883a-93172c3f11e4} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002074 sec., 65573.77049180328 rows/sec., 5.65 MiB/sec. | ||
| 4645 | 2025.04.18 21:41:06.835688 [ 255 ] {d2e0aed2-43de-4449-883a-93172c3f11e4} <Debug> TCPHandler: Processed in 0.00256408 sec. | ||
| 4646 | 2025.04.18 21:41:06.835889 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4647 | 2025.04.18 21:41:06.835991 [ 255 ] {78f6019d-2f44-46ac-b3c6-b6d92fe0a978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4648 | 2025.04.18 21:41:06.836036 [ 255 ] {78f6019d-2f44-46ac-b3c6-b6d92fe0a978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4649 | 2025.04.18 21:41:06.836597 [ 255 ] {78f6019d-2f44-46ac-b3c6-b6d92fe0a978} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4650 | 2025.04.18 21:41:06.836635 [ 255 ] {78f6019d-2f44-46ac-b3c6-b6d92fe0a978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4651 | 2025.04.18 21:41:06.836988 [ 255 ] {78f6019d-2f44-46ac-b3c6-b6d92fe0a978} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4652 | 2025.04.18 21:41:06.837232 [ 255 ] {78f6019d-2f44-46ac-b3c6-b6d92fe0a978} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4653 | 2025.04.18 21:41:06.837407 [ 73 ] {} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4654 | 2025.04.18 21:41:06.837466 [ 255 ] {78f6019d-2f44-46ac-b3c6-b6d92fe0a978} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001495 sec., 26755.852842809363 rows/sec., 1.96 MiB/sec. | ||
| 4655 | 2025.04.18 21:41:06.837489 [ 73 ] {} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4656 | 2025.04.18 21:41:06.837568 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4657 | 2025.04.18 21:41:06.837599 [ 255 ] {78f6019d-2f44-46ac-b3c6-b6d92fe0a978} <Debug> TCPHandler: Processed in 0.001772521 sec. | ||
| 4658 | 2025.04.18 21:41:06.837827 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 4659 | 2025.04.18 21:41:06.837867 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4660 | 2025.04.18 21:41:06.838050 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4661 | 2025.04.18 21:41:06.838079 [ 255 ] {7e471963-b0f5-4586-adce-0760819b71a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4662 | 2025.04.18 21:41:06.838105 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 160 rows starting from the beginning of the part | ||
| 4663 | 2025.04.18 21:41:06.838161 [ 255 ] {7e471963-b0f5-4586-adce-0760819b71a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4664 | 2025.04.18 21:41:06.838440 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 52 rows starting from the beginning of the part | ||
| 4665 | 2025.04.18 21:41:06.838778 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 106 rows starting from the beginning of the part | ||
| 4666 | 2025.04.18 21:41:06.839090 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part | ||
| 4667 | 2025.04.18 21:41:06.839518 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 110 rows starting from the beginning of the part | ||
| 4668 | 2025.04.18 21:41:06.839797 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part | ||
| 4669 | 2025.04.18 21:41:06.841276 [ 255 ] {7e471963-b0f5-4586-adce-0760819b71a6} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4670 | 2025.04.18 21:41:06.841355 [ 255 ] {7e471963-b0f5-4586-adce-0760819b71a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4671 | 2025.04.18 21:41:06.842523 [ 255 ] {7e471963-b0f5-4586-adce-0760819b71a6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4672 | 2025.04.18 21:41:06.842957 [ 197 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 5 columns (5 merged, 0 gathered) in 0.005249502 sec., 96771.08419046226 rows/sec., 6.56 MiB/sec. | ||
| 4673 | 2025.04.18 21:41:06.843011 [ 255 ] {7e471963-b0f5-4586-adce-0760819b71a6} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4674 | 2025.04.18 21:41:06.843293 [ 197 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4675 | 2025.04.18 21:41:06.843377 [ 255 ] {7e471963-b0f5-4586-adce-0760819b71a6} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005339 sec., 19479.303240307174 rows/sec., 1.52 MiB/sec. | ||
| 4676 | 2025.04.18 21:41:06.843490 [ 255 ] {7e471963-b0f5-4586-adce-0760819b71a6} <Debug> TCPHandler: Processed in 0.005699153 sec. | ||
| 4677 | 2025.04.18 21:41:06.843699 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4678 | 2025.04.18 21:41:06.843838 [ 197 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_26_5} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4679 | 2025.04.18 21:41:06.843874 [ 255 ] {73ad3491-f6c4-4da0-bb3a-b11a469ea944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4680 | 2025.04.18 21:41:06.844009 [ 255 ] {73ad3491-f6c4-4da0-bb3a-b11a469ea944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4681 | 2025.04.18 21:41:06.844066 [ 197 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_26_5} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4682 | 2025.04.18 21:41:06.844329 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4683 | 2025.04.18 21:41:06.844802 [ 255 ] {73ad3491-f6c4-4da0-bb3a-b11a469ea944} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4684 | 2025.04.18 21:41:06.844845 [ 255 ] {73ad3491-f6c4-4da0-bb3a-b11a469ea944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4685 | 2025.04.18 21:41:06.845242 [ 255 ] {73ad3491-f6c4-4da0-bb3a-b11a469ea944} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4686 | 2025.04.18 21:41:06.845483 [ 255 ] {73ad3491-f6c4-4da0-bb3a-b11a469ea944} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4687 | 2025.04.18 21:41:06.845683 [ 255 ] {73ad3491-f6c4-4da0-bb3a-b11a469ea944} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001862 sec., 85929.10848549947 rows/sec., 5.98 MiB/sec. | ||
| 4688 | 2025.04.18 21:41:06.845735 [ 255 ] {73ad3491-f6c4-4da0-bb3a-b11a469ea944} <Debug> TCPHandler: Processed in 0.002109709 sec. | ||
| 4689 | 2025.04.18 21:41:06.845843 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4690 | 2025.04.18 21:41:06.845944 [ 255 ] {35d7a349-0a11-4bec-beae-c4450adb5174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4691 | 2025.04.18 21:41:06.846011 [ 255 ] {35d7a349-0a11-4bec-beae-c4450adb5174} <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 | ||
| 4692 | 2025.04.18 21:41:06.847121 [ 255 ] {35d7a349-0a11-4bec-beae-c4450adb5174} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4693 | 2025.04.18 21:41:06.847159 [ 255 ] {35d7a349-0a11-4bec-beae-c4450adb5174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4694 | 2025.04.18 21:41:06.847839 [ 255 ] {35d7a349-0a11-4bec-beae-c4450adb5174} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4695 | 2025.04.18 21:41:06.848092 [ 255 ] {35d7a349-0a11-4bec-beae-c4450adb5174} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4696 | 2025.04.18 21:41:06.848382 [ 255 ] {35d7a349-0a11-4bec-beae-c4450adb5174} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00245 sec., 16326.530612244898 rows/sec., 29.26 MiB/sec. | ||
| 4697 | 2025.04.18 21:41:06.848643 [ 255 ] {35d7a349-0a11-4bec-beae-c4450adb5174} <Debug> TCPHandler: Processed in 0.002847486 sec. | ||
| 4698 | 2025.04.18 21:41:06.848759 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4699 | 2025.04.18 21:41:06.848862 [ 255 ] {7ab35f67-6551-4741-a6e9-cf9c4ee4c199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4700 | 2025.04.18 21:41:06.848906 [ 255 ] {7ab35f67-6551-4741-a6e9-cf9c4ee4c199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4701 | 2025.04.18 21:41:06.849338 [ 255 ] {7ab35f67-6551-4741-a6e9-cf9c4ee4c199} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4702 | 2025.04.18 21:41:06.849377 [ 255 ] {7ab35f67-6551-4741-a6e9-cf9c4ee4c199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4703 | 2025.04.18 21:41:06.849730 [ 255 ] {7ab35f67-6551-4741-a6e9-cf9c4ee4c199} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4704 | 2025.04.18 21:41:06.849964 [ 255 ] {7ab35f67-6551-4741-a6e9-cf9c4ee4c199} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4705 | 2025.04.18 21:41:06.850200 [ 255 ] {7ab35f67-6551-4741-a6e9-cf9c4ee4c199} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
| 4706 | 2025.04.18 21:41:06.850365 [ 255 ] {7ab35f67-6551-4741-a6e9-cf9c4ee4c199} <Debug> TCPHandler: Processed in 0.001650678 sec. | ||
| 4707 | 2025.04.18 21:41:09.731580 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4708 | 2025.04.18 21:41:09.731643 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4709 | 2025.04.18 21:41:09.859347 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4710 | 2025.04.18 21:41:09.859967 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4711 | 2025.04.18 21:41:09.860018 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4712 | 2025.04.18 21:41:09.860577 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4713 | 2025.04.18 21:41:09.860868 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4714 | 2025.04.18 21:41:09.861201 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4715 | 2025.04.18 21:41:10.571546 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4716 | 2025.04.18 21:41:10.590231 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4717 | 2025.04.18 21:41:10.590299 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4718 | 2025.04.18 21:41:10.597188 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4719 | 2025.04.18 21:41:10.597994 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4720 | 2025.04.18 21:41:10.601914 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4721 | 2025.04.18 21:41:10.898496 [ 68 ] {} <Debug> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4722 | 2025.04.18 21:41:10.898561 [ 68 ] {} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4723 | 2025.04.18 21:41:10.898582 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4724 | 2025.04.18 21:41:10.898771 [ 187 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::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 | ||
| 4725 | 2025.04.18 21:41:10.898959 [ 187 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4726 | 2025.04.18 21:41:10.899002 [ 187 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 4727 | 2025.04.18 21:41:10.899107 [ 187 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 4728 | 2025.04.18 21:41:10.899197 [ 187 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4729 | 2025.04.18 21:41:10.899460 [ 187 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 4730 | 2025.04.18 21:41:10.899606 [ 187 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 4731 | 2025.04.18 21:41:10.900521 [ 198 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.001861154 sec., 16119.031525601857 rows/sec., 1.35 MiB/sec. | ||
| 4732 | 2025.04.18 21:41:10.900733 [ 188 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4733 | 2025.04.18 21:41:10.901064 [ 188 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_5_1} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4734 | 2025.04.18 21:41:10.901149 [ 188 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_5_1} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4735 | 2025.04.18 21:41:10.901249 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4736 | 2025.04.18 21:41:11.837963 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4737 | 2025.04.18 21:41:11.838151 [ 255 ] {ac6f4348-d2dd-4a51-9285-a00bdbe17e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4738 | 2025.04.18 21:41:11.838224 [ 255 ] {ac6f4348-d2dd-4a51-9285-a00bdbe17e1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4739 | 2025.04.18 21:41:11.839070 [ 255 ] {ac6f4348-d2dd-4a51-9285-a00bdbe17e1b} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4740 | 2025.04.18 21:41:11.839114 [ 255 ] {ac6f4348-d2dd-4a51-9285-a00bdbe17e1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4741 | 2025.04.18 21:41:11.839555 [ 255 ] {ac6f4348-d2dd-4a51-9285-a00bdbe17e1b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4742 | 2025.04.18 21:41:11.839814 [ 255 ] {ac6f4348-d2dd-4a51-9285-a00bdbe17e1b} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4743 | 2025.04.18 21:41:11.839961 [ 66 ] {} <Debug> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4744 | 2025.04.18 21:41:11.840009 [ 255 ] {ac6f4348-d2dd-4a51-9285-a00bdbe17e1b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001907 sec., 111169.37598321971 rows/sec., 7.07 MiB/sec. | ||
| 4745 | 2025.04.18 21:41:11.840013 [ 66 ] {} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4746 | 2025.04.18 21:41:11.840062 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4747 | 2025.04.18 21:41:11.840094 [ 255 ] {ac6f4348-d2dd-4a51-9285-a00bdbe17e1b} <Debug> TCPHandler: Processed in 0.002260483 sec. | ||
| 4748 | 2025.04.18 21:41:11.840365 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4749 | 2025.04.18 21:41:11.840456 [ 187 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 4750 | 2025.04.18 21:41:11.840624 [ 255 ] {58728048-3cc5-4f99-9470-aea19bbb6da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4751 | 2025.04.18 21:41:11.840735 [ 255 ] {58728048-3cc5-4f99-9470-aea19bbb6da7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4752 | 2025.04.18 21:41:11.840774 [ 187 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4753 | 2025.04.18 21:41:11.840883 [ 187 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 212 rows starting from the beginning of the part | ||
| 4754 | 2025.04.18 21:41:11.841182 [ 187 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part | ||
| 4755 | 2025.04.18 21:41:11.841557 [ 187 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part | ||
| 4756 | 2025.04.18 21:41:11.841879 [ 187 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part | ||
| 4757 | 2025.04.18 21:41:11.842242 [ 187 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part | ||
| 4758 | 2025.04.18 21:41:11.843911 [ 255 ] {58728048-3cc5-4f99-9470-aea19bbb6da7} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4759 | 2025.04.18 21:41:11.843990 [ 255 ] {58728048-3cc5-4f99-9470-aea19bbb6da7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4760 | 2025.04.18 21:41:11.844786 [ 198 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004565797 sec., 232161.00058763017 rows/sec., 15.65 MiB/sec. | ||
| 4761 | 2025.04.18 21:41:11.844941 [ 255 ] {58728048-3cc5-4f99-9470-aea19bbb6da7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4762 | 2025.04.18 21:41:11.845023 [ 186 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4763 | 2025.04.18 21:41:11.845257 [ 255 ] {58728048-3cc5-4f99-9470-aea19bbb6da7} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4764 | 2025.04.18 21:41:11.845489 [ 186 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_13_3} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4765 | 2025.04.18 21:41:11.845506 [ 255 ] {58728048-3cc5-4f99-9470-aea19bbb6da7} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.00495 sec., 124646.46464646464 rows/sec., 9.74 MiB/sec. | ||
| 4766 | 2025.04.18 21:41:11.845613 [ 255 ] {58728048-3cc5-4f99-9470-aea19bbb6da7} <Debug> TCPHandler: Processed in 0.005378815 sec. | ||
| 4767 | 2025.04.18 21:41:11.845643 [ 186 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_13_3} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4768 | 2025.04.18 21:41:11.845749 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4769 | 2025.04.18 21:41:11.845762 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4770 | 2025.04.18 21:41:11.845860 [ 255 ] {213f3e8d-11fc-495d-9629-a68e146e81c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4771 | 2025.04.18 21:41:11.845907 [ 255 ] {213f3e8d-11fc-495d-9629-a68e146e81c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4772 | 2025.04.18 21:41:11.846482 [ 255 ] {213f3e8d-11fc-495d-9629-a68e146e81c1} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4773 | 2025.04.18 21:41:11.846518 [ 255 ] {213f3e8d-11fc-495d-9629-a68e146e81c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4774 | 2025.04.18 21:41:11.846868 [ 255 ] {213f3e8d-11fc-495d-9629-a68e146e81c1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4775 | 2025.04.18 21:41:11.847103 [ 255 ] {213f3e8d-11fc-495d-9629-a68e146e81c1} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4776 | 2025.04.18 21:41:11.847273 [ 255 ] {213f3e8d-11fc-495d-9629-a68e146e81c1} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001437 sec., 73764.78775226166 rows/sec., 4.34 MiB/sec. | ||
| 4777 | 2025.04.18 21:41:11.847322 [ 255 ] {213f3e8d-11fc-495d-9629-a68e146e81c1} <Debug> TCPHandler: Processed in 0.001635898 sec. | ||
| 4778 | 2025.04.18 21:41:11.847438 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4779 | 2025.04.18 21:41:11.847541 [ 255 ] {d0e3ae5e-19f7-483b-ac19-70f9671a7b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4780 | 2025.04.18 21:41:11.847587 [ 255 ] {d0e3ae5e-19f7-483b-ac19-70f9671a7b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4781 | 2025.04.18 21:41:11.848139 [ 255 ] {d0e3ae5e-19f7-483b-ac19-70f9671a7b55} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4782 | 2025.04.18 21:41:11.848175 [ 255 ] {d0e3ae5e-19f7-483b-ac19-70f9671a7b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4783 | 2025.04.18 21:41:11.848520 [ 255 ] {d0e3ae5e-19f7-483b-ac19-70f9671a7b55} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4784 | 2025.04.18 21:41:11.848754 [ 255 ] {d0e3ae5e-19f7-483b-ac19-70f9671a7b55} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4785 | 2025.04.18 21:41:11.848910 [ 255 ] {d0e3ae5e-19f7-483b-ac19-70f9671a7b55} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001391 sec., 81236.52048885693 rows/sec., 5.26 MiB/sec. | ||
| 4786 | 2025.04.18 21:41:11.848959 [ 255 ] {d0e3ae5e-19f7-483b-ac19-70f9671a7b55} <Debug> TCPHandler: Processed in 0.001570856 sec. | ||
| 4787 | 2025.04.18 21:41:11.849074 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4788 | 2025.04.18 21:41:11.849177 [ 255 ] {f99d523c-e433-4432-9d40-baa65bb90f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4789 | 2025.04.18 21:41:11.849222 [ 255 ] {f99d523c-e433-4432-9d40-baa65bb90f1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4790 | 2025.04.18 21:41:11.849767 [ 255 ] {f99d523c-e433-4432-9d40-baa65bb90f1f} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4791 | 2025.04.18 21:41:11.849804 [ 255 ] {f99d523c-e433-4432-9d40-baa65bb90f1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4792 | 2025.04.18 21:41:11.850146 [ 255 ] {f99d523c-e433-4432-9d40-baa65bb90f1f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4793 | 2025.04.18 21:41:11.850392 [ 255 ] {f99d523c-e433-4432-9d40-baa65bb90f1f} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4794 | 2025.04.18 21:41:11.850567 [ 64 ] {} <Debug> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4795 | 2025.04.18 21:41:11.850589 [ 255 ] {f99d523c-e433-4432-9d40-baa65bb90f1f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001422 sec., 78762.30661040788 rows/sec., 4.49 MiB/sec. | ||
| 4796 | 2025.04.18 21:41:11.850652 [ 64 ] {} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4797 | 2025.04.18 21:41:11.850724 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4798 | 2025.04.18 21:41:11.850727 [ 255 ] {f99d523c-e433-4432-9d40-baa65bb90f1f} <Debug> TCPHandler: Processed in 0.001701209 sec. | ||
| 4799 | 2025.04.18 21:41:11.850952 [ 199 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 4800 | 2025.04.18 21:41:11.850968 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4801 | 2025.04.18 21:41:11.851105 [ 199 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4802 | 2025.04.18 21:41:11.851121 [ 255 ] {995a41c5-37d2-47d0-aa92-d6a27929a4ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4803 | 2025.04.18 21:41:11.851143 [ 199 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 112 rows starting from the beginning of the part | ||
| 4804 | 2025.04.18 21:41:11.851178 [ 255 ] {995a41c5-37d2-47d0-aa92-d6a27929a4ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4805 | 2025.04.18 21:41:11.851317 [ 199 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part | ||
| 4806 | 2025.04.18 21:41:11.851611 [ 199 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part | ||
| 4807 | 2025.04.18 21:41:11.852051 [ 199 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part | ||
| 4808 | 2025.04.18 21:41:11.852291 [ 199 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part | ||
| 4809 | 2025.04.18 21:41:11.853313 [ 255 ] {995a41c5-37d2-47d0-aa92-d6a27929a4ce} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4810 | 2025.04.18 21:41:11.853361 [ 255 ] {995a41c5-37d2-47d0-aa92-d6a27929a4ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4811 | 2025.04.18 21:41:11.853793 [ 186 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.002969929 sec., 188556.69613650697 rows/sec., 11.46 MiB/sec. | ||
| 4812 | 2025.04.18 21:41:11.853937 [ 186 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4813 | 2025.04.18 21:41:11.853939 [ 255 ] {995a41c5-37d2-47d0-aa92-d6a27929a4ce} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4814 | 2025.04.18 21:41:11.854254 [ 255 ] {995a41c5-37d2-47d0-aa92-d6a27929a4ce} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4815 | 2025.04.18 21:41:11.854295 [ 186 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_13_3} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4816 | 2025.04.18 21:41:11.854425 [ 186 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_13_3} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4817 | 2025.04.18 21:41:11.854553 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4818 | 2025.04.18 21:41:11.854562 [ 255 ] {995a41c5-37d2-47d0-aa92-d6a27929a4ce} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.003468 sec., 110149.94232987313 rows/sec., 7.77 MiB/sec. | ||
| 4819 | 2025.04.18 21:41:11.854623 [ 255 ] {995a41c5-37d2-47d0-aa92-d6a27929a4ce} <Debug> TCPHandler: Processed in 0.003736187 sec. | ||
| 4820 | 2025.04.18 21:41:11.854740 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4821 | 2025.04.18 21:41:11.854845 [ 255 ] {7c79247c-e639-47e5-a1f6-d97dd1d8521b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4822 | 2025.04.18 21:41:11.854891 [ 255 ] {7c79247c-e639-47e5-a1f6-d97dd1d8521b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4823 | 2025.04.18 21:41:11.855304 [ 255 ] {7c79247c-e639-47e5-a1f6-d97dd1d8521b} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4824 | 2025.04.18 21:41:11.855342 [ 255 ] {7c79247c-e639-47e5-a1f6-d97dd1d8521b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4825 | 2025.04.18 21:41:11.855691 [ 255 ] {7c79247c-e639-47e5-a1f6-d97dd1d8521b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4826 | 2025.04.18 21:41:11.855922 [ 255 ] {7c79247c-e639-47e5-a1f6-d97dd1d8521b} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4827 | 2025.04.18 21:41:11.856180 [ 255 ] {7c79247c-e639-47e5-a1f6-d97dd1d8521b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001355 sec., 4428.044280442804 rows/sec., 231.35 KiB/sec. | ||
| 4828 | 2025.04.18 21:41:11.856376 [ 255 ] {7c79247c-e639-47e5-a1f6-d97dd1d8521b} <Debug> TCPHandler: Processed in 0.00167875 sec. | ||
| 4829 | 2025.04.18 21:41:11.856522 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4830 | 2025.04.18 21:41:11.856657 [ 255 ] {100ac9a2-b857-4e6d-95e1-dd46f7774248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4831 | 2025.04.18 21:41:11.856718 [ 255 ] {100ac9a2-b857-4e6d-95e1-dd46f7774248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4832 | 2025.04.18 21:41:11.857347 [ 255 ] {100ac9a2-b857-4e6d-95e1-dd46f7774248} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4833 | 2025.04.18 21:41:11.857388 [ 255 ] {100ac9a2-b857-4e6d-95e1-dd46f7774248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4834 | 2025.04.18 21:41:11.857784 [ 255 ] {100ac9a2-b857-4e6d-95e1-dd46f7774248} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4835 | 2025.04.18 21:41:11.858021 [ 255 ] {100ac9a2-b857-4e6d-95e1-dd46f7774248} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4836 | 2025.04.18 21:41:11.858225 [ 255 ] {100ac9a2-b857-4e6d-95e1-dd46f7774248} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001598 sec., 148310.38798498124 rows/sec., 9.94 MiB/sec. | ||
| 4837 | 2025.04.18 21:41:11.858278 [ 255 ] {100ac9a2-b857-4e6d-95e1-dd46f7774248} <Debug> TCPHandler: Processed in 0.001820472 sec. | ||
| 4838 | 2025.04.18 21:41:11.858395 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4839 | 2025.04.18 21:41:11.858500 [ 255 ] {d75c6891-3c5e-4859-9482-14695a02d3f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4840 | 2025.04.18 21:41:11.858549 [ 255 ] {d75c6891-3c5e-4859-9482-14695a02d3f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4841 | 2025.04.18 21:41:11.858949 [ 255 ] {d75c6891-3c5e-4859-9482-14695a02d3f1} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4842 | 2025.04.18 21:41:11.858987 [ 255 ] {d75c6891-3c5e-4859-9482-14695a02d3f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4843 | 2025.04.18 21:41:11.859330 [ 255 ] {d75c6891-3c5e-4859-9482-14695a02d3f1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4844 | 2025.04.18 21:41:11.859564 [ 255 ] {d75c6891-3c5e-4859-9482-14695a02d3f1} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4845 | 2025.04.18 21:41:11.859782 [ 255 ] {d75c6891-3c5e-4859-9482-14695a02d3f1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001302 sec., 768.0491551459294 rows/sec., 51.75 KiB/sec. | ||
| 4846 | 2025.04.18 21:41:11.859899 [ 255 ] {d75c6891-3c5e-4859-9482-14695a02d3f1} <Debug> TCPHandler: Processed in 0.001556487 sec. | ||
| 4847 | 2025.04.18 21:41:11.860008 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4848 | 2025.04.18 21:41:11.860109 [ 255 ] {e1b48809-1261-4d9e-817c-20daf7d168f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4849 | 2025.04.18 21:41:11.860156 [ 255 ] {e1b48809-1261-4d9e-817c-20daf7d168f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4850 | 2025.04.18 21:41:11.860590 [ 255 ] {e1b48809-1261-4d9e-817c-20daf7d168f6} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4851 | 2025.04.18 21:41:11.860626 [ 255 ] {e1b48809-1261-4d9e-817c-20daf7d168f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4852 | 2025.04.18 21:41:11.860978 [ 255 ] {e1b48809-1261-4d9e-817c-20daf7d168f6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4853 | 2025.04.18 21:41:11.861207 [ 255 ] {e1b48809-1261-4d9e-817c-20daf7d168f6} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4854 | 2025.04.18 21:41:11.861402 [ 255 ] {e1b48809-1261-4d9e-817c-20daf7d168f6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001314 sec., 62404.8706240487 rows/sec., 3.96 MiB/sec. | ||
| 4855 | 2025.04.18 21:41:11.861451 [ 255 ] {e1b48809-1261-4d9e-817c-20daf7d168f6} <Debug> TCPHandler: Processed in 0.001493225 sec. | ||
| 4856 | 2025.04.18 21:41:14.889668 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 682 | ||
| 4857 | 2025.04.18 21:41:14.892643 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4858 | 2025.04.18 21:41:14.892686 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4859 | 2025.04.18 21:41:14.894154 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4860 | 2025.04.18 21:41:14.894470 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4861 | 2025.04.18 21:41:14.894627 [ 57 ] {} <Debug> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4862 | 2025.04.18 21:41:14.894701 [ 57 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4863 | 2025.04.18 21:41:14.894746 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4864 | 2025.04.18 21:41:14.895298 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::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 | ||
| 4865 | 2025.04.18 21:41:14.896006 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 682 | ||
| 4866 | 2025.04.18 21:41:14.896338 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4867 | 2025.04.18 21:41:14.896459 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 502 rows starting from the beginning of the part | ||
| 4868 | 2025.04.18 21:41:14.897023 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part | ||
| 4869 | 2025.04.18 21:41:14.897514 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part | ||
| 4870 | 2025.04.18 21:41:14.897999 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part | ||
| 4871 | 2025.04.18 21:41:14.898483 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part | ||
| 4872 | 2025.04.18 21:41:14.899051 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part | ||
| 4873 | 2025.04.18 21:41:14.906488 [ 186 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 682 rows, containing 72 columns (72 merged, 0 gathered) in 0.011646571 sec., 58558.008189706656 rows/sec., 50.16 MiB/sec. | ||
| 4874 | 2025.04.18 21:41:14.907826 [ 201 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4875 | 2025.04.18 21:41:14.908690 [ 201 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_16_3} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4876 | 2025.04.18 21:41:14.908810 [ 201 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_16_3} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4877 | 2025.04.18 21:41:14.909176 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
| 4878 | 2025.04.18 21:41:16.834124 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4879 | 2025.04.18 21:41:16.834343 [ 255 ] {d89e9093-af31-4127-970d-4c455f07bbfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4880 | 2025.04.18 21:41:16.834427 [ 255 ] {d89e9093-af31-4127-970d-4c455f07bbfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4881 | 2025.04.18 21:41:16.835132 [ 255 ] {d89e9093-af31-4127-970d-4c455f07bbfa} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4882 | 2025.04.18 21:41:16.835186 [ 255 ] {d89e9093-af31-4127-970d-4c455f07bbfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4883 | 2025.04.18 21:41:16.835643 [ 255 ] {d89e9093-af31-4127-970d-4c455f07bbfa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4884 | 2025.04.18 21:41:16.835893 [ 255 ] {d89e9093-af31-4127-970d-4c455f07bbfa} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4885 | 2025.04.18 21:41:16.836146 [ 255 ] {d89e9093-af31-4127-970d-4c455f07bbfa} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001852 sec., 1079.9136069114472 rows/sec., 88.06 KiB/sec. | ||
| 4886 | 2025.04.18 21:41:16.836267 [ 255 ] {d89e9093-af31-4127-970d-4c455f07bbfa} <Debug> TCPHandler: Processed in 0.002284434 sec. | ||
| 4887 | 2025.04.18 21:41:16.836442 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4888 | 2025.04.18 21:41:16.836547 [ 255 ] {262f775c-b144-4ed8-8eec-17704f0dc4fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4889 | 2025.04.18 21:41:16.836593 [ 255 ] {262f775c-b144-4ed8-8eec-17704f0dc4fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4890 | 2025.04.18 21:41:16.837220 [ 255 ] {262f775c-b144-4ed8-8eec-17704f0dc4fa} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4891 | 2025.04.18 21:41:16.837259 [ 255 ] {262f775c-b144-4ed8-8eec-17704f0dc4fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4892 | 2025.04.18 21:41:16.837626 [ 255 ] {262f775c-b144-4ed8-8eec-17704f0dc4fa} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4893 | 2025.04.18 21:41:16.837863 [ 255 ] {262f775c-b144-4ed8-8eec-17704f0dc4fa} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4894 | 2025.04.18 21:41:16.838065 [ 255 ] {262f775c-b144-4ed8-8eec-17704f0dc4fa} <Debug> executeQuery: Read 137 rows, 12.07 KiB in 0.001542 sec., 88845.65499351492 rows/sec., 7.64 MiB/sec. | ||
| 4895 | 2025.04.18 21:41:16.838116 [ 255 ] {262f775c-b144-4ed8-8eec-17704f0dc4fa} <Debug> TCPHandler: Processed in 0.0017295 sec. | ||
| 4896 | 2025.04.18 21:41:16.838230 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4897 | 2025.04.18 21:41:16.838334 [ 255 ] {274a6ae7-cc30-4002-9eee-80ef1f6df8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4898 | 2025.04.18 21:41:16.838381 [ 255 ] {274a6ae7-cc30-4002-9eee-80ef1f6df8e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4899 | 2025.04.18 21:41:16.838888 [ 255 ] {274a6ae7-cc30-4002-9eee-80ef1f6df8e4} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4900 | 2025.04.18 21:41:16.838927 [ 255 ] {274a6ae7-cc30-4002-9eee-80ef1f6df8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4901 | 2025.04.18 21:41:16.839268 [ 255 ] {274a6ae7-cc30-4002-9eee-80ef1f6df8e4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4902 | 2025.04.18 21:41:16.839503 [ 255 ] {274a6ae7-cc30-4002-9eee-80ef1f6df8e4} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4903 | 2025.04.18 21:41:16.839735 [ 255 ] {274a6ae7-cc30-4002-9eee-80ef1f6df8e4} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001417 sec., 29640.084685956244 rows/sec., 2.17 MiB/sec. | ||
| 4904 | 2025.04.18 21:41:16.839899 [ 255 ] {274a6ae7-cc30-4002-9eee-80ef1f6df8e4} <Debug> TCPHandler: Processed in 0.0017144 sec. | ||
| 4905 | 2025.04.18 21:41:16.840113 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4906 | 2025.04.18 21:41:16.840219 [ 255 ] {da916630-25ee-463c-8934-d84c17d3b675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4907 | 2025.04.18 21:41:16.840266 [ 255 ] {da916630-25ee-463c-8934-d84c17d3b675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4908 | 2025.04.18 21:41:16.840838 [ 255 ] {da916630-25ee-463c-8934-d84c17d3b675} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4909 | 2025.04.18 21:41:16.840877 [ 255 ] {da916630-25ee-463c-8934-d84c17d3b675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4910 | 2025.04.18 21:41:16.841233 [ 255 ] {da916630-25ee-463c-8934-d84c17d3b675} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4911 | 2025.04.18 21:41:16.841492 [ 255 ] {da916630-25ee-463c-8934-d84c17d3b675} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4912 | 2025.04.18 21:41:16.841779 [ 255 ] {da916630-25ee-463c-8934-d84c17d3b675} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001581 sec., 67046.1733080329 rows/sec., 5.24 MiB/sec. | ||
| 4913 | 2025.04.18 21:41:16.841886 [ 255 ] {da916630-25ee-463c-8934-d84c17d3b675} <Debug> TCPHandler: Processed in 0.001847283 sec. | ||
| 4914 | 2025.04.18 21:41:16.842034 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4915 | 2025.04.18 21:41:16.842157 [ 255 ] {ed338aca-aa45-4407-982f-80ec624582af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4916 | 2025.04.18 21:41:16.842209 [ 255 ] {ed338aca-aa45-4407-982f-80ec624582af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4917 | 2025.04.18 21:41:16.842748 [ 255 ] {ed338aca-aa45-4407-982f-80ec624582af} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4918 | 2025.04.18 21:41:16.842786 [ 255 ] {ed338aca-aa45-4407-982f-80ec624582af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4919 | 2025.04.18 21:41:16.843256 [ 255 ] {ed338aca-aa45-4407-982f-80ec624582af} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4920 | 2025.04.18 21:41:16.843491 [ 255 ] {ed338aca-aa45-4407-982f-80ec624582af} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4921 | 2025.04.18 21:41:16.843702 [ 255 ] {ed338aca-aa45-4407-982f-80ec624582af} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001567 sec., 102744.09700063815 rows/sec., 7.16 MiB/sec. | ||
| 4922 | 2025.04.18 21:41:16.843754 [ 255 ] {ed338aca-aa45-4407-982f-80ec624582af} <Debug> TCPHandler: Processed in 0.001805662 sec. | ||
| 4923 | 2025.04.18 21:41:16.843872 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4924 | 2025.04.18 21:41:16.843977 [ 255 ] {89ce5def-98f4-4741-bf53-8d42354490a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4925 | 2025.04.18 21:41:16.844045 [ 255 ] {89ce5def-98f4-4741-bf53-8d42354490a7} <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 | ||
| 4926 | 2025.04.18 21:41:16.845172 [ 255 ] {89ce5def-98f4-4741-bf53-8d42354490a7} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4927 | 2025.04.18 21:41:16.845211 [ 255 ] {89ce5def-98f4-4741-bf53-8d42354490a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4928 | 2025.04.18 21:41:16.845899 [ 255 ] {89ce5def-98f4-4741-bf53-8d42354490a7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4929 | 2025.04.18 21:41:16.846162 [ 255 ] {89ce5def-98f4-4741-bf53-8d42354490a7} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4930 | 2025.04.18 21:41:16.846457 [ 255 ] {89ce5def-98f4-4741-bf53-8d42354490a7} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002498 sec., 16012.81024819856 rows/sec., 28.69 MiB/sec. | ||
| 4931 | 2025.04.18 21:41:16.846798 [ 255 ] {89ce5def-98f4-4741-bf53-8d42354490a7} <Debug> TCPHandler: Processed in 0.002976079 sec. | ||
| 4932 | 2025.04.18 21:41:16.846925 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4933 | 2025.04.18 21:41:16.847030 [ 255 ] {f25d6c96-a6a0-4279-baae-ff2e2aecadd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4934 | 2025.04.18 21:41:16.847079 [ 255 ] {f25d6c96-a6a0-4279-baae-ff2e2aecadd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4935 | 2025.04.18 21:41:16.847530 [ 255 ] {f25d6c96-a6a0-4279-baae-ff2e2aecadd7} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4936 | 2025.04.18 21:41:16.847568 [ 255 ] {f25d6c96-a6a0-4279-baae-ff2e2aecadd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4937 | 2025.04.18 21:41:16.847929 [ 255 ] {f25d6c96-a6a0-4279-baae-ff2e2aecadd7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4938 | 2025.04.18 21:41:16.848187 [ 255 ] {f25d6c96-a6a0-4279-baae-ff2e2aecadd7} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4939 | 2025.04.18 21:41:16.848397 [ 255 ] {f25d6c96-a6a0-4279-baae-ff2e2aecadd7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. | ||
| 4940 | 2025.04.18 21:41:16.848447 [ 255 ] {f25d6c96-a6a0-4279-baae-ff2e2aecadd7} <Debug> TCPHandler: Processed in 0.001574056 sec. | ||
| 4941 | 2025.04.18 21:41:17.361341 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4942 | 2025.04.18 21:41:17.361992 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4943 | 2025.04.18 21:41:17.362030 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4944 | 2025.04.18 21:41:17.362542 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4945 | 2025.04.18 21:41:17.362801 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4946 | 2025.04.18 21:41:17.363025 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4947 | 2025.04.18 21:41:18.101992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4948 | 2025.04.18 21:41:18.121379 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4949 | 2025.04.18 21:41:18.121440 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4950 | 2025.04.18 21:41:18.128855 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4951 | 2025.04.18 21:41:18.129593 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4952 | 2025.04.18 21:41:18.132141 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4953 | 2025.04.18 21:41:21.831459 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4954 | 2025.04.18 21:41:21.831670 [ 255 ] {06db6e52-2fce-4627-9c25-18ac7d1514a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4955 | 2025.04.18 21:41:21.831744 [ 255 ] {06db6e52-2fce-4627-9c25-18ac7d1514a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4956 | 2025.04.18 21:41:21.832498 [ 255 ] {06db6e52-2fce-4627-9c25-18ac7d1514a5} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4957 | 2025.04.18 21:41:21.832545 [ 255 ] {06db6e52-2fce-4627-9c25-18ac7d1514a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4958 | 2025.04.18 21:41:21.833019 [ 255 ] {06db6e52-2fce-4627-9c25-18ac7d1514a5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4959 | 2025.04.18 21:41:21.833282 [ 255 ] {06db6e52-2fce-4627-9c25-18ac7d1514a5} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4960 | 2025.04.18 21:41:21.833498 [ 51 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4961 | 2025.04.18 21:41:21.833543 [ 255 ] {06db6e52-2fce-4627-9c25-18ac7d1514a5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.23 MiB/sec. | ||
| 4962 | 2025.04.18 21:41:21.833594 [ 51 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4963 | 2025.04.18 21:41:21.833664 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4964 | 2025.04.18 21:41:21.833676 [ 255 ] {06db6e52-2fce-4627-9c25-18ac7d1514a5} <Debug> TCPHandler: Processed in 0.002351825 sec. | ||
| 4965 | 2025.04.18 21:41:21.833954 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4966 | 2025.04.18 21:41:21.834049 [ 194 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 4967 | 2025.04.18 21:41:21.834225 [ 255 ] {3ecd8d8a-bd1f-469c-8013-b1e40d115f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4968 | 2025.04.18 21:41:21.834365 [ 255 ] {3ecd8d8a-bd1f-469c-8013-b1e40d115f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4969 | 2025.04.18 21:41:21.834578 [ 194 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4970 | 2025.04.18 21:41:21.834655 [ 194 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1846 rows starting from the beginning of the part | ||
| 4971 | 2025.04.18 21:41:21.834906 [ 194 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 4972 | 2025.04.18 21:41:21.835294 [ 194 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 136 rows starting from the beginning of the part | ||
| 4973 | 2025.04.18 21:41:21.835776 [ 194 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 617 rows starting from the beginning of the part | ||
| 4974 | 2025.04.18 21:41:21.836209 [ 194 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 137 rows starting from the beginning of the part | ||
| 4975 | 2025.04.18 21:41:21.836471 [ 194 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 4976 | 2025.04.18 21:41:21.837349 [ 255 ] {3ecd8d8a-bd1f-469c-8013-b1e40d115f79} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4977 | 2025.04.18 21:41:21.837415 [ 255 ] {3ecd8d8a-bd1f-469c-8013-b1e40d115f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4978 | 2025.04.18 21:41:21.838374 [ 255 ] {3ecd8d8a-bd1f-469c-8013-b1e40d115f79} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4979 | 2025.04.18 21:41:21.838926 [ 255 ] {3ecd8d8a-bd1f-469c-8013-b1e40d115f79} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4980 | 2025.04.18 21:41:21.839208 [ 51 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4981 | 2025.04.18 21:41:21.839305 [ 51 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4982 | 2025.04.18 21:41:21.839379 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4983 | 2025.04.18 21:41:21.839403 [ 255 ] {3ecd8d8a-bd1f-469c-8013-b1e40d115f79} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005254 sec., 12181.195279786829 rows/sec., 973.59 KiB/sec. | ||
| 4984 | 2025.04.18 21:41:21.839737 [ 255 ] {3ecd8d8a-bd1f-469c-8013-b1e40d115f79} <Debug> TCPHandler: Processed in 0.005891797 sec. | ||
| 4985 | 2025.04.18 21:41:21.840083 [ 201 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 4986 | 2025.04.18 21:41:21.840142 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4987 | 2025.04.18 21:41:21.840266 [ 194 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2848 rows, containing 5 columns (5 merged, 0 gathered) in 0.00646898 sec., 440254.8778941966 rows/sec., 37.29 MiB/sec. | ||
| 4988 | 2025.04.18 21:41:21.840466 [ 255 ] {5cc7459d-46f1-4b14-a721-2cadf81be063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4989 | 2025.04.18 21:41:21.840507 [ 201 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4990 | 2025.04.18 21:41:21.840626 [ 255 ] {5cc7459d-46f1-4b14-a721-2cadf81be063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4991 | 2025.04.18 21:41:21.840646 [ 201 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part | ||
| 4992 | 2025.04.18 21:41:21.840690 [ 194 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4993 | 2025.04.18 21:41:21.841320 [ 201 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 4994 | 2025.04.18 21:41:21.841883 [ 201 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 104 rows starting from the beginning of the part | ||
| 4995 | 2025.04.18 21:41:21.842208 [ 194 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_36_7} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4996 | 2025.04.18 21:41:21.842362 [ 201 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 382 rows starting from the beginning of the part | ||
| 4997 | 2025.04.18 21:41:21.842697 [ 194 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_36_7} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4998 | 2025.04.18 21:41:21.842837 [ 201 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 106 rows starting from the beginning of the part | ||
| 4999 | 2025.04.18 21:41:21.843009 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 5000 | 2025.04.18 21:41:21.843273 [ 201 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 5001 | 2025.04.18 21:41:21.844151 [ 255 ] {5cc7459d-46f1-4b14-a721-2cadf81be063} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5002 | 2025.04.18 21:41:21.844222 [ 255 ] {5cc7459d-46f1-4b14-a721-2cadf81be063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5003 | 2025.04.18 21:41:21.845273 [ 255 ] {5cc7459d-46f1-4b14-a721-2cadf81be063} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5004 | 2025.04.18 21:41:21.845848 [ 255 ] {5cc7459d-46f1-4b14-a721-2cadf81be063} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5005 | 2025.04.18 21:41:21.846229 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5006 | 2025.04.18 21:41:21.846391 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5007 | 2025.04.18 21:41:21.846434 [ 255 ] {5cc7459d-46f1-4b14-a721-2cadf81be063} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006019 sec., 26582.48878551254 rows/sec., 1.85 MiB/sec. | ||
| 5008 | 2025.04.18 21:41:21.846517 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5009 | 2025.04.18 21:41:21.846768 [ 255 ] {5cc7459d-46f1-4b14-a721-2cadf81be063} <Debug> TCPHandler: Processed in 0.006766438 sec. | ||
| 5010 | 2025.04.18 21:41:21.846761 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1634 rows, containing 5 columns (5 merged, 0 gathered) in 0.007209978 sec., 226630.37251986068 rows/sec., 17.47 MiB/sec. | ||
| 5011 | 2025.04.18 21:41:21.846978 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5012 | 2025.04.18 21:41:21.847072 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5013 | 2025.04.18 21:41:21.847100 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5014 | 2025.04.18 21:41:21.847433 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5015 | 2025.04.18 21:41:21.847445 [ 255 ] {d90480c4-8bac-48b2-99ee-b99d0a981ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5016 | 2025.04.18 21:41:21.847517 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10247 rows starting from the beginning of the part | ||
| 5017 | 2025.04.18 21:41:21.847606 [ 255 ] {d90480c4-8bac-48b2-99ee-b99d0a981ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5018 | 2025.04.18 21:41:21.848224 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_36_7} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5019 | 2025.04.18 21:41:21.848268 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 126 rows starting from the beginning of the part | ||
| 5020 | 2025.04.18 21:41:21.848558 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_36_7} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5021 | 2025.04.18 21:41:21.848829 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 5022 | 2025.04.18 21:41:21.848989 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 5023 | 2025.04.18 21:41:21.849269 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
| 5024 | 2025.04.18 21:41:21.849680 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 161 rows starting from the beginning of the part | ||
| 5025 | 2025.04.18 21:41:21.850016 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 5026 | 2025.04.18 21:41:21.850448 [ 255 ] {d90480c4-8bac-48b2-99ee-b99d0a981ad3} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5027 | 2025.04.18 21:41:21.850529 [ 255 ] {d90480c4-8bac-48b2-99ee-b99d0a981ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5028 | 2025.04.18 21:41:21.851258 [ 255 ] {d90480c4-8bac-48b2-99ee-b99d0a981ad3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5029 | 2025.04.18 21:41:21.851623 [ 255 ] {d90480c4-8bac-48b2-99ee-b99d0a981ad3} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5030 | 2025.04.18 21:41:21.851865 [ 51 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5031 | 2025.04.18 21:41:21.851985 [ 51 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5032 | 2025.04.18 21:41:21.852078 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5033 | 2025.04.18 21:41:21.852128 [ 255 ] {d90480c4-8bac-48b2-99ee-b99d0a981ad3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004808 sec., 12479.20133111481 rows/sec., 861.19 KiB/sec. | ||
| 5034 | 2025.04.18 21:41:21.852475 [ 255 ] {d90480c4-8bac-48b2-99ee-b99d0a981ad3} <Debug> TCPHandler: Processed in 0.005490197 sec. | ||
| 5035 | 2025.04.18 21:41:21.852518 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5036 | 2025.04.18 21:41:21.853105 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5037 | 2025.04.18 21:41:21.853263 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1856 rows starting from the beginning of the part | ||
| 5038 | 2025.04.18 21:41:21.853862 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 46 rows starting from the beginning of the part | ||
| 5039 | 2025.04.18 21:41:21.854300 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 5040 | 2025.04.18 21:41:21.854627 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 5041 | 2025.04.18 21:41:21.854847 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 5042 | 2025.04.18 21:41:21.854957 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 5043 | 2025.04.18 21:41:21.856971 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2164 rows, containing 4 columns (4 merged, 0 gathered) in 0.00475157 sec., 455428.41629187827 rows/sec., 29.86 MiB/sec. | ||
| 5044 | 2025.04.18 21:41:21.857420 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5045 | 2025.04.18 21:41:21.857551 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11091 rows, containing 5 columns (5 merged, 0 gathered) in 0.010796842 sec., 1027244.8184385769 rows/sec., 69.44 MiB/sec. | ||
| 5046 | 2025.04.18 21:41:21.857846 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_36_7} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5047 | 2025.04.18 21:41:21.857956 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_36_7} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5048 | 2025.04.18 21:41:21.857989 [ 191 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5049 | 2025.04.18 21:41:21.858115 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 5050 | 2025.04.18 21:41:21.858459 [ 191 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5051 | 2025.04.18 21:41:21.858553 [ 191 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5052 | 2025.04.18 21:41:21.858657 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
| 5053 | 2025.04.18 21:41:23.881785 [ 50 ] {} <Debug> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5054 | 2025.04.18 21:41:23.881860 [ 50 ] {} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5055 | 2025.04.18 21:41:23.881886 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5056 | 2025.04.18 21:41:23.882113 [ 192 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 5057 | 2025.04.18 21:41:23.882321 [ 192 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5058 | 2025.04.18 21:41:23.882366 [ 192 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 5059 | 2025.04.18 21:41:23.882457 [ 192 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 5060 | 2025.04.18 21:41:23.882554 [ 192 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 5061 | 2025.04.18 21:41:23.882746 [ 192 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5062 | 2025.04.18 21:41:23.882980 [ 192 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5063 | 2025.04.18 21:41:23.884156 [ 191 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.00218138 sec., 5959.530205649634 rows/sec., 401.57 KiB/sec. | ||
| 5064 | 2025.04.18 21:41:23.884372 [ 191 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5065 | 2025.04.18 21:41:23.884755 [ 191 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_13_3} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5066 | 2025.04.18 21:41:23.884849 [ 191 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_13_3} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5067 | 2025.04.18 21:41:23.884955 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 5068 | 2025.04.18 21:41:24.731709 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5069 | 2025.04.18 21:41:24.731821 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5070 | 2025.04.18 21:41:24.864103 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 5071 | 2025.04.18 21:41:24.864728 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5072 | 2025.04.18 21:41:24.864776 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5073 | 2025.04.18 21:41:24.865287 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5074 | 2025.04.18 21:41:24.865580 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5075 | 2025.04.18 21:41:24.865902 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5076 | 2025.04.18 21:41:24.897173 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 704 | ||
| 5077 | 2025.04.18 21:41:24.900010 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5078 | 2025.04.18 21:41:24.900057 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5079 | 2025.04.18 21:41:24.901499 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5080 | 2025.04.18 21:41:24.901803 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5081 | 2025.04.18 21:41:24.902816 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 704 | ||
| 5082 | 2025.04.18 21:41:25.633127 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5083 | 2025.04.18 21:41:25.653631 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5084 | 2025.04.18 21:41:25.653694 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5085 | 2025.04.18 21:41:25.661171 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5086 | 2025.04.18 21:41:25.661926 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5087 | 2025.04.18 21:41:25.664568 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5088 | 2025.04.18 21:41:26.833192 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5089 | 2025.04.18 21:41:26.833385 [ 255 ] {61936598-8437-416d-a21d-07f8327d25ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5090 | 2025.04.18 21:41:26.833457 [ 255 ] {61936598-8437-416d-a21d-07f8327d25ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5091 | 2025.04.18 21:41:26.834245 [ 255 ] {61936598-8437-416d-a21d-07f8327d25ae} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5092 | 2025.04.18 21:41:26.834291 [ 255 ] {61936598-8437-416d-a21d-07f8327d25ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5093 | 2025.04.18 21:41:26.834742 [ 255 ] {61936598-8437-416d-a21d-07f8327d25ae} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5094 | 2025.04.18 21:41:26.835010 [ 255 ] {61936598-8437-416d-a21d-07f8327d25ae} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5095 | 2025.04.18 21:41:26.835230 [ 255 ] {61936598-8437-416d-a21d-07f8327d25ae} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001895 sec., 71767.81002638522 rows/sec., 6.18 MiB/sec. | ||
| 5096 | 2025.04.18 21:41:26.835284 [ 255 ] {61936598-8437-416d-a21d-07f8327d25ae} <Debug> TCPHandler: Processed in 0.002224662 sec. | ||
| 5097 | 2025.04.18 21:41:26.835406 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5098 | 2025.04.18 21:41:26.835511 [ 255 ] {2f2a5ea8-3754-4175-82be-47bdf7911f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5099 | 2025.04.18 21:41:26.835559 [ 255 ] {2f2a5ea8-3754-4175-82be-47bdf7911f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5100 | 2025.04.18 21:41:26.836081 [ 255 ] {2f2a5ea8-3754-4175-82be-47bdf7911f76} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5101 | 2025.04.18 21:41:26.836120 [ 255 ] {2f2a5ea8-3754-4175-82be-47bdf7911f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5102 | 2025.04.18 21:41:26.836476 [ 255 ] {2f2a5ea8-3754-4175-82be-47bdf7911f76} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5103 | 2025.04.18 21:41:26.836718 [ 255 ] {2f2a5ea8-3754-4175-82be-47bdf7911f76} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5104 | 2025.04.18 21:41:26.836929 [ 255 ] {2f2a5ea8-3754-4175-82be-47bdf7911f76} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001439 sec., 27797.081306462824 rows/sec., 2.04 MiB/sec. | ||
| 5105 | 2025.04.18 21:41:26.836981 [ 255 ] {2f2a5ea8-3754-4175-82be-47bdf7911f76} <Debug> TCPHandler: Processed in 0.001625968 sec. | ||
| 5106 | 2025.04.18 21:41:26.837094 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5107 | 2025.04.18 21:41:26.837198 [ 255 ] {7d104ff7-526c-4ed5-9ae7-4a5c9dee2be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5108 | 2025.04.18 21:41:26.837242 [ 255 ] {7d104ff7-526c-4ed5-9ae7-4a5c9dee2be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5109 | 2025.04.18 21:41:26.837777 [ 255 ] {7d104ff7-526c-4ed5-9ae7-4a5c9dee2be7} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5110 | 2025.04.18 21:41:26.837815 [ 255 ] {7d104ff7-526c-4ed5-9ae7-4a5c9dee2be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5111 | 2025.04.18 21:41:26.838180 [ 255 ] {7d104ff7-526c-4ed5-9ae7-4a5c9dee2be7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5112 | 2025.04.18 21:41:26.838420 [ 255 ] {7d104ff7-526c-4ed5-9ae7-4a5c9dee2be7} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5113 | 2025.04.18 21:41:26.838605 [ 255 ] {7d104ff7-526c-4ed5-9ae7-4a5c9dee2be7} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001429 sec., 72778.16655003499 rows/sec., 5.68 MiB/sec. | ||
| 5114 | 2025.04.18 21:41:26.838656 [ 255 ] {7d104ff7-526c-4ed5-9ae7-4a5c9dee2be7} <Debug> TCPHandler: Processed in 0.001612497 sec. | ||
| 5115 | 2025.04.18 21:41:26.838771 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5116 | 2025.04.18 21:41:26.838875 [ 255 ] {6b26faf6-796d-4ff8-9d8e-127ec4a51b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5117 | 2025.04.18 21:41:26.838925 [ 255 ] {6b26faf6-796d-4ff8-9d8e-127ec4a51b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5118 | 2025.04.18 21:41:26.839421 [ 255 ] {6b26faf6-796d-4ff8-9d8e-127ec4a51b77} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5119 | 2025.04.18 21:41:26.839460 [ 255 ] {6b26faf6-796d-4ff8-9d8e-127ec4a51b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5120 | 2025.04.18 21:41:26.839842 [ 255 ] {6b26faf6-796d-4ff8-9d8e-127ec4a51b77} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5121 | 2025.04.18 21:41:26.840079 [ 255 ] {6b26faf6-796d-4ff8-9d8e-127ec4a51b77} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5122 | 2025.04.18 21:41:26.840321 [ 255 ] {6b26faf6-796d-4ff8-9d8e-127ec4a51b77} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001454 sec., 110041.26547455296 rows/sec., 7.66 MiB/sec. | ||
| 5123 | 2025.04.18 21:41:26.840446 [ 255 ] {6b26faf6-796d-4ff8-9d8e-127ec4a51b77} <Debug> TCPHandler: Processed in 0.00172099 sec. | ||
| 5124 | 2025.04.18 21:41:26.840686 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5125 | 2025.04.18 21:41:26.840793 [ 255 ] {44e9c70e-1d41-4c46-92a1-4b77d4a9c66d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5126 | 2025.04.18 21:41:26.840867 [ 255 ] {44e9c70e-1d41-4c46-92a1-4b77d4a9c66d} <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 | ||
| 5127 | 2025.04.18 21:41:26.841990 [ 255 ] {44e9c70e-1d41-4c46-92a1-4b77d4a9c66d} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5128 | 2025.04.18 21:41:26.842030 [ 255 ] {44e9c70e-1d41-4c46-92a1-4b77d4a9c66d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5129 | 2025.04.18 21:41:26.842676 [ 255 ] {44e9c70e-1d41-4c46-92a1-4b77d4a9c66d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5130 | 2025.04.18 21:41:26.842929 [ 255 ] {44e9c70e-1d41-4c46-92a1-4b77d4a9c66d} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5131 | 2025.04.18 21:41:26.843115 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5132 | 2025.04.18 21:41:26.843188 [ 255 ] {44e9c70e-1d41-4c46-92a1-4b77d4a9c66d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002409 sec., 16604.400166044 rows/sec., 29.75 MiB/sec. | ||
| 5133 | 2025.04.18 21:41:26.843201 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5134 | 2025.04.18 21:41:26.843273 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5135 | 2025.04.18 21:41:26.843595 [ 255 ] {44e9c70e-1d41-4c46-92a1-4b77d4a9c66d} <Debug> TCPHandler: Processed in 0.002986009 sec. | ||
| 5136 | 2025.04.18 21:41:26.843632 [ 188 ] {221c5a75-1c85-406a-b975-205b152dd48b::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 | ||
| 5137 | 2025.04.18 21:41:26.843789 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5138 | 2025.04.18 21:41:26.844022 [ 255 ] {e60cc273-c097-42b4-b874-9352dd609e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5139 | 2025.04.18 21:41:26.844143 [ 255 ] {e60cc273-c097-42b4-b874-9352dd609e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5140 | 2025.04.18 21:41:26.844573 [ 188 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5141 | 2025.04.18 21:41:26.844828 [ 188 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 332 rows starting from the beginning of the part | ||
| 5142 | 2025.04.18 21:41:26.845524 [ 188 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part | ||
| 5143 | 2025.04.18 21:41:26.846331 [ 188 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part | ||
| 5144 | 2025.04.18 21:41:26.846359 [ 255 ] {e60cc273-c097-42b4-b874-9352dd609e68} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5145 | 2025.04.18 21:41:26.846447 [ 255 ] {e60cc273-c097-42b4-b874-9352dd609e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5146 | 2025.04.18 21:41:26.846961 [ 188 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
| 5147 | 2025.04.18 21:41:26.847647 [ 188 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part | ||
| 5148 | 2025.04.18 21:41:26.848287 [ 188 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part | ||
| 5149 | 2025.04.18 21:41:26.848323 [ 255 ] {e60cc273-c097-42b4-b874-9352dd609e68} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5150 | 2025.04.18 21:41:26.849208 [ 255 ] {e60cc273-c097-42b4-b874-9352dd609e68} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5151 | 2025.04.18 21:41:26.849665 [ 255 ] {e60cc273-c097-42b4-b874-9352dd609e68} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005727 sec., 10476.689366160294 rows/sec., 723.00 KiB/sec. | ||
| 5152 | 2025.04.18 21:41:26.849791 [ 255 ] {e60cc273-c097-42b4-b874-9352dd609e68} <Debug> TCPHandler: Processed in 0.006086361 sec. | ||
| 5153 | 2025.04.18 21:41:26.853793 [ 199 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 532 rows, containing 19 columns (19 merged, 0 gathered) in 0.010389601 sec., 51205.04627656057 rows/sec., 91.76 MiB/sec. | ||
| 5154 | 2025.04.18 21:41:26.854530 [ 199 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5155 | 2025.04.18 21:41:26.854944 [ 199 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5156 | 2025.04.18 21:41:26.855019 [ 199 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5157 | 2025.04.18 21:41:26.855163 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.49 MiB. | ||
| 5158 | 2025.04.18 21:41:30.269617 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5159 | 2025.04.18 21:41:30.269849 [ 255 ] {86e14428-9801-4399-9a35-36d83743b296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5160 | 2025.04.18 21:41:30.269931 [ 255 ] {86e14428-9801-4399-9a35-36d83743b296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5161 | 2025.04.18 21:41:30.271394 [ 255 ] {86e14428-9801-4399-9a35-36d83743b296} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5162 | 2025.04.18 21:41:30.271444 [ 255 ] {86e14428-9801-4399-9a35-36d83743b296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5163 | 2025.04.18 21:41:30.271967 [ 255 ] {86e14428-9801-4399-9a35-36d83743b296} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5164 | 2025.04.18 21:41:30.272226 [ 255 ] {86e14428-9801-4399-9a35-36d83743b296} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5165 | 2025.04.18 21:41:30.272483 [ 255 ] {86e14428-9801-4399-9a35-36d83743b296} <Debug> executeQuery: Read 1196 rows, 100.50 KiB in 0.002682 sec., 445935.8687546607 rows/sec., 36.59 MiB/sec. | ||
| 5166 | 2025.04.18 21:41:30.272599 [ 255 ] {86e14428-9801-4399-9a35-36d83743b296} <Debug> TCPHandler: Processed in 0.003122673 sec. | ||
| 5167 | 2025.04.18 21:41:30.272840 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5168 | 2025.04.18 21:41:30.273072 [ 255 ] {67d6c339-d7d8-4626-ab3d-bd5b355eabbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5169 | 2025.04.18 21:41:30.273125 [ 255 ] {67d6c339-d7d8-4626-ab3d-bd5b355eabbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5170 | 2025.04.18 21:41:30.273765 [ 255 ] {67d6c339-d7d8-4626-ab3d-bd5b355eabbc} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5171 | 2025.04.18 21:41:30.273804 [ 255 ] {67d6c339-d7d8-4626-ab3d-bd5b355eabbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5172 | 2025.04.18 21:41:30.274157 [ 255 ] {67d6c339-d7d8-4626-ab3d-bd5b355eabbc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5173 | 2025.04.18 21:41:30.274396 [ 255 ] {67d6c339-d7d8-4626-ab3d-bd5b355eabbc} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5174 | 2025.04.18 21:41:30.274598 [ 255 ] {67d6c339-d7d8-4626-ab3d-bd5b355eabbc} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001591 sec., 143306.0967944689 rows/sec., 9.70 MiB/sec. | ||
| 5175 | 2025.04.18 21:41:30.274650 [ 255 ] {67d6c339-d7d8-4626-ab3d-bd5b355eabbc} <Debug> TCPHandler: Processed in 0.001920074 sec. | ||
| 5176 | 2025.04.18 21:41:30.274760 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5177 | 2025.04.18 21:41:30.274862 [ 255 ] {3d16fb18-8bfa-4f7a-b5b3-a7a2889a4f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5178 | 2025.04.18 21:41:30.274906 [ 255 ] {3d16fb18-8bfa-4f7a-b5b3-a7a2889a4f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5179 | 2025.04.18 21:41:30.275605 [ 255 ] {3d16fb18-8bfa-4f7a-b5b3-a7a2889a4f0c} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5180 | 2025.04.18 21:41:30.275643 [ 255 ] {3d16fb18-8bfa-4f7a-b5b3-a7a2889a4f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5181 | 2025.04.18 21:41:30.276013 [ 255 ] {3d16fb18-8bfa-4f7a-b5b3-a7a2889a4f0c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5182 | 2025.04.18 21:41:30.276281 [ 255 ] {3d16fb18-8bfa-4f7a-b5b3-a7a2889a4f0c} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5183 | 2025.04.18 21:41:30.276503 [ 255 ] {3d16fb18-8bfa-4f7a-b5b3-a7a2889a4f0c} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001661 sec., 313064.41902468394 rows/sec., 23.17 MiB/sec. | ||
| 5184 | 2025.04.18 21:41:30.276569 [ 255 ] {3d16fb18-8bfa-4f7a-b5b3-a7a2889a4f0c} <Debug> TCPHandler: Processed in 0.001856883 sec. | ||
| 5185 | 2025.04.18 21:41:30.276717 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5186 | 2025.04.18 21:41:30.276817 [ 255 ] {af77356f-ec90-4b3a-8dd4-dea216864009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5187 | 2025.04.18 21:41:30.276864 [ 255 ] {af77356f-ec90-4b3a-8dd4-dea216864009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5188 | 2025.04.18 21:41:30.277556 [ 255 ] {af77356f-ec90-4b3a-8dd4-dea216864009} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5189 | 2025.04.18 21:41:30.277593 [ 255 ] {af77356f-ec90-4b3a-8dd4-dea216864009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5190 | 2025.04.18 21:41:30.278025 [ 255 ] {af77356f-ec90-4b3a-8dd4-dea216864009} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5191 | 2025.04.18 21:41:30.278266 [ 255 ] {af77356f-ec90-4b3a-8dd4-dea216864009} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5192 | 2025.04.18 21:41:30.278471 [ 255 ] {af77356f-ec90-4b3a-8dd4-dea216864009} <Debug> executeQuery: Read 964 rows, 66.25 KiB in 0.001675 sec., 575522.3880597014 rows/sec., 38.63 MiB/sec. | ||
| 5193 | 2025.04.18 21:41:30.278521 [ 255 ] {af77356f-ec90-4b3a-8dd4-dea216864009} <Debug> TCPHandler: Processed in 0.001861124 sec. | ||
| 5194 | 2025.04.18 21:41:30.278636 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5195 | 2025.04.18 21:41:30.278739 [ 255 ] {569f0567-2904-440e-8a1b-f6f0a7ac0a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5196 | 2025.04.18 21:41:30.278785 [ 255 ] {569f0567-2904-440e-8a1b-f6f0a7ac0a07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5197 | 2025.04.18 21:41:30.279201 [ 255 ] {569f0567-2904-440e-8a1b-f6f0a7ac0a07} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5198 | 2025.04.18 21:41:30.279239 [ 255 ] {569f0567-2904-440e-8a1b-f6f0a7ac0a07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5199 | 2025.04.18 21:41:30.279602 [ 255 ] {569f0567-2904-440e-8a1b-f6f0a7ac0a07} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5200 | 2025.04.18 21:41:30.279841 [ 255 ] {569f0567-2904-440e-8a1b-f6f0a7ac0a07} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5201 | 2025.04.18 21:41:30.280044 [ 255 ] {569f0567-2904-440e-8a1b-f6f0a7ac0a07} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001326 sec., 33182.503770739066 rows/sec., 2.23 MiB/sec. | ||
| 5202 | 2025.04.18 21:41:30.280092 [ 255 ] {569f0567-2904-440e-8a1b-f6f0a7ac0a07} <Debug> TCPHandler: Processed in 0.001504895 sec. | ||
| 5203 | 2025.04.18 21:41:31.826454 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5204 | 2025.04.18 21:41:31.826650 [ 255 ] {1515628b-51aa-4d92-a398-05c366a52756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5205 | 2025.04.18 21:41:31.826724 [ 255 ] {1515628b-51aa-4d92-a398-05c366a52756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5206 | 2025.04.18 21:41:31.827495 [ 255 ] {1515628b-51aa-4d92-a398-05c366a52756} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5207 | 2025.04.18 21:41:31.827544 [ 255 ] {1515628b-51aa-4d92-a398-05c366a52756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5208 | 2025.04.18 21:41:31.827977 [ 255 ] {1515628b-51aa-4d92-a398-05c366a52756} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5209 | 2025.04.18 21:41:31.828279 [ 255 ] {1515628b-51aa-4d92-a398-05c366a52756} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5210 | 2025.04.18 21:41:31.828590 [ 255 ] {1515628b-51aa-4d92-a398-05c366a52756} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.16 MiB/sec. | ||
| 5211 | 2025.04.18 21:41:31.828683 [ 255 ] {1515628b-51aa-4d92-a398-05c366a52756} <Debug> TCPHandler: Processed in 0.002360655 sec. | ||
| 5212 | 2025.04.18 21:41:31.828927 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5213 | 2025.04.18 21:41:31.829045 [ 255 ] {15dcb8b2-a7ea-456a-9008-3de4c58a6bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5214 | 2025.04.18 21:41:31.829102 [ 255 ] {15dcb8b2-a7ea-456a-9008-3de4c58a6bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5215 | 2025.04.18 21:41:31.829680 [ 255 ] {15dcb8b2-a7ea-456a-9008-3de4c58a6bdf} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5216 | 2025.04.18 21:41:31.829722 [ 255 ] {15dcb8b2-a7ea-456a-9008-3de4c58a6bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5217 | 2025.04.18 21:41:31.830094 [ 255 ] {15dcb8b2-a7ea-456a-9008-3de4c58a6bdf} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5218 | 2025.04.18 21:41:31.830338 [ 255 ] {15dcb8b2-a7ea-456a-9008-3de4c58a6bdf} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5219 | 2025.04.18 21:41:31.830556 [ 255 ] {15dcb8b2-a7ea-456a-9008-3de4c58a6bdf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001537 sec., 41639.55757970072 rows/sec., 3.25 MiB/sec. | ||
| 5220 | 2025.04.18 21:41:31.830635 [ 255 ] {15dcb8b2-a7ea-456a-9008-3de4c58a6bdf} <Debug> TCPHandler: Processed in 0.001797502 sec. | ||
| 5221 | 2025.04.18 21:41:31.830787 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5222 | 2025.04.18 21:41:31.830893 [ 255 ] {b9853c2a-8f24-4967-8b68-8900f8671b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5223 | 2025.04.18 21:41:31.830944 [ 255 ] {b9853c2a-8f24-4967-8b68-8900f8671b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5224 | 2025.04.18 21:41:31.831423 [ 255 ] {b9853c2a-8f24-4967-8b68-8900f8671b13} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5225 | 2025.04.18 21:41:31.831462 [ 255 ] {b9853c2a-8f24-4967-8b68-8900f8671b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5226 | 2025.04.18 21:41:31.831849 [ 255 ] {b9853c2a-8f24-4967-8b68-8900f8671b13} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5227 | 2025.04.18 21:41:31.832097 [ 255 ] {b9853c2a-8f24-4967-8b68-8900f8671b13} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5228 | 2025.04.18 21:41:31.832289 [ 255 ] {b9853c2a-8f24-4967-8b68-8900f8671b13} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001421 sec., 29556.65024630542 rows/sec., 2.06 MiB/sec. | ||
| 5229 | 2025.04.18 21:41:31.832343 [ 255 ] {b9853c2a-8f24-4967-8b68-8900f8671b13} <Debug> TCPHandler: Processed in 0.001615318 sec. | ||
| 5230 | 2025.04.18 21:41:31.832464 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5231 | 2025.04.18 21:41:31.832570 [ 255 ] {341ef85f-dd8f-4ba5-96c3-4b674496daaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5232 | 2025.04.18 21:41:31.832618 [ 255 ] {341ef85f-dd8f-4ba5-96c3-4b674496daaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5233 | 2025.04.18 21:41:31.833038 [ 255 ] {341ef85f-dd8f-4ba5-96c3-4b674496daaf} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5234 | 2025.04.18 21:41:31.833077 [ 255 ] {341ef85f-dd8f-4ba5-96c3-4b674496daaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5235 | 2025.04.18 21:41:31.833437 [ 255 ] {341ef85f-dd8f-4ba5-96c3-4b674496daaf} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5236 | 2025.04.18 21:41:31.833702 [ 255 ] {341ef85f-dd8f-4ba5-96c3-4b674496daaf} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5237 | 2025.04.18 21:41:31.833900 [ 255 ] {341ef85f-dd8f-4ba5-96c3-4b674496daaf} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001352 sec., 11834.31952662722 rows/sec., 820.54 KiB/sec. | ||
| 5238 | 2025.04.18 21:41:31.833949 [ 255 ] {341ef85f-dd8f-4ba5-96c3-4b674496daaf} <Debug> TCPHandler: Processed in 0.001536286 sec. | ||
| 5239 | 2025.04.18 21:41:32.366991 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 5240 | 2025.04.18 21:41:32.367889 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5241 | 2025.04.18 21:41:32.367966 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5242 | 2025.04.18 21:41:32.368669 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5243 | 2025.04.18 21:41:32.369021 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5244 | 2025.04.18 21:41:32.369307 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5245 | 2025.04.18 21:41:33.165583 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5246 | 2025.04.18 21:41:33.186060 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5247 | 2025.04.18 21:41:33.186108 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5248 | 2025.04.18 21:41:33.193677 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5249 | 2025.04.18 21:41:33.194468 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5250 | 2025.04.18 21:41:33.198185 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5251 | 2025.04.18 21:41:34.903943 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 734 | ||
| 5252 | 2025.04.18 21:41:34.907259 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5253 | 2025.04.18 21:41:34.907309 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5254 | 2025.04.18 21:41:34.908770 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5255 | 2025.04.18 21:41:34.909077 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5256 | 2025.04.18 21:41:34.909791 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 734 | ||
| 5257 | 2025.04.18 21:41:36.833752 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5258 | 2025.04.18 21:41:36.833969 [ 255 ] {2bdba1f9-011d-4fea-b28c-94c3db3d4850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5259 | 2025.04.18 21:41:36.834044 [ 255 ] {2bdba1f9-011d-4fea-b28c-94c3db3d4850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5260 | 2025.04.18 21:41:36.834915 [ 255 ] {2bdba1f9-011d-4fea-b28c-94c3db3d4850} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5261 | 2025.04.18 21:41:36.834967 [ 255 ] {2bdba1f9-011d-4fea-b28c-94c3db3d4850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5262 | 2025.04.18 21:41:36.835726 [ 255 ] {2bdba1f9-011d-4fea-b28c-94c3db3d4850} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5263 | 2025.04.18 21:41:36.835995 [ 255 ] {2bdba1f9-011d-4fea-b28c-94c3db3d4850} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5264 | 2025.04.18 21:41:36.836228 [ 255 ] {2bdba1f9-011d-4fea-b28c-94c3db3d4850} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002317 sec., 58696.590418644795 rows/sec., 5.06 MiB/sec. | ||
| 5265 | 2025.04.18 21:41:36.836296 [ 255 ] {2bdba1f9-011d-4fea-b28c-94c3db3d4850} <Debug> TCPHandler: Processed in 0.002693673 sec. | ||
| 5266 | 2025.04.18 21:41:36.836434 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5267 | 2025.04.18 21:41:36.836549 [ 255 ] {c88850f9-270e-4500-bfa1-d8875fbfc249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5268 | 2025.04.18 21:41:36.836601 [ 255 ] {c88850f9-270e-4500-bfa1-d8875fbfc249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5269 | 2025.04.18 21:41:36.837153 [ 255 ] {c88850f9-270e-4500-bfa1-d8875fbfc249} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5270 | 2025.04.18 21:41:36.837196 [ 255 ] {c88850f9-270e-4500-bfa1-d8875fbfc249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5271 | 2025.04.18 21:41:36.837561 [ 255 ] {c88850f9-270e-4500-bfa1-d8875fbfc249} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5272 | 2025.04.18 21:41:36.837806 [ 255 ] {c88850f9-270e-4500-bfa1-d8875fbfc249} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5273 | 2025.04.18 21:41:36.838002 [ 255 ] {c88850f9-270e-4500-bfa1-d8875fbfc249} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001481 sec., 27008.777852802163 rows/sec., 1.98 MiB/sec. | ||
| 5274 | 2025.04.18 21:41:36.838054 [ 255 ] {c88850f9-270e-4500-bfa1-d8875fbfc249} <Debug> TCPHandler: Processed in 0.001675069 sec. | ||
| 5275 | 2025.04.18 21:41:36.838168 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5276 | 2025.04.18 21:41:36.838274 [ 255 ] {72ec65be-6677-4b9b-ab89-4d23ede078ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5277 | 2025.04.18 21:41:36.838322 [ 255 ] {72ec65be-6677-4b9b-ab89-4d23ede078ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5278 | 2025.04.18 21:41:36.838882 [ 255 ] {72ec65be-6677-4b9b-ab89-4d23ede078ea} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5279 | 2025.04.18 21:41:36.838922 [ 255 ] {72ec65be-6677-4b9b-ab89-4d23ede078ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5280 | 2025.04.18 21:41:36.839292 [ 255 ] {72ec65be-6677-4b9b-ab89-4d23ede078ea} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5281 | 2025.04.18 21:41:36.839541 [ 255 ] {72ec65be-6677-4b9b-ab89-4d23ede078ea} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5282 | 2025.04.18 21:41:36.839738 [ 255 ] {72ec65be-6677-4b9b-ab89-4d23ede078ea} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001486 sec., 69986.54104979812 rows/sec., 5.47 MiB/sec. | ||
| 5283 | 2025.04.18 21:41:36.839791 [ 255 ] {72ec65be-6677-4b9b-ab89-4d23ede078ea} <Debug> TCPHandler: Processed in 0.001674499 sec. | ||
| 5284 | 2025.04.18 21:41:36.839915 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5285 | 2025.04.18 21:41:36.840021 [ 255 ] {12e16a4d-62f0-46fa-bba5-feca730a25a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5286 | 2025.04.18 21:41:36.840072 [ 255 ] {12e16a4d-62f0-46fa-bba5-feca730a25a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5287 | 2025.04.18 21:41:36.840596 [ 255 ] {12e16a4d-62f0-46fa-bba5-feca730a25a1} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5288 | 2025.04.18 21:41:36.840637 [ 255 ] {12e16a4d-62f0-46fa-bba5-feca730a25a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5289 | 2025.04.18 21:41:36.841060 [ 255 ] {12e16a4d-62f0-46fa-bba5-feca730a25a1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5290 | 2025.04.18 21:41:36.841305 [ 255 ] {12e16a4d-62f0-46fa-bba5-feca730a25a1} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5291 | 2025.04.18 21:41:36.841518 [ 255 ] {12e16a4d-62f0-46fa-bba5-feca730a25a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001516 sec., 105540.89709762533 rows/sec., 7.35 MiB/sec. | ||
| 5292 | 2025.04.18 21:41:36.841581 [ 255 ] {12e16a4d-62f0-46fa-bba5-feca730a25a1} <Debug> TCPHandler: Processed in 0.00171869 sec. | ||
| 5293 | 2025.04.18 21:41:36.841731 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5294 | 2025.04.18 21:41:36.841832 [ 255 ] {48dd5dfb-fee2-4bf3-86a2-cabfb6671cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5295 | 2025.04.18 21:41:36.841899 [ 255 ] {48dd5dfb-fee2-4bf3-86a2-cabfb6671cd1} <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 | ||
| 5296 | 2025.04.18 21:41:36.843047 [ 255 ] {48dd5dfb-fee2-4bf3-86a2-cabfb6671cd1} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5297 | 2025.04.18 21:41:36.843085 [ 255 ] {48dd5dfb-fee2-4bf3-86a2-cabfb6671cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5298 | 2025.04.18 21:41:36.843759 [ 255 ] {48dd5dfb-fee2-4bf3-86a2-cabfb6671cd1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5299 | 2025.04.18 21:41:36.844030 [ 255 ] {48dd5dfb-fee2-4bf3-86a2-cabfb6671cd1} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5300 | 2025.04.18 21:41:36.844252 [ 255 ] {48dd5dfb-fee2-4bf3-86a2-cabfb6671cd1} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00244 sec., 16393.44262295082 rows/sec., 29.38 MiB/sec. | ||
| 5301 | 2025.04.18 21:41:36.844350 [ 255 ] {48dd5dfb-fee2-4bf3-86a2-cabfb6671cd1} <Debug> TCPHandler: Processed in 0.002679752 sec. | ||
| 5302 | 2025.04.18 21:41:36.844474 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5303 | 2025.04.18 21:41:36.844580 [ 255 ] {9cc961d6-744c-46ad-b820-08bffdca8cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5304 | 2025.04.18 21:41:36.844628 [ 255 ] {9cc961d6-744c-46ad-b820-08bffdca8cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5305 | 2025.04.18 21:41:36.845078 [ 255 ] {9cc961d6-744c-46ad-b820-08bffdca8cef} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5306 | 2025.04.18 21:41:36.845118 [ 255 ] {9cc961d6-744c-46ad-b820-08bffdca8cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5307 | 2025.04.18 21:41:36.845476 [ 255 ] {9cc961d6-744c-46ad-b820-08bffdca8cef} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5308 | 2025.04.18 21:41:36.845712 [ 255 ] {9cc961d6-744c-46ad-b820-08bffdca8cef} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5309 | 2025.04.18 21:41:36.845915 [ 255 ] {9cc961d6-744c-46ad-b820-08bffdca8cef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
| 5310 | 2025.04.18 21:41:36.845965 [ 255 ] {9cc961d6-744c-46ad-b820-08bffdca8cef} <Debug> TCPHandler: Processed in 0.001542136 sec. | ||
| 5311 | 2025.04.18 21:41:39.731881 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5312 | 2025.04.18 21:41:39.731947 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5313 | 2025.04.18 21:41:39.869460 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5314 | 2025.04.18 21:41:39.870448 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5315 | 2025.04.18 21:41:39.870494 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5316 | 2025.04.18 21:41:39.871331 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5317 | 2025.04.18 21:41:39.871595 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5318 | 2025.04.18 21:41:39.871789 [ 31 ] {} <Debug> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5319 | 2025.04.18 21:41:39.871855 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5320 | 2025.04.18 21:41:39.871880 [ 31 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5321 | 2025.04.18 21:41:39.871912 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5322 | 2025.04.18 21:41:39.872146 [ 197 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5323 | 2025.04.18 21:41:39.872323 [ 197 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5324 | 2025.04.18 21:41:39.872374 [ 197 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 5325 | 2025.04.18 21:41:39.872464 [ 197 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 5326 | 2025.04.18 21:41:39.872695 [ 197 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 5327 | 2025.04.18 21:41:39.872834 [ 197 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 5328 | 2025.04.18 21:41:39.873065 [ 197 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 5329 | 2025.04.18 21:41:39.873162 [ 197 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 5330 | 2025.04.18 21:41:39.875749 [ 188 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003751457 sec., 3187028.399899026 rows/sec., 45.59 MiB/sec. | ||
| 5331 | 2025.04.18 21:41:39.876147 [ 187 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5332 | 2025.04.18 21:41:39.876489 [ 187 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_26_5} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5333 | 2025.04.18 21:41:39.876580 [ 187 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_26_5} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5334 | 2025.04.18 21:41:39.876697 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5335 | 2025.04.18 21:41:40.698256 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5336 | 2025.04.18 21:41:40.719466 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5337 | 2025.04.18 21:41:40.719515 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5338 | 2025.04.18 21:41:40.726839 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5339 | 2025.04.18 21:41:40.727630 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5340 | 2025.04.18 21:41:40.727918 [ 31 ] {} <Debug> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5341 | 2025.04.18 21:41:40.727985 [ 31 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5342 | 2025.04.18 21:41:40.728024 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5343 | 2025.04.18 21:41:40.728439 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5344 | 2025.04.18 21:41:40.743419 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5345 | 2025.04.18 21:41:40.744875 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5346 | 2025.04.18 21:41:40.746121 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part | ||
| 5347 | 2025.04.18 21:41:40.751625 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part | ||
| 5348 | 2025.04.18 21:41:40.757042 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part | ||
| 5349 | 2025.04.18 21:41:40.762479 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part | ||
| 5350 | 2025.04.18 21:41:40.768216 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
| 5351 | 2025.04.18 21:41:40.772954 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part | ||
| 5352 | 2025.04.18 21:41:40.829268 [ 187 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.101122024 sec., 1938.252343525086 rows/sec., 10.02 MiB/sec. | ||
| 5353 | 2025.04.18 21:41:40.832426 [ 198 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5354 | 2025.04.18 21:41:40.835578 [ 198 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_26_5} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5355 | 2025.04.18 21:41:40.835707 [ 198 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_26_5} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5356 | 2025.04.18 21:41:40.838421 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5357 | 2025.04.18 21:41:41.837260 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5358 | 2025.04.18 21:41:41.837461 [ 255 ] {b443f0e3-bc00-4e18-82f2-a5452dea8a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5359 | 2025.04.18 21:41:41.837536 [ 255 ] {b443f0e3-bc00-4e18-82f2-a5452dea8a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5360 | 2025.04.18 21:41:41.838408 [ 255 ] {b443f0e3-bc00-4e18-82f2-a5452dea8a83} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5361 | 2025.04.18 21:41:41.838459 [ 255 ] {b443f0e3-bc00-4e18-82f2-a5452dea8a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5362 | 2025.04.18 21:41:41.838927 [ 255 ] {b443f0e3-bc00-4e18-82f2-a5452dea8a83} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5363 | 2025.04.18 21:41:41.839198 [ 255 ] {b443f0e3-bc00-4e18-82f2-a5452dea8a83} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5364 | 2025.04.18 21:41:41.839448 [ 255 ] {b443f0e3-bc00-4e18-82f2-a5452dea8a83} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002034 sec., 104228.12192723698 rows/sec., 6.63 MiB/sec. | ||
| 5365 | 2025.04.18 21:41:41.839640 [ 255 ] {b443f0e3-bc00-4e18-82f2-a5452dea8a83} <Debug> TCPHandler: Processed in 0.002514439 sec. | ||
| 5366 | 2025.04.18 21:41:41.839791 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5367 | 2025.04.18 21:41:41.839895 [ 255 ] {fede4e8d-0c12-4493-a529-2488d09fcd0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5368 | 2025.04.18 21:41:41.839943 [ 255 ] {fede4e8d-0c12-4493-a529-2488d09fcd0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5369 | 2025.04.18 21:41:41.840816 [ 255 ] {fede4e8d-0c12-4493-a529-2488d09fcd0d} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5370 | 2025.04.18 21:41:41.840856 [ 255 ] {fede4e8d-0c12-4493-a529-2488d09fcd0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5371 | 2025.04.18 21:41:41.841268 [ 255 ] {fede4e8d-0c12-4493-a529-2488d09fcd0d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5372 | 2025.04.18 21:41:41.841622 [ 255 ] {fede4e8d-0c12-4493-a529-2488d09fcd0d} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5373 | 2025.04.18 21:41:41.841828 [ 30 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5374 | 2025.04.18 21:41:41.841870 [ 255 ] {fede4e8d-0c12-4493-a529-2488d09fcd0d} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001995 sec., 309273.1829573935 rows/sec., 24.16 MiB/sec. | ||
| 5375 | 2025.04.18 21:41:41.841923 [ 30 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5376 | 2025.04.18 21:41:41.841997 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5377 | 2025.04.18 21:41:41.842005 [ 255 ] {fede4e8d-0c12-4493-a529-2488d09fcd0d} <Debug> TCPHandler: Processed in 0.002265153 sec. | ||
| 5378 | 2025.04.18 21:41:41.842180 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5379 | 2025.04.18 21:41:41.842194 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5380 | 2025.04.18 21:41:41.842340 [ 255 ] {c09a7b56-22c6-462e-b49b-8210ae31b2f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5381 | 2025.04.18 21:41:41.842342 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5382 | 2025.04.18 21:41:41.842400 [ 255 ] {c09a7b56-22c6-462e-b49b-8210ae31b2f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5383 | 2025.04.18 21:41:41.842401 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1846 rows starting from the beginning of the part | ||
| 5384 | 2025.04.18 21:41:41.842604 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 136 rows starting from the beginning of the part | ||
| 5385 | 2025.04.18 21:41:41.842928 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1196 rows starting from the beginning of the part | ||
| 5386 | 2025.04.18 21:41:41.843289 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 5387 | 2025.04.18 21:41:41.843502 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 136 rows starting from the beginning of the part | ||
| 5388 | 2025.04.18 21:41:41.843714 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 617 rows starting from the beginning of the part | ||
| 5389 | 2025.04.18 21:41:41.844305 [ 255 ] {c09a7b56-22c6-462e-b49b-8210ae31b2f1} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5390 | 2025.04.18 21:41:41.844349 [ 255 ] {c09a7b56-22c6-462e-b49b-8210ae31b2f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5391 | 2025.04.18 21:41:41.844980 [ 255 ] {c09a7b56-22c6-462e-b49b-8210ae31b2f1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5392 | 2025.04.18 21:41:41.845287 [ 255 ] {c09a7b56-22c6-462e-b49b-8210ae31b2f1} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5393 | 2025.04.18 21:41:41.845499 [ 30 ] {} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5394 | 2025.04.18 21:41:41.845563 [ 255 ] {c09a7b56-22c6-462e-b49b-8210ae31b2f1} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.003256 sec., 32555.282555282552 rows/sec., 1.92 MiB/sec. | ||
| 5395 | 2025.04.18 21:41:41.845574 [ 30 ] {} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5396 | 2025.04.18 21:41:41.845656 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5397 | 2025.04.18 21:41:41.845773 [ 255 ] {c09a7b56-22c6-462e-b49b-8210ae31b2f1} <Debug> TCPHandler: Processed in 0.003632204 sec. | ||
| 5398 | 2025.04.18 21:41:41.846155 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5399 | 2025.04.18 21:41:41.846363 [ 200 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 5400 | 2025.04.18 21:41:41.846499 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3987 rows, containing 5 columns (5 merged, 0 gathered) in 0.004399012 sec., 906339.8781362724 rows/sec., 77.15 MiB/sec. | ||
| 5401 | 2025.04.18 21:41:41.846529 [ 255 ] {565ececa-72e6-44db-96e0-a90ef6aa2c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5402 | 2025.04.18 21:41:41.846632 [ 255 ] {565ececa-72e6-44db-96e0-a90ef6aa2c16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5403 | 2025.04.18 21:41:41.846853 [ 200 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5404 | 2025.04.18 21:41:41.846893 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5405 | 2025.04.18 21:41:41.847037 [ 200 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 164 rows starting from the beginning of the part | ||
| 5406 | 2025.04.18 21:41:41.847490 [ 200 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 106 rows starting from the beginning of the part | ||
| 5407 | 2025.04.18 21:41:41.848039 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_41_8} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5408 | 2025.04.18 21:41:41.848359 [ 200 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 42 rows starting from the beginning of the part | ||
| 5409 | 2025.04.18 21:41:41.848420 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_41_8} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5410 | 2025.04.18 21:41:41.848766 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 5411 | 2025.04.18 21:41:41.848982 [ 200 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part | ||
| 5412 | 2025.04.18 21:41:41.849184 [ 200 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part | ||
| 5413 | 2025.04.18 21:41:41.849617 [ 200 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 106 rows starting from the beginning of the part | ||
| 5414 | 2025.04.18 21:41:41.850477 [ 255 ] {565ececa-72e6-44db-96e0-a90ef6aa2c16} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2025.04.18 21:41:41.850539 [ 255 ] {565ececa-72e6-44db-96e0-a90ef6aa2c16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5416 | 2025.04.18 21:41:41.851532 [ 255 ] {565ececa-72e6-44db-96e0-a90ef6aa2c16} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5417 | 2025.04.18 21:41:41.852085 [ 255 ] {565ececa-72e6-44db-96e0-a90ef6aa2c16} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2025.04.18 21:41:41.852417 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 5 columns (5 merged, 0 gathered) in 0.006498771 sec., 76629.87355609237 rows/sec., 5.19 MiB/sec. | ||
| 5419 | 2025.04.18 21:41:41.852591 [ 255 ] {565ececa-72e6-44db-96e0-a90ef6aa2c16} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006158 sec., 18350.11367327054 rows/sec., 1.19 MiB/sec. | ||
| 5420 | 2025.04.18 21:41:41.852706 [ 255 ] {565ececa-72e6-44db-96e0-a90ef6aa2c16} <Debug> TCPHandler: Processed in 0.006716326 sec. | ||
| 5421 | 2025.04.18 21:41:41.852759 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5422 | 2025.04.18 21:41:41.852878 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5423 | 2025.04.18 21:41:41.853049 [ 255 ] {c851b49b-7513-4eb7-a6a3-1a678fba2d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5424 | 2025.04.18 21:41:41.853121 [ 255 ] {c851b49b-7513-4eb7-a6a3-1a678fba2d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5425 | 2025.04.18 21:41:41.853319 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_31_6} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2025.04.18 21:41:41.853554 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_31_6} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5427 | 2025.04.18 21:41:41.853740 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 5428 | 2025.04.18 21:41:41.854111 [ 255 ] {c851b49b-7513-4eb7-a6a3-1a678fba2d42} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5429 | 2025.04.18 21:41:41.854155 [ 255 ] {c851b49b-7513-4eb7-a6a3-1a678fba2d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5430 | 2025.04.18 21:41:41.854517 [ 255 ] {c851b49b-7513-4eb7-a6a3-1a678fba2d42} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5431 | 2025.04.18 21:41:41.854755 [ 255 ] {c851b49b-7513-4eb7-a6a3-1a678fba2d42} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5432 | 2025.04.18 21:41:41.854991 [ 255 ] {c851b49b-7513-4eb7-a6a3-1a678fba2d42} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002001 sec., 55972.01399300349 rows/sec., 3.19 MiB/sec. | ||
| 5433 | 2025.04.18 21:41:41.855184 [ 255 ] {c851b49b-7513-4eb7-a6a3-1a678fba2d42} <Debug> TCPHandler: Processed in 0.002380195 sec. | ||
| 5434 | 2025.04.18 21:41:41.855332 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5435 | 2025.04.18 21:41:41.855467 [ 255 ] {54447e1b-cb8c-4ec8-bee7-a510b6fb84ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5436 | 2025.04.18 21:41:41.855522 [ 255 ] {54447e1b-cb8c-4ec8-bee7-a510b6fb84ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5437 | 2025.04.18 21:41:41.856278 [ 255 ] {54447e1b-cb8c-4ec8-bee7-a510b6fb84ea} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5438 | 2025.04.18 21:41:41.856318 [ 255 ] {54447e1b-cb8c-4ec8-bee7-a510b6fb84ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5439 | 2025.04.18 21:41:41.856707 [ 255 ] {54447e1b-cb8c-4ec8-bee7-a510b6fb84ea} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5440 | 2025.04.18 21:41:41.856956 [ 255 ] {54447e1b-cb8c-4ec8-bee7-a510b6fb84ea} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5441 | 2025.04.18 21:41:41.857125 [ 30 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5442 | 2025.04.18 21:41:41.857184 [ 255 ] {54447e1b-cb8c-4ec8-bee7-a510b6fb84ea} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001739 sec., 219666.4749856239 rows/sec., 15.49 MiB/sec. | ||
| 5443 | 2025.04.18 21:41:41.857193 [ 30 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5444 | 2025.04.18 21:41:41.857265 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5445 | 2025.04.18 21:41:41.857309 [ 255 ] {54447e1b-cb8c-4ec8-bee7-a510b6fb84ea} <Debug> TCPHandler: Processed in 0.002040218 sec. | ||
| 5446 | 2025.04.18 21:41:41.857515 [ 194 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5447 | 2025.04.18 21:41:41.857534 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5448 | 2025.04.18 21:41:41.857786 [ 255 ] {7db42c92-14b9-4e09-a768-e6c11daec933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5449 | 2025.04.18 21:41:41.857797 [ 194 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5450 | 2025.04.18 21:41:41.857885 [ 255 ] {7db42c92-14b9-4e09-a768-e6c11daec933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5451 | 2025.04.18 21:41:41.857890 [ 194 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part | ||
| 5452 | 2025.04.18 21:41:41.858234 [ 194 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 104 rows starting from the beginning of the part | ||
| 5453 | 2025.04.18 21:41:41.858498 [ 194 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 520 rows starting from the beginning of the part | ||
| 5454 | 2025.04.18 21:41:41.858927 [ 194 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5455 | 2025.04.18 21:41:41.859418 [ 194 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 104 rows starting from the beginning of the part | ||
| 5456 | 2025.04.18 21:41:41.859793 [ 194 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 382 rows starting from the beginning of the part | ||
| 5457 | 2025.04.18 21:41:41.860539 [ 255 ] {7db42c92-14b9-4e09-a768-e6c11daec933} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5458 | 2025.04.18 21:41:41.860601 [ 255 ] {7db42c92-14b9-4e09-a768-e6c11daec933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5459 | 2025.04.18 21:41:41.861488 [ 255 ] {7db42c92-14b9-4e09-a768-e6c11daec933} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5460 | 2025.04.18 21:41:41.861989 [ 255 ] {7db42c92-14b9-4e09-a768-e6c11daec933} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5461 | 2025.04.18 21:41:41.862400 [ 255 ] {7db42c92-14b9-4e09-a768-e6c11daec933} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004697 sec., 1277.4111134766872 rows/sec., 66.74 KiB/sec. | ||
| 5462 | 2025.04.18 21:41:41.862724 [ 255 ] {7db42c92-14b9-4e09-a768-e6c11daec933} <Debug> TCPHandler: Processed in 0.005254743 sec. | ||
| 5463 | 2025.04.18 21:41:41.863097 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5464 | 2025.04.18 21:41:41.863154 [ 201 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2088 rows, containing 5 columns (5 merged, 0 gathered) in 0.005782865 sec., 361066.7030961297 rows/sec., 27.85 MiB/sec. | ||
| 5465 | 2025.04.18 21:41:41.863235 [ 255 ] {ba838a7f-e489-489a-8f0f-ce9a20b280d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5466 | 2025.04.18 21:41:41.863314 [ 255 ] {ba838a7f-e489-489a-8f0f-ce9a20b280d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5467 | 2025.04.18 21:41:41.863632 [ 193 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5468 | 2025.04.18 21:41:41.864258 [ 255 ] {ba838a7f-e489-489a-8f0f-ce9a20b280d2} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5469 | 2025.04.18 21:41:41.864325 [ 255 ] {ba838a7f-e489-489a-8f0f-ce9a20b280d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5470 | 2025.04.18 21:41:41.864327 [ 193 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_41_8} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5471 | 2025.04.18 21:41:41.864553 [ 193 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_41_8} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5472 | 2025.04.18 21:41:41.864757 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5473 | 2025.04.18 21:41:41.865013 [ 255 ] {ba838a7f-e489-489a-8f0f-ce9a20b280d2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5474 | 2025.04.18 21:41:41.865262 [ 255 ] {ba838a7f-e489-489a-8f0f-ce9a20b280d2} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5475 | 2025.04.18 21:41:41.865431 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5476 | 2025.04.18 21:41:41.865478 [ 255 ] {ba838a7f-e489-489a-8f0f-ce9a20b280d2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002271 sec., 104359.31307793924 rows/sec., 6.99 MiB/sec. | ||
| 5477 | 2025.04.18 21:41:41.865498 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5478 | 2025.04.18 21:41:41.865580 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5479 | 2025.04.18 21:41:41.865618 [ 255 ] {ba838a7f-e489-489a-8f0f-ce9a20b280d2} <Debug> TCPHandler: Processed in 0.002618341 sec. | ||
| 5480 | 2025.04.18 21:41:41.865843 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5481 | 2025.04.18 21:41:41.865869 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5482 | 2025.04.18 21:41:41.866121 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5483 | 2025.04.18 21:41:41.866132 [ 255 ] {71d810c5-334e-4dc4-ba91-7b5b47ff4487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5484 | 2025.04.18 21:41:41.866180 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11091 rows starting from the beginning of the part | ||
| 5485 | 2025.04.18 21:41:41.866244 [ 255 ] {71d810c5-334e-4dc4-ba91-7b5b47ff4487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5486 | 2025.04.18 21:41:41.866498 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
| 5487 | 2025.04.18 21:41:41.866951 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 964 rows starting from the beginning of the part | ||
| 5488 | 2025.04.18 21:41:41.867308 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part | ||
| 5489 | 2025.04.18 21:41:41.867604 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 5490 | 2025.04.18 21:41:41.867862 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part | ||
| 5491 | 2025.04.18 21:41:41.868691 [ 255 ] {71d810c5-334e-4dc4-ba91-7b5b47ff4487} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5492 | 2025.04.18 21:41:41.868758 [ 255 ] {71d810c5-334e-4dc4-ba91-7b5b47ff4487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5493 | 2025.04.18 21:41:41.869374 [ 255 ] {71d810c5-334e-4dc4-ba91-7b5b47ff4487} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5494 | 2025.04.18 21:41:41.869828 [ 255 ] {71d810c5-334e-4dc4-ba91-7b5b47ff4487} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5495 | 2025.04.18 21:41:41.870440 [ 255 ] {71d810c5-334e-4dc4-ba91-7b5b47ff4487} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004383 sec., 228.15423226100845 rows/sec., 15.37 KiB/sec. | ||
| 5496 | 2025.04.18 21:41:41.870723 [ 255 ] {71d810c5-334e-4dc4-ba91-7b5b47ff4487} <Debug> TCPHandler: Processed in 0.004933265 sec. | ||
| 5497 | 2025.04.18 21:41:41.871091 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5498 | 2025.04.18 21:41:41.871357 [ 255 ] {85c102b4-d0fd-489d-92ff-462762fc0ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5499 | 2025.04.18 21:41:41.871501 [ 255 ] {85c102b4-d0fd-489d-92ff-462762fc0ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5500 | 2025.04.18 21:41:41.872160 [ 255 ] {85c102b4-d0fd-489d-92ff-462762fc0ef8} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5501 | 2025.04.18 21:41:41.872198 [ 255 ] {85c102b4-d0fd-489d-92ff-462762fc0ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5502 | 2025.04.18 21:41:41.872910 [ 255 ] {85c102b4-d0fd-489d-92ff-462762fc0ef8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5503 | 2025.04.18 21:41:41.873233 [ 255 ] {85c102b4-d0fd-489d-92ff-462762fc0ef8} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5504 | 2025.04.18 21:41:41.873426 [ 30 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5505 | 2025.04.18 21:41:41.873500 [ 255 ] {85c102b4-d0fd-489d-92ff-462762fc0ef8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002201 sec., 37255.792821444804 rows/sec., 2.37 MiB/sec. | ||
| 5506 | 2025.04.18 21:41:41.873515 [ 30 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5507 | 2025.04.18 21:41:41.873593 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5508 | 2025.04.18 21:41:41.873636 [ 255 ] {85c102b4-d0fd-489d-92ff-462762fc0ef8} <Debug> TCPHandler: Processed in 0.002657922 sec. | ||
| 5509 | 2025.04.18 21:41:41.873976 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5510 | 2025.04.18 21:41:41.874547 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5511 | 2025.04.18 21:41:41.874597 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2164 rows starting from the beginning of the part | ||
| 5512 | 2025.04.18 21:41:41.874818 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5513 | 2025.04.18 21:41:41.875275 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 44 rows starting from the beginning of the part | ||
| 5514 | 2025.04.18 21:41:41.875681 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part | ||
| 5515 | 2025.04.18 21:41:41.875727 [ 201 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12654 rows, containing 5 columns (5 merged, 0 gathered) in 0.010016583 sec., 1263305.0612169837 rows/sec., 85.41 MiB/sec. | ||
| 5516 | 2025.04.18 21:41:41.875933 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 5517 | 2025.04.18 21:41:41.876134 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
| 5518 | 2025.04.18 21:41:41.876358 [ 192 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5519 | 2025.04.18 21:41:41.877060 [ 192 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5520 | 2025.04.18 21:41:41.877223 [ 192 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5521 | 2025.04.18 21:41:41.877362 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB. | ||
| 5522 | 2025.04.18 21:41:41.878136 [ 201 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2426 rows, containing 4 columns (4 merged, 0 gathered) in 0.004411803 sec., 549888.5603006299 rows/sec., 36.09 MiB/sec. | ||
| 5523 | 2025.04.18 21:41:41.878439 [ 192 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5524 | 2025.04.18 21:41:41.878723 [ 192 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_41_8} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2025.04.18 21:41:41.878798 [ 192 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_41_8} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5526 | 2025.04.18 21:41:41.878880 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5527 | 2025.04.18 21:41:44.910012 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 766 | ||
| 5528 | 2025.04.18 21:41:44.913055 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5529 | 2025.04.18 21:41:44.913102 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5530 | 2025.04.18 21:41:44.914564 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5531 | 2025.04.18 21:41:44.914886 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5532 | 2025.04.18 21:41:44.915945 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 766 | ||
| 5533 | 2025.04.18 21:41:46.833103 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5534 | 2025.04.18 21:41:46.833321 [ 255 ] {83e2d84a-694a-4313-b7d4-f6c1fc9fbb50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5535 | 2025.04.18 21:41:46.833397 [ 255 ] {83e2d84a-694a-4313-b7d4-f6c1fc9fbb50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5536 | 2025.04.18 21:41:46.834144 [ 255 ] {83e2d84a-694a-4313-b7d4-f6c1fc9fbb50} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5537 | 2025.04.18 21:41:46.834197 [ 255 ] {83e2d84a-694a-4313-b7d4-f6c1fc9fbb50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5538 | 2025.04.18 21:41:46.834655 [ 255 ] {83e2d84a-694a-4313-b7d4-f6c1fc9fbb50} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5539 | 2025.04.18 21:41:46.834923 [ 255 ] {83e2d84a-694a-4313-b7d4-f6c1fc9fbb50} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5540 | 2025.04.18 21:41:46.835171 [ 255 ] {83e2d84a-694a-4313-b7d4-f6c1fc9fbb50} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001899 sec., 6319.11532385466 rows/sec., 515.28 KiB/sec. | ||
| 5541 | 2025.04.18 21:41:46.835274 [ 255 ] {83e2d84a-694a-4313-b7d4-f6c1fc9fbb50} <Debug> TCPHandler: Processed in 0.002315864 sec. | ||
| 5542 | 2025.04.18 21:41:46.835451 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5543 | 2025.04.18 21:41:46.835557 [ 255 ] {92823ff0-0cf1-4b7f-a726-685e80786f12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5544 | 2025.04.18 21:41:46.835606 [ 255 ] {92823ff0-0cf1-4b7f-a726-685e80786f12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5545 | 2025.04.18 21:41:46.836245 [ 255 ] {92823ff0-0cf1-4b7f-a726-685e80786f12} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5546 | 2025.04.18 21:41:46.836287 [ 255 ] {92823ff0-0cf1-4b7f-a726-685e80786f12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5547 | 2025.04.18 21:41:46.836669 [ 255 ] {92823ff0-0cf1-4b7f-a726-685e80786f12} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5548 | 2025.04.18 21:41:46.836918 [ 255 ] {92823ff0-0cf1-4b7f-a726-685e80786f12} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5549 | 2025.04.18 21:41:46.837117 [ 255 ] {92823ff0-0cf1-4b7f-a726-685e80786f12} <Debug> executeQuery: Read 142 rows, 12.44 KiB in 0.001584 sec., 89646.46464646465 rows/sec., 7.67 MiB/sec. | ||
| 5550 | 2025.04.18 21:41:46.837171 [ 255 ] {92823ff0-0cf1-4b7f-a726-685e80786f12} <Debug> TCPHandler: Processed in 0.001777281 sec. | ||
| 5551 | 2025.04.18 21:41:46.837298 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5552 | 2025.04.18 21:41:46.837403 [ 255 ] {0dc9233d-e7dd-4504-a768-530467577c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5553 | 2025.04.18 21:41:46.837450 [ 255 ] {0dc9233d-e7dd-4504-a768-530467577c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5554 | 2025.04.18 21:41:46.837993 [ 255 ] {0dc9233d-e7dd-4504-a768-530467577c05} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5555 | 2025.04.18 21:41:46.838035 [ 255 ] {0dc9233d-e7dd-4504-a768-530467577c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5556 | 2025.04.18 21:41:46.838399 [ 255 ] {0dc9233d-e7dd-4504-a768-530467577c05} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5557 | 2025.04.18 21:41:46.838677 [ 255 ] {0dc9233d-e7dd-4504-a768-530467577c05} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5558 | 2025.04.18 21:41:46.838888 [ 255 ] {0dc9233d-e7dd-4504-a768-530467577c05} <Debug> executeQuery: Read 52 rows, 3.85 KiB in 0.001507 sec., 34505.6403450564 rows/sec., 2.49 MiB/sec. | ||
| 5559 | 2025.04.18 21:41:46.838942 [ 255 ] {0dc9233d-e7dd-4504-a768-530467577c05} <Debug> TCPHandler: Processed in 0.00170218 sec. | ||
| 5560 | 2025.04.18 21:41:46.839064 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5561 | 2025.04.18 21:41:46.839171 [ 255 ] {249d43e9-cf97-49b7-945d-ee3f8706ac92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5562 | 2025.04.18 21:41:46.839218 [ 255 ] {249d43e9-cf97-49b7-945d-ee3f8706ac92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5563 | 2025.04.18 21:41:46.839795 [ 255 ] {249d43e9-cf97-49b7-945d-ee3f8706ac92} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5564 | 2025.04.18 21:41:46.839835 [ 255 ] {249d43e9-cf97-49b7-945d-ee3f8706ac92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5565 | 2025.04.18 21:41:46.840218 [ 255 ] {249d43e9-cf97-49b7-945d-ee3f8706ac92} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5566 | 2025.04.18 21:41:46.840465 [ 255 ] {249d43e9-cf97-49b7-945d-ee3f8706ac92} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5567 | 2025.04.18 21:41:46.840709 [ 255 ] {249d43e9-cf97-49b7-945d-ee3f8706ac92} <Debug> executeQuery: Read 116 rows, 9.30 KiB in 0.001552 sec., 74742.26804123711 rows/sec., 5.85 MiB/sec. | ||
| 5568 | 2025.04.18 21:41:46.840769 [ 255 ] {249d43e9-cf97-49b7-945d-ee3f8706ac92} <Debug> TCPHandler: Processed in 0.001752821 sec. | ||
| 5569 | 2025.04.18 21:41:46.841021 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5570 | 2025.04.18 21:41:46.841139 [ 255 ] {76e5aab4-35c8-4f7f-ab50-b25f86f53bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5571 | 2025.04.18 21:41:46.841193 [ 255 ] {76e5aab4-35c8-4f7f-ab50-b25f86f53bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5572 | 2025.04.18 21:41:46.841720 [ 255 ] {76e5aab4-35c8-4f7f-ab50-b25f86f53bb6} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5573 | 2025.04.18 21:41:46.841759 [ 255 ] {76e5aab4-35c8-4f7f-ab50-b25f86f53bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5574 | 2025.04.18 21:41:46.842156 [ 255 ] {76e5aab4-35c8-4f7f-ab50-b25f86f53bb6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5575 | 2025.04.18 21:41:46.842405 [ 255 ] {76e5aab4-35c8-4f7f-ab50-b25f86f53bb6} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5576 | 2025.04.18 21:41:46.842576 [ 255 ] {76e5aab4-35c8-4f7f-ab50-b25f86f53bb6} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.001461 sec., 113620.8076659822 rows/sec., 7.91 MiB/sec. | ||
| 5577 | 2025.04.18 21:41:46.842687 [ 255 ] {76e5aab4-35c8-4f7f-ab50-b25f86f53bb6} <Debug> TCPHandler: Processed in 0.001748931 sec. | ||
| 5578 | 2025.04.18 21:41:46.842869 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5579 | 2025.04.18 21:41:46.842987 [ 255 ] {9a4cce18-c60f-440c-b29e-4c1c64f49833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5580 | 2025.04.18 21:41:46.843060 [ 255 ] {9a4cce18-c60f-440c-b29e-4c1c64f49833} <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 | ||
| 5581 | 2025.04.18 21:41:46.844183 [ 255 ] {9a4cce18-c60f-440c-b29e-4c1c64f49833} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5582 | 2025.04.18 21:41:46.844221 [ 255 ] {9a4cce18-c60f-440c-b29e-4c1c64f49833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5583 | 2025.04.18 21:41:46.844884 [ 255 ] {9a4cce18-c60f-440c-b29e-4c1c64f49833} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5584 | 2025.04.18 21:41:46.845167 [ 255 ] {9a4cce18-c60f-440c-b29e-4c1c64f49833} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5585 | 2025.04.18 21:41:46.845427 [ 255 ] {9a4cce18-c60f-440c-b29e-4c1c64f49833} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002461 sec., 16253.555465258025 rows/sec., 29.13 MiB/sec. | ||
| 5586 | 2025.04.18 21:41:46.845793 [ 255 ] {9a4cce18-c60f-440c-b29e-4c1c64f49833} <Debug> TCPHandler: Processed in 0.00301647 sec. | ||
| 5587 | 2025.04.18 21:41:46.845915 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5588 | 2025.04.18 21:41:46.846022 [ 255 ] {9e953f72-170c-4b95-ac7d-37bf408f0b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5589 | 2025.04.18 21:41:46.846070 [ 255 ] {9e953f72-170c-4b95-ac7d-37bf408f0b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5590 | 2025.04.18 21:41:46.846574 [ 255 ] {9e953f72-170c-4b95-ac7d-37bf408f0b3d} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5591 | 2025.04.18 21:41:46.846621 [ 255 ] {9e953f72-170c-4b95-ac7d-37bf408f0b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5592 | 2025.04.18 21:41:46.847144 [ 255 ] {9e953f72-170c-4b95-ac7d-37bf408f0b3d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5593 | 2025.04.18 21:41:46.847416 [ 255 ] {9e953f72-170c-4b95-ac7d-37bf408f0b3d} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5594 | 2025.04.18 21:41:46.847583 [ 255 ] {9e953f72-170c-4b95-ac7d-37bf408f0b3d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001585 sec., 37854.88958990536 rows/sec., 2.55 MiB/sec. | ||
| 5595 | 2025.04.18 21:41:46.847629 [ 255 ] {9e953f72-170c-4b95-ac7d-37bf408f0b3d} <Debug> TCPHandler: Processed in 0.001765881 sec. | ||
| 5596 | 2025.04.18 21:41:47.372964 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5597 | 2025.04.18 21:41:47.373609 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5598 | 2025.04.18 21:41:47.373655 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5599 | 2025.04.18 21:41:47.374185 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5600 | 2025.04.18 21:41:47.374456 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5601 | 2025.04.18 21:41:47.374783 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5602 | 2025.04.18 21:41:48.244483 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5603 | 2025.04.18 21:41:48.262890 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5604 | 2025.04.18 21:41:48.262946 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 5605 | 2025.04.18 21:41:48.270062 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5606 | 2025.04.18 21:41:48.270790 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5607 | 2025.04.18 21:41:48.273594 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5608 | 2025.04.18 21:41:51.836690 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5609 | 2025.04.18 21:41:51.836923 [ 255 ] {99a72531-05db-41c7-8b55-b28663c3e745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5610 | 2025.04.18 21:41:51.837009 [ 255 ] {99a72531-05db-41c7-8b55-b28663c3e745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5611 | 2025.04.18 21:41:51.837955 [ 255 ] {99a72531-05db-41c7-8b55-b28663c3e745} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5612 | 2025.04.18 21:41:51.838003 [ 255 ] {99a72531-05db-41c7-8b55-b28663c3e745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5613 | 2025.04.18 21:41:51.838454 [ 255 ] {99a72531-05db-41c7-8b55-b28663c3e745} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5614 | 2025.04.18 21:41:51.838720 [ 255 ] {99a72531-05db-41c7-8b55-b28663c3e745} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5615 | 2025.04.18 21:41:51.838964 [ 255 ] {99a72531-05db-41c7-8b55-b28663c3e745} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.0021 sec., 100952.38095238096 rows/sec., 6.42 MiB/sec. | ||
| 5616 | 2025.04.18 21:41:51.839028 [ 255 ] {99a72531-05db-41c7-8b55-b28663c3e745} <Debug> TCPHandler: Processed in 0.002481408 sec. | ||
| 5617 | 2025.04.18 21:41:51.839165 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5618 | 2025.04.18 21:41:51.839281 [ 255 ] {91bc8acc-21fd-46c1-afac-716c045ff750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5619 | 2025.04.18 21:41:51.839331 [ 255 ] {91bc8acc-21fd-46c1-afac-716c045ff750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5620 | 2025.04.18 21:41:51.840164 [ 255 ] {91bc8acc-21fd-46c1-afac-716c045ff750} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5621 | 2025.04.18 21:41:51.840206 [ 255 ] {91bc8acc-21fd-46c1-afac-716c045ff750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5622 | 2025.04.18 21:41:51.840618 [ 255 ] {91bc8acc-21fd-46c1-afac-716c045ff750} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5623 | 2025.04.18 21:41:51.840867 [ 255 ] {91bc8acc-21fd-46c1-afac-716c045ff750} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5624 | 2025.04.18 21:41:51.841087 [ 255 ] {91bc8acc-21fd-46c1-afac-716c045ff750} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001834 sec., 336423.11886586697 rows/sec., 26.28 MiB/sec. | ||
| 5625 | 2025.04.18 21:41:51.841139 [ 255 ] {91bc8acc-21fd-46c1-afac-716c045ff750} <Debug> TCPHandler: Processed in 0.002029237 sec. | ||
| 5626 | 2025.04.18 21:41:51.841258 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5627 | 2025.04.18 21:41:51.841372 [ 255 ] {82c13040-bb2e-4ea7-b0db-b449e4f59a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5628 | 2025.04.18 21:41:51.841421 [ 255 ] {82c13040-bb2e-4ea7-b0db-b449e4f59a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5629 | 2025.04.18 21:41:51.841974 [ 255 ] {82c13040-bb2e-4ea7-b0db-b449e4f59a23} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5630 | 2025.04.18 21:41:51.842014 [ 255 ] {82c13040-bb2e-4ea7-b0db-b449e4f59a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5631 | 2025.04.18 21:41:51.842383 [ 255 ] {82c13040-bb2e-4ea7-b0db-b449e4f59a23} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5632 | 2025.04.18 21:41:51.842631 [ 255 ] {82c13040-bb2e-4ea7-b0db-b449e4f59a23} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5633 | 2025.04.18 21:41:51.842832 [ 255 ] {82c13040-bb2e-4ea7-b0db-b449e4f59a23} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001485 sec., 71380.47138047138 rows/sec., 4.20 MiB/sec. | ||
| 5634 | 2025.04.18 21:41:51.842887 [ 255 ] {82c13040-bb2e-4ea7-b0db-b449e4f59a23} <Debug> TCPHandler: Processed in 0.001680549 sec. | ||
| 5635 | 2025.04.18 21:41:51.843008 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5636 | 2025.04.18 21:41:51.843115 [ 255 ] {cf10a27c-5e09-4209-8956-86b3ba2898ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5637 | 2025.04.18 21:41:51.843162 [ 255 ] {cf10a27c-5e09-4209-8956-86b3ba2898ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5638 | 2025.04.18 21:41:51.843704 [ 255 ] {cf10a27c-5e09-4209-8956-86b3ba2898ee} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5639 | 2025.04.18 21:41:51.843744 [ 255 ] {cf10a27c-5e09-4209-8956-86b3ba2898ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5640 | 2025.04.18 21:41:51.844115 [ 255 ] {cf10a27c-5e09-4209-8956-86b3ba2898ee} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5641 | 2025.04.18 21:41:51.844356 [ 255 ] {cf10a27c-5e09-4209-8956-86b3ba2898ee} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5642 | 2025.04.18 21:41:51.844541 [ 100 ] {} <Debug> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5643 | 2025.04.18 21:41:51.844600 [ 255 ] {cf10a27c-5e09-4209-8956-86b3ba2898ee} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001497 sec., 75484.30193720774 rows/sec., 4.89 MiB/sec. | ||
| 5644 | 2025.04.18 21:41:51.844634 [ 100 ] {} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5645 | 2025.04.18 21:41:51.844713 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5646 | 2025.04.18 21:41:51.844722 [ 255 ] {cf10a27c-5e09-4209-8956-86b3ba2898ee} <Debug> TCPHandler: Processed in 0.001766662 sec. | ||
| 5647 | 2025.04.18 21:41:51.844957 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5648 | 2025.04.18 21:41:51.844967 [ 199 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::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 | ||
| 5649 | 2025.04.18 21:41:51.845132 [ 255 ] {09a2b92b-fd8f-4244-99aa-2c29315813f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5650 | 2025.04.18 21:41:51.845178 [ 199 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5651 | 2025.04.18 21:41:51.845191 [ 255 ] {09a2b92b-fd8f-4244-99aa-2c29315813f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5652 | 2025.04.18 21:41:51.845231 [ 199 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 341 rows starting from the beginning of the part | ||
| 5653 | 2025.04.18 21:41:51.845392 [ 199 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 341 rows starting from the beginning of the part | ||
| 5654 | 2025.04.18 21:41:51.845833 [ 199 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
| 5655 | 2025.04.18 21:41:51.846272 [ 199 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part | ||
| 5656 | 2025.04.18 21:41:51.846656 [ 199 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 113 rows starting from the beginning of the part | ||
| 5657 | 2025.04.18 21:41:51.847032 [ 199 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part | ||
| 5658 | 2025.04.18 21:41:51.847951 [ 255 ] {09a2b92b-fd8f-4244-99aa-2c29315813f8} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5659 | 2025.04.18 21:41:51.847997 [ 255 ] {09a2b92b-fd8f-4244-99aa-2c29315813f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5660 | 2025.04.18 21:41:51.848557 [ 255 ] {09a2b92b-fd8f-4244-99aa-2c29315813f8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5661 | 2025.04.18 21:41:51.848898 [ 255 ] {09a2b92b-fd8f-4244-99aa-2c29315813f8} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5662 | 2025.04.18 21:41:51.849060 [ 201 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.004227028 sec., 295479.47162876616 rows/sec., 20.74 MiB/sec. | ||
| 5663 | 2025.04.18 21:41:51.849274 [ 255 ] {09a2b92b-fd8f-4244-99aa-2c29315813f8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004178 sec., 26807.08472953566 rows/sec., 1.53 MiB/sec. | ||
| 5664 | 2025.04.18 21:41:51.849381 [ 255 ] {09a2b92b-fd8f-4244-99aa-2c29315813f8} <Debug> TCPHandler: Processed in 0.004507815 sec. | ||
| 5665 | 2025.04.18 21:41:51.849397 [ 193 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5666 | 2025.04.18 21:41:51.849555 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5667 | 2025.04.18 21:41:51.849738 [ 255 ] {7654c93e-f796-4d21-aee8-c15a86f2c1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5668 | 2025.04.18 21:41:51.849816 [ 255 ] {7654c93e-f796-4d21-aee8-c15a86f2c1a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5669 | 2025.04.18 21:41:51.849969 [ 193 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_16_3} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5670 | 2025.04.18 21:41:51.850193 [ 193 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_16_3} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5671 | 2025.04.18 21:41:51.850389 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 5672 | 2025.04.18 21:41:51.850906 [ 255 ] {7654c93e-f796-4d21-aee8-c15a86f2c1a9} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5673 | 2025.04.18 21:41:51.850949 [ 255 ] {7654c93e-f796-4d21-aee8-c15a86f2c1a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5674 | 2025.04.18 21:41:51.851329 [ 255 ] {7654c93e-f796-4d21-aee8-c15a86f2c1a9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5675 | 2025.04.18 21:41:51.851570 [ 255 ] {7654c93e-f796-4d21-aee8-c15a86f2c1a9} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5676 | 2025.04.18 21:41:51.851769 [ 255 ] {7654c93e-f796-4d21-aee8-c15a86f2c1a9} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.002075 sec., 184096.38554216866 rows/sec., 12.98 MiB/sec. | ||
| 5677 | 2025.04.18 21:41:51.851825 [ 255 ] {7654c93e-f796-4d21-aee8-c15a86f2c1a9} <Debug> TCPHandler: Processed in 0.002345735 sec. | ||
| 5678 | 2025.04.18 21:41:51.851943 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5679 | 2025.04.18 21:41:51.852048 [ 255 ] {2bfeb6d0-fc60-47c9-9d95-4bc48fcf68fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5680 | 2025.04.18 21:41:51.852095 [ 255 ] {2bfeb6d0-fc60-47c9-9d95-4bc48fcf68fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5681 | 2025.04.18 21:41:51.852507 [ 255 ] {2bfeb6d0-fc60-47c9-9d95-4bc48fcf68fd} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5682 | 2025.04.18 21:41:51.852545 [ 255 ] {2bfeb6d0-fc60-47c9-9d95-4bc48fcf68fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5683 | 2025.04.18 21:41:51.853157 [ 255 ] {2bfeb6d0-fc60-47c9-9d95-4bc48fcf68fd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5684 | 2025.04.18 21:41:51.853410 [ 255 ] {2bfeb6d0-fc60-47c9-9d95-4bc48fcf68fd} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5685 | 2025.04.18 21:41:51.853621 [ 255 ] {2bfeb6d0-fc60-47c9-9d95-4bc48fcf68fd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001595 sec., 3761.755485893417 rows/sec., 196.54 KiB/sec. | ||
| 5686 | 2025.04.18 21:41:51.853670 [ 255 ] {2bfeb6d0-fc60-47c9-9d95-4bc48fcf68fd} <Debug> TCPHandler: Processed in 0.001777731 sec. | ||
| 5687 | 2025.04.18 21:41:51.853781 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5688 | 2025.04.18 21:41:51.853885 [ 255 ] {acb769dd-5723-4f50-a9c0-c3cd7f0e17ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5689 | 2025.04.18 21:41:51.853934 [ 255 ] {acb769dd-5723-4f50-a9c0-c3cd7f0e17ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5690 | 2025.04.18 21:41:51.854438 [ 255 ] {acb769dd-5723-4f50-a9c0-c3cd7f0e17ba} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5691 | 2025.04.18 21:41:51.854477 [ 255 ] {acb769dd-5723-4f50-a9c0-c3cd7f0e17ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5692 | 2025.04.18 21:41:51.854871 [ 255 ] {acb769dd-5723-4f50-a9c0-c3cd7f0e17ba} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5693 | 2025.04.18 21:41:51.855114 [ 255 ] {acb769dd-5723-4f50-a9c0-c3cd7f0e17ba} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5694 | 2025.04.18 21:41:51.855326 [ 255 ] {acb769dd-5723-4f50-a9c0-c3cd7f0e17ba} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001461 sec., 162217.659137577 rows/sec., 10.87 MiB/sec. | ||
| 5695 | 2025.04.18 21:41:51.855433 [ 255 ] {acb769dd-5723-4f50-a9c0-c3cd7f0e17ba} <Debug> TCPHandler: Processed in 0.00170243 sec. | ||
| 5696 | 2025.04.18 21:41:51.855586 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5697 | 2025.04.18 21:41:51.855687 [ 255 ] {3638af3a-1c42-40ef-935d-cd8f3086915b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5698 | 2025.04.18 21:41:51.855734 [ 255 ] {3638af3a-1c42-40ef-935d-cd8f3086915b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5699 | 2025.04.18 21:41:51.856138 [ 255 ] {3638af3a-1c42-40ef-935d-cd8f3086915b} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5700 | 2025.04.18 21:41:51.856177 [ 255 ] {3638af3a-1c42-40ef-935d-cd8f3086915b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5701 | 2025.04.18 21:41:51.856522 [ 255 ] {3638af3a-1c42-40ef-935d-cd8f3086915b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5702 | 2025.04.18 21:41:51.856757 [ 255 ] {3638af3a-1c42-40ef-935d-cd8f3086915b} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5703 | 2025.04.18 21:41:51.856954 [ 255 ] {3638af3a-1c42-40ef-935d-cd8f3086915b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001288 sec., 776.3975155279503 rows/sec., 52.32 KiB/sec. | ||
| 5704 | 2025.04.18 21:41:51.857002 [ 255 ] {3638af3a-1c42-40ef-935d-cd8f3086915b} <Debug> TCPHandler: Processed in 0.001476844 sec. | ||
| 5705 | 2025.04.18 21:41:51.857118 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5706 | 2025.04.18 21:41:51.857222 [ 255 ] {c08314d7-51f0-404d-bb4f-4c92bcffc6ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5707 | 2025.04.18 21:41:51.857269 [ 255 ] {c08314d7-51f0-404d-bb4f-4c92bcffc6ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5708 | 2025.04.18 21:41:51.857678 [ 255 ] {c08314d7-51f0-404d-bb4f-4c92bcffc6ad} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5709 | 2025.04.18 21:41:51.857718 [ 255 ] {c08314d7-51f0-404d-bb4f-4c92bcffc6ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5710 | 2025.04.18 21:41:51.858088 [ 255 ] {c08314d7-51f0-404d-bb4f-4c92bcffc6ad} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5711 | 2025.04.18 21:41:51.858354 [ 255 ] {c08314d7-51f0-404d-bb4f-4c92bcffc6ad} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5712 | 2025.04.18 21:41:51.858537 [ 255 ] {c08314d7-51f0-404d-bb4f-4c92bcffc6ad} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001331 sec., 61607.81367392938 rows/sec., 3.91 MiB/sec. | ||
| 5713 | 2025.04.18 21:41:51.858611 [ 255 ] {c08314d7-51f0-404d-bb4f-4c92bcffc6ad} <Debug> TCPHandler: Processed in 0.001545336 sec. | ||
| 5714 | 2025.04.18 21:41:54.732192 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5715 | 2025.04.18 21:41:54.732264 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5716 | 2025.04.18 21:41:54.875866 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5717 | 2025.04.18 21:41:54.876475 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5718 | 2025.04.18 21:41:54.876521 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5719 | 2025.04.18 21:41:54.877028 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5720 | 2025.04.18 21:41:54.877276 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5721 | 2025.04.18 21:41:54.877559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5722 | 2025.04.18 21:41:54.917092 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 800 | ||
| 5723 | 2025.04.18 21:41:54.920126 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5724 | 2025.04.18 21:41:54.920175 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5725 | 2025.04.18 21:41:54.921652 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5726 | 2025.04.18 21:41:54.921990 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5727 | 2025.04.18 21:41:54.923127 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 800 | ||
| 5728 | 2025.04.18 21:41:55.773644 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 5729 | 2025.04.18 21:41:55.793181 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5730 | 2025.04.18 21:41:55.793240 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5731 | 2025.04.18 21:41:55.800394 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5732 | 2025.04.18 21:41:55.801134 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5733 | 2025.04.18 21:41:55.804427 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 5734 | 2025.04.18 21:41:56.833077 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5735 | 2025.04.18 21:41:56.833279 [ 255 ] {b5d977f4-2aa1-4fd9-9c9b-a4da5d6bf270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5736 | 2025.04.18 21:41:56.833355 [ 255 ] {b5d977f4-2aa1-4fd9-9c9b-a4da5d6bf270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5737 | 2025.04.18 21:41:56.834191 [ 255 ] {b5d977f4-2aa1-4fd9-9c9b-a4da5d6bf270} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5738 | 2025.04.18 21:41:56.834244 [ 255 ] {b5d977f4-2aa1-4fd9-9c9b-a4da5d6bf270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5739 | 2025.04.18 21:41:56.834734 [ 255 ] {b5d977f4-2aa1-4fd9-9c9b-a4da5d6bf270} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5740 | 2025.04.18 21:41:56.834999 [ 255 ] {b5d977f4-2aa1-4fd9-9c9b-a4da5d6bf270} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5741 | 2025.04.18 21:41:56.835222 [ 255 ] {b5d977f4-2aa1-4fd9-9c9b-a4da5d6bf270} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001998 sec., 68068.06806806807 rows/sec., 5.86 MiB/sec. | ||
| 5742 | 2025.04.18 21:41:56.835340 [ 255 ] {b5d977f4-2aa1-4fd9-9c9b-a4da5d6bf270} <Debug> TCPHandler: Processed in 0.002401956 sec. | ||
| 5743 | 2025.04.18 21:41:56.835512 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5744 | 2025.04.18 21:41:56.835640 [ 255 ] {b0281ab0-089d-40f3-bc18-ba51a3aa6fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5745 | 2025.04.18 21:41:56.835691 [ 255 ] {b0281ab0-089d-40f3-bc18-ba51a3aa6fa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5746 | 2025.04.18 21:41:56.836252 [ 255 ] {b0281ab0-089d-40f3-bc18-ba51a3aa6fa2} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5747 | 2025.04.18 21:41:56.836293 [ 255 ] {b0281ab0-089d-40f3-bc18-ba51a3aa6fa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5748 | 2025.04.18 21:41:56.836657 [ 255 ] {b0281ab0-089d-40f3-bc18-ba51a3aa6fa2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5749 | 2025.04.18 21:41:56.836903 [ 255 ] {b0281ab0-089d-40f3-bc18-ba51a3aa6fa2} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5750 | 2025.04.18 21:41:56.837111 [ 255 ] {b0281ab0-089d-40f3-bc18-ba51a3aa6fa2} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001495 sec., 26755.852842809363 rows/sec., 1.96 MiB/sec. | ||
| 5751 | 2025.04.18 21:41:56.837164 [ 255 ] {b0281ab0-089d-40f3-bc18-ba51a3aa6fa2} <Debug> TCPHandler: Processed in 0.00174168 sec. | ||
| 5752 | 2025.04.18 21:41:56.837281 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5753 | 2025.04.18 21:41:56.837389 [ 255 ] {05b5fe3c-f1cf-40ad-95f4-34dfe84cf524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5754 | 2025.04.18 21:41:56.837437 [ 255 ] {05b5fe3c-f1cf-40ad-95f4-34dfe84cf524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5755 | 2025.04.18 21:41:56.837982 [ 255 ] {05b5fe3c-f1cf-40ad-95f4-34dfe84cf524} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5756 | 2025.04.18 21:41:56.838022 [ 255 ] {05b5fe3c-f1cf-40ad-95f4-34dfe84cf524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5757 | 2025.04.18 21:41:56.838404 [ 255 ] {05b5fe3c-f1cf-40ad-95f4-34dfe84cf524} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5758 | 2025.04.18 21:41:56.838680 [ 255 ] {05b5fe3c-f1cf-40ad-95f4-34dfe84cf524} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5759 | 2025.04.18 21:41:56.838896 [ 255 ] {05b5fe3c-f1cf-40ad-95f4-34dfe84cf524} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.00153 sec., 67973.85620915033 rows/sec., 5.31 MiB/sec. | ||
| 5760 | 2025.04.18 21:41:56.838950 [ 255 ] {05b5fe3c-f1cf-40ad-95f4-34dfe84cf524} <Debug> TCPHandler: Processed in 0.00171929 sec. | ||
| 5761 | 2025.04.18 21:41:56.839074 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5762 | 2025.04.18 21:41:56.839180 [ 255 ] {1eba0f78-34d2-47ab-813c-b1affd63d244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5763 | 2025.04.18 21:41:56.839234 [ 255 ] {1eba0f78-34d2-47ab-813c-b1affd63d244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5764 | 2025.04.18 21:41:56.839768 [ 255 ] {1eba0f78-34d2-47ab-813c-b1affd63d244} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5765 | 2025.04.18 21:41:56.839808 [ 255 ] {1eba0f78-34d2-47ab-813c-b1affd63d244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5766 | 2025.04.18 21:41:56.840205 [ 255 ] {1eba0f78-34d2-47ab-813c-b1affd63d244} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5767 | 2025.04.18 21:41:56.840449 [ 255 ] {1eba0f78-34d2-47ab-813c-b1affd63d244} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5768 | 2025.04.18 21:41:56.840657 [ 255 ] {1eba0f78-34d2-47ab-813c-b1affd63d244} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001499 sec., 106737.82521681121 rows/sec., 7.43 MiB/sec. | ||
| 5769 | 2025.04.18 21:41:56.840708 [ 255 ] {1eba0f78-34d2-47ab-813c-b1affd63d244} <Debug> TCPHandler: Processed in 0.00168709 sec. | ||
| 5770 | 2025.04.18 21:41:56.840821 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5771 | 2025.04.18 21:41:56.840927 [ 255 ] {60cceced-a5a5-41f8-bc3a-5031e00286ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5772 | 2025.04.18 21:41:56.840994 [ 255 ] {60cceced-a5a5-41f8-bc3a-5031e00286ef} <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 | ||
| 5773 | 2025.04.18 21:41:56.842132 [ 255 ] {60cceced-a5a5-41f8-bc3a-5031e00286ef} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5774 | 2025.04.18 21:41:56.842171 [ 255 ] {60cceced-a5a5-41f8-bc3a-5031e00286ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5775 | 2025.04.18 21:41:56.842837 [ 255 ] {60cceced-a5a5-41f8-bc3a-5031e00286ef} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5776 | 2025.04.18 21:41:56.843099 [ 255 ] {60cceced-a5a5-41f8-bc3a-5031e00286ef} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5777 | 2025.04.18 21:41:56.843358 [ 255 ] {60cceced-a5a5-41f8-bc3a-5031e00286ef} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002451 sec., 16319.869441044471 rows/sec., 29.24 MiB/sec. | ||
| 5778 | 2025.04.18 21:41:56.843627 [ 255 ] {60cceced-a5a5-41f8-bc3a-5031e00286ef} <Debug> TCPHandler: Processed in 0.002854666 sec. | ||
| 5779 | 2025.04.18 21:41:56.843755 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5780 | 2025.04.18 21:41:56.843862 [ 255 ] {c6916606-2101-4d85-b155-eec6a3ebe2c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5781 | 2025.04.18 21:41:56.843909 [ 255 ] {c6916606-2101-4d85-b155-eec6a3ebe2c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5782 | 2025.04.18 21:41:56.844396 [ 255 ] {c6916606-2101-4d85-b155-eec6a3ebe2c5} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5783 | 2025.04.18 21:41:56.844435 [ 255 ] {c6916606-2101-4d85-b155-eec6a3ebe2c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5784 | 2025.04.18 21:41:56.844794 [ 255 ] {c6916606-2101-4d85-b155-eec6a3ebe2c5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5785 | 2025.04.18 21:41:56.845052 [ 255 ] {c6916606-2101-4d85-b155-eec6a3ebe2c5} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5786 | 2025.04.18 21:41:56.845259 [ 255 ] {c6916606-2101-4d85-b155-eec6a3ebe2c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
| 5787 | 2025.04.18 21:41:56.845308 [ 255 ] {c6916606-2101-4d85-b155-eec6a3ebe2c5} <Debug> TCPHandler: Processed in 0.001604818 sec. | ||
| 5788 | 2025.04.18 21:41:58.264628 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5789 | 2025.04.18 21:41:58.264839 [ 255 ] {12df704f-76e5-434d-a342-526e45f9f18e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5790 | 2025.04.18 21:41:58.264922 [ 255 ] {12df704f-76e5-434d-a342-526e45f9f18e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5791 | 2025.04.18 21:41:58.265855 [ 255 ] {12df704f-76e5-434d-a342-526e45f9f18e} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5792 | 2025.04.18 21:41:58.265896 [ 255 ] {12df704f-76e5-434d-a342-526e45f9f18e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5793 | 2025.04.18 21:41:58.266348 [ 255 ] {12df704f-76e5-434d-a342-526e45f9f18e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5794 | 2025.04.18 21:41:58.266610 [ 255 ] {12df704f-76e5-434d-a342-526e45f9f18e} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5795 | 2025.04.18 21:41:58.266828 [ 255 ] {12df704f-76e5-434d-a342-526e45f9f18e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002035 sec., 104176.90417690418 rows/sec., 6.63 MiB/sec. | ||
| 5796 | 2025.04.18 21:41:58.266975 [ 255 ] {12df704f-76e5-434d-a342-526e45f9f18e} <Debug> TCPHandler: Processed in 0.002486157 sec. | ||
| 5797 | 2025.04.18 21:41:58.267155 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5798 | 2025.04.18 21:41:58.267263 [ 255 ] {6fafe311-6d76-4911-b27d-5e0ff93d6d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5799 | 2025.04.18 21:41:58.267312 [ 255 ] {6fafe311-6d76-4911-b27d-5e0ff93d6d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5800 | 2025.04.18 21:41:58.267842 [ 255 ] {6fafe311-6d76-4911-b27d-5e0ff93d6d11} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5801 | 2025.04.18 21:41:58.267882 [ 255 ] {6fafe311-6d76-4911-b27d-5e0ff93d6d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5802 | 2025.04.18 21:41:58.268226 [ 255 ] {6fafe311-6d76-4911-b27d-5e0ff93d6d11} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5803 | 2025.04.18 21:41:58.268478 [ 255 ] {6fafe311-6d76-4911-b27d-5e0ff93d6d11} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5804 | 2025.04.18 21:41:58.268688 [ 255 ] {6fafe311-6d76-4911-b27d-5e0ff93d6d11} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001444 sec., 2770.083102493075 rows/sec., 225.88 KiB/sec. | ||
| 5805 | 2025.04.18 21:41:58.268890 [ 255 ] {6fafe311-6d76-4911-b27d-5e0ff93d6d11} <Debug> TCPHandler: Processed in 0.001797232 sec. | ||
| 5806 | 2025.04.18 21:41:58.269079 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5807 | 2025.04.18 21:41:58.269186 [ 255 ] {837d17ce-24fb-4204-bf5f-0723ed23d428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5808 | 2025.04.18 21:41:58.269234 [ 255 ] {837d17ce-24fb-4204-bf5f-0723ed23d428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5809 | 2025.04.18 21:41:58.270562 [ 255 ] {837d17ce-24fb-4204-bf5f-0723ed23d428} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5810 | 2025.04.18 21:41:58.270601 [ 255 ] {837d17ce-24fb-4204-bf5f-0723ed23d428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5811 | 2025.04.18 21:41:58.271075 [ 255 ] {837d17ce-24fb-4204-bf5f-0723ed23d428} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5812 | 2025.04.18 21:41:58.271325 [ 255 ] {837d17ce-24fb-4204-bf5f-0723ed23d428} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5813 | 2025.04.18 21:41:58.271542 [ 255 ] {837d17ce-24fb-4204-bf5f-0723ed23d428} <Debug> executeQuery: Read 1759 rows, 145.61 KiB in 0.002365 sec., 743763.2135306554 rows/sec., 60.13 MiB/sec. | ||
| 5814 | 2025.04.18 21:41:58.271630 [ 255 ] {837d17ce-24fb-4204-bf5f-0723ed23d428} <Debug> TCPHandler: Processed in 0.002605651 sec. | ||
| 5815 | 2025.04.18 21:41:58.271915 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5816 | 2025.04.18 21:41:58.272101 [ 255 ] {bbfe938f-2be5-4e6d-9003-f960849f3ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5817 | 2025.04.18 21:41:58.272150 [ 255 ] {bbfe938f-2be5-4e6d-9003-f960849f3ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5818 | 2025.04.18 21:41:58.272728 [ 255 ] {bbfe938f-2be5-4e6d-9003-f960849f3ccc} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5819 | 2025.04.18 21:41:58.272767 [ 255 ] {bbfe938f-2be5-4e6d-9003-f960849f3ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5820 | 2025.04.18 21:41:58.273140 [ 255 ] {bbfe938f-2be5-4e6d-9003-f960849f3ccc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5821 | 2025.04.18 21:41:58.273382 [ 255 ] {bbfe938f-2be5-4e6d-9003-f960849f3ccc} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5822 | 2025.04.18 21:41:58.273590 [ 255 ] {bbfe938f-2be5-4e6d-9003-f960849f3ccc} <Debug> executeQuery: Read 110 rows, 6.67 KiB in 0.001521 sec., 72320.84155161078 rows/sec., 4.28 MiB/sec. | ||
| 5823 | 2025.04.18 21:41:58.273779 [ 255 ] {bbfe938f-2be5-4e6d-9003-f960849f3ccc} <Debug> TCPHandler: Processed in 0.001963496 sec. | ||
| 5824 | 2025.04.18 21:41:58.274040 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5825 | 2025.04.18 21:41:58.274173 [ 255 ] {f72bfb1e-a88e-4b8f-8621-89395d56f31a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5826 | 2025.04.18 21:41:58.274222 [ 255 ] {f72bfb1e-a88e-4b8f-8621-89395d56f31a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5827 | 2025.04.18 21:41:58.274917 [ 255 ] {f72bfb1e-a88e-4b8f-8621-89395d56f31a} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5828 | 2025.04.18 21:41:58.274955 [ 255 ] {f72bfb1e-a88e-4b8f-8621-89395d56f31a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5829 | 2025.04.18 21:41:58.275323 [ 255 ] {f72bfb1e-a88e-4b8f-8621-89395d56f31a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5830 | 2025.04.18 21:41:58.275562 [ 255 ] {f72bfb1e-a88e-4b8f-8621-89395d56f31a} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5831 | 2025.04.18 21:41:58.275734 [ 255 ] {f72bfb1e-a88e-4b8f-8621-89395d56f31a} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001586 sec., 215006.3051702396 rows/sec., 14.35 MiB/sec. | ||
| 5832 | 2025.04.18 21:41:58.275785 [ 255 ] {f72bfb1e-a88e-4b8f-8621-89395d56f31a} <Debug> TCPHandler: Processed in 0.001847183 sec. | ||
| 5833 | 2025.04.18 21:41:58.275899 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5834 | 2025.04.18 21:41:58.276004 [ 255 ] {a85d97fc-3169-4697-925a-cf3db418bd35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5835 | 2025.04.18 21:41:58.276049 [ 255 ] {a85d97fc-3169-4697-925a-cf3db418bd35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5836 | 2025.04.18 21:41:58.276602 [ 255 ] {a85d97fc-3169-4697-925a-cf3db418bd35} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5837 | 2025.04.18 21:41:58.276639 [ 255 ] {a85d97fc-3169-4697-925a-cf3db418bd35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5838 | 2025.04.18 21:41:58.276987 [ 255 ] {a85d97fc-3169-4697-925a-cf3db418bd35} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5839 | 2025.04.18 21:41:58.277217 [ 255 ] {a85d97fc-3169-4697-925a-cf3db418bd35} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5840 | 2025.04.18 21:41:58.277384 [ 255 ] {a85d97fc-3169-4697-925a-cf3db418bd35} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001403 sec., 79828.93799002138 rows/sec., 4.55 MiB/sec. | ||
| 5841 | 2025.04.18 21:41:58.277435 [ 255 ] {a85d97fc-3169-4697-925a-cf3db418bd35} <Debug> TCPHandler: Processed in 0.001588567 sec. | ||
| 5842 | 2025.04.18 21:41:58.277556 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5843 | 2025.04.18 21:41:58.277661 [ 255 ] {5911afe5-5656-41bd-b172-5259d8bd1023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5844 | 2025.04.18 21:41:58.277706 [ 255 ] {5911afe5-5656-41bd-b172-5259d8bd1023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5845 | 2025.04.18 21:41:58.278573 [ 255 ] {5911afe5-5656-41bd-b172-5259d8bd1023} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5846 | 2025.04.18 21:41:58.278610 [ 255 ] {5911afe5-5656-41bd-b172-5259d8bd1023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5847 | 2025.04.18 21:41:58.279026 [ 255 ] {5911afe5-5656-41bd-b172-5259d8bd1023} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5848 | 2025.04.18 21:41:58.279269 [ 255 ] {5911afe5-5656-41bd-b172-5259d8bd1023} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5849 | 2025.04.18 21:41:58.279442 [ 255 ] {5911afe5-5656-41bd-b172-5259d8bd1023} <Debug> executeQuery: Read 842 rows, 62.20 KiB in 0.001803 sec., 466999.44536882977 rows/sec., 33.69 MiB/sec. | ||
| 5850 | 2025.04.18 21:41:58.279493 [ 255 ] {5911afe5-5656-41bd-b172-5259d8bd1023} <Debug> TCPHandler: Processed in 0.001987676 sec. | ||
| 5851 | 2025.04.18 21:41:58.279609 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5852 | 2025.04.18 21:41:58.279714 [ 255 ] {6959d6b5-7d54-47e5-b65e-0de909554d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5853 | 2025.04.18 21:41:58.279760 [ 255 ] {6959d6b5-7d54-47e5-b65e-0de909554d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5854 | 2025.04.18 21:41:58.280166 [ 255 ] {6959d6b5-7d54-47e5-b65e-0de909554d72} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5855 | 2025.04.18 21:41:58.280203 [ 255 ] {6959d6b5-7d54-47e5-b65e-0de909554d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5856 | 2025.04.18 21:41:58.280560 [ 255 ] {6959d6b5-7d54-47e5-b65e-0de909554d72} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5857 | 2025.04.18 21:41:58.280793 [ 255 ] {6959d6b5-7d54-47e5-b65e-0de909554d72} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5858 | 2025.04.18 21:41:58.280907 [ 134 ] {} <Debug> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5859 | 2025.04.18 21:41:58.280952 [ 134 ] {} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5860 | 2025.04.18 21:41:58.280963 [ 255 ] {6959d6b5-7d54-47e5-b65e-0de909554d72} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001271 sec., 4720.692368214005 rows/sec., 246.64 KiB/sec. | ||
| 5861 | 2025.04.18 21:41:58.280976 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5862 | 2025.04.18 21:41:58.281055 [ 255 ] {6959d6b5-7d54-47e5-b65e-0de909554d72} <Debug> TCPHandler: Processed in 0.001494105 sec. | ||
| 5863 | 2025.04.18 21:41:58.281252 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::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 | ||
| 5864 | 2025.04.18 21:41:58.281269 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5865 | 2025.04.18 21:41:58.281536 [ 255 ] {336a638d-4d19-4f31-8f23-c823971c5c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5866 | 2025.04.18 21:41:58.281559 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5867 | 2025.04.18 21:41:58.281628 [ 255 ] {336a638d-4d19-4f31-8f23-c823971c5c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5868 | 2025.04.18 21:41:58.281646 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 5869 | 2025.04.18 21:41:58.281947 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5870 | 2025.04.18 21:41:58.282260 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5871 | 2025.04.18 21:41:58.282726 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 5872 | 2025.04.18 21:41:58.283014 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 5873 | 2025.04.18 21:41:58.283264 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 5874 | 2025.04.18 21:41:58.284571 [ 255 ] {336a638d-4d19-4f31-8f23-c823971c5c60} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5875 | 2025.04.18 21:41:58.284650 [ 255 ] {336a638d-4d19-4f31-8f23-c823971c5c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5876 | 2025.04.18 21:41:58.285514 [ 199 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004431783 sec., 21661.710422193504 rows/sec., 1.11 MiB/sec. | ||
| 5877 | 2025.04.18 21:41:58.285697 [ 199 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5878 | 2025.04.18 21:41:58.285782 [ 255 ] {336a638d-4d19-4f31-8f23-c823971c5c60} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5879 | 2025.04.18 21:41:58.286040 [ 199 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_16_3} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5880 | 2025.04.18 21:41:58.286086 [ 255 ] {336a638d-4d19-4f31-8f23-c823971c5c60} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5881 | 2025.04.18 21:41:58.286160 [ 199 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_16_3} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5882 | 2025.04.18 21:41:58.286309 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5883 | 2025.04.18 21:41:58.286363 [ 255 ] {336a638d-4d19-4f31-8f23-c823971c5c60} <Debug> executeQuery: Read 959 rows, 65.26 KiB in 0.004905 sec., 195514.78083588177 rows/sec., 12.99 MiB/sec. | ||
| 5884 | 2025.04.18 21:41:58.286425 [ 255 ] {336a638d-4d19-4f31-8f23-c823971c5c60} <Debug> TCPHandler: Processed in 0.005224841 sec. | ||
| 5885 | 2025.04.18 21:41:58.286550 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5886 | 2025.04.18 21:41:58.286655 [ 255 ] {2c31e961-2727-4472-97da-2014bc9790d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5887 | 2025.04.18 21:41:58.286702 [ 255 ] {2c31e961-2727-4472-97da-2014bc9790d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5888 | 2025.04.18 21:41:58.287103 [ 255 ] {2c31e961-2727-4472-97da-2014bc9790d1} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5889 | 2025.04.18 21:41:58.287140 [ 255 ] {2c31e961-2727-4472-97da-2014bc9790d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5890 | 2025.04.18 21:41:58.287484 [ 255 ] {2c31e961-2727-4472-97da-2014bc9790d1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5891 | 2025.04.18 21:41:58.287738 [ 255 ] {2c31e961-2727-4472-97da-2014bc9790d1} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5892 | 2025.04.18 21:41:58.287925 [ 255 ] {2c31e961-2727-4472-97da-2014bc9790d1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00129 sec., 775.1937984496125 rows/sec., 52.23 KiB/sec. | ||
| 5893 | 2025.04.18 21:41:58.287992 [ 255 ] {2c31e961-2727-4472-97da-2014bc9790d1} <Debug> TCPHandler: Processed in 0.001493405 sec. | ||
| 5894 | 2025.04.18 21:41:58.288118 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5895 | 2025.04.18 21:41:58.288223 [ 255 ] {ef9fe92c-3859-4267-ae16-4984c228371b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5896 | 2025.04.18 21:41:58.288272 [ 255 ] {ef9fe92c-3859-4267-ae16-4984c228371b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5897 | 2025.04.18 21:41:58.288703 [ 255 ] {ef9fe92c-3859-4267-ae16-4984c228371b} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5898 | 2025.04.18 21:41:58.288739 [ 255 ] {ef9fe92c-3859-4267-ae16-4984c228371b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5899 | 2025.04.18 21:41:58.289093 [ 255 ] {ef9fe92c-3859-4267-ae16-4984c228371b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5900 | 2025.04.18 21:41:58.289328 [ 255 ] {ef9fe92c-3859-4267-ae16-4984c228371b} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5901 | 2025.04.18 21:41:58.289504 [ 255 ] {ef9fe92c-3859-4267-ae16-4984c228371b} <Debug> executeQuery: Read 36 rows, 2.15 KiB in 0.001303 sec., 27628.549501151192 rows/sec., 1.61 MiB/sec. | ||
| 5902 | 2025.04.18 21:41:58.289553 [ 255 ] {ef9fe92c-3859-4267-ae16-4984c228371b} <Debug> TCPHandler: Processed in 0.001495415 sec. | ||
| 5903 | 2025.04.18 21:42:01.829057 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5904 | 2025.04.18 21:42:01.829259 [ 255 ] {ec9c6bda-e005-4482-b691-175a85860f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5905 | 2025.04.18 21:42:01.829327 [ 255 ] {ec9c6bda-e005-4482-b691-175a85860f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5906 | 2025.04.18 21:42:01.830060 [ 255 ] {ec9c6bda-e005-4482-b691-175a85860f61} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5907 | 2025.04.18 21:42:01.830100 [ 255 ] {ec9c6bda-e005-4482-b691-175a85860f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5908 | 2025.04.18 21:42:01.830509 [ 255 ] {ec9c6bda-e005-4482-b691-175a85860f61} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5909 | 2025.04.18 21:42:01.830765 [ 255 ] {ec9c6bda-e005-4482-b691-175a85860f61} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5910 | 2025.04.18 21:42:01.830968 [ 147 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5911 | 2025.04.18 21:42:01.830999 [ 255 ] {ec9c6bda-e005-4482-b691-175a85860f61} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00179 sec., 31284.91620111732 rows/sec., 2.39 MiB/sec. | ||
| 5912 | 2025.04.18 21:42:01.831066 [ 147 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5913 | 2025.04.18 21:42:01.831128 [ 255 ] {ec9c6bda-e005-4482-b691-175a85860f61} <Debug> TCPHandler: Processed in 0.002196321 sec. | ||
| 5914 | 2025.04.18 21:42:01.831137 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5915 | 2025.04.18 21:42:01.831296 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5916 | 2025.04.18 21:42:01.831330 [ 186 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 5917 | 2025.04.18 21:42:01.831432 [ 255 ] {28c14649-67dc-4935-8921-4d673e3d6bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5918 | 2025.04.18 21:42:01.831491 [ 186 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5919 | 2025.04.18 21:42:01.831495 [ 255 ] {28c14649-67dc-4935-8921-4d673e3d6bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5920 | 2025.04.18 21:42:01.831545 [ 186 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1846 rows starting from the beginning of the part | ||
| 5921 | 2025.04.18 21:42:01.831678 [ 186 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 142 rows starting from the beginning of the part | ||
| 5922 | 2025.04.18 21:42:01.832054 [ 186 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 617 rows starting from the beginning of the part | ||
| 5923 | 2025.04.18 21:42:01.832392 [ 186 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 136 rows starting from the beginning of the part | ||
| 5924 | 2025.04.18 21:42:01.832869 [ 186 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1759 rows starting from the beginning of the part | ||
| 5925 | 2025.04.18 21:42:01.833180 [ 186 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 5926 | 2025.04.18 21:42:01.833744 [ 255 ] {28c14649-67dc-4935-8921-4d673e3d6bcb} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5927 | 2025.04.18 21:42:01.833786 [ 255 ] {28c14649-67dc-4935-8921-4d673e3d6bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5928 | 2025.04.18 21:42:01.834271 [ 255 ] {28c14649-67dc-4935-8921-4d673e3d6bcb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5929 | 2025.04.18 21:42:01.834598 [ 255 ] {28c14649-67dc-4935-8921-4d673e3d6bcb} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5930 | 2025.04.18 21:42:01.834787 [ 147 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5931 | 2025.04.18 21:42:01.834858 [ 147 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5932 | 2025.04.18 21:42:01.834870 [ 255 ] {28c14649-67dc-4935-8921-4d673e3d6bcb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003443 sec., 18588.44031367993 rows/sec., 1.45 MiB/sec. | ||
| 5933 | 2025.04.18 21:42:01.834909 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5934 | 2025.04.18 21:42:01.835142 [ 255 ] {28c14649-67dc-4935-8921-4d673e3d6bcb} <Debug> TCPHandler: Processed in 0.003923332 sec. | ||
| 5935 | 2025.04.18 21:42:01.835180 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 5936 | 2025.04.18 21:42:01.835316 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5937 | 2025.04.18 21:42:01.835333 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5938 | 2025.04.18 21:42:01.835404 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part | ||
| 5939 | 2025.04.18 21:42:01.835670 [ 255 ] {245f4517-4582-4225-bc85-f766a47bc7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5940 | 2025.04.18 21:42:01.835781 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 116 rows starting from the beginning of the part | ||
| 5941 | 2025.04.18 21:42:01.835886 [ 255 ] {245f4517-4582-4225-bc85-f766a47bc7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5942 | 2025.04.18 21:42:01.835902 [ 186 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4556 rows, containing 5 columns (5 merged, 0 gathered) in 0.004643388 sec., 981180.1210667728 rows/sec., 83.14 MiB/sec. | ||
| 5943 | 2025.04.18 21:42:01.836079 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 382 rows starting from the beginning of the part | ||
| 5944 | 2025.04.18 21:42:01.836347 [ 186 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5945 | 2025.04.18 21:42:01.836592 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 104 rows starting from the beginning of the part | ||
| 5946 | 2025.04.18 21:42:01.837099 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 842 rows starting from the beginning of the part | ||
| 5947 | 2025.04.18 21:42:01.837557 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 5948 | 2025.04.18 21:42:01.837688 [ 186 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_46_9} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5949 | 2025.04.18 21:42:01.838147 [ 186 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_46_9} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5950 | 2025.04.18 21:42:01.838278 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 5951 | 2025.04.18 21:42:01.838736 [ 255 ] {245f4517-4582-4225-bc85-f766a47bc7f0} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5952 | 2025.04.18 21:42:01.838781 [ 255 ] {245f4517-4582-4225-bc85-f766a47bc7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5953 | 2025.04.18 21:42:01.839363 [ 255 ] {245f4517-4582-4225-bc85-f766a47bc7f0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5954 | 2025.04.18 21:42:01.839636 [ 255 ] {245f4517-4582-4225-bc85-f766a47bc7f0} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5955 | 2025.04.18 21:42:01.839925 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5956 | 2025.04.18 21:42:01.839900 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.004836393 sec., 500786.43319515185 rows/sec., 38.36 MiB/sec. | ||
| 5957 | 2025.04.18 21:42:01.840022 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5958 | 2025.04.18 21:42:01.840096 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5959 | 2025.04.18 21:42:01.840108 [ 255 ] {245f4517-4582-4225-bc85-f766a47bc7f0} <Debug> executeQuery: Read 126 rows, 8.98 KiB in 0.004611 sec., 27325.959661678597 rows/sec., 1.90 MiB/sec. | ||
| 5960 | 2025.04.18 21:42:01.840384 [ 255 ] {245f4517-4582-4225-bc85-f766a47bc7f0} <Debug> TCPHandler: Processed in 0.005138689 sec. | ||
| 5961 | 2025.04.18 21:42:01.840497 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5962 | 2025.04.18 21:42:01.840574 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 5963 | 2025.04.18 21:42:01.840657 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5964 | 2025.04.18 21:42:01.840984 [ 255 ] {f85a9713-6b8d-4bbb-84b1-b812e5fd07cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5965 | 2025.04.18 21:42:01.841084 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5966 | 2025.04.18 21:42:01.841140 [ 255 ] {f85a9713-6b8d-4bbb-84b1-b812e5fd07cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5967 | 2025.04.18 21:42:01.841197 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12654 rows starting from the beginning of the part | ||
| 5968 | 2025.04.18 21:42:01.841406 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_46_9} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5969 | 2025.04.18 21:42:01.841893 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_46_9} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5970 | 2025.04.18 21:42:01.842033 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 166 rows starting from the beginning of the part | ||
| 5971 | 2025.04.18 21:42:01.842199 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5972 | 2025.04.18 21:42:01.842553 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
| 5973 | 2025.04.18 21:42:01.842925 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 5974 | 2025.04.18 21:42:01.843292 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 959 rows starting from the beginning of the part | ||
| 5975 | 2025.04.18 21:42:01.843680 [ 197 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 126 rows starting from the beginning of the part | ||
| 5976 | 2025.04.18 21:42:01.843774 [ 255 ] {f85a9713-6b8d-4bbb-84b1-b812e5fd07cf} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5977 | 2025.04.18 21:42:01.843887 [ 255 ] {f85a9713-6b8d-4bbb-84b1-b812e5fd07cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5978 | 2025.04.18 21:42:01.844905 [ 255 ] {f85a9713-6b8d-4bbb-84b1-b812e5fd07cf} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5979 | 2025.04.18 21:42:01.845258 [ 255 ] {f85a9713-6b8d-4bbb-84b1-b812e5fd07cf} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5980 | 2025.04.18 21:42:01.845474 [ 147 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5981 | 2025.04.18 21:42:01.845581 [ 147 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5982 | 2025.04.18 21:42:01.845665 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5983 | 2025.04.18 21:42:01.845683 [ 255 ] {f85a9713-6b8d-4bbb-84b1-b812e5fd07cf} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.00482 sec., 9543.568464730291 rows/sec., 661.10 KiB/sec. | ||
| 5984 | 2025.04.18 21:42:01.845935 [ 255 ] {f85a9713-6b8d-4bbb-84b1-b812e5fd07cf} <Debug> TCPHandler: Processed in 0.005374806 sec. | ||
| 5985 | 2025.04.18 21:42:01.846025 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 5986 | 2025.04.18 21:42:01.846442 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5987 | 2025.04.18 21:42:01.846522 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2426 rows starting from the beginning of the part | ||
| 5988 | 2025.04.18 21:42:01.846793 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 5989 | 2025.04.18 21:42:01.847184 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 5990 | 2025.04.18 21:42:01.847444 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 5991 | 2025.04.18 21:42:01.847735 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part | ||
| 5992 | 2025.04.18 21:42:01.848058 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 46 rows starting from the beginning of the part | ||
| 5993 | 2025.04.18 21:42:01.851248 [ 189 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2710 rows, containing 4 columns (4 merged, 0 gathered) in 0.005469757 sec., 495451.6260960039 rows/sec., 32.49 MiB/sec. | ||
| 5994 | 2025.04.18 21:42:01.851695 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5995 | 2025.04.18 21:42:01.852297 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_46_9} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5996 | 2025.04.18 21:42:01.852453 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_46_9} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5997 | 2025.04.18 21:42:01.852460 [ 192 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14302 rows, containing 5 columns (5 merged, 0 gathered) in 0.012257516 sec., 1166794.3162382983 rows/sec., 78.86 MiB/sec. | ||
| 5998 | 2025.04.18 21:42:01.852585 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5999 | 2025.04.18 21:42:01.853019 [ 192 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6000 | 2025.04.18 21:42:01.853383 [ 192 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6001 | 2025.04.18 21:42:01.853483 [ 192 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6002 | 2025.04.18 21:42:01.853593 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.64 MiB. | ||
| 6003 | 2025.04.18 21:42:02.001102 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.36 MiB, peak 203.39 MiB, free memory in arenas 0.00 B, will set to 195.55 MiB (RSS), difference: 1.19 MiB | ||
| 6004 | 2025.04.18 21:42:02.378543 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 6005 | 2025.04.18 21:42:02.379192 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6006 | 2025.04.18 21:42:02.379242 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6007 | 2025.04.18 21:42:02.379790 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6008 | 2025.04.18 21:42:02.380059 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6009 | 2025.04.18 21:42:02.380298 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 6010 | 2025.04.18 21:42:03.305321 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 6011 | 2025.04.18 21:42:03.326053 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6012 | 2025.04.18 21:42:03.326122 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6013 | 2025.04.18 21:42:03.333655 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6014 | 2025.04.18 21:42:03.334475 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6015 | 2025.04.18 21:42:03.337822 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6016 | 2025.04.18 21:42:04.924144 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 842 | ||
| 6017 | 2025.04.18 21:42:04.927356 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6018 | 2025.04.18 21:42:04.927407 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6019 | 2025.04.18 21:42:04.928885 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6020 | 2025.04.18 21:42:04.929219 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6021 | 2025.04.18 21:42:04.929462 [ 148 ] {} <Debug> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6022 | 2025.04.18 21:42:04.929590 [ 148 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6023 | 2025.04.18 21:42:04.929667 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6024 | 2025.04.18 21:42:04.930103 [ 188 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::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 | ||
| 6025 | 2025.04.18 21:42:04.930630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 842 | ||
| 6026 | 2025.04.18 21:42:04.931158 [ 188 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6027 | 2025.04.18 21:42:04.931338 [ 188 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 682 rows starting from the beginning of the part | ||
| 6028 | 2025.04.18 21:42:04.931966 [ 188 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 22 rows starting from the beginning of the part | ||
| 6029 | 2025.04.18 21:42:04.932538 [ 188 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
| 6030 | 2025.04.18 21:42:04.933145 [ 188 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part | ||
| 6031 | 2025.04.18 21:42:04.933855 [ 188 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 34 rows starting from the beginning of the part | ||
| 6032 | 2025.04.18 21:42:04.934562 [ 188 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part | ||
| 6033 | 2025.04.18 21:42:04.942231 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 842 rows, containing 72 columns (72 merged, 0 gathered) in 0.012399398 sec., 67906.52255859518 rows/sec., 56.24 MiB/sec. | ||
| 6034 | 2025.04.18 21:42:04.943649 [ 191 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6035 | 2025.04.18 21:42:04.944556 [ 191 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_21_4} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6036 | 2025.04.18 21:42:04.944664 [ 191 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_21_4} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6037 | 2025.04.18 21:42:04.945007 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 6038 | 2025.04.18 21:42:06.833293 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6039 | 2025.04.18 21:42:06.833490 [ 255 ] {82a66475-9b94-4a1d-874b-99695a880465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6040 | 2025.04.18 21:42:06.833563 [ 255 ] {82a66475-9b94-4a1d-874b-99695a880465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6041 | 2025.04.18 21:42:06.834391 [ 255 ] {82a66475-9b94-4a1d-874b-99695a880465} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6042 | 2025.04.18 21:42:06.834442 [ 255 ] {82a66475-9b94-4a1d-874b-99695a880465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6043 | 2025.04.18 21:42:06.834886 [ 255 ] {82a66475-9b94-4a1d-874b-99695a880465} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6044 | 2025.04.18 21:42:06.835160 [ 255 ] {82a66475-9b94-4a1d-874b-99695a880465} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6045 | 2025.04.18 21:42:06.835380 [ 255 ] {82a66475-9b94-4a1d-874b-99695a880465} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001943 sec., 69994.85331960885 rows/sec., 6.03 MiB/sec. | ||
| 6046 | 2025.04.18 21:42:06.835436 [ 255 ] {82a66475-9b94-4a1d-874b-99695a880465} <Debug> TCPHandler: Processed in 0.002282233 sec. | ||
| 6047 | 2025.04.18 21:42:06.835566 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6048 | 2025.04.18 21:42:06.835671 [ 255 ] {4684149b-6d7a-4ec8-8857-15a9042d56f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6049 | 2025.04.18 21:42:06.835717 [ 255 ] {4684149b-6d7a-4ec8-8857-15a9042d56f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6050 | 2025.04.18 21:42:06.836231 [ 255 ] {4684149b-6d7a-4ec8-8857-15a9042d56f2} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6051 | 2025.04.18 21:42:06.836271 [ 255 ] {4684149b-6d7a-4ec8-8857-15a9042d56f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6052 | 2025.04.18 21:42:06.836617 [ 255 ] {4684149b-6d7a-4ec8-8857-15a9042d56f2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6053 | 2025.04.18 21:42:06.836852 [ 255 ] {4684149b-6d7a-4ec8-8857-15a9042d56f2} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6054 | 2025.04.18 21:42:06.837027 [ 145 ] {} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6055 | 2025.04.18 21:42:06.837075 [ 255 ] {4684149b-6d7a-4ec8-8857-15a9042d56f2} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001422 sec., 28129.39521800281 rows/sec., 2.07 MiB/sec. | ||
| 6056 | 2025.04.18 21:42:06.837126 [ 145 ] {} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6057 | 2025.04.18 21:42:06.837196 [ 255 ] {4684149b-6d7a-4ec8-8857-15a9042d56f2} <Debug> TCPHandler: Processed in 0.001678389 sec. | ||
| 6058 | 2025.04.18 21:42:06.837200 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6059 | 2025.04.18 21:42:06.837412 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6060 | 2025.04.18 21:42:06.837607 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 6061 | 2025.04.18 21:42:06.837701 [ 255 ] {28c630cb-092a-4d22-afff-24f5e2772cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6062 | 2025.04.18 21:42:06.837891 [ 255 ] {28c630cb-092a-4d22-afff-24f5e2772cca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6063 | 2025.04.18 21:42:06.838230 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6064 | 2025.04.18 21:42:06.838309 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 164 rows starting from the beginning of the part | ||
| 6065 | 2025.04.18 21:42:06.838633 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 52 rows starting from the beginning of the part | ||
| 6066 | 2025.04.18 21:42:06.839035 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 106 rows starting from the beginning of the part | ||
| 6067 | 2025.04.18 21:42:06.839454 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part | ||
| 6068 | 2025.04.18 21:42:06.839769 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 110 rows starting from the beginning of the part | ||
| 6069 | 2025.04.18 21:42:06.840083 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part | ||
| 6070 | 2025.04.18 21:42:06.840946 [ 255 ] {28c630cb-092a-4d22-afff-24f5e2772cca} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6071 | 2025.04.18 21:42:06.841017 [ 255 ] {28c630cb-092a-4d22-afff-24f5e2772cca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6072 | 2025.04.18 21:42:06.841975 [ 255 ] {28c630cb-092a-4d22-afff-24f5e2772cca} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6073 | 2025.04.18 21:42:06.842543 [ 255 ] {28c630cb-092a-4d22-afff-24f5e2772cca} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6074 | 2025.04.18 21:42:06.843065 [ 255 ] {28c630cb-092a-4d22-afff-24f5e2772cca} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005422 sec., 19181.11398008115 rows/sec., 1.50 MiB/sec. | ||
| 6075 | 2025.04.18 21:42:06.843449 [ 255 ] {28c630cb-092a-4d22-afff-24f5e2772cca} <Debug> TCPHandler: Processed in 0.006151223 sec. | ||
| 6076 | 2025.04.18 21:42:06.843807 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6077 | 2025.04.18 21:42:06.843900 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 5 columns (5 merged, 0 gathered) in 0.006558332 sec., 78068.6308652871 rows/sec., 5.30 MiB/sec. | ||
| 6078 | 2025.04.18 21:42:06.844061 [ 255 ] {a642e307-719d-4e83-bd27-7a32745a63a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6079 | 2025.04.18 21:42:06.844135 [ 255 ] {a642e307-719d-4e83-bd27-7a32745a63a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6080 | 2025.04.18 21:42:06.844153 [ 190 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6081 | 2025.04.18 21:42:06.844552 [ 190 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_36_7} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6082 | 2025.04.18 21:42:06.844660 [ 190 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_36_7} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6083 | 2025.04.18 21:42:06.844767 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6084 | 2025.04.18 21:42:06.844910 [ 255 ] {a642e307-719d-4e83-bd27-7a32745a63a1} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6085 | 2025.04.18 21:42:06.844949 [ 255 ] {a642e307-719d-4e83-bd27-7a32745a63a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6086 | 2025.04.18 21:42:06.845340 [ 255 ] {a642e307-719d-4e83-bd27-7a32745a63a1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6087 | 2025.04.18 21:42:06.845581 [ 255 ] {a642e307-719d-4e83-bd27-7a32745a63a1} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6088 | 2025.04.18 21:42:06.845794 [ 255 ] {a642e307-719d-4e83-bd27-7a32745a63a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001786 sec., 89585.66629339305 rows/sec., 6.24 MiB/sec. | ||
| 6089 | 2025.04.18 21:42:06.845886 [ 255 ] {a642e307-719d-4e83-bd27-7a32745a63a1} <Debug> TCPHandler: Processed in 0.002204681 sec. | ||
| 6090 | 2025.04.18 21:42:06.846046 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6091 | 2025.04.18 21:42:06.846152 [ 255 ] {37786d5f-e722-4412-9e75-bb3fff18ec34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6092 | 2025.04.18 21:42:06.846221 [ 255 ] {37786d5f-e722-4412-9e75-bb3fff18ec34} <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 | ||
| 6093 | 2025.04.18 21:42:06.847359 [ 255 ] {37786d5f-e722-4412-9e75-bb3fff18ec34} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6094 | 2025.04.18 21:42:06.847396 [ 255 ] {37786d5f-e722-4412-9e75-bb3fff18ec34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6095 | 2025.04.18 21:42:06.848071 [ 255 ] {37786d5f-e722-4412-9e75-bb3fff18ec34} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6096 | 2025.04.18 21:42:06.848333 [ 255 ] {37786d5f-e722-4412-9e75-bb3fff18ec34} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6097 | 2025.04.18 21:42:06.848572 [ 255 ] {37786d5f-e722-4412-9e75-bb3fff18ec34} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002441 sec., 16386.726751331422 rows/sec., 29.36 MiB/sec. | ||
| 6098 | 2025.04.18 21:42:06.848666 [ 255 ] {37786d5f-e722-4412-9e75-bb3fff18ec34} <Debug> TCPHandler: Processed in 0.002680733 sec. | ||
| 6099 | 2025.04.18 21:42:06.848774 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6100 | 2025.04.18 21:42:06.848875 [ 255 ] {ae4eb75b-88d4-4076-b3a2-78069b67b65e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6101 | 2025.04.18 21:42:06.848923 [ 255 ] {ae4eb75b-88d4-4076-b3a2-78069b67b65e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6102 | 2025.04.18 21:42:06.849361 [ 255 ] {ae4eb75b-88d4-4076-b3a2-78069b67b65e} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6103 | 2025.04.18 21:42:06.849401 [ 255 ] {ae4eb75b-88d4-4076-b3a2-78069b67b65e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6104 | 2025.04.18 21:42:06.849754 [ 255 ] {ae4eb75b-88d4-4076-b3a2-78069b67b65e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6105 | 2025.04.18 21:42:06.849993 [ 255 ] {ae4eb75b-88d4-4076-b3a2-78069b67b65e} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6106 | 2025.04.18 21:42:06.850210 [ 255 ] {ae4eb75b-88d4-4076-b3a2-78069b67b65e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. | ||
| 6107 | 2025.04.18 21:42:06.850292 [ 255 ] {ae4eb75b-88d4-4076-b3a2-78069b67b65e} <Debug> TCPHandler: Processed in 0.001568626 sec. | ||
| 6108 | 2025.04.18 21:42:09.732514 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6109 | 2025.04.18 21:42:09.732585 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6110 | 2025.04.18 21:42:09.881358 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 6111 | 2025.04.18 21:42:09.881992 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6112 | 2025.04.18 21:42:09.882040 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6113 | 2025.04.18 21:42:09.882573 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6114 | 2025.04.18 21:42:09.882830 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6115 | 2025.04.18 21:42:09.883067 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6116 | 2025.04.18 21:42:10.837881 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6117 | 2025.04.18 21:42:10.859141 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6118 | 2025.04.18 21:42:10.859211 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6119 | 2025.04.18 21:42:10.866687 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6120 | 2025.04.18 21:42:10.867542 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6121 | 2025.04.18 21:42:10.871300 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6122 | 2025.04.18 21:42:11.836912 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6123 | 2025.04.18 21:42:11.837127 [ 255 ] {467953b5-4303-4168-b956-70b17f0fb2e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6124 | 2025.04.18 21:42:11.837207 [ 255 ] {467953b5-4303-4168-b956-70b17f0fb2e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6125 | 2025.04.18 21:42:11.838147 [ 255 ] {467953b5-4303-4168-b956-70b17f0fb2e0} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6126 | 2025.04.18 21:42:11.838198 [ 255 ] {467953b5-4303-4168-b956-70b17f0fb2e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6127 | 2025.04.18 21:42:11.838629 [ 255 ] {467953b5-4303-4168-b956-70b17f0fb2e0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6128 | 2025.04.18 21:42:11.838876 [ 255 ] {467953b5-4303-4168-b956-70b17f0fb2e0} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6129 | 2025.04.18 21:42:11.839074 [ 137 ] {} <Debug> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6130 | 2025.04.18 21:42:11.839101 [ 255 ] {467953b5-4303-4168-b956-70b17f0fb2e0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002027 sec., 104588.06117414898 rows/sec., 6.65 MiB/sec. | ||
| 6131 | 2025.04.18 21:42:11.839178 [ 137 ] {} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6132 | 2025.04.18 21:42:11.839250 [ 255 ] {467953b5-4303-4168-b956-70b17f0fb2e0} <Debug> TCPHandler: Processed in 0.002476478 sec. | ||
| 6133 | 2025.04.18 21:42:11.839257 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6134 | 2025.04.18 21:42:11.839433 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6135 | 2025.04.18 21:42:11.839505 [ 188 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 6136 | 2025.04.18 21:42:11.839584 [ 255 ] {4e6faa92-f75c-41e4-9331-16cf95284b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6137 | 2025.04.18 21:42:11.839673 [ 255 ] {4e6faa92-f75c-41e4-9331-16cf95284b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6138 | 2025.04.18 21:42:11.839866 [ 188 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6139 | 2025.04.18 21:42:11.839936 [ 188 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 212 rows starting from the beginning of the part | ||
| 6140 | 2025.04.18 21:42:11.840253 [ 188 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part | ||
| 6141 | 2025.04.18 21:42:11.840617 [ 188 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part | ||
| 6142 | 2025.04.18 21:42:11.840993 [ 188 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part | ||
| 6143 | 2025.04.18 21:42:11.841324 [ 188 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part | ||
| 6144 | 2025.04.18 21:42:11.842849 [ 255 ] {4e6faa92-f75c-41e4-9331-16cf95284b32} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6145 | 2025.04.18 21:42:11.842928 [ 255 ] {4e6faa92-f75c-41e4-9331-16cf95284b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6146 | 2025.04.18 21:42:11.843743 [ 188 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004354181 sec., 243444.17469094644 rows/sec., 16.41 MiB/sec. | ||
| 6147 | 2025.04.18 21:42:11.843866 [ 255 ] {4e6faa92-f75c-41e4-9331-16cf95284b32} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6148 | 2025.04.18 21:42:11.843911 [ 188 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6149 | 2025.04.18 21:42:11.844316 [ 255 ] {4e6faa92-f75c-41e4-9331-16cf95284b32} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6150 | 2025.04.18 21:42:11.844467 [ 188 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_17_4} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6151 | 2025.04.18 21:42:11.844757 [ 255 ] {4e6faa92-f75c-41e4-9331-16cf95284b32} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.005205 sec., 118539.8655139289 rows/sec., 9.26 MiB/sec. | ||
| 6152 | 2025.04.18 21:42:11.844767 [ 188 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_17_4} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6153 | 2025.04.18 21:42:11.844945 [ 255 ] {4e6faa92-f75c-41e4-9331-16cf95284b32} <Debug> TCPHandler: Processed in 0.00559118 sec. | ||
| 6154 | 2025.04.18 21:42:11.844997 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 6155 | 2025.04.18 21:42:11.845110 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6156 | 2025.04.18 21:42:11.845217 [ 255 ] {5f4519bc-6db5-411e-821f-9d9e3ac34cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6157 | 2025.04.18 21:42:11.845262 [ 255 ] {5f4519bc-6db5-411e-821f-9d9e3ac34cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6158 | 2025.04.18 21:42:11.845832 [ 255 ] {5f4519bc-6db5-411e-821f-9d9e3ac34cdc} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6159 | 2025.04.18 21:42:11.845871 [ 255 ] {5f4519bc-6db5-411e-821f-9d9e3ac34cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6160 | 2025.04.18 21:42:11.846230 [ 255 ] {5f4519bc-6db5-411e-821f-9d9e3ac34cdc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6161 | 2025.04.18 21:42:11.846459 [ 255 ] {5f4519bc-6db5-411e-821f-9d9e3ac34cdc} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6162 | 2025.04.18 21:42:11.846654 [ 255 ] {5f4519bc-6db5-411e-821f-9d9e3ac34cdc} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001459 sec., 72652.5017135024 rows/sec., 4.27 MiB/sec. | ||
| 6163 | 2025.04.18 21:42:11.846703 [ 255 ] {5f4519bc-6db5-411e-821f-9d9e3ac34cdc} <Debug> TCPHandler: Processed in 0.001649199 sec. | ||
| 6164 | 2025.04.18 21:42:11.846873 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6165 | 2025.04.18 21:42:11.846975 [ 255 ] {94ef00b5-d7b9-4960-b97f-3a67a334d1e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6166 | 2025.04.18 21:42:11.847019 [ 255 ] {94ef00b5-d7b9-4960-b97f-3a67a334d1e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6167 | 2025.04.18 21:42:11.847554 [ 255 ] {94ef00b5-d7b9-4960-b97f-3a67a334d1e8} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6168 | 2025.04.18 21:42:11.847592 [ 255 ] {94ef00b5-d7b9-4960-b97f-3a67a334d1e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6169 | 2025.04.18 21:42:11.847934 [ 255 ] {94ef00b5-d7b9-4960-b97f-3a67a334d1e8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6170 | 2025.04.18 21:42:11.848176 [ 255 ] {94ef00b5-d7b9-4960-b97f-3a67a334d1e8} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6171 | 2025.04.18 21:42:11.848413 [ 255 ] {94ef00b5-d7b9-4960-b97f-3a67a334d1e8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001459 sec., 77450.3084304318 rows/sec., 5.01 MiB/sec. | ||
| 6172 | 2025.04.18 21:42:11.848489 [ 255 ] {94ef00b5-d7b9-4960-b97f-3a67a334d1e8} <Debug> TCPHandler: Processed in 0.001664059 sec. | ||
| 6173 | 2025.04.18 21:42:11.848704 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6174 | 2025.04.18 21:42:11.848807 [ 255 ] {43af8e01-78a7-4b50-b0c8-cf3fd7a5f76e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6175 | 2025.04.18 21:42:11.848852 [ 255 ] {43af8e01-78a7-4b50-b0c8-cf3fd7a5f76e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6176 | 2025.04.18 21:42:11.849397 [ 255 ] {43af8e01-78a7-4b50-b0c8-cf3fd7a5f76e} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6177 | 2025.04.18 21:42:11.849435 [ 255 ] {43af8e01-78a7-4b50-b0c8-cf3fd7a5f76e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6178 | 2025.04.18 21:42:11.849781 [ 255 ] {43af8e01-78a7-4b50-b0c8-cf3fd7a5f76e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6179 | 2025.04.18 21:42:11.850035 [ 255 ] {43af8e01-78a7-4b50-b0c8-cf3fd7a5f76e} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6180 | 2025.04.18 21:42:11.850192 [ 137 ] {} <Debug> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6181 | 2025.04.18 21:42:11.850249 [ 255 ] {43af8e01-78a7-4b50-b0c8-cf3fd7a5f76e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001457 sec., 76870.28140013728 rows/sec., 4.38 MiB/sec. | ||
| 6182 | 2025.04.18 21:42:11.850256 [ 137 ] {} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6183 | 2025.04.18 21:42:11.850343 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6184 | 2025.04.18 21:42:11.850378 [ 255 ] {43af8e01-78a7-4b50-b0c8-cf3fd7a5f76e} <Debug> TCPHandler: Processed in 0.00173405 sec. | ||
| 6185 | 2025.04.18 21:42:11.850581 [ 196 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 6186 | 2025.04.18 21:42:11.850586 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6187 | 2025.04.18 21:42:11.850868 [ 255 ] {29852a4a-8c7f-4d6a-92d8-66391dd00787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6188 | 2025.04.18 21:42:11.850884 [ 196 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6189 | 2025.04.18 21:42:11.850962 [ 255 ] {29852a4a-8c7f-4d6a-92d8-66391dd00787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6190 | 2025.04.18 21:42:11.850967 [ 196 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 112 rows starting from the beginning of the part | ||
| 6191 | 2025.04.18 21:42:11.851311 [ 196 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part | ||
| 6192 | 2025.04.18 21:42:11.851604 [ 196 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part | ||
| 6193 | 2025.04.18 21:42:11.851983 [ 196 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part | ||
| 6194 | 2025.04.18 21:42:11.852359 [ 196 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part | ||
| 6195 | 2025.04.18 21:42:11.853910 [ 255 ] {29852a4a-8c7f-4d6a-92d8-66391dd00787} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6196 | 2025.04.18 21:42:11.853984 [ 255 ] {29852a4a-8c7f-4d6a-92d8-66391dd00787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6197 | 2025.04.18 21:42:11.854970 [ 255 ] {29852a4a-8c7f-4d6a-92d8-66391dd00787} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6198 | 2025.04.18 21:42:11.855008 [ 194 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004547066 sec., 123156.33861483427 rows/sec., 7.49 MiB/sec. | ||
| 6199 | 2025.04.18 21:42:11.855219 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6200 | 2025.04.18 21:42:11.855273 [ 255 ] {29852a4a-8c7f-4d6a-92d8-66391dd00787} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6201 | 2025.04.18 21:42:11.855633 [ 255 ] {29852a4a-8c7f-4d6a-92d8-66391dd00787} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00483 sec., 79089.02691511386 rows/sec., 5.58 MiB/sec. | ||
| 6202 | 2025.04.18 21:42:11.855796 [ 255 ] {29852a4a-8c7f-4d6a-92d8-66391dd00787} <Debug> TCPHandler: Processed in 0.005282533 sec. | ||
| 6203 | 2025.04.18 21:42:11.855882 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_17_4} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6204 | 2025.04.18 21:42:11.856184 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6205 | 2025.04.18 21:42:11.856238 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_17_4} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6206 | 2025.04.18 21:42:11.856575 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6207 | 2025.04.18 21:42:11.856601 [ 255 ] {b3be30a2-6c0d-4bc4-9b77-49e5b308ac67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6208 | 2025.04.18 21:42:11.856709 [ 255 ] {b3be30a2-6c0d-4bc4-9b77-49e5b308ac67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6209 | 2025.04.18 21:42:11.857141 [ 255 ] {b3be30a2-6c0d-4bc4-9b77-49e5b308ac67} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6210 | 2025.04.18 21:42:11.857179 [ 255 ] {b3be30a2-6c0d-4bc4-9b77-49e5b308ac67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6211 | 2025.04.18 21:42:11.857531 [ 255 ] {b3be30a2-6c0d-4bc4-9b77-49e5b308ac67} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6212 | 2025.04.18 21:42:11.857766 [ 255 ] {b3be30a2-6c0d-4bc4-9b77-49e5b308ac67} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6213 | 2025.04.18 21:42:11.857963 [ 255 ] {b3be30a2-6c0d-4bc4-9b77-49e5b308ac67} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 207.46 KiB/sec. | ||
| 6214 | 2025.04.18 21:42:11.858010 [ 255 ] {b3be30a2-6c0d-4bc4-9b77-49e5b308ac67} <Debug> TCPHandler: Processed in 0.001939905 sec. | ||
| 6215 | 2025.04.18 21:42:11.858120 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6216 | 2025.04.18 21:42:11.858223 [ 255 ] {a4df14b8-d496-443b-a1ee-8587b4f2ee5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6217 | 2025.04.18 21:42:11.858270 [ 255 ] {a4df14b8-d496-443b-a1ee-8587b4f2ee5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6218 | 2025.04.18 21:42:11.858780 [ 255 ] {a4df14b8-d496-443b-a1ee-8587b4f2ee5c} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6219 | 2025.04.18 21:42:11.858818 [ 255 ] {a4df14b8-d496-443b-a1ee-8587b4f2ee5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6220 | 2025.04.18 21:42:11.859202 [ 255 ] {a4df14b8-d496-443b-a1ee-8587b4f2ee5c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6221 | 2025.04.18 21:42:11.859459 [ 255 ] {a4df14b8-d496-443b-a1ee-8587b4f2ee5c} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6222 | 2025.04.18 21:42:11.859646 [ 255 ] {a4df14b8-d496-443b-a1ee-8587b4f2ee5c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001445 sec., 164013.8408304498 rows/sec., 10.99 MiB/sec. | ||
| 6223 | 2025.04.18 21:42:11.859695 [ 255 ] {a4df14b8-d496-443b-a1ee-8587b4f2ee5c} <Debug> TCPHandler: Processed in 0.001623748 sec. | ||
| 6224 | 2025.04.18 21:42:11.859808 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6225 | 2025.04.18 21:42:11.859910 [ 255 ] {60768e20-4572-44db-b241-17eb4c0a4804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6226 | 2025.04.18 21:42:11.859956 [ 255 ] {60768e20-4572-44db-b241-17eb4c0a4804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6227 | 2025.04.18 21:42:11.860341 [ 255 ] {60768e20-4572-44db-b241-17eb4c0a4804} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6228 | 2025.04.18 21:42:11.860379 [ 255 ] {60768e20-4572-44db-b241-17eb4c0a4804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6229 | 2025.04.18 21:42:11.860723 [ 255 ] {60768e20-4572-44db-b241-17eb4c0a4804} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6230 | 2025.04.18 21:42:11.860956 [ 255 ] {60768e20-4572-44db-b241-17eb4c0a4804} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6231 | 2025.04.18 21:42:11.861159 [ 255 ] {60768e20-4572-44db-b241-17eb4c0a4804} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001269 sec., 788.0220646178093 rows/sec., 53.10 KiB/sec. | ||
| 6232 | 2025.04.18 21:42:11.861207 [ 255 ] {60768e20-4572-44db-b241-17eb4c0a4804} <Debug> TCPHandler: Processed in 0.001447454 sec. | ||
| 6233 | 2025.04.18 21:42:11.861316 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6234 | 2025.04.18 21:42:11.861417 [ 255 ] {303413b9-e200-4f2e-8b18-328bf8485287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6235 | 2025.04.18 21:42:11.861462 [ 255 ] {303413b9-e200-4f2e-8b18-328bf8485287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6236 | 2025.04.18 21:42:11.861886 [ 255 ] {303413b9-e200-4f2e-8b18-328bf8485287} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6237 | 2025.04.18 21:42:11.861925 [ 255 ] {303413b9-e200-4f2e-8b18-328bf8485287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6238 | 2025.04.18 21:42:11.862285 [ 255 ] {303413b9-e200-4f2e-8b18-328bf8485287} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6239 | 2025.04.18 21:42:11.862517 [ 255 ] {303413b9-e200-4f2e-8b18-328bf8485287} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6240 | 2025.04.18 21:42:11.862700 [ 255 ] {303413b9-e200-4f2e-8b18-328bf8485287} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001305 sec., 62835.249042145595 rows/sec., 3.99 MiB/sec. | ||
| 6241 | 2025.04.18 21:42:11.862747 [ 255 ] {303413b9-e200-4f2e-8b18-328bf8485287} <Debug> TCPHandler: Processed in 0.001480115 sec. | ||
| 6242 | 2025.04.18 21:42:14.930957 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 874 | ||
| 6243 | 2025.04.18 21:42:14.934122 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6244 | 2025.04.18 21:42:14.934191 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6245 | 2025.04.18 21:42:14.935721 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6246 | 2025.04.18 21:42:14.936048 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6247 | 2025.04.18 21:42:14.936641 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 874 | ||
| 6248 | 2025.04.18 21:42:16.833582 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6249 | 2025.04.18 21:42:16.833795 [ 255 ] {a90155f0-925f-4dc7-be5d-1c8287fe7159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6250 | 2025.04.18 21:42:16.833877 [ 255 ] {a90155f0-925f-4dc7-be5d-1c8287fe7159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6251 | 2025.04.18 21:42:16.834625 [ 255 ] {a90155f0-925f-4dc7-be5d-1c8287fe7159} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6252 | 2025.04.18 21:42:16.834676 [ 255 ] {a90155f0-925f-4dc7-be5d-1c8287fe7159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6253 | 2025.04.18 21:42:16.835097 [ 255 ] {a90155f0-925f-4dc7-be5d-1c8287fe7159} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6254 | 2025.04.18 21:42:16.835373 [ 255 ] {a90155f0-925f-4dc7-be5d-1c8287fe7159} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6255 | 2025.04.18 21:42:16.835610 [ 255 ] {a90155f0-925f-4dc7-be5d-1c8287fe7159} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001875 sec., 1066.6666666666667 rows/sec., 86.98 KiB/sec. | ||
| 6256 | 2025.04.18 21:42:16.835664 [ 255 ] {a90155f0-925f-4dc7-be5d-1c8287fe7159} <Debug> TCPHandler: Processed in 0.002222762 sec. | ||
| 6257 | 2025.04.18 21:42:16.835794 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6258 | 2025.04.18 21:42:16.835898 [ 255 ] {a4856cc9-c752-4c1f-b5c7-7d39d7cdd18f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6259 | 2025.04.18 21:42:16.835941 [ 255 ] {a4856cc9-c752-4c1f-b5c7-7d39d7cdd18f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6260 | 2025.04.18 21:42:16.836581 [ 255 ] {a4856cc9-c752-4c1f-b5c7-7d39d7cdd18f} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6261 | 2025.04.18 21:42:16.836622 [ 255 ] {a4856cc9-c752-4c1f-b5c7-7d39d7cdd18f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6262 | 2025.04.18 21:42:16.836991 [ 255 ] {a4856cc9-c752-4c1f-b5c7-7d39d7cdd18f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6263 | 2025.04.18 21:42:16.837226 [ 255 ] {a4856cc9-c752-4c1f-b5c7-7d39d7cdd18f} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6264 | 2025.04.18 21:42:16.837446 [ 255 ] {a4856cc9-c752-4c1f-b5c7-7d39d7cdd18f} <Debug> executeQuery: Read 137 rows, 12.07 KiB in 0.001555 sec., 88102.89389067524 rows/sec., 7.58 MiB/sec. | ||
| 6265 | 2025.04.18 21:42:16.837548 [ 255 ] {a4856cc9-c752-4c1f-b5c7-7d39d7cdd18f} <Debug> TCPHandler: Processed in 0.001806702 sec. | ||
| 6266 | 2025.04.18 21:42:16.837733 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6267 | 2025.04.18 21:42:16.837902 [ 255 ] {1a835801-28bd-4dcc-99aa-dd625a9481f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6268 | 2025.04.18 21:42:16.837949 [ 255 ] {1a835801-28bd-4dcc-99aa-dd625a9481f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6269 | 2025.04.18 21:42:16.838482 [ 255 ] {1a835801-28bd-4dcc-99aa-dd625a9481f8} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6270 | 2025.04.18 21:42:16.838522 [ 255 ] {1a835801-28bd-4dcc-99aa-dd625a9481f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6271 | 2025.04.18 21:42:16.838863 [ 255 ] {1a835801-28bd-4dcc-99aa-dd625a9481f8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6272 | 2025.04.18 21:42:16.839093 [ 255 ] {1a835801-28bd-4dcc-99aa-dd625a9481f8} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6273 | 2025.04.18 21:42:16.839293 [ 255 ] {1a835801-28bd-4dcc-99aa-dd625a9481f8} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001414 sec., 29702.970297029704 rows/sec., 2.17 MiB/sec. | ||
| 6274 | 2025.04.18 21:42:16.839343 [ 255 ] {1a835801-28bd-4dcc-99aa-dd625a9481f8} <Debug> TCPHandler: Processed in 0.00171277 sec. | ||
| 6275 | 2025.04.18 21:42:16.839460 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6276 | 2025.04.18 21:42:16.839561 [ 255 ] {9a12fb99-03f4-4994-8a6e-d0d58284cf41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6277 | 2025.04.18 21:42:16.839604 [ 255 ] {9a12fb99-03f4-4994-8a6e-d0d58284cf41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6278 | 2025.04.18 21:42:16.840141 [ 255 ] {9a12fb99-03f4-4994-8a6e-d0d58284cf41} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6279 | 2025.04.18 21:42:16.840222 [ 255 ] {9a12fb99-03f4-4994-8a6e-d0d58284cf41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6280 | 2025.04.18 21:42:16.840571 [ 255 ] {9a12fb99-03f4-4994-8a6e-d0d58284cf41} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6281 | 2025.04.18 21:42:16.840811 [ 255 ] {9a12fb99-03f4-4994-8a6e-d0d58284cf41} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6282 | 2025.04.18 21:42:16.841002 [ 255 ] {9a12fb99-03f4-4994-8a6e-d0d58284cf41} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001461 sec., 72553.04585900067 rows/sec., 5.67 MiB/sec. | ||
| 6283 | 2025.04.18 21:42:16.841052 [ 255 ] {9a12fb99-03f4-4994-8a6e-d0d58284cf41} <Debug> TCPHandler: Processed in 0.001640658 sec. | ||
| 6284 | 2025.04.18 21:42:16.841175 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6285 | 2025.04.18 21:42:16.841277 [ 255 ] {b3405e58-fe37-4bd5-b167-3fbe6d7d817a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6286 | 2025.04.18 21:42:16.841324 [ 255 ] {b3405e58-fe37-4bd5-b167-3fbe6d7d817a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6287 | 2025.04.18 21:42:16.841949 [ 255 ] {b3405e58-fe37-4bd5-b167-3fbe6d7d817a} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6288 | 2025.04.18 21:42:16.841988 [ 255 ] {b3405e58-fe37-4bd5-b167-3fbe6d7d817a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6289 | 2025.04.18 21:42:16.842390 [ 255 ] {b3405e58-fe37-4bd5-b167-3fbe6d7d817a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6290 | 2025.04.18 21:42:16.842621 [ 255 ] {b3405e58-fe37-4bd5-b167-3fbe6d7d817a} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6291 | 2025.04.18 21:42:16.842816 [ 255 ] {b3405e58-fe37-4bd5-b167-3fbe6d7d817a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00156 sec., 103205.1282051282 rows/sec., 7.19 MiB/sec. | ||
| 6292 | 2025.04.18 21:42:16.842866 [ 255 ] {b3405e58-fe37-4bd5-b167-3fbe6d7d817a} <Debug> TCPHandler: Processed in 0.001739861 sec. | ||
| 6293 | 2025.04.18 21:42:16.842979 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6294 | 2025.04.18 21:42:16.843083 [ 255 ] {f0b65af4-f2da-4583-8b30-dae41b685ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6295 | 2025.04.18 21:42:16.843149 [ 255 ] {f0b65af4-f2da-4583-8b30-dae41b685ac1} <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 | ||
| 6296 | 2025.04.18 21:42:16.844285 [ 255 ] {f0b65af4-f2da-4583-8b30-dae41b685ac1} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6297 | 2025.04.18 21:42:16.844324 [ 255 ] {f0b65af4-f2da-4583-8b30-dae41b685ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6298 | 2025.04.18 21:42:16.844968 [ 255 ] {f0b65af4-f2da-4583-8b30-dae41b685ac1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6299 | 2025.04.18 21:42:16.845222 [ 255 ] {f0b65af4-f2da-4583-8b30-dae41b685ac1} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6300 | 2025.04.18 21:42:16.845406 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6301 | 2025.04.18 21:42:16.845471 [ 255 ] {f0b65af4-f2da-4583-8b30-dae41b685ac1} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002409 sec., 16604.400166044 rows/sec., 29.75 MiB/sec. | ||
| 6302 | 2025.04.18 21:42:16.845494 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6303 | 2025.04.18 21:42:16.845572 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6304 | 2025.04.18 21:42:16.845866 [ 255 ] {f0b65af4-f2da-4583-8b30-dae41b685ac1} <Debug> TCPHandler: Processed in 0.002932929 sec. | ||
| 6305 | 2025.04.18 21:42:16.845899 [ 200 ] {221c5a75-1c85-406a-b975-205b152dd48b::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 | ||
| 6306 | 2025.04.18 21:42:16.846030 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6307 | 2025.04.18 21:42:16.846291 [ 255 ] {0803d319-bb9b-472d-90c6-d3102d928a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6308 | 2025.04.18 21:42:16.846418 [ 255 ] {0803d319-bb9b-472d-90c6-d3102d928a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6309 | 2025.04.18 21:42:16.846751 [ 200 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6310 | 2025.04.18 21:42:16.847043 [ 200 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 532 rows starting from the beginning of the part | ||
| 6311 | 2025.04.18 21:42:16.847742 [ 200 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part | ||
| 6312 | 2025.04.18 21:42:16.848537 [ 200 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part | ||
| 6313 | 2025.04.18 21:42:16.848596 [ 255 ] {0803d319-bb9b-472d-90c6-d3102d928a0e} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6314 | 2025.04.18 21:42:16.848686 [ 255 ] {0803d319-bb9b-472d-90c6-d3102d928a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6315 | 2025.04.18 21:42:16.849122 [ 200 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part | ||
| 6316 | 2025.04.18 21:42:16.849715 [ 200 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part | ||
| 6317 | 2025.04.18 21:42:16.850369 [ 200 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
| 6318 | 2025.04.18 21:42:16.850435 [ 255 ] {0803d319-bb9b-472d-90c6-d3102d928a0e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6319 | 2025.04.18 21:42:16.851312 [ 255 ] {0803d319-bb9b-472d-90c6-d3102d928a0e} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6320 | 2025.04.18 21:42:16.851792 [ 255 ] {0803d319-bb9b-472d-90c6-d3102d928a0e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005571 sec., 10770.059235325794 rows/sec., 743.25 KiB/sec. | ||
| 6321 | 2025.04.18 21:42:16.851905 [ 255 ] {0803d319-bb9b-472d-90c6-d3102d928a0e} <Debug> TCPHandler: Processed in 0.005947848 sec. | ||
| 6322 | 2025.04.18 21:42:16.864969 [ 200 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 19 columns (19 merged, 0 gathered) in 0.019265698 sec., 37994.98985191193 rows/sec., 68.09 MiB/sec. | ||
| 6323 | 2025.04.18 21:42:16.865875 [ 200 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6324 | 2025.04.18 21:42:16.866270 [ 200 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6325 | 2025.04.18 21:42:16.866353 [ 200 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6326 | 2025.04.18 21:42:16.866469 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.74 MiB. | ||
| 6327 | 2025.04.18 21:42:17.001162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.12 MiB, peak 204.79 MiB, free memory in arenas 0.00 B, will set to 198.12 MiB (RSS), difference: 1.00 MiB | ||
| 6328 | 2025.04.18 21:42:17.383196 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 6329 | 2025.04.18 21:42:17.383931 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6330 | 2025.04.18 21:42:17.383977 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6331 | 2025.04.18 21:42:17.384511 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6332 | 2025.04.18 21:42:17.384788 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6333 | 2025.04.18 21:42:17.384946 [ 131 ] {} <Debug> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6334 | 2025.04.18 21:42:17.384976 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6335 | 2025.04.18 21:42:17.385004 [ 131 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6336 | 2025.04.18 21:42:17.385030 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6337 | 2025.04.18 21:42:17.385340 [ 199 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6338 | 2025.04.18 21:42:17.385537 [ 199 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6339 | 2025.04.18 21:42:17.385587 [ 199 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part | ||
| 6340 | 2025.04.18 21:42:17.385674 [ 199 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 6341 | 2025.04.18 21:42:17.385912 [ 199 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 6342 | 2025.04.18 21:42:17.386141 [ 199 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 6343 | 2025.04.18 21:42:17.386440 [ 199 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 6344 | 2025.04.18 21:42:17.386558 [ 199 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 6345 | 2025.04.18 21:42:17.389044 [ 201 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003900701 sec., 3659342.256686683 rows/sec., 52.35 MiB/sec. | ||
| 6346 | 2025.04.18 21:42:17.389535 [ 193 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6347 | 2025.04.18 21:42:17.389881 [ 193 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_31_6} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6348 | 2025.04.18 21:42:17.389982 [ 193 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_31_6} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6349 | 2025.04.18 21:42:17.390097 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6350 | 2025.04.18 21:42:18.371347 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6351 | 2025.04.18 21:42:18.393454 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6352 | 2025.04.18 21:42:18.393533 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6353 | 2025.04.18 21:42:18.401221 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6354 | 2025.04.18 21:42:18.402069 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6355 | 2025.04.18 21:42:18.402493 [ 128 ] {} <Debug> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6356 | 2025.04.18 21:42:18.402625 [ 128 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6357 | 2025.04.18 21:42:18.402704 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6358 | 2025.04.18 21:42:18.402972 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6359 | 2025.04.18 21:42:18.412187 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6360 | 2025.04.18 21:42:18.413278 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6361 | 2025.04.18 21:42:18.414176 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part | ||
| 6362 | 2025.04.18 21:42:18.418508 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part | ||
| 6363 | 2025.04.18 21:42:18.422820 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 6364 | 2025.04.18 21:42:18.427588 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part | ||
| 6365 | 2025.04.18 21:42:18.432693 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
| 6366 | 2025.04.18 21:42:18.436870 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part | ||
| 6367 | 2025.04.18 21:42:18.494992 [ 201 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.092167614 sec., 2538.852747126556 rows/sec., 13.13 MiB/sec. | ||
| 6368 | 2025.04.18 21:42:18.497902 [ 189 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6369 | 2025.04.18 21:42:18.501068 [ 189 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_31_6} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6370 | 2025.04.18 21:42:18.501241 [ 189 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_31_6} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6371 | 2025.04.18 21:42:18.504174 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6372 | 2025.04.18 21:42:19.000192 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.39 MiB, peak 209.93 MiB, free memory in arenas 0.00 B, will set to 201.04 MiB (RSS), difference: 1.65 MiB | ||
| 6373 | 2025.04.18 21:42:21.837682 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6374 | 2025.04.18 21:42:21.837909 [ 255 ] {e77bf5b8-3791-42df-a94e-d66caaec53bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6375 | 2025.04.18 21:42:21.837991 [ 255 ] {e77bf5b8-3791-42df-a94e-d66caaec53bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6376 | 2025.04.18 21:42:21.838907 [ 255 ] {e77bf5b8-3791-42df-a94e-d66caaec53bb} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6377 | 2025.04.18 21:42:21.838956 [ 255 ] {e77bf5b8-3791-42df-a94e-d66caaec53bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6378 | 2025.04.18 21:42:21.839418 [ 255 ] {e77bf5b8-3791-42df-a94e-d66caaec53bb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6379 | 2025.04.18 21:42:21.839667 [ 255 ] {e77bf5b8-3791-42df-a94e-d66caaec53bb} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6380 | 2025.04.18 21:42:21.839888 [ 255 ] {e77bf5b8-3791-42df-a94e-d66caaec53bb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002036 sec., 104125.73673870334 rows/sec., 6.62 MiB/sec. | ||
| 6381 | 2025.04.18 21:42:21.839952 [ 255 ] {e77bf5b8-3791-42df-a94e-d66caaec53bb} <Debug> TCPHandler: Processed in 0.002414076 sec. | ||
| 6382 | 2025.04.18 21:42:21.840078 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6383 | 2025.04.18 21:42:21.840188 [ 255 ] {ed2c2f95-0b66-4145-b601-6fee4b1c0470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6384 | 2025.04.18 21:42:21.840237 [ 255 ] {ed2c2f95-0b66-4145-b601-6fee4b1c0470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6385 | 2025.04.18 21:42:21.841077 [ 255 ] {ed2c2f95-0b66-4145-b601-6fee4b1c0470} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6386 | 2025.04.18 21:42:21.841117 [ 255 ] {ed2c2f95-0b66-4145-b601-6fee4b1c0470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6387 | 2025.04.18 21:42:21.841509 [ 255 ] {ed2c2f95-0b66-4145-b601-6fee4b1c0470} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6388 | 2025.04.18 21:42:21.841743 [ 255 ] {ed2c2f95-0b66-4145-b601-6fee4b1c0470} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6389 | 2025.04.18 21:42:21.841961 [ 255 ] {ed2c2f95-0b66-4145-b601-6fee4b1c0470} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001799 sec., 342968.3157309616 rows/sec., 26.79 MiB/sec. | ||
| 6390 | 2025.04.18 21:42:21.842012 [ 255 ] {ed2c2f95-0b66-4145-b601-6fee4b1c0470} <Debug> TCPHandler: Processed in 0.001984696 sec. | ||
| 6391 | 2025.04.18 21:42:21.842126 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6392 | 2025.04.18 21:42:21.842231 [ 255 ] {680675b5-0427-412b-ba21-1eb86674a4c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6393 | 2025.04.18 21:42:21.842276 [ 255 ] {680675b5-0427-412b-ba21-1eb86674a4c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6394 | 2025.04.18 21:42:21.842815 [ 255 ] {680675b5-0427-412b-ba21-1eb86674a4c6} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6395 | 2025.04.18 21:42:21.842854 [ 255 ] {680675b5-0427-412b-ba21-1eb86674a4c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6396 | 2025.04.18 21:42:21.843202 [ 255 ] {680675b5-0427-412b-ba21-1eb86674a4c6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6397 | 2025.04.18 21:42:21.843433 [ 255 ] {680675b5-0427-412b-ba21-1eb86674a4c6} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6398 | 2025.04.18 21:42:21.843627 [ 255 ] {680675b5-0427-412b-ba21-1eb86674a4c6} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001419 sec., 74700.49330514447 rows/sec., 4.39 MiB/sec. | ||
| 6399 | 2025.04.18 21:42:21.843676 [ 255 ] {680675b5-0427-412b-ba21-1eb86674a4c6} <Debug> TCPHandler: Processed in 0.001599358 sec. | ||
| 6400 | 2025.04.18 21:42:21.843791 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6401 | 2025.04.18 21:42:21.843892 [ 255 ] {b0204bde-f95a-4c2f-b63c-3637af589db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6402 | 2025.04.18 21:42:21.843936 [ 255 ] {b0204bde-f95a-4c2f-b63c-3637af589db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6403 | 2025.04.18 21:42:21.844470 [ 255 ] {b0204bde-f95a-4c2f-b63c-3637af589db1} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6404 | 2025.04.18 21:42:21.844509 [ 255 ] {b0204bde-f95a-4c2f-b63c-3637af589db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6405 | 2025.04.18 21:42:21.844852 [ 255 ] {b0204bde-f95a-4c2f-b63c-3637af589db1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6406 | 2025.04.18 21:42:21.845093 [ 255 ] {b0204bde-f95a-4c2f-b63c-3637af589db1} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6407 | 2025.04.18 21:42:21.845291 [ 255 ] {b0204bde-f95a-4c2f-b63c-3637af589db1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00142 sec., 79577.4647887324 rows/sec., 5.15 MiB/sec. | ||
| 6408 | 2025.04.18 21:42:21.845341 [ 255 ] {b0204bde-f95a-4c2f-b63c-3637af589db1} <Debug> TCPHandler: Processed in 0.001598457 sec. | ||
| 6409 | 2025.04.18 21:42:21.845458 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6410 | 2025.04.18 21:42:21.845561 [ 255 ] {3507b592-ff1c-4842-8f42-773d9a05c5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6411 | 2025.04.18 21:42:21.845604 [ 255 ] {3507b592-ff1c-4842-8f42-773d9a05c5d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6412 | 2025.04.18 21:42:21.846146 [ 255 ] {3507b592-ff1c-4842-8f42-773d9a05c5d4} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6413 | 2025.04.18 21:42:21.846185 [ 255 ] {3507b592-ff1c-4842-8f42-773d9a05c5d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6414 | 2025.04.18 21:42:21.846529 [ 255 ] {3507b592-ff1c-4842-8f42-773d9a05c5d4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6415 | 2025.04.18 21:42:21.846758 [ 255 ] {3507b592-ff1c-4842-8f42-773d9a05c5d4} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6416 | 2025.04.18 21:42:21.846951 [ 255 ] {3507b592-ff1c-4842-8f42-773d9a05c5d4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001412 sec., 79320.11331444759 rows/sec., 4.52 MiB/sec. | ||
| 6417 | 2025.04.18 21:42:21.847000 [ 255 ] {3507b592-ff1c-4842-8f42-773d9a05c5d4} <Debug> TCPHandler: Processed in 0.001590037 sec. | ||
| 6418 | 2025.04.18 21:42:21.847117 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6419 | 2025.04.18 21:42:21.847219 [ 255 ] {cfda6d6c-d88f-4df1-a58d-ed3542264d7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6420 | 2025.04.18 21:42:21.847263 [ 255 ] {cfda6d6c-d88f-4df1-a58d-ed3542264d7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6421 | 2025.04.18 21:42:21.847908 [ 255 ] {cfda6d6c-d88f-4df1-a58d-ed3542264d7e} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6422 | 2025.04.18 21:42:21.847946 [ 255 ] {cfda6d6c-d88f-4df1-a58d-ed3542264d7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6423 | 2025.04.18 21:42:21.848297 [ 255 ] {cfda6d6c-d88f-4df1-a58d-ed3542264d7e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6424 | 2025.04.18 21:42:21.848522 [ 255 ] {cfda6d6c-d88f-4df1-a58d-ed3542264d7e} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6425 | 2025.04.18 21:42:21.848737 [ 255 ] {cfda6d6c-d88f-4df1-a58d-ed3542264d7e} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001533 sec., 249184.6053489889 rows/sec., 17.57 MiB/sec. | ||
| 6426 | 2025.04.18 21:42:21.848833 [ 255 ] {cfda6d6c-d88f-4df1-a58d-ed3542264d7e} <Debug> TCPHandler: Processed in 0.001763801 sec. | ||
| 6427 | 2025.04.18 21:42:21.849056 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6428 | 2025.04.18 21:42:21.849179 [ 255 ] {37a9a4bb-8103-4f10-bdab-004657eaaacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6429 | 2025.04.18 21:42:21.849226 [ 255 ] {37a9a4bb-8103-4f10-bdab-004657eaaacb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6430 | 2025.04.18 21:42:21.849650 [ 255 ] {37a9a4bb-8103-4f10-bdab-004657eaaacb} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6431 | 2025.04.18 21:42:21.849688 [ 255 ] {37a9a4bb-8103-4f10-bdab-004657eaaacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6432 | 2025.04.18 21:42:21.850029 [ 255 ] {37a9a4bb-8103-4f10-bdab-004657eaaacb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6433 | 2025.04.18 21:42:21.850260 [ 255 ] {37a9a4bb-8103-4f10-bdab-004657eaaacb} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6434 | 2025.04.18 21:42:21.850484 [ 255 ] {37a9a4bb-8103-4f10-bdab-004657eaaacb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001326 sec., 4524.886877828055 rows/sec., 236.41 KiB/sec. | ||
| 6435 | 2025.04.18 21:42:21.850604 [ 255 ] {37a9a4bb-8103-4f10-bdab-004657eaaacb} <Debug> TCPHandler: Processed in 0.001653249 sec. | ||
| 6436 | 2025.04.18 21:42:21.850733 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6437 | 2025.04.18 21:42:21.850835 [ 255 ] {ca90d8c2-cfad-462c-af07-ba32330003b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6438 | 2025.04.18 21:42:21.850882 [ 255 ] {ca90d8c2-cfad-462c-af07-ba32330003b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6439 | 2025.04.18 21:42:21.851409 [ 255 ] {ca90d8c2-cfad-462c-af07-ba32330003b8} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6440 | 2025.04.18 21:42:21.851446 [ 255 ] {ca90d8c2-cfad-462c-af07-ba32330003b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6441 | 2025.04.18 21:42:21.851811 [ 255 ] {ca90d8c2-cfad-462c-af07-ba32330003b8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6442 | 2025.04.18 21:42:21.852039 [ 255 ] {ca90d8c2-cfad-462c-af07-ba32330003b8} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6443 | 2025.04.18 21:42:21.852234 [ 255 ] {ca90d8c2-cfad-462c-af07-ba32330003b8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00142 sec., 166901.4084507042 rows/sec., 11.19 MiB/sec. | ||
| 6444 | 2025.04.18 21:42:21.852283 [ 255 ] {ca90d8c2-cfad-462c-af07-ba32330003b8} <Debug> TCPHandler: Processed in 0.001597988 sec. | ||
| 6445 | 2025.04.18 21:42:21.852399 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6446 | 2025.04.18 21:42:21.852502 [ 255 ] {d72b62a0-b456-4165-bf74-a2cac4df652d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6447 | 2025.04.18 21:42:21.852548 [ 255 ] {d72b62a0-b456-4165-bf74-a2cac4df652d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6448 | 2025.04.18 21:42:21.852933 [ 255 ] {d72b62a0-b456-4165-bf74-a2cac4df652d} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6449 | 2025.04.18 21:42:21.852971 [ 255 ] {d72b62a0-b456-4165-bf74-a2cac4df652d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6450 | 2025.04.18 21:42:21.853298 [ 255 ] {d72b62a0-b456-4165-bf74-a2cac4df652d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6451 | 2025.04.18 21:42:21.853521 [ 255 ] {d72b62a0-b456-4165-bf74-a2cac4df652d} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6452 | 2025.04.18 21:42:21.853683 [ 121 ] {} <Debug> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace) (MergerMutator): Selected 6 parts from all_1_13_3 to all_18_18_0 | ||
| 6453 | 2025.04.18 21:42:21.853743 [ 255 ] {d72b62a0-b456-4165-bf74-a2cac4df652d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001262 sec., 792.3930269413629 rows/sec., 53.39 KiB/sec. | ||
| 6454 | 2025.04.18 21:42:21.853770 [ 121 ] {} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6455 | 2025.04.18 21:42:21.853834 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6456 | 2025.04.18 21:42:21.853849 [ 255 ] {d72b62a0-b456-4165-bf74-a2cac4df652d} <Debug> TCPHandler: Processed in 0.001494805 sec. | ||
| 6457 | 2025.04.18 21:42:21.854038 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6458 | 2025.04.18 21:42:21.854068 [ 197 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_13_3 to all_18_18_0 into Compact with storage Full | ||
| 6459 | 2025.04.18 21:42:21.854206 [ 255 ] {d796d08e-fcaa-478d-8808-0fde3dbbec65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6460 | 2025.04.18 21:42:21.854319 [ 255 ] {d796d08e-fcaa-478d-8808-0fde3dbbec65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6461 | 2025.04.18 21:42:21.854460 [ 197 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6462 | 2025.04.18 21:42:21.854556 [ 197 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part | ||
| 6463 | 2025.04.18 21:42:21.854876 [ 197 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 6464 | 2025.04.18 21:42:21.855206 [ 197 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 6465 | 2025.04.18 21:42:21.855525 [ 197 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6466 | 2025.04.18 21:42:21.855840 [ 197 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6467 | 2025.04.18 21:42:21.856127 [ 197 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6468 | 2025.04.18 21:42:21.856847 [ 255 ] {d796d08e-fcaa-478d-8808-0fde3dbbec65} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6469 | 2025.04.18 21:42:21.856902 [ 255 ] {d796d08e-fcaa-478d-8808-0fde3dbbec65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6470 | 2025.04.18 21:42:21.857871 [ 255 ] {d796d08e-fcaa-478d-8808-0fde3dbbec65} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6471 | 2025.04.18 21:42:21.858460 [ 255 ] {d796d08e-fcaa-478d-8808-0fde3dbbec65} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6472 | 2025.04.18 21:42:21.859141 [ 255 ] {d796d08e-fcaa-478d-8808-0fde3dbbec65} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004968 sec., 16505.636070853463 rows/sec., 1.05 MiB/sec. | ||
| 6473 | 2025.04.18 21:42:21.859514 [ 255 ] {d796d08e-fcaa-478d-8808-0fde3dbbec65} <Debug> TCPHandler: Processed in 0.005540559 sec. | ||
| 6474 | 2025.04.18 21:42:21.859720 [ 198 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.005750574 sec., 3130.1223147463193 rows/sec., 210.92 KiB/sec. | ||
| 6475 | 2025.04.18 21:42:21.859983 [ 198 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 6476 | 2025.04.18 21:42:21.860330 [ 198 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_18_4} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6477 | 2025.04.18 21:42:21.860419 [ 198 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_18_4} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace) (MergerMutator): Merged 6 parts: [all_1_13_3, all_18_18_0] -> all_1_18_4 | ||
| 6478 | 2025.04.18 21:42:21.860516 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6479 | 2025.04.18 21:42:24.732641 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6480 | 2025.04.18 21:42:24.732719 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6481 | 2025.04.18 21:42:24.885100 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6482 | 2025.04.18 21:42:24.886033 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6483 | 2025.04.18 21:42:24.886108 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6484 | 2025.04.18 21:42:24.886890 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6485 | 2025.04.18 21:42:24.887145 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6486 | 2025.04.18 21:42:24.887343 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6487 | 2025.04.18 21:42:24.937786 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 908 | ||
| 6488 | 2025.04.18 21:42:24.940875 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6489 | 2025.04.18 21:42:24.940934 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6490 | 2025.04.18 21:42:24.942401 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6491 | 2025.04.18 21:42:24.942711 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6492 | 2025.04.18 21:42:24.944046 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 908 | ||
| 6493 | 2025.04.18 21:42:25.002288 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000911151 sec. | ||
| 6494 | 2025.04.18 21:42:25.912249 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6495 | 2025.04.18 21:42:25.930428 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6496 | 2025.04.18 21:42:25.930482 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6497 | 2025.04.18 21:42:25.937171 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6498 | 2025.04.18 21:42:25.937915 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6499 | 2025.04.18 21:42:25.940380 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6500 | 2025.04.18 21:42:26.833555 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6501 | 2025.04.18 21:42:26.833740 [ 255 ] {21e7c78a-3a7b-485d-ba76-6421ee51b303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6502 | 2025.04.18 21:42:26.833816 [ 255 ] {21e7c78a-3a7b-485d-ba76-6421ee51b303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6503 | 2025.04.18 21:42:26.834615 [ 255 ] {21e7c78a-3a7b-485d-ba76-6421ee51b303} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6504 | 2025.04.18 21:42:26.834665 [ 255 ] {21e7c78a-3a7b-485d-ba76-6421ee51b303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6505 | 2025.04.18 21:42:26.835108 [ 255 ] {21e7c78a-3a7b-485d-ba76-6421ee51b303} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6506 | 2025.04.18 21:42:26.835362 [ 255 ] {21e7c78a-3a7b-485d-ba76-6421ee51b303} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6507 | 2025.04.18 21:42:26.835567 [ 116 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6508 | 2025.04.18 21:42:26.835596 [ 255 ] {21e7c78a-3a7b-485d-ba76-6421ee51b303} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001909 sec., 71241.48768989 rows/sec., 6.14 MiB/sec. | ||
| 6509 | 2025.04.18 21:42:26.835652 [ 116 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6510 | 2025.04.18 21:42:26.835715 [ 255 ] {21e7c78a-3a7b-485d-ba76-6421ee51b303} <Debug> TCPHandler: Processed in 0.002292113 sec. | ||
| 6511 | 2025.04.18 21:42:26.835721 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6512 | 2025.04.18 21:42:26.835924 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6513 | 2025.04.18 21:42:26.836043 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6514 | 2025.04.18 21:42:26.836383 [ 255 ] {5f822e9b-abcc-4a3a-a560-b0b1e6f708ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6515 | 2025.04.18 21:42:26.836625 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6516 | 2025.04.18 21:42:26.836625 [ 255 ] {5f822e9b-abcc-4a3a-a560-b0b1e6f708ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6517 | 2025.04.18 21:42:26.836769 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1846 rows starting from the beginning of the part | ||
| 6518 | 2025.04.18 21:42:26.837362 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 136 rows starting from the beginning of the part | ||
| 6519 | 2025.04.18 21:42:26.837590 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 617 rows starting from the beginning of the part | ||
| 6520 | 2025.04.18 21:42:26.838068 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 137 rows starting from the beginning of the part | ||
| 6521 | 2025.04.18 21:42:26.838660 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 617 rows starting from the beginning of the part | ||
| 6522 | 2025.04.18 21:42:26.839050 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 136 rows starting from the beginning of the part | ||
| 6523 | 2025.04.18 21:42:26.839866 [ 255 ] {5f822e9b-abcc-4a3a-a560-b0b1e6f708ec} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6524 | 2025.04.18 21:42:26.839931 [ 255 ] {5f822e9b-abcc-4a3a-a560-b0b1e6f708ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6525 | 2025.04.18 21:42:26.840774 [ 255 ] {5f822e9b-abcc-4a3a-a560-b0b1e6f708ec} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6526 | 2025.04.18 21:42:26.841341 [ 255 ] {5f822e9b-abcc-4a3a-a560-b0b1e6f708ec} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6527 | 2025.04.18 21:42:26.841827 [ 255 ] {5f822e9b-abcc-4a3a-a560-b0b1e6f708ec} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.005669 sec., 7055.918151349444 rows/sec., 530.57 KiB/sec. | ||
| 6528 | 2025.04.18 21:42:26.842002 [ 255 ] {5f822e9b-abcc-4a3a-a560-b0b1e6f708ec} <Debug> TCPHandler: Processed in 0.006194384 sec. | ||
| 6529 | 2025.04.18 21:42:26.842285 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6530 | 2025.04.18 21:42:26.842694 [ 255 ] {b67ab2b1-0a2a-4dcb-8979-1cffe6651aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6531 | 2025.04.18 21:42:26.842866 [ 255 ] {b67ab2b1-0a2a-4dcb-8979-1cffe6651aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6532 | 2025.04.18 21:42:26.843190 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3489 rows, containing 5 columns (5 merged, 0 gathered) in 0.007337241 sec., 475519.34030788956 rows/sec., 40.21 MiB/sec. | ||
| 6533 | 2025.04.18 21:42:26.843513 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6534 | 2025.04.18 21:42:26.844043 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_51_10} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6535 | 2025.04.18 21:42:26.844196 [ 255 ] {b67ab2b1-0a2a-4dcb-8979-1cffe6651aa9} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6536 | 2025.04.18 21:42:26.844236 [ 187 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_51_10} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6537 | 2025.04.18 21:42:26.844262 [ 255 ] {b67ab2b1-0a2a-4dcb-8979-1cffe6651aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6538 | 2025.04.18 21:42:26.844410 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 6539 | 2025.04.18 21:42:26.844760 [ 255 ] {b67ab2b1-0a2a-4dcb-8979-1cffe6651aa9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6540 | 2025.04.18 21:42:26.845005 [ 255 ] {b67ab2b1-0a2a-4dcb-8979-1cffe6651aa9} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6541 | 2025.04.18 21:42:26.845179 [ 116 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6542 | 2025.04.18 21:42:26.845226 [ 255 ] {b67ab2b1-0a2a-4dcb-8979-1cffe6651aa9} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002711 sec., 38362.2279601623 rows/sec., 3.00 MiB/sec. | ||
| 6543 | 2025.04.18 21:42:26.845245 [ 116 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6544 | 2025.04.18 21:42:26.845318 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6545 | 2025.04.18 21:42:26.845365 [ 255 ] {b67ab2b1-0a2a-4dcb-8979-1cffe6651aa9} <Debug> TCPHandler: Processed in 0.003196794 sec. | ||
| 6546 | 2025.04.18 21:42:26.845584 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6547 | 2025.04.18 21:42:26.845596 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6548 | 2025.04.18 21:42:26.845936 [ 255 ] {6be9ba47-5668-48ec-a367-3458db070220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6549 | 2025.04.18 21:42:26.846135 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6550 | 2025.04.18 21:42:26.846135 [ 255 ] {6be9ba47-5668-48ec-a367-3458db070220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6551 | 2025.04.18 21:42:26.846269 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part | ||
| 6552 | 2025.04.18 21:42:26.846776 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 104 rows starting from the beginning of the part | ||
| 6553 | 2025.04.18 21:42:26.847226 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 382 rows starting from the beginning of the part | ||
| 6554 | 2025.04.18 21:42:26.847623 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 106 rows starting from the beginning of the part | ||
| 6555 | 2025.04.18 21:42:26.847983 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 382 rows starting from the beginning of the part | ||
| 6556 | 2025.04.18 21:42:26.848309 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 104 rows starting from the beginning of the part | ||
| 6557 | 2025.04.18 21:42:26.849560 [ 255 ] {6be9ba47-5668-48ec-a367-3458db070220} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6558 | 2025.04.18 21:42:26.849602 [ 255 ] {6be9ba47-5668-48ec-a367-3458db070220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6559 | 2025.04.18 21:42:26.850148 [ 255 ] {6be9ba47-5668-48ec-a367-3458db070220} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6560 | 2025.04.18 21:42:26.850436 [ 255 ] {6be9ba47-5668-48ec-a367-3458db070220} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6561 | 2025.04.18 21:42:26.850644 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6562 | 2025.04.18 21:42:26.850761 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6563 | 2025.04.18 21:42:26.850828 [ 255 ] {6be9ba47-5668-48ec-a367-3458db070220} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005028 sec., 31821.797931583133 rows/sec., 2.22 MiB/sec. | ||
| 6564 | 2025.04.18 21:42:26.850880 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6565 | 2025.04.18 21:42:26.851301 [ 255 ] {6be9ba47-5668-48ec-a367-3458db070220} <Debug> TCPHandler: Processed in 0.005791584 sec. | ||
| 6566 | 2025.04.18 21:42:26.851378 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1992 rows, containing 5 columns (5 merged, 0 gathered) in 0.005947359 sec., 334938.58366377413 rows/sec., 25.63 MiB/sec. | ||
| 6567 | 2025.04.18 21:42:26.851546 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6568 | 2025.04.18 21:42:26.851744 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6569 | 2025.04.18 21:42:26.851778 [ 190 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6570 | 2025.04.18 21:42:26.851869 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6571 | 2025.04.18 21:42:26.852093 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14302 rows starting from the beginning of the part | ||
| 6572 | 2025.04.18 21:42:26.852396 [ 255 ] {295ada0f-b308-4ed2-9595-b5ea5aa1e410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6573 | 2025.04.18 21:42:26.852880 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 6574 | 2025.04.18 21:42:26.853396 [ 255 ] {295ada0f-b308-4ed2-9595-b5ea5aa1e410} <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 | ||
| 6575 | 2025.04.18 21:42:26.853647 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_51_10} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6576 | 2025.04.18 21:42:26.853709 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
| 6577 | 2025.04.18 21:42:26.854345 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 161 rows starting from the beginning of the part | ||
| 6578 | 2025.04.18 21:42:26.854353 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_51_10} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6579 | 2025.04.18 21:42:26.854807 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 237 rows starting from the beginning of the part | ||
| 6580 | 2025.04.18 21:42:26.854853 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 6581 | 2025.04.18 21:42:26.855193 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 6582 | 2025.04.18 21:42:26.857311 [ 255 ] {295ada0f-b308-4ed2-9595-b5ea5aa1e410} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6583 | 2025.04.18 21:42:26.857355 [ 255 ] {295ada0f-b308-4ed2-9595-b5ea5aa1e410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6584 | 2025.04.18 21:42:26.858458 [ 255 ] {295ada0f-b308-4ed2-9595-b5ea5aa1e410} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6585 | 2025.04.18 21:42:26.858939 [ 255 ] {295ada0f-b308-4ed2-9595-b5ea5aa1e410} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6586 | 2025.04.18 21:42:26.859210 [ 255 ] {295ada0f-b308-4ed2-9595-b5ea5aa1e410} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007079 sec., 5650.515609549371 rows/sec., 10.13 MiB/sec. | ||
| 6587 | 2025.04.18 21:42:26.859580 [ 255 ] {295ada0f-b308-4ed2-9595-b5ea5aa1e410} <Debug> TCPHandler: Processed in 0.007972725 sec. | ||
| 6588 | 2025.04.18 21:42:26.859719 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6589 | 2025.04.18 21:42:26.859824 [ 255 ] {bdf545f4-cba6-4a6e-8f4d-b16feeef525e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6590 | 2025.04.18 21:42:26.859935 [ 255 ] {bdf545f4-cba6-4a6e-8f4d-b16feeef525e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6591 | 2025.04.18 21:42:26.860468 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15257 rows, containing 5 columns (5 merged, 0 gathered) in 0.009351108 sec., 1631571.3603136654 rows/sec., 110.35 MiB/sec. | ||
| 6592 | 2025.04.18 21:42:26.860507 [ 255 ] {bdf545f4-cba6-4a6e-8f4d-b16feeef525e} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6593 | 2025.04.18 21:42:26.860549 [ 255 ] {bdf545f4-cba6-4a6e-8f4d-b16feeef525e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6594 | 2025.04.18 21:42:26.860948 [ 255 ] {bdf545f4-cba6-4a6e-8f4d-b16feeef525e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6595 | 2025.04.18 21:42:26.861011 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6596 | 2025.04.18 21:42:26.861386 [ 255 ] {bdf545f4-cba6-4a6e-8f4d-b16feeef525e} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6597 | 2025.04.18 21:42:26.861595 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6598 | 2025.04.18 21:42:26.861697 [ 116 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6599 | 2025.04.18 21:42:26.861814 [ 116 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6600 | 2025.04.18 21:42:26.861885 [ 255 ] {bdf545f4-cba6-4a6e-8f4d-b16feeef525e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002054 sec., 29211.295034079845 rows/sec., 1.97 MiB/sec. | ||
| 6601 | 2025.04.18 21:42:26.861902 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6602 | 2025.04.18 21:42:26.861919 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6603 | 2025.04.18 21:42:26.862152 [ 255 ] {bdf545f4-cba6-4a6e-8f4d-b16feeef525e} <Debug> TCPHandler: Processed in 0.002474468 sec. | ||
| 6604 | 2025.04.18 21:42:26.862513 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6605 | 2025.04.18 21:42:26.862543 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.76 MiB. | ||
| 6606 | 2025.04.18 21:42:26.862958 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6607 | 2025.04.18 21:42:26.863032 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2710 rows starting from the beginning of the part | ||
| 6608 | 2025.04.18 21:42:26.863152 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 6609 | 2025.04.18 21:42:26.863336 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
| 6610 | 2025.04.18 21:42:26.863441 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 6611 | 2025.04.18 21:42:26.863633 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
| 6612 | 2025.04.18 21:42:26.863690 [ 195 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 6613 | 2025.04.18 21:42:26.865031 [ 188 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3054 rows, containing 4 columns (4 merged, 0 gathered) in 0.002945298 sec., 1036906.9615366595 rows/sec., 68.00 MiB/sec. | ||
| 6614 | 2025.04.18 21:42:26.865299 [ 196 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6615 | 2025.04.18 21:42:26.865592 [ 196 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_51_10} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6616 | 2025.04.18 21:42:26.865680 [ 196 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_51_10} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6617 | 2025.04.18 21:42:26.865771 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 6618 | 2025.04.18 21:42:27.604486 [ 115 ] {} <Debug> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6619 | 2025.04.18 21:42:27.604556 [ 115 ] {} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6620 | 2025.04.18 21:42:27.604583 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6621 | 2025.04.18 21:42:27.604720 [ 196 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 6622 | 2025.04.18 21:42:27.604854 [ 196 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6623 | 2025.04.18 21:42:27.604890 [ 196 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 6624 | 2025.04.18 21:42:27.604972 [ 196 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 6625 | 2025.04.18 21:42:27.605241 [ 196 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 6626 | 2025.04.18 21:42:27.605431 [ 196 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 6627 | 2025.04.18 21:42:27.605585 [ 196 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 6628 | 2025.04.18 21:42:27.606707 [ 188 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002051088 sec., 18526.752630798874 rows/sec., 1.55 MiB/sec. | ||
| 6629 | 2025.04.18 21:42:27.606878 [ 200 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6630 | 2025.04.18 21:42:27.607177 [ 200 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_9_2} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6631 | 2025.04.18 21:42:27.607257 [ 200 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_9_2} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6632 | 2025.04.18 21:42:27.607331 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6633 | 2025.04.18 21:42:28.265156 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6634 | 2025.04.18 21:42:28.265431 [ 255 ] {9f72f80e-ba9d-4927-9d9d-2aead436dd26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6635 | 2025.04.18 21:42:28.265511 [ 255 ] {9f72f80e-ba9d-4927-9d9d-2aead436dd26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6636 | 2025.04.18 21:42:28.266322 [ 255 ] {9f72f80e-ba9d-4927-9d9d-2aead436dd26} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6637 | 2025.04.18 21:42:28.266365 [ 255 ] {9f72f80e-ba9d-4927-9d9d-2aead436dd26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6638 | 2025.04.18 21:42:28.266834 [ 255 ] {9f72f80e-ba9d-4927-9d9d-2aead436dd26} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6639 | 2025.04.18 21:42:28.267106 [ 255 ] {9f72f80e-ba9d-4927-9d9d-2aead436dd26} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6640 | 2025.04.18 21:42:28.267304 [ 255 ] {9f72f80e-ba9d-4927-9d9d-2aead436dd26} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001951 sec., 108662.22450025627 rows/sec., 6.91 MiB/sec. | ||
| 6641 | 2025.04.18 21:42:28.267362 [ 255 ] {9f72f80e-ba9d-4927-9d9d-2aead436dd26} <Debug> TCPHandler: Processed in 0.002380736 sec. | ||
| 6642 | 2025.04.18 21:42:28.267484 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6643 | 2025.04.18 21:42:28.267591 [ 255 ] {a7f850bf-f18f-4991-92c4-c984b65e1790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6644 | 2025.04.18 21:42:28.267638 [ 255 ] {a7f850bf-f18f-4991-92c4-c984b65e1790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6645 | 2025.04.18 21:42:28.268798 [ 255 ] {a7f850bf-f18f-4991-92c4-c984b65e1790} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6646 | 2025.04.18 21:42:28.268836 [ 255 ] {a7f850bf-f18f-4991-92c4-c984b65e1790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6647 | 2025.04.18 21:42:28.269296 [ 255 ] {a7f850bf-f18f-4991-92c4-c984b65e1790} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6648 | 2025.04.18 21:42:28.269538 [ 255 ] {a7f850bf-f18f-4991-92c4-c984b65e1790} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6649 | 2025.04.18 21:42:28.269702 [ 255 ] {a7f850bf-f18f-4991-92c4-c984b65e1790} <Debug> executeQuery: Read 1757 rows, 145.47 KiB in 0.002133 sec., 823722.4566338491 rows/sec., 66.60 MiB/sec. | ||
| 6650 | 2025.04.18 21:42:28.269752 [ 255 ] {a7f850bf-f18f-4991-92c4-c984b65e1790} <Debug> TCPHandler: Processed in 0.002321145 sec. | ||
| 6651 | 2025.04.18 21:42:28.269869 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6652 | 2025.04.18 21:42:28.269972 [ 255 ] {c7cb8c52-2bb8-42f7-a837-a72c18c956cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6653 | 2025.04.18 21:42:28.270018 [ 255 ] {c7cb8c52-2bb8-42f7-a837-a72c18c956cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6654 | 2025.04.18 21:42:28.270569 [ 255 ] {c7cb8c52-2bb8-42f7-a837-a72c18c956cc} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6655 | 2025.04.18 21:42:28.270605 [ 255 ] {c7cb8c52-2bb8-42f7-a837-a72c18c956cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6656 | 2025.04.18 21:42:28.270954 [ 255 ] {c7cb8c52-2bb8-42f7-a837-a72c18c956cc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6657 | 2025.04.18 21:42:28.271197 [ 255 ] {c7cb8c52-2bb8-42f7-a837-a72c18c956cc} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6658 | 2025.04.18 21:42:28.271321 [ 114 ] {} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6659 | 2025.04.18 21:42:28.271364 [ 114 ] {} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6660 | 2025.04.18 21:42:28.271371 [ 255 ] {c7cb8c52-2bb8-42f7-a837-a72c18c956cc} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001419 sec., 74700.49330514447 rows/sec., 4.39 MiB/sec. | ||
| 6661 | 2025.04.18 21:42:28.271386 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6662 | 2025.04.18 21:42:28.271484 [ 255 ] {c7cb8c52-2bb8-42f7-a837-a72c18c956cc} <Debug> TCPHandler: Processed in 0.001663239 sec. | ||
| 6663 | 2025.04.18 21:42:28.271685 [ 196 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 6664 | 2025.04.18 21:42:28.271710 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6665 | 2025.04.18 21:42:28.271939 [ 255 ] {da407fc1-3db3-401e-af22-aafea3c652ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6666 | 2025.04.18 21:42:28.271990 [ 196 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6667 | 2025.04.18 21:42:28.272037 [ 255 ] {da407fc1-3db3-401e-af22-aafea3c652ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6668 | 2025.04.18 21:42:28.272092 [ 196 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 164 rows starting from the beginning of the part | ||
| 6669 | 2025.04.18 21:42:28.272458 [ 196 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 106 rows starting from the beginning of the part | ||
| 6670 | 2025.04.18 21:42:28.272805 [ 196 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 42 rows starting from the beginning of the part | ||
| 6671 | 2025.04.18 21:42:28.273194 [ 196 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 106 rows starting from the beginning of the part | ||
| 6672 | 2025.04.18 21:42:28.273537 [ 196 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part | ||
| 6673 | 2025.04.18 21:42:28.273952 [ 196 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 106 rows starting from the beginning of the part | ||
| 6674 | 2025.04.18 21:42:28.275877 [ 255 ] {da407fc1-3db3-401e-af22-aafea3c652ba} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6675 | 2025.04.18 21:42:28.275940 [ 255 ] {da407fc1-3db3-401e-af22-aafea3c652ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6676 | 2025.04.18 21:42:28.277030 [ 255 ] {da407fc1-3db3-401e-af22-aafea3c652ba} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6677 | 2025.04.18 21:42:28.277586 [ 255 ] {da407fc1-3db3-401e-af22-aafea3c652ba} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6678 | 2025.04.18 21:42:28.277608 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 564 rows, containing 5 columns (5 merged, 0 gathered) in 0.006103732 sec., 92402.48425061913 rows/sec., 6.11 MiB/sec. | ||
| 6679 | 2025.04.18 21:42:28.277908 [ 255 ] {da407fc1-3db3-401e-af22-aafea3c652ba} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.006043 sec., 56428.926030117495 rows/sec., 3.77 MiB/sec. | ||
| 6680 | 2025.04.18 21:42:28.277916 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6681 | 2025.04.18 21:42:28.278106 [ 255 ] {da407fc1-3db3-401e-af22-aafea3c652ba} <Debug> TCPHandler: Processed in 0.00645887 sec. | ||
| 6682 | 2025.04.18 21:42:28.278259 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6683 | 2025.04.18 21:42:28.278426 [ 255 ] {ed95d5bd-5a6a-4753-a318-4560a9d1addc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6684 | 2025.04.18 21:42:28.278482 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_41_8} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6685 | 2025.04.18 21:42:28.278501 [ 255 ] {ed95d5bd-5a6a-4753-a318-4560a9d1addc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6686 | 2025.04.18 21:42:28.278725 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_41_8} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6687 | 2025.04.18 21:42:28.278908 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6688 | 2025.04.18 21:42:28.279396 [ 255 ] {ed95d5bd-5a6a-4753-a318-4560a9d1addc} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6689 | 2025.04.18 21:42:28.279439 [ 255 ] {ed95d5bd-5a6a-4753-a318-4560a9d1addc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6690 | 2025.04.18 21:42:28.279802 [ 255 ] {ed95d5bd-5a6a-4753-a318-4560a9d1addc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6691 | 2025.04.18 21:42:28.280040 [ 255 ] {ed95d5bd-5a6a-4753-a318-4560a9d1addc} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6692 | 2025.04.18 21:42:28.280240 [ 255 ] {ed95d5bd-5a6a-4753-a318-4560a9d1addc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001861 sec., 60182.69747447609 rows/sec., 3.43 MiB/sec. | ||
| 6693 | 2025.04.18 21:42:28.280467 [ 255 ] {ed95d5bd-5a6a-4753-a318-4560a9d1addc} <Debug> TCPHandler: Processed in 0.002272223 sec. | ||
| 6694 | 2025.04.18 21:42:28.280637 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6695 | 2025.04.18 21:42:28.280745 [ 255 ] {4b565f48-2294-4b1b-bfd8-51a5ab58c8f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6696 | 2025.04.18 21:42:28.280791 [ 255 ] {4b565f48-2294-4b1b-bfd8-51a5ab58c8f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6697 | 2025.04.18 21:42:28.281599 [ 255 ] {4b565f48-2294-4b1b-bfd8-51a5ab58c8f8} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6698 | 2025.04.18 21:42:28.281637 [ 255 ] {4b565f48-2294-4b1b-bfd8-51a5ab58c8f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6699 | 2025.04.18 21:42:28.282028 [ 255 ] {4b565f48-2294-4b1b-bfd8-51a5ab58c8f8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6700 | 2025.04.18 21:42:28.282278 [ 255 ] {4b565f48-2294-4b1b-bfd8-51a5ab58c8f8} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6701 | 2025.04.18 21:42:28.282499 [ 255 ] {4b565f48-2294-4b1b-bfd8-51a5ab58c8f8} <Debug> executeQuery: Read 838 rows, 61.87 KiB in 0.001777 sec., 471581.31682611146 rows/sec., 34.00 MiB/sec. | ||
| 6702 | 2025.04.18 21:42:28.282921 [ 255 ] {4b565f48-2294-4b1b-bfd8-51a5ab58c8f8} <Debug> TCPHandler: Processed in 0.002330054 sec. | ||
| 6703 | 2025.04.18 21:42:28.283297 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6704 | 2025.04.18 21:42:28.283717 [ 255 ] {35ebf062-21d5-4df4-8221-564355ef8e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6705 | 2025.04.18 21:42:28.283923 [ 255 ] {35ebf062-21d5-4df4-8221-564355ef8e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6706 | 2025.04.18 21:42:28.284489 [ 255 ] {35ebf062-21d5-4df4-8221-564355ef8e47} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6707 | 2025.04.18 21:42:28.284525 [ 255 ] {35ebf062-21d5-4df4-8221-564355ef8e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6708 | 2025.04.18 21:42:28.284876 [ 255 ] {35ebf062-21d5-4df4-8221-564355ef8e47} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6709 | 2025.04.18 21:42:28.285118 [ 255 ] {35ebf062-21d5-4df4-8221-564355ef8e47} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6710 | 2025.04.18 21:42:28.285297 [ 255 ] {35ebf062-21d5-4df4-8221-564355ef8e47} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001732 sec., 3464.203233256351 rows/sec., 180.99 KiB/sec. | ||
| 6711 | 2025.04.18 21:42:28.285390 [ 255 ] {35ebf062-21d5-4df4-8221-564355ef8e47} <Debug> TCPHandler: Processed in 0.002212392 sec. | ||
| 6712 | 2025.04.18 21:42:28.285515 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6713 | 2025.04.18 21:42:28.285619 [ 255 ] {a14289fc-29cf-4f38-82a9-561762cfea4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6714 | 2025.04.18 21:42:28.285668 [ 255 ] {a14289fc-29cf-4f38-82a9-561762cfea4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6715 | 2025.04.18 21:42:28.286326 [ 255 ] {a14289fc-29cf-4f38-82a9-561762cfea4f} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6716 | 2025.04.18 21:42:28.286363 [ 255 ] {a14289fc-29cf-4f38-82a9-561762cfea4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6717 | 2025.04.18 21:42:28.286785 [ 255 ] {a14289fc-29cf-4f38-82a9-561762cfea4f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6718 | 2025.04.18 21:42:28.287019 [ 255 ] {a14289fc-29cf-4f38-82a9-561762cfea4f} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6719 | 2025.04.18 21:42:28.287185 [ 255 ] {a14289fc-29cf-4f38-82a9-561762cfea4f} <Debug> executeQuery: Read 957 rows, 65.12 KiB in 0.001589 sec., 602265.5758338578 rows/sec., 40.02 MiB/sec. | ||
| 6720 | 2025.04.18 21:42:28.287235 [ 255 ] {a14289fc-29cf-4f38-82a9-561762cfea4f} <Debug> TCPHandler: Processed in 0.001774261 sec. | ||
| 6721 | 2025.04.18 21:42:28.287351 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6722 | 2025.04.18 21:42:28.287457 [ 255 ] {38415aec-f120-43a8-a54a-b316837ccdf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6723 | 2025.04.18 21:42:28.287505 [ 255 ] {38415aec-f120-43a8-a54a-b316837ccdf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6724 | 2025.04.18 21:42:28.287915 [ 255 ] {38415aec-f120-43a8-a54a-b316837ccdf1} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6725 | 2025.04.18 21:42:28.287952 [ 255 ] {38415aec-f120-43a8-a54a-b316837ccdf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6726 | 2025.04.18 21:42:28.288299 [ 255 ] {38415aec-f120-43a8-a54a-b316837ccdf1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6727 | 2025.04.18 21:42:28.288532 [ 255 ] {38415aec-f120-43a8-a54a-b316837ccdf1} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6728 | 2025.04.18 21:42:28.288715 [ 255 ] {38415aec-f120-43a8-a54a-b316837ccdf1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001269 sec., 788.0220646178093 rows/sec., 53.10 KiB/sec. | ||
| 6729 | 2025.04.18 21:42:28.289015 [ 255 ] {38415aec-f120-43a8-a54a-b316837ccdf1} <Debug> TCPHandler: Processed in 0.00170922 sec. | ||
| 6730 | 2025.04.18 21:42:28.289199 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6731 | 2025.04.18 21:42:28.289300 [ 255 ] {0bf45539-650b-4b30-9609-c53707cbe197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6732 | 2025.04.18 21:42:28.289346 [ 255 ] {0bf45539-650b-4b30-9609-c53707cbe197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6733 | 2025.04.18 21:42:28.289750 [ 255 ] {0bf45539-650b-4b30-9609-c53707cbe197} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6734 | 2025.04.18 21:42:28.289786 [ 255 ] {0bf45539-650b-4b30-9609-c53707cbe197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 6735 | 2025.04.18 21:42:28.290138 [ 255 ] {0bf45539-650b-4b30-9609-c53707cbe197} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6736 | 2025.04.18 21:42:28.290384 [ 255 ] {0bf45539-650b-4b30-9609-c53707cbe197} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6737 | 2025.04.18 21:42:28.290546 [ 255 ] {0bf45539-650b-4b30-9609-c53707cbe197} <Debug> executeQuery: Read 36 rows, 2.15 KiB in 0.001268 sec., 28391.16719242902 rows/sec., 1.65 MiB/sec. | ||
| 6738 | 2025.04.18 21:42:28.290604 [ 255 ] {0bf45539-650b-4b30-9609-c53707cbe197} <Debug> TCPHandler: Processed in 0.001460174 sec. | ||
| 6739 | 2025.04.18 21:42:31.829177 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6740 | 2025.04.18 21:42:31.829383 [ 255 ] {08a7cb86-d7a0-4d55-a372-e6d979742860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6741 | 2025.04.18 21:42:31.829456 [ 255 ] {08a7cb86-d7a0-4d55-a372-e6d979742860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6742 | 2025.04.18 21:42:31.830255 [ 255 ] {08a7cb86-d7a0-4d55-a372-e6d979742860} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6743 | 2025.04.18 21:42:31.830305 [ 255 ] {08a7cb86-d7a0-4d55-a372-e6d979742860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6744 | 2025.04.18 21:42:31.830731 [ 255 ] {08a7cb86-d7a0-4d55-a372-e6d979742860} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6745 | 2025.04.18 21:42:31.830976 [ 255 ] {08a7cb86-d7a0-4d55-a372-e6d979742860} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6746 | 2025.04.18 21:42:31.831217 [ 255 ] {08a7cb86-d7a0-4d55-a372-e6d979742860} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001886 sec., 29692.470837751855 rows/sec., 2.27 MiB/sec. | ||
| 6747 | 2025.04.18 21:42:31.831274 [ 255 ] {08a7cb86-d7a0-4d55-a372-e6d979742860} <Debug> TCPHandler: Processed in 0.002227462 sec. | ||
| 6748 | 2025.04.18 21:42:31.831399 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6749 | 2025.04.18 21:42:31.831504 [ 255 ] {9e364cc7-7239-447d-a0cc-ca6441fd4610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6750 | 2025.04.18 21:42:31.831548 [ 255 ] {9e364cc7-7239-447d-a0cc-ca6441fd4610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6751 | 2025.04.18 21:42:31.832121 [ 255 ] {9e364cc7-7239-447d-a0cc-ca6441fd4610} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6752 | 2025.04.18 21:42:31.832161 [ 255 ] {9e364cc7-7239-447d-a0cc-ca6441fd4610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6753 | 2025.04.18 21:42:31.832523 [ 255 ] {9e364cc7-7239-447d-a0cc-ca6441fd4610} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6754 | 2025.04.18 21:42:31.832759 [ 255 ] {9e364cc7-7239-447d-a0cc-ca6441fd4610} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6755 | 2025.04.18 21:42:31.832963 [ 255 ] {9e364cc7-7239-447d-a0cc-ca6441fd4610} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001482 sec., 43184.88529014845 rows/sec., 3.37 MiB/sec. | ||
| 6756 | 2025.04.18 21:42:31.833015 [ 255 ] {9e364cc7-7239-447d-a0cc-ca6441fd4610} <Debug> TCPHandler: Processed in 0.001665229 sec. | ||
| 6757 | 2025.04.18 21:42:31.833132 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6758 | 2025.04.18 21:42:31.833235 [ 255 ] {2a0c7608-c48a-4847-acc3-b8c51ae551aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6759 | 2025.04.18 21:42:31.833283 [ 255 ] {2a0c7608-c48a-4847-acc3-b8c51ae551aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6760 | 2025.04.18 21:42:31.833808 [ 255 ] {2a0c7608-c48a-4847-acc3-b8c51ae551aa} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6761 | 2025.04.18 21:42:31.833848 [ 255 ] {2a0c7608-c48a-4847-acc3-b8c51ae551aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6762 | 2025.04.18 21:42:31.834230 [ 255 ] {2a0c7608-c48a-4847-acc3-b8c51ae551aa} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6763 | 2025.04.18 21:42:31.834461 [ 255 ] {2a0c7608-c48a-4847-acc3-b8c51ae551aa} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6764 | 2025.04.18 21:42:31.834656 [ 255 ] {2a0c7608-c48a-4847-acc3-b8c51ae551aa} <Debug> executeQuery: Read 126 rows, 8.98 KiB in 0.001443 sec., 87318.08731808732 rows/sec., 6.07 MiB/sec. | ||
| 6765 | 2025.04.18 21:42:31.834706 [ 255 ] {2a0c7608-c48a-4847-acc3-b8c51ae551aa} <Debug> TCPHandler: Processed in 0.001624428 sec. | ||
| 6766 | 2025.04.18 21:42:31.834841 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6767 | 2025.04.18 21:42:31.834976 [ 255 ] {5bd0766d-3c7d-42dc-8e35-c1ce02adc07e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6768 | 2025.04.18 21:42:31.835041 [ 255 ] {5bd0766d-3c7d-42dc-8e35-c1ce02adc07e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6769 | 2025.04.18 21:42:31.835543 [ 255 ] {5bd0766d-3c7d-42dc-8e35-c1ce02adc07e} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6770 | 2025.04.18 21:42:31.835581 [ 255 ] {5bd0766d-3c7d-42dc-8e35-c1ce02adc07e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6771 | 2025.04.18 21:42:31.835942 [ 255 ] {5bd0766d-3c7d-42dc-8e35-c1ce02adc07e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6772 | 2025.04.18 21:42:31.836175 [ 255 ] {5bd0766d-3c7d-42dc-8e35-c1ce02adc07e} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6773 | 2025.04.18 21:42:31.836380 [ 255 ] {5bd0766d-3c7d-42dc-8e35-c1ce02adc07e} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.001434 sec., 32078.103207810324 rows/sec., 2.17 MiB/sec. | ||
| 6774 | 2025.04.18 21:42:31.836428 [ 255 ] {5bd0766d-3c7d-42dc-8e35-c1ce02adc07e} <Debug> TCPHandler: Processed in 0.001650189 sec. | ||
| 6775 | 2025.04.18 21:42:32.388428 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 6776 | 2025.04.18 21:42:32.389213 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6777 | 2025.04.18 21:42:32.389277 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6778 | 2025.04.18 21:42:32.389933 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6779 | 2025.04.18 21:42:32.390244 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6780 | 2025.04.18 21:42:32.390573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 6781 | 2025.04.18 21:42:33.441408 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6782 | 2025.04.18 21:42:33.460329 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6783 | 2025.04.18 21:42:33.460385 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6784 | 2025.04.18 21:42:33.467803 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6785 | 2025.04.18 21:42:33.468540 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6786 | 2025.04.18 21:42:33.472314 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6787 | 2025.04.18 21:42:34.945227 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 948 | ||
| 6788 | 2025.04.18 21:42:34.948374 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6789 | 2025.04.18 21:42:34.948427 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6790 | 2025.04.18 21:42:34.949849 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6791 | 2025.04.18 21:42:34.950158 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6792 | 2025.04.18 21:42:34.951229 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 948 | ||
| 6793 | 2025.04.18 21:42:36.832408 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6794 | 2025.04.18 21:42:36.832627 [ 255 ] {b63e99b1-2512-4630-80df-654d1414b45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6795 | 2025.04.18 21:42:36.832709 [ 255 ] {b63e99b1-2512-4630-80df-654d1414b45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6796 | 2025.04.18 21:42:36.833572 [ 255 ] {b63e99b1-2512-4630-80df-654d1414b45e} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6797 | 2025.04.18 21:42:36.833629 [ 255 ] {b63e99b1-2512-4630-80df-654d1414b45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6798 | 2025.04.18 21:42:36.834089 [ 255 ] {b63e99b1-2512-4630-80df-654d1414b45e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6799 | 2025.04.18 21:42:36.834348 [ 255 ] {b63e99b1-2512-4630-80df-654d1414b45e} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6800 | 2025.04.18 21:42:36.834597 [ 255 ] {b63e99b1-2512-4630-80df-654d1414b45e} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002027 sec., 67094.22792303897 rows/sec., 5.78 MiB/sec. | ||
| 6801 | 2025.04.18 21:42:36.834689 [ 255 ] {b63e99b1-2512-4630-80df-654d1414b45e} <Debug> TCPHandler: Processed in 0.002422166 sec. | ||
| 6802 | 2025.04.18 21:42:36.834844 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6803 | 2025.04.18 21:42:36.834961 [ 255 ] {ebffc8cf-1702-4fc1-9827-f56bcc5dc977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6804 | 2025.04.18 21:42:36.835011 [ 255 ] {ebffc8cf-1702-4fc1-9827-f56bcc5dc977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6805 | 2025.04.18 21:42:36.835543 [ 255 ] {ebffc8cf-1702-4fc1-9827-f56bcc5dc977} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6806 | 2025.04.18 21:42:36.835585 [ 255 ] {ebffc8cf-1702-4fc1-9827-f56bcc5dc977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6807 | 2025.04.18 21:42:36.835940 [ 255 ] {ebffc8cf-1702-4fc1-9827-f56bcc5dc977} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6808 | 2025.04.18 21:42:36.836180 [ 255 ] {ebffc8cf-1702-4fc1-9827-f56bcc5dc977} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6809 | 2025.04.18 21:42:36.836421 [ 255 ] {ebffc8cf-1702-4fc1-9827-f56bcc5dc977} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001478 sec., 27063.59945872801 rows/sec., 1.99 MiB/sec. | ||
| 6810 | 2025.04.18 21:42:36.836615 [ 255 ] {ebffc8cf-1702-4fc1-9827-f56bcc5dc977} <Debug> TCPHandler: Processed in 0.001830883 sec. | ||
| 6811 | 2025.04.18 21:42:36.836850 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6812 | 2025.04.18 21:42:36.836954 [ 255 ] {72ffd0d3-f4c5-4eda-981c-9d994807a380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6813 | 2025.04.18 21:42:36.837001 [ 255 ] {72ffd0d3-f4c5-4eda-981c-9d994807a380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6814 | 2025.04.18 21:42:36.837576 [ 255 ] {72ffd0d3-f4c5-4eda-981c-9d994807a380} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6815 | 2025.04.18 21:42:36.837615 [ 255 ] {72ffd0d3-f4c5-4eda-981c-9d994807a380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6816 | 2025.04.18 21:42:36.837965 [ 255 ] {72ffd0d3-f4c5-4eda-981c-9d994807a380} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6817 | 2025.04.18 21:42:36.838208 [ 255 ] {72ffd0d3-f4c5-4eda-981c-9d994807a380} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6818 | 2025.04.18 21:42:36.838398 [ 255 ] {72ffd0d3-f4c5-4eda-981c-9d994807a380} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001467 sec., 70892.978868439 rows/sec., 5.54 MiB/sec. | ||
| 6819 | 2025.04.18 21:42:36.838449 [ 255 ] {72ffd0d3-f4c5-4eda-981c-9d994807a380} <Debug> TCPHandler: Processed in 0.001681139 sec. | ||
| 6820 | 2025.04.18 21:42:36.838573 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6821 | 2025.04.18 21:42:36.838677 [ 255 ] {7813d5e8-5f1b-43fd-9407-6099040d6fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6822 | 2025.04.18 21:42:36.838726 [ 255 ] {7813d5e8-5f1b-43fd-9407-6099040d6fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6823 | 2025.04.18 21:42:36.839247 [ 255 ] {7813d5e8-5f1b-43fd-9407-6099040d6fc6} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6824 | 2025.04.18 21:42:36.839285 [ 255 ] {7813d5e8-5f1b-43fd-9407-6099040d6fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6825 | 2025.04.18 21:42:36.839657 [ 255 ] {7813d5e8-5f1b-43fd-9407-6099040d6fc6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6826 | 2025.04.18 21:42:36.839887 [ 255 ] {7813d5e8-5f1b-43fd-9407-6099040d6fc6} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6827 | 2025.04.18 21:42:36.840090 [ 255 ] {7813d5e8-5f1b-43fd-9407-6099040d6fc6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001434 sec., 111576.01115760113 rows/sec., 7.77 MiB/sec. | ||
| 6828 | 2025.04.18 21:42:36.840139 [ 255 ] {7813d5e8-5f1b-43fd-9407-6099040d6fc6} <Debug> TCPHandler: Processed in 0.001616198 sec. | ||
| 6829 | 2025.04.18 21:42:36.840256 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6830 | 2025.04.18 21:42:36.840360 [ 255 ] {b18e8a99-516f-45e7-9fb7-242878810eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6831 | 2025.04.18 21:42:36.840427 [ 255 ] {b18e8a99-516f-45e7-9fb7-242878810eeb} <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 | ||
| 6832 | 2025.04.18 21:42:36.841550 [ 255 ] {b18e8a99-516f-45e7-9fb7-242878810eeb} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6833 | 2025.04.18 21:42:36.841589 [ 255 ] {b18e8a99-516f-45e7-9fb7-242878810eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6834 | 2025.04.18 21:42:36.842224 [ 255 ] {b18e8a99-516f-45e7-9fb7-242878810eeb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6835 | 2025.04.18 21:42:36.842470 [ 255 ] {b18e8a99-516f-45e7-9fb7-242878810eeb} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6836 | 2025.04.18 21:42:36.842667 [ 255 ] {b18e8a99-516f-45e7-9fb7-242878810eeb} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002329 sec., 17174.753112924 rows/sec., 30.78 MiB/sec. | ||
| 6837 | 2025.04.18 21:42:36.842933 [ 255 ] {b18e8a99-516f-45e7-9fb7-242878810eeb} <Debug> TCPHandler: Processed in 0.002724534 sec. | ||
| 6838 | 2025.04.18 21:42:36.843064 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6839 | 2025.04.18 21:42:36.843169 [ 255 ] {88175bd4-1916-40fa-a894-997ad62c3ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6840 | 2025.04.18 21:42:36.843215 [ 255 ] {88175bd4-1916-40fa-a894-997ad62c3ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6841 | 2025.04.18 21:42:36.843652 [ 255 ] {88175bd4-1916-40fa-a894-997ad62c3ca0} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6842 | 2025.04.18 21:42:36.843689 [ 255 ] {88175bd4-1916-40fa-a894-997ad62c3ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6843 | 2025.04.18 21:42:36.844032 [ 255 ] {88175bd4-1916-40fa-a894-997ad62c3ca0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6844 | 2025.04.18 21:42:36.844271 [ 255 ] {88175bd4-1916-40fa-a894-997ad62c3ca0} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6845 | 2025.04.18 21:42:36.844438 [ 255 ] {88175bd4-1916-40fa-a894-997ad62c3ca0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001291 sec., 46475.60030983733 rows/sec., 3.13 MiB/sec. | ||
| 6846 | 2025.04.18 21:42:36.844486 [ 255 ] {88175bd4-1916-40fa-a894-997ad62c3ca0} <Debug> TCPHandler: Processed in 0.001473224 sec. | ||
| 6847 | 2025.04.18 21:42:39.416499 [ 99 ] {} <Debug> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc) (MergerMutator): Selected 5 parts from all_1_16_3 to all_20_20_0 | ||
| 6848 | 2025.04.18 21:42:39.416573 [ 99 ] {} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6849 | 2025.04.18 21:42:39.416596 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6850 | 2025.04.18 21:42:39.416747 [ 189 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_16_3 to all_20_20_0 into Compact with storage Full | ||
| 6851 | 2025.04.18 21:42:39.416907 [ 189 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6852 | 2025.04.18 21:42:39.416942 [ 189 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 341 rows starting from the beginning of the part | ||
| 6853 | 2025.04.18 21:42:39.417020 [ 189 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 341 rows starting from the beginning of the part | ||
| 6854 | 2025.04.18 21:42:39.417172 [ 189 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part | ||
| 6855 | 2025.04.18 21:42:39.417501 [ 189 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part | ||
| 6856 | 2025.04.18 21:42:39.417606 [ 189 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 341 rows starting from the beginning of the part | ||
| 6857 | 2025.04.18 21:42:39.418957 [ 188 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002283553 sec., 546954.6798344511 rows/sec., 38.38 MiB/sec. | ||
| 6858 | 2025.04.18 21:42:39.419175 [ 199 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6859 | 2025.04.18 21:42:39.419523 [ 199 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_20_4} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6860 | 2025.04.18 21:42:39.419615 [ 199 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_20_4} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc) (MergerMutator): Merged 5 parts: [all_1_16_3, all_20_20_0] -> all_1_20_4 | ||
| 6861 | 2025.04.18 21:42:39.419723 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 6862 | 2025.04.18 21:42:39.732758 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6863 | 2025.04.18 21:42:39.732804 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6864 | 2025.04.18 21:42:39.890778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 6865 | 2025.04.18 21:42:39.891790 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6866 | 2025.04.18 21:42:39.891864 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6867 | 2025.04.18 21:42:39.892542 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6868 | 2025.04.18 21:42:39.892783 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6869 | 2025.04.18 21:42:39.892963 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6870 | 2025.04.18 21:42:40.972450 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6871 | 2025.04.18 21:42:40.993124 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6872 | 2025.04.18 21:42:40.993180 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6873 | 2025.04.18 21:42:41.000200 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.14 MiB, peak 209.93 MiB, free memory in arenas 0.00 B, will set to 202.62 MiB (RSS), difference: -4.52 MiB | ||
| 6874 | 2025.04.18 21:42:41.000408 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6875 | 2025.04.18 21:42:41.001235 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6876 | 2025.04.18 21:42:41.003840 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6877 | 2025.04.18 21:42:41.836801 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6878 | 2025.04.18 21:42:41.837000 [ 255 ] {7108f164-8762-46a6-9cc8-d28a9ed2d31f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6879 | 2025.04.18 21:42:41.837077 [ 255 ] {7108f164-8762-46a6-9cc8-d28a9ed2d31f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6880 | 2025.04.18 21:42:41.837955 [ 255 ] {7108f164-8762-46a6-9cc8-d28a9ed2d31f} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6881 | 2025.04.18 21:42:41.838010 [ 255 ] {7108f164-8762-46a6-9cc8-d28a9ed2d31f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6882 | 2025.04.18 21:42:41.838461 [ 255 ] {7108f164-8762-46a6-9cc8-d28a9ed2d31f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6883 | 2025.04.18 21:42:41.838723 [ 255 ] {7108f164-8762-46a6-9cc8-d28a9ed2d31f} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6884 | 2025.04.18 21:42:41.838980 [ 255 ] {7108f164-8762-46a6-9cc8-d28a9ed2d31f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002024 sec., 104743.08300395256 rows/sec., 6.66 MiB/sec. | ||
| 6885 | 2025.04.18 21:42:41.839126 [ 255 ] {7108f164-8762-46a6-9cc8-d28a9ed2d31f} <Debug> TCPHandler: Processed in 0.002461798 sec. | ||
| 6886 | 2025.04.18 21:42:41.839331 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6887 | 2025.04.18 21:42:41.839451 [ 255 ] {113c3b1c-d67b-44ff-a038-ce8459d89685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6888 | 2025.04.18 21:42:41.839503 [ 255 ] {113c3b1c-d67b-44ff-a038-ce8459d89685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6889 | 2025.04.18 21:42:41.840389 [ 255 ] {113c3b1c-d67b-44ff-a038-ce8459d89685} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6890 | 2025.04.18 21:42:41.840433 [ 255 ] {113c3b1c-d67b-44ff-a038-ce8459d89685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6891 | 2025.04.18 21:42:41.840862 [ 255 ] {113c3b1c-d67b-44ff-a038-ce8459d89685} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6892 | 2025.04.18 21:42:41.841131 [ 255 ] {113c3b1c-d67b-44ff-a038-ce8459d89685} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6893 | 2025.04.18 21:42:41.841379 [ 255 ] {113c3b1c-d67b-44ff-a038-ce8459d89685} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001951 sec., 316248.0779087647 rows/sec., 24.70 MiB/sec. | ||
| 6894 | 2025.04.18 21:42:41.841480 [ 255 ] {113c3b1c-d67b-44ff-a038-ce8459d89685} <Debug> TCPHandler: Processed in 0.002217452 sec. | ||
| 6895 | 2025.04.18 21:42:41.841684 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6896 | 2025.04.18 21:42:41.841857 [ 255 ] {53cfe209-83f2-4b3e-899f-4ca87560a89f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6897 | 2025.04.18 21:42:41.841909 [ 255 ] {53cfe209-83f2-4b3e-899f-4ca87560a89f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6898 | 2025.04.18 21:42:41.842524 [ 255 ] {53cfe209-83f2-4b3e-899f-4ca87560a89f} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6899 | 2025.04.18 21:42:41.842566 [ 255 ] {53cfe209-83f2-4b3e-899f-4ca87560a89f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6900 | 2025.04.18 21:42:41.842919 [ 255 ] {53cfe209-83f2-4b3e-899f-4ca87560a89f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6901 | 2025.04.18 21:42:41.843166 [ 255 ] {53cfe209-83f2-4b3e-899f-4ca87560a89f} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6902 | 2025.04.18 21:42:41.843405 [ 255 ] {53cfe209-83f2-4b3e-899f-4ca87560a89f} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001567 sec., 67645.18187619656 rows/sec., 3.98 MiB/sec. | ||
| 6903 | 2025.04.18 21:42:41.843552 [ 255 ] {53cfe209-83f2-4b3e-899f-4ca87560a89f} <Debug> TCPHandler: Processed in 0.001959356 sec. | ||
| 6904 | 2025.04.18 21:42:41.843777 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6905 | 2025.04.18 21:42:41.843888 [ 255 ] {14d364f3-9d4b-49b7-b082-cbfbbc3bb61e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6906 | 2025.04.18 21:42:41.843937 [ 255 ] {14d364f3-9d4b-49b7-b082-cbfbbc3bb61e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6907 | 2025.04.18 21:42:41.844514 [ 255 ] {14d364f3-9d4b-49b7-b082-cbfbbc3bb61e} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6908 | 2025.04.18 21:42:41.844555 [ 255 ] {14d364f3-9d4b-49b7-b082-cbfbbc3bb61e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6909 | 2025.04.18 21:42:41.844915 [ 255 ] {14d364f3-9d4b-49b7-b082-cbfbbc3bb61e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6910 | 2025.04.18 21:42:41.845147 [ 255 ] {14d364f3-9d4b-49b7-b082-cbfbbc3bb61e} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6911 | 2025.04.18 21:42:41.845397 [ 255 ] {14d364f3-9d4b-49b7-b082-cbfbbc3bb61e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001534 sec., 73663.62451108213 rows/sec., 4.77 MiB/sec. | ||
| 6912 | 2025.04.18 21:42:41.845630 [ 255 ] {14d364f3-9d4b-49b7-b082-cbfbbc3bb61e} <Debug> TCPHandler: Processed in 0.001928475 sec. | ||
| 6913 | 2025.04.18 21:42:41.845778 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6914 | 2025.04.18 21:42:41.845884 [ 255 ] {4e09cae6-d7c9-40a5-a2d6-c985cd3f7865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6915 | 2025.04.18 21:42:41.845932 [ 255 ] {4e09cae6-d7c9-40a5-a2d6-c985cd3f7865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6916 | 2025.04.18 21:42:41.846513 [ 255 ] {4e09cae6-d7c9-40a5-a2d6-c985cd3f7865} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6917 | 2025.04.18 21:42:41.846552 [ 255 ] {4e09cae6-d7c9-40a5-a2d6-c985cd3f7865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6918 | 2025.04.18 21:42:41.846903 [ 255 ] {4e09cae6-d7c9-40a5-a2d6-c985cd3f7865} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6919 | 2025.04.18 21:42:41.847138 [ 255 ] {4e09cae6-d7c9-40a5-a2d6-c985cd3f7865} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6920 | 2025.04.18 21:42:41.847394 [ 255 ] {4e09cae6-d7c9-40a5-a2d6-c985cd3f7865} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001532 sec., 73107.0496083551 rows/sec., 4.16 MiB/sec. | ||
| 6921 | 2025.04.18 21:42:41.847585 [ 255 ] {4e09cae6-d7c9-40a5-a2d6-c985cd3f7865} <Debug> TCPHandler: Processed in 0.001854623 sec. | ||
| 6922 | 2025.04.18 21:42:41.847748 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6923 | 2025.04.18 21:42:41.847858 [ 255 ] {f84920c1-25f4-443a-8188-1228449f4731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6924 | 2025.04.18 21:42:41.847904 [ 255 ] {f84920c1-25f4-443a-8188-1228449f4731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6925 | 2025.04.18 21:42:41.848589 [ 255 ] {f84920c1-25f4-443a-8188-1228449f4731} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6926 | 2025.04.18 21:42:41.848628 [ 255 ] {f84920c1-25f4-443a-8188-1228449f4731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6927 | 2025.04.18 21:42:41.849014 [ 255 ] {f84920c1-25f4-443a-8188-1228449f4731} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6928 | 2025.04.18 21:42:41.849256 [ 255 ] {f84920c1-25f4-443a-8188-1228449f4731} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6929 | 2025.04.18 21:42:41.849459 [ 255 ] {f84920c1-25f4-443a-8188-1228449f4731} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001623 sec., 235366.60505237215 rows/sec., 16.60 MiB/sec. | ||
| 6930 | 2025.04.18 21:42:41.849513 [ 255 ] {f84920c1-25f4-443a-8188-1228449f4731} <Debug> TCPHandler: Processed in 0.001815032 sec. | ||
| 6931 | 2025.04.18 21:42:41.849632 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6932 | 2025.04.18 21:42:41.849736 [ 255 ] {eacb311b-047d-495e-9738-37323ddc2001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6933 | 2025.04.18 21:42:41.849783 [ 255 ] {eacb311b-047d-495e-9738-37323ddc2001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6934 | 2025.04.18 21:42:41.850200 [ 255 ] {eacb311b-047d-495e-9738-37323ddc2001} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6935 | 2025.04.18 21:42:41.850239 [ 255 ] {eacb311b-047d-495e-9738-37323ddc2001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6936 | 2025.04.18 21:42:41.850599 [ 255 ] {eacb311b-047d-495e-9738-37323ddc2001} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6937 | 2025.04.18 21:42:41.850843 [ 255 ] {eacb311b-047d-495e-9738-37323ddc2001} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6938 | 2025.04.18 21:42:41.851047 [ 255 ] {eacb311b-047d-495e-9738-37323ddc2001} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 235.34 KiB/sec. | ||
| 6939 | 2025.04.18 21:42:41.851129 [ 255 ] {eacb311b-047d-495e-9738-37323ddc2001} <Debug> TCPHandler: Processed in 0.001551376 sec. | ||
| 6940 | 2025.04.18 21:42:41.851267 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6941 | 2025.04.18 21:42:41.851373 [ 255 ] {de6436ef-592a-4fbd-9880-42d00d710037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6942 | 2025.04.18 21:42:41.851422 [ 255 ] {de6436ef-592a-4fbd-9880-42d00d710037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6943 | 2025.04.18 21:42:41.851999 [ 255 ] {de6436ef-592a-4fbd-9880-42d00d710037} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6944 | 2025.04.18 21:42:41.852038 [ 255 ] {de6436ef-592a-4fbd-9880-42d00d710037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6945 | 2025.04.18 21:42:41.852428 [ 255 ] {de6436ef-592a-4fbd-9880-42d00d710037} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6946 | 2025.04.18 21:42:41.852667 [ 255 ] {de6436ef-592a-4fbd-9880-42d00d710037} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6947 | 2025.04.18 21:42:41.852878 [ 255 ] {de6436ef-592a-4fbd-9880-42d00d710037} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001527 sec., 155206.28683693518 rows/sec., 10.40 MiB/sec. | ||
| 6948 | 2025.04.18 21:42:41.852934 [ 255 ] {de6436ef-592a-4fbd-9880-42d00d710037} <Debug> TCPHandler: Processed in 0.00171886 sec. | ||
| 6949 | 2025.04.18 21:42:41.853055 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6950 | 2025.04.18 21:42:41.853160 [ 255 ] {62992098-b97d-402d-900f-bdbf57c7af12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6951 | 2025.04.18 21:42:41.853208 [ 255 ] {62992098-b97d-402d-900f-bdbf57c7af12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6952 | 2025.04.18 21:42:41.853627 [ 255 ] {62992098-b97d-402d-900f-bdbf57c7af12} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6953 | 2025.04.18 21:42:41.853667 [ 255 ] {62992098-b97d-402d-900f-bdbf57c7af12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6954 | 2025.04.18 21:42:41.854014 [ 255 ] {62992098-b97d-402d-900f-bdbf57c7af12} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6955 | 2025.04.18 21:42:41.854259 [ 255 ] {62992098-b97d-402d-900f-bdbf57c7af12} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6956 | 2025.04.18 21:42:41.854459 [ 255 ] {62992098-b97d-402d-900f-bdbf57c7af12} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00132 sec., 757.5757575757576 rows/sec., 51.05 KiB/sec. | ||
| 6957 | 2025.04.18 21:42:41.854508 [ 255 ] {62992098-b97d-402d-900f-bdbf57c7af12} <Debug> TCPHandler: Processed in 0.001502385 sec. | ||
| 6958 | 2025.04.18 21:42:41.854624 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6959 | 2025.04.18 21:42:41.854731 [ 255 ] {e2d8767e-f0e4-49c0-86fa-8d9280041ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6960 | 2025.04.18 21:42:41.854776 [ 255 ] {e2d8767e-f0e4-49c0-86fa-8d9280041ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6961 | 2025.04.18 21:42:41.855195 [ 255 ] {e2d8767e-f0e4-49c0-86fa-8d9280041ab5} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6962 | 2025.04.18 21:42:41.855267 [ 255 ] {e2d8767e-f0e4-49c0-86fa-8d9280041ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6963 | 2025.04.18 21:42:41.855626 [ 255 ] {e2d8767e-f0e4-49c0-86fa-8d9280041ab5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6964 | 2025.04.18 21:42:41.855867 [ 255 ] {e2d8767e-f0e4-49c0-86fa-8d9280041ab5} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6965 | 2025.04.18 21:42:41.856086 [ 255 ] {e2d8767e-f0e4-49c0-86fa-8d9280041ab5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001376 sec., 59593.023255813954 rows/sec., 3.78 MiB/sec. | ||
| 6966 | 2025.04.18 21:42:41.856164 [ 255 ] {e2d8767e-f0e4-49c0-86fa-8d9280041ab5} <Debug> TCPHandler: Processed in 0.001592918 sec. | ||
| 6967 | 2025.04.18 21:42:42.001115 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.32 MiB, peak 209.93 MiB, free memory in arenas 0.00 B, will set to 202.63 MiB (RSS), difference: 3.31 MiB | ||
| 6968 | 2025.04.18 21:42:44.952327 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 980 | ||
| 6969 | 2025.04.18 21:42:44.955305 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6970 | 2025.04.18 21:42:44.955386 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6971 | 2025.04.18 21:42:44.956843 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6972 | 2025.04.18 21:42:44.957164 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6973 | 2025.04.18 21:42:44.957819 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 980 | ||
| 6974 | 2025.04.18 21:42:46.833733 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6975 | 2025.04.18 21:42:46.833977 [ 255 ] {b0a21f8e-f80e-4bac-94ae-0ee6f8772cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6976 | 2025.04.18 21:42:46.834073 [ 255 ] {b0a21f8e-f80e-4bac-94ae-0ee6f8772cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6977 | 2025.04.18 21:42:46.835038 [ 255 ] {b0a21f8e-f80e-4bac-94ae-0ee6f8772cf5} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6978 | 2025.04.18 21:42:46.835088 [ 255 ] {b0a21f8e-f80e-4bac-94ae-0ee6f8772cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6979 | 2025.04.18 21:42:46.835529 [ 255 ] {b0a21f8e-f80e-4bac-94ae-0ee6f8772cf5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6980 | 2025.04.18 21:42:46.835786 [ 255 ] {b0a21f8e-f80e-4bac-94ae-0ee6f8772cf5} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6981 | 2025.04.18 21:42:46.836049 [ 255 ] {b0a21f8e-f80e-4bac-94ae-0ee6f8772cf5} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.002136 sec., 5617.9775280898875 rows/sec., 458.11 KiB/sec. | ||
| 6982 | 2025.04.18 21:42:46.836236 [ 255 ] {b0a21f8e-f80e-4bac-94ae-0ee6f8772cf5} <Debug> TCPHandler: Processed in 0.002665191 sec. | ||
| 6983 | 2025.04.18 21:42:46.836412 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6984 | 2025.04.18 21:42:46.836518 [ 255 ] {22b734e3-7af8-4010-81db-51c211f01f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6985 | 2025.04.18 21:42:46.836561 [ 255 ] {22b734e3-7af8-4010-81db-51c211f01f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6986 | 2025.04.18 21:42:46.837227 [ 255 ] {22b734e3-7af8-4010-81db-51c211f01f5f} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6987 | 2025.04.18 21:42:46.837266 [ 255 ] {22b734e3-7af8-4010-81db-51c211f01f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6988 | 2025.04.18 21:42:46.837633 [ 255 ] {22b734e3-7af8-4010-81db-51c211f01f5f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6989 | 2025.04.18 21:42:46.837883 [ 255 ] {22b734e3-7af8-4010-81db-51c211f01f5f} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6990 | 2025.04.18 21:42:46.838051 [ 92 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6991 | 2025.04.18 21:42:46.838091 [ 255 ] {22b734e3-7af8-4010-81db-51c211f01f5f} <Debug> executeQuery: Read 142 rows, 12.44 KiB in 0.001595 sec., 89028.2131661442 rows/sec., 7.62 MiB/sec. | ||
| 6992 | 2025.04.18 21:42:46.838144 [ 92 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6993 | 2025.04.18 21:42:46.838216 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6994 | 2025.04.18 21:42:46.838227 [ 255 ] {22b734e3-7af8-4010-81db-51c211f01f5f} <Debug> TCPHandler: Processed in 0.001871294 sec. | ||
| 6995 | 2025.04.18 21:42:46.838526 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6996 | 2025.04.18 21:42:46.838537 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6997 | 2025.04.18 21:42:46.838915 [ 255 ] {a4ad63b2-2f66-4837-8faa-0797f76d7b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6998 | 2025.04.18 21:42:46.838935 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6999 | 2025.04.18 21:42:46.839011 [ 255 ] {a4ad63b2-2f66-4837-8faa-0797f76d7b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7000 | 2025.04.18 21:42:46.839012 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1846 rows starting from the beginning of the part | ||
| 7001 | 2025.04.18 21:42:46.839330 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1757 rows starting from the beginning of the part | ||
| 7002 | 2025.04.18 21:42:46.839737 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
| 7003 | 2025.04.18 21:42:46.840142 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 136 rows starting from the beginning of the part | ||
| 7004 | 2025.04.18 21:42:46.840438 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 617 rows starting from the beginning of the part | ||
| 7005 | 2025.04.18 21:42:46.840853 [ 189 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 142 rows starting from the beginning of the part | ||
| 7006 | 2025.04.18 21:42:46.842078 [ 255 ] {a4ad63b2-2f66-4837-8faa-0797f76d7b66} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7007 | 2025.04.18 21:42:46.842136 [ 255 ] {a4ad63b2-2f66-4837-8faa-0797f76d7b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7008 | 2025.04.18 21:42:46.842904 [ 255 ] {a4ad63b2-2f66-4837-8faa-0797f76d7b66} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7009 | 2025.04.18 21:42:46.843391 [ 255 ] {a4ad63b2-2f66-4837-8faa-0797f76d7b66} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7010 | 2025.04.18 21:42:46.843673 [ 255 ] {a4ad63b2-2f66-4837-8faa-0797f76d7b66} <Debug> executeQuery: Read 52 rows, 3.85 KiB in 0.004841 sec., 10741.582317702954 rows/sec., 794.40 KiB/sec. | ||
| 7011 | 2025.04.18 21:42:46.843906 [ 255 ] {a4ad63b2-2f66-4837-8faa-0797f76d7b66} <Debug> TCPHandler: Processed in 0.005474207 sec. | ||
| 7012 | 2025.04.18 21:42:46.844201 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7013 | 2025.04.18 21:42:46.844558 [ 255 ] {b200f371-23a9-4c3a-98cd-8de4d3e9f967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7014 | 2025.04.18 21:42:46.844637 [ 255 ] {b200f371-23a9-4c3a-98cd-8de4d3e9f967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7015 | 2025.04.18 21:42:46.844651 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4554 rows, containing 5 columns (5 merged, 0 gathered) in 0.006329127 sec., 719530.5134499592 rows/sec., 60.97 MiB/sec. | ||
| 7016 | 2025.04.18 21:42:46.844918 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7017 | 2025.04.18 21:42:46.845308 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_56_11} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7018 | 2025.04.18 21:42:46.845438 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_56_11} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7019 | 2025.04.18 21:42:46.845470 [ 255 ] {b200f371-23a9-4c3a-98cd-8de4d3e9f967} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7020 | 2025.04.18 21:42:46.845522 [ 255 ] {b200f371-23a9-4c3a-98cd-8de4d3e9f967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7021 | 2025.04.18 21:42:46.845533 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 7022 | 2025.04.18 21:42:46.845886 [ 255 ] {b200f371-23a9-4c3a-98cd-8de4d3e9f967} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7023 | 2025.04.18 21:42:46.846124 [ 255 ] {b200f371-23a9-4c3a-98cd-8de4d3e9f967} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7024 | 2025.04.18 21:42:46.846289 [ 92 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7025 | 2025.04.18 21:42:46.846354 [ 92 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7026 | 2025.04.18 21:42:46.846369 [ 255 ] {b200f371-23a9-4c3a-98cd-8de4d3e9f967} <Debug> executeQuery: Read 116 rows, 9.30 KiB in 0.001928 sec., 60165.97510373444 rows/sec., 4.71 MiB/sec. | ||
| 7027 | 2025.04.18 21:42:46.846401 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7028 | 2025.04.18 21:42:46.846535 [ 255 ] {b200f371-23a9-4c3a-98cd-8de4d3e9f967} <Debug> TCPHandler: Processed in 0.002447337 sec. | ||
| 7029 | 2025.04.18 21:42:46.846605 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7030 | 2025.04.18 21:42:46.846662 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7031 | 2025.04.18 21:42:46.846701 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7032 | 2025.04.18 21:42:46.846735 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part | ||
| 7033 | 2025.04.18 21:42:46.846782 [ 255 ] {f2a77837-cd3d-4906-8ec7-5d2607879b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7034 | 2025.04.18 21:42:46.846822 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 838 rows starting from the beginning of the part | ||
| 7035 | 2025.04.18 21:42:46.846921 [ 255 ] {f2a77837-cd3d-4906-8ec7-5d2607879b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7036 | 2025.04.18 21:42:46.847263 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
| 7037 | 2025.04.18 21:42:46.847748 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 104 rows starting from the beginning of the part | ||
| 7038 | 2025.04.18 21:42:46.848157 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 382 rows starting from the beginning of the part | ||
| 7039 | 2025.04.18 21:42:46.848544 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 116 rows starting from the beginning of the part | ||
| 7040 | 2025.04.18 21:42:46.849451 [ 255 ] {f2a77837-cd3d-4906-8ec7-5d2607879b55} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7041 | 2025.04.18 21:42:46.849491 [ 255 ] {f2a77837-cd3d-4906-8ec7-5d2607879b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7042 | 2025.04.18 21:42:46.850049 [ 255 ] {f2a77837-cd3d-4906-8ec7-5d2607879b55} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7043 | 2025.04.18 21:42:46.850312 [ 255 ] {f2a77837-cd3d-4906-8ec7-5d2607879b55} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7044 | 2025.04.18 21:42:46.850546 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7045 | 2025.04.18 21:42:46.850702 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7046 | 2025.04.18 21:42:46.850809 [ 255 ] {f2a77837-cd3d-4906-8ec7-5d2607879b55} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.004032 sec., 41170.63492063492 rows/sec., 2.87 MiB/sec. | ||
| 7047 | 2025.04.18 21:42:46.850822 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7048 | 2025.04.18 21:42:46.851222 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.004678969 sec., 516780.51297198166 rows/sec., 39.58 MiB/sec. | ||
| 7049 | 2025.04.18 21:42:46.851243 [ 255 ] {f2a77837-cd3d-4906-8ec7-5d2607879b55} <Debug> TCPHandler: Processed in 0.004624738 sec. | ||
| 7050 | 2025.04.18 21:42:46.851411 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7051 | 2025.04.18 21:42:46.851497 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7052 | 2025.04.18 21:42:46.851531 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7053 | 2025.04.18 21:42:46.851810 [ 255 ] {992e8315-c84f-41fa-857f-049feabe6c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7054 | 2025.04.18 21:42:46.851838 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7055 | 2025.04.18 21:42:46.851990 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15257 rows starting from the beginning of the part | ||
| 7056 | 2025.04.18 21:42:46.852058 [ 255 ] {992e8315-c84f-41fa-857f-049feabe6c34} <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 | ||
| 7057 | 2025.04.18 21:42:46.852462 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 957 rows starting from the beginning of the part | ||
| 7058 | 2025.04.18 21:42:46.852492 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_56_11} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7059 | 2025.04.18 21:42:46.852963 [ 199 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_56_11} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7060 | 2025.04.18 21:42:46.853007 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 126 rows starting from the beginning of the part | ||
| 7061 | 2025.04.18 21:42:46.853404 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7062 | 2025.04.18 21:42:46.853598 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 7063 | 2025.04.18 21:42:46.854055 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 7064 | 2025.04.18 21:42:46.854452 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 166 rows starting from the beginning of the part | ||
| 7065 | 2025.04.18 21:42:46.857587 [ 255 ] {992e8315-c84f-41fa-857f-049feabe6c34} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7066 | 2025.04.18 21:42:46.857657 [ 255 ] {992e8315-c84f-41fa-857f-049feabe6c34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7067 | 2025.04.18 21:42:46.859155 [ 255 ] {992e8315-c84f-41fa-857f-049feabe6c34} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7068 | 2025.04.18 21:42:46.859919 [ 255 ] {992e8315-c84f-41fa-857f-049feabe6c34} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7069 | 2025.04.18 21:42:46.860200 [ 255 ] {992e8315-c84f-41fa-857f-049feabe6c34} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008506 sec., 4702.562896778744 rows/sec., 8.43 MiB/sec. | ||
| 7070 | 2025.04.18 21:42:46.860343 [ 255 ] {992e8315-c84f-41fa-857f-049feabe6c34} <Debug> TCPHandler: Processed in 0.008913628 sec. | ||
| 7071 | 2025.04.18 21:42:46.860456 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7072 | 2025.04.18 21:42:46.860567 [ 255 ] {96ba3af3-8719-4518-8b65-d018d3bc3f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7073 | 2025.04.18 21:42:46.860613 [ 255 ] {96ba3af3-8719-4518-8b65-d018d3bc3f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7074 | 2025.04.18 21:42:46.861196 [ 255 ] {96ba3af3-8719-4518-8b65-d018d3bc3f0b} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7075 | 2025.04.18 21:42:46.861235 [ 255 ] {96ba3af3-8719-4518-8b65-d018d3bc3f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7076 | 2025.04.18 21:42:46.861782 [ 255 ] {96ba3af3-8719-4518-8b65-d018d3bc3f0b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7077 | 2025.04.18 21:42:46.862055 [ 255 ] {96ba3af3-8719-4518-8b65-d018d3bc3f0b} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7078 | 2025.04.18 21:42:46.862249 [ 92 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7079 | 2025.04.18 21:42:46.862386 [ 92 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7080 | 2025.04.18 21:42:46.862444 [ 255 ] {96ba3af3-8719-4518-8b65-d018d3bc3f0b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00187 sec., 32085.561497326205 rows/sec., 2.16 MiB/sec. | ||
| 7081 | 2025.04.18 21:42:46.862504 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7082 | 2025.04.18 21:42:46.862873 [ 255 ] {96ba3af3-8719-4518-8b65-d018d3bc3f0b} <Debug> TCPHandler: Processed in 0.002459247 sec. | ||
| 7083 | 2025.04.18 21:42:46.863178 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7084 | 2025.04.18 21:42:46.863382 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16903 rows, containing 5 columns (5 merged, 0 gathered) in 0.012337507 sec., 1370049.881228031 rows/sec., 92.63 MiB/sec. | ||
| 7085 | 2025.04.18 21:42:46.863432 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7086 | 2025.04.18 21:42:46.863468 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3054 rows starting from the beginning of the part | ||
| 7087 | 2025.04.18 21:42:46.863587 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 36 rows starting from the beginning of the part | ||
| 7088 | 2025.04.18 21:42:46.863607 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7089 | 2025.04.18 21:42:46.863975 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 46 rows starting from the beginning of the part | ||
| 7090 | 2025.04.18 21:42:46.864084 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 7091 | 2025.04.18 21:42:46.864420 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 7092 | 2025.04.18 21:42:46.864726 [ 198 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 7093 | 2025.04.18 21:42:46.864753 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7094 | 2025.04.18 21:42:46.865171 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7095 | 2025.04.18 21:42:46.865461 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 7096 | 2025.04.18 21:42:46.866551 [ 191 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3338 rows, containing 4 columns (4 merged, 0 gathered) in 0.003834889 sec., 870429.3657521768 rows/sec., 57.05 MiB/sec. | ||
| 7097 | 2025.04.18 21:42:46.866922 [ 191 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7098 | 2025.04.18 21:42:46.867248 [ 191 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_56_11} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7099 | 2025.04.18 21:42:46.867339 [ 191 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_56_11} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7100 | 2025.04.18 21:42:46.867440 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 7101 | 2025.04.18 21:42:47.393878 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 7102 | 2025.04.18 21:42:47.394555 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7103 | 2025.04.18 21:42:47.394610 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7104 | 2025.04.18 21:42:47.395147 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7105 | 2025.04.18 21:42:47.395408 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7106 | 2025.04.18 21:42:47.395666 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 7107 | 2025.04.18 21:42:48.504767 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7108 | 2025.04.18 21:42:48.525127 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7109 | 2025.04.18 21:42:48.525180 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7110 | 2025.04.18 21:42:48.533286 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7111 | 2025.04.18 21:42:48.534054 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7112 | 2025.04.18 21:42:48.536872 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7113 | 2025.04.18 21:42:51.836355 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7114 | 2025.04.18 21:42:51.836550 [ 255 ] {fbf0158d-bf19-4c69-aaf4-76ee0b0ecc0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7115 | 2025.04.18 21:42:51.836620 [ 255 ] {fbf0158d-bf19-4c69-aaf4-76ee0b0ecc0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7116 | 2025.04.18 21:42:51.837517 [ 255 ] {fbf0158d-bf19-4c69-aaf4-76ee0b0ecc0b} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7117 | 2025.04.18 21:42:51.837570 [ 255 ] {fbf0158d-bf19-4c69-aaf4-76ee0b0ecc0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7118 | 2025.04.18 21:42:51.838007 [ 255 ] {fbf0158d-bf19-4c69-aaf4-76ee0b0ecc0b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7119 | 2025.04.18 21:42:51.838285 [ 255 ] {fbf0158d-bf19-4c69-aaf4-76ee0b0ecc0b} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7120 | 2025.04.18 21:42:51.838483 [ 85 ] {} <Debug> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7121 | 2025.04.18 21:42:51.838531 [ 255 ] {fbf0158d-bf19-4c69-aaf4-76ee0b0ecc0b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001997 sec., 106159.23885828743 rows/sec., 6.75 MiB/sec. | ||
| 7122 | 2025.04.18 21:42:51.838570 [ 85 ] {} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7123 | 2025.04.18 21:42:51.838655 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7124 | 2025.04.18 21:42:51.838663 [ 255 ] {fbf0158d-bf19-4c69-aaf4-76ee0b0ecc0b} <Debug> TCPHandler: Processed in 0.002420356 sec. | ||
| 7125 | 2025.04.18 21:42:51.838878 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7126 | 2025.04.18 21:42:51.838887 [ 200 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 7127 | 2025.04.18 21:42:51.839070 [ 255 ] {a28f04ea-52cb-41cd-bc57-a0ec6a43ccd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7128 | 2025.04.18 21:42:51.839180 [ 255 ] {a28f04ea-52cb-41cd-bc57-a0ec6a43ccd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7129 | 2025.04.18 21:42:51.839211 [ 200 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7130 | 2025.04.18 21:42:51.839315 [ 200 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 212 rows starting from the beginning of the part | ||
| 7131 | 2025.04.18 21:42:51.839653 [ 200 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part | ||
| 7132 | 2025.04.18 21:42:51.840095 [ 200 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part | ||
| 7133 | 2025.04.18 21:42:51.840453 [ 200 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part | ||
| 7134 | 2025.04.18 21:42:51.840788 [ 200 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part | ||
| 7135 | 2025.04.18 21:42:51.842404 [ 255 ] {a28f04ea-52cb-41cd-bc57-a0ec6a43ccd9} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7136 | 2025.04.18 21:42:51.842492 [ 255 ] {a28f04ea-52cb-41cd-bc57-a0ec6a43ccd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7137 | 2025.04.18 21:42:51.843353 [ 200 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004558766 sec., 232519.06327282428 rows/sec., 15.68 MiB/sec. | ||
| 7138 | 2025.04.18 21:42:51.843412 [ 255 ] {a28f04ea-52cb-41cd-bc57-a0ec6a43ccd9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7139 | 2025.04.18 21:42:51.843529 [ 200 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7140 | 2025.04.18 21:42:51.843848 [ 255 ] {a28f04ea-52cb-41cd-bc57-a0ec6a43ccd9} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7141 | 2025.04.18 21:42:51.844061 [ 200 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_21_5} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7142 | 2025.04.18 21:42:51.844260 [ 255 ] {a28f04ea-52cb-41cd-bc57-a0ec6a43ccd9} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.005235 sec., 117860.55396370582 rows/sec., 9.21 MiB/sec. | ||
| 7143 | 2025.04.18 21:42:51.844294 [ 200 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_21_5} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7144 | 2025.04.18 21:42:51.844395 [ 255 ] {a28f04ea-52cb-41cd-bc57-a0ec6a43ccd9} <Debug> TCPHandler: Processed in 0.00558816 sec. | ||
| 7145 | 2025.04.18 21:42:51.844484 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7146 | 2025.04.18 21:42:51.844591 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7147 | 2025.04.18 21:42:51.844697 [ 255 ] {2c84b79b-93d6-47f6-8fc4-0e042ae6d41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7148 | 2025.04.18 21:42:51.844742 [ 255 ] {2c84b79b-93d6-47f6-8fc4-0e042ae6d41e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7149 | 2025.04.18 21:42:51.845341 [ 255 ] {2c84b79b-93d6-47f6-8fc4-0e042ae6d41e} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7150 | 2025.04.18 21:42:51.845394 [ 255 ] {2c84b79b-93d6-47f6-8fc4-0e042ae6d41e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7151 | 2025.04.18 21:42:51.845749 [ 255 ] {2c84b79b-93d6-47f6-8fc4-0e042ae6d41e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7152 | 2025.04.18 21:42:51.845987 [ 255 ] {2c84b79b-93d6-47f6-8fc4-0e042ae6d41e} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7153 | 2025.04.18 21:42:51.846202 [ 255 ] {2c84b79b-93d6-47f6-8fc4-0e042ae6d41e} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.00152 sec., 69736.84210526316 rows/sec., 4.10 MiB/sec. | ||
| 7154 | 2025.04.18 21:42:51.846255 [ 255 ] {2c84b79b-93d6-47f6-8fc4-0e042ae6d41e} <Debug> TCPHandler: Processed in 0.001729961 sec. | ||
| 7155 | 2025.04.18 21:42:51.846374 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7156 | 2025.04.18 21:42:51.846477 [ 255 ] {1e6dba78-3a15-4d87-b8e0-779fcfa4739f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7157 | 2025.04.18 21:42:51.846523 [ 255 ] {1e6dba78-3a15-4d87-b8e0-779fcfa4739f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7158 | 2025.04.18 21:42:51.847066 [ 255 ] {1e6dba78-3a15-4d87-b8e0-779fcfa4739f} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7159 | 2025.04.18 21:42:51.847104 [ 255 ] {1e6dba78-3a15-4d87-b8e0-779fcfa4739f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7160 | 2025.04.18 21:42:51.847449 [ 255 ] {1e6dba78-3a15-4d87-b8e0-779fcfa4739f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7161 | 2025.04.18 21:42:51.847685 [ 255 ] {1e6dba78-3a15-4d87-b8e0-779fcfa4739f} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7162 | 2025.04.18 21:42:51.847880 [ 255 ] {1e6dba78-3a15-4d87-b8e0-779fcfa4739f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001424 sec., 79353.93258426967 rows/sec., 5.14 MiB/sec. | ||
| 7163 | 2025.04.18 21:42:51.847930 [ 255 ] {1e6dba78-3a15-4d87-b8e0-779fcfa4739f} <Debug> TCPHandler: Processed in 0.001607858 sec. | ||
| 7164 | 2025.04.18 21:42:51.848048 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7165 | 2025.04.18 21:42:51.848153 [ 255 ] {8bb229d1-08c8-4dc2-add1-f8c1cad7d336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7166 | 2025.04.18 21:42:51.848197 [ 255 ] {8bb229d1-08c8-4dc2-add1-f8c1cad7d336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7167 | 2025.04.18 21:42:51.848732 [ 255 ] {8bb229d1-08c8-4dc2-add1-f8c1cad7d336} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7168 | 2025.04.18 21:42:51.848772 [ 255 ] {8bb229d1-08c8-4dc2-add1-f8c1cad7d336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7169 | 2025.04.18 21:42:51.849113 [ 255 ] {8bb229d1-08c8-4dc2-add1-f8c1cad7d336} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7170 | 2025.04.18 21:42:51.849362 [ 255 ] {8bb229d1-08c8-4dc2-add1-f8c1cad7d336} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7171 | 2025.04.18 21:42:51.849553 [ 84 ] {} <Debug> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7172 | 2025.04.18 21:42:51.849597 [ 255 ] {8bb229d1-08c8-4dc2-add1-f8c1cad7d336} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001465 sec., 76450.5119453925 rows/sec., 4.36 MiB/sec. | ||
| 7173 | 2025.04.18 21:42:51.849647 [ 84 ] {} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7174 | 2025.04.18 21:42:51.849707 [ 255 ] {8bb229d1-08c8-4dc2-add1-f8c1cad7d336} <Debug> TCPHandler: Processed in 0.00170732 sec. | ||
| 7175 | 2025.04.18 21:42:51.849714 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7176 | 2025.04.18 21:42:51.849889 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7177 | 2025.04.18 21:42:51.850013 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 7178 | 2025.04.18 21:42:51.850188 [ 255 ] {a06f9926-ee0c-4eb4-85f1-1b9b701d7f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7179 | 2025.04.18 21:42:51.850362 [ 255 ] {a06f9926-ee0c-4eb4-85f1-1b9b701d7f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7180 | 2025.04.18 21:42:51.850611 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7181 | 2025.04.18 21:42:51.850724 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 112 rows starting from the beginning of the part | ||
| 7182 | 2025.04.18 21:42:51.850909 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part | ||
| 7183 | 2025.04.18 21:42:51.851278 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part | ||
| 7184 | 2025.04.18 21:42:51.851608 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part | ||
| 7185 | 2025.04.18 21:42:51.852035 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part | ||
| 7186 | 2025.04.18 21:42:51.853049 [ 255 ] {a06f9926-ee0c-4eb4-85f1-1b9b701d7f61} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7187 | 2025.04.18 21:42:51.853097 [ 255 ] {a06f9926-ee0c-4eb4-85f1-1b9b701d7f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7188 | 2025.04.18 21:42:51.853632 [ 255 ] {a06f9926-ee0c-4eb4-85f1-1b9b701d7f61} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7189 | 2025.04.18 21:42:51.853711 [ 190 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00388219 sec., 144248.47830734713 rows/sec., 8.77 MiB/sec. | ||
| 7190 | 2025.04.18 21:42:51.853981 [ 255 ] {a06f9926-ee0c-4eb4-85f1-1b9b701d7f61} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7191 | 2025.04.18 21:42:51.853992 [ 192 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7192 | 2025.04.18 21:42:51.854391 [ 255 ] {a06f9926-ee0c-4eb4-85f1-1b9b701d7f61} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00431 sec., 88631.090487239 rows/sec., 6.25 MiB/sec. | ||
| 7193 | 2025.04.18 21:42:51.854531 [ 255 ] {a06f9926-ee0c-4eb4-85f1-1b9b701d7f61} <Debug> TCPHandler: Processed in 0.00474167 sec. | ||
| 7194 | 2025.04.18 21:42:51.854679 [ 192 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_21_5} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7195 | 2025.04.18 21:42:51.854707 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7196 | 2025.04.18 21:42:51.854819 [ 192 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_21_5} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7197 | 2025.04.18 21:42:51.854880 [ 255 ] {700f9a3b-4cc4-45aa-b7d4-05febc19fd34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7198 | 2025.04.18 21:42:51.854987 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7199 | 2025.04.18 21:42:51.854998 [ 255 ] {700f9a3b-4cc4-45aa-b7d4-05febc19fd34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7200 | 2025.04.18 21:42:51.855482 [ 255 ] {700f9a3b-4cc4-45aa-b7d4-05febc19fd34} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7201 | 2025.04.18 21:42:51.855521 [ 255 ] {700f9a3b-4cc4-45aa-b7d4-05febc19fd34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7202 | 2025.04.18 21:42:51.855872 [ 255 ] {700f9a3b-4cc4-45aa-b7d4-05febc19fd34} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7203 | 2025.04.18 21:42:51.856100 [ 255 ] {700f9a3b-4cc4-45aa-b7d4-05febc19fd34} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7204 | 2025.04.18 21:42:51.856275 [ 84 ] {} <Debug> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7205 | 2025.04.18 21:42:51.856331 [ 255 ] {700f9a3b-4cc4-45aa-b7d4-05febc19fd34} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 211.24 KiB/sec. | ||
| 7206 | 2025.04.18 21:42:51.856338 [ 84 ] {} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7207 | 2025.04.18 21:42:51.856419 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7208 | 2025.04.18 21:42:51.856448 [ 255 ] {700f9a3b-4cc4-45aa-b7d4-05febc19fd34} <Debug> TCPHandler: Processed in 0.001818402 sec. | ||
| 7209 | 2025.04.18 21:42:51.856600 [ 195 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::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 | ||
| 7210 | 2025.04.18 21:42:51.856626 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7211 | 2025.04.18 21:42:51.856726 [ 195 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7212 | 2025.04.18 21:42:51.856754 [ 255 ] {3ad688bf-d877-48e6-b0bb-ead2eb3840c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7213 | 2025.04.18 21:42:51.856762 [ 195 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 7214 | 2025.04.18 21:42:51.856818 [ 255 ] {3ad688bf-d877-48e6-b0bb-ead2eb3840c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7215 | 2025.04.18 21:42:51.856954 [ 195 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 7216 | 2025.04.18 21:42:51.857304 [ 195 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 7217 | 2025.04.18 21:42:51.857724 [ 195 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 7218 | 2025.04.18 21:42:51.858045 [ 195 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 7219 | 2025.04.18 21:42:51.858380 [ 195 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7220 | 2025.04.18 21:42:51.859322 [ 255 ] {3ad688bf-d877-48e6-b0bb-ead2eb3840c2} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7221 | 2025.04.18 21:42:51.859368 [ 255 ] {3ad688bf-d877-48e6-b0bb-ead2eb3840c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7222 | 2025.04.18 21:42:51.859965 [ 255 ] {3ad688bf-d877-48e6-b0bb-ead2eb3840c2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7223 | 2025.04.18 21:42:51.860031 [ 187 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.003497451 sec., 36026.23739403354 rows/sec., 1.84 MiB/sec. | ||
| 7224 | 2025.04.18 21:42:51.860273 [ 187 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7225 | 2025.04.18 21:42:51.860441 [ 255 ] {3ad688bf-d877-48e6-b0bb-ead2eb3840c2} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7226 | 2025.04.18 21:42:51.860827 [ 255 ] {3ad688bf-d877-48e6-b0bb-ead2eb3840c2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004107 sec., 57706.355003652294 rows/sec., 3.87 MiB/sec. | ||
| 7227 | 2025.04.18 21:42:51.861005 [ 255 ] {3ad688bf-d877-48e6-b0bb-ead2eb3840c2} <Debug> TCPHandler: Processed in 0.004434773 sec. | ||
| 7228 | 2025.04.18 21:42:51.861023 [ 193 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_21_4} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7229 | 2025.04.18 21:42:51.861172 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7230 | 2025.04.18 21:42:51.861223 [ 193 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_21_4} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7231 | 2025.04.18 21:42:51.861330 [ 255 ] {d86562ba-0a1c-4687-ae3a-326172c0f9e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7232 | 2025.04.18 21:42:51.861411 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7233 | 2025.04.18 21:42:51.861428 [ 255 ] {d86562ba-0a1c-4687-ae3a-326172c0f9e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7234 | 2025.04.18 21:42:51.861865 [ 255 ] {d86562ba-0a1c-4687-ae3a-326172c0f9e1} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7235 | 2025.04.18 21:42:51.861903 [ 255 ] {d86562ba-0a1c-4687-ae3a-326172c0f9e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7236 | 2025.04.18 21:42:51.862246 [ 255 ] {d86562ba-0a1c-4687-ae3a-326172c0f9e1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7237 | 2025.04.18 21:42:51.862477 [ 255 ] {d86562ba-0a1c-4687-ae3a-326172c0f9e1} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7238 | 2025.04.18 21:42:51.862732 [ 255 ] {d86562ba-0a1c-4687-ae3a-326172c0f9e1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001445 sec., 692.0415224913494 rows/sec., 46.63 KiB/sec. | ||
| 7239 | 2025.04.18 21:42:51.862908 [ 255 ] {d86562ba-0a1c-4687-ae3a-326172c0f9e1} <Debug> TCPHandler: Processed in 0.001810542 sec. | ||
| 7240 | 2025.04.18 21:42:51.863103 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7241 | 2025.04.18 21:42:51.863207 [ 255 ] {779c1ed3-a645-4fe9-9e4d-06200ae00fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7242 | 2025.04.18 21:42:51.863255 [ 255 ] {779c1ed3-a645-4fe9-9e4d-06200ae00fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7243 | 2025.04.18 21:42:51.863724 [ 255 ] {779c1ed3-a645-4fe9-9e4d-06200ae00fb0} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7244 | 2025.04.18 21:42:51.863762 [ 255 ] {779c1ed3-a645-4fe9-9e4d-06200ae00fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7245 | 2025.04.18 21:42:51.864110 [ 255 ] {779c1ed3-a645-4fe9-9e4d-06200ae00fb0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7246 | 2025.04.18 21:42:51.864335 [ 255 ] {779c1ed3-a645-4fe9-9e4d-06200ae00fb0} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7247 | 2025.04.18 21:42:51.864539 [ 255 ] {779c1ed3-a645-4fe9-9e4d-06200ae00fb0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001355 sec., 60516.60516605165 rows/sec., 3.84 MiB/sec. | ||
| 7248 | 2025.04.18 21:42:51.864595 [ 255 ] {779c1ed3-a645-4fe9-9e4d-06200ae00fb0} <Debug> TCPHandler: Processed in 0.001558667 sec. | ||
| 7249 | 2025.04.18 21:42:54.733045 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7250 | 2025.04.18 21:42:54.733110 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7251 | 2025.04.18 21:42:54.895825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 7252 | 2025.04.18 21:42:54.896449 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7253 | 2025.04.18 21:42:54.896498 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7254 | 2025.04.18 21:42:54.897034 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7255 | 2025.04.18 21:42:54.897301 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7256 | 2025.04.18 21:42:54.897531 [ 62 ] {} <Debug> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7257 | 2025.04.18 21:42:54.897603 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7258 | 2025.04.18 21:42:54.897632 [ 62 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2025.04.18 21:42:54.897667 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7260 | 2025.04.18 21:42:54.897853 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7261 | 2025.04.18 21:42:54.898190 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7262 | 2025.04.18 21:42:54.898255 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 7263 | 2025.04.18 21:42:54.898336 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 7264 | 2025.04.18 21:42:54.898489 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 7265 | 2025.04.18 21:42:54.898729 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 7266 | 2025.04.18 21:42:54.898961 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 7267 | 2025.04.18 21:42:54.899185 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 7268 | 2025.04.18 21:42:54.901788 [ 196 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.004051744 sec., 4079971.488820616 rows/sec., 58.36 MiB/sec. | ||
| 7269 | 2025.04.18 21:42:54.901947 [ 188 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7270 | 2025.04.18 21:42:54.902346 [ 188 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_36_7} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7271 | 2025.04.18 21:42:54.902437 [ 188 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_36_7} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7272 | 2025.04.18 21:42:54.902562 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7273 | 2025.04.18 21:42:54.958024 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1014 | ||
| 7274 | 2025.04.18 21:42:54.961128 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7275 | 2025.04.18 21:42:54.961177 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7276 | 2025.04.18 21:42:54.962628 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7277 | 2025.04.18 21:42:54.962936 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7278 | 2025.04.18 21:42:54.963144 [ 62 ] {} <Debug> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7279 | 2025.04.18 21:42:54.963245 [ 62 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7280 | 2025.04.18 21:42:54.963311 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7281 | 2025.04.18 21:42:54.963786 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 7282 | 2025.04.18 21:42:54.965233 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1014 | ||
| 7283 | 2025.04.18 21:42:54.965608 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7284 | 2025.04.18 21:42:54.965776 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 842 rows starting from the beginning of the part | ||
| 7285 | 2025.04.18 21:42:54.966382 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part | ||
| 7286 | 2025.04.18 21:42:54.966984 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part | ||
| 7287 | 2025.04.18 21:42:54.967556 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part | ||
| 7288 | 2025.04.18 21:42:54.968160 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part | ||
| 7289 | 2025.04.18 21:42:54.968797 [ 190 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 34 rows starting from the beginning of the part | ||
| 7290 | 2025.04.18 21:42:54.976555 [ 201 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1014 rows, containing 72 columns (72 merged, 0 gathered) in 0.013092295 sec., 77450.13383826136 rows/sec., 62.54 MiB/sec. | ||
| 7291 | 2025.04.18 21:42:54.977946 [ 201 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7292 | 2025.04.18 21:42:54.978786 [ 201 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_26_5} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7293 | 2025.04.18 21:42:54.978878 [ 201 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_26_5} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7294 | 2025.04.18 21:42:54.979258 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. | ||
| 7295 | 2025.04.18 21:42:56.036930 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7296 | 2025.04.18 21:42:56.058685 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7297 | 2025.04.18 21:42:56.058743 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7298 | 2025.04.18 21:42:56.066265 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7299 | 2025.04.18 21:42:56.067046 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7300 | 2025.04.18 21:42:56.067375 [ 27 ] {} <Debug> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7301 | 2025.04.18 21:42:56.067451 [ 27 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7302 | 2025.04.18 21:42:56.067497 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7303 | 2025.04.18 21:42:56.068280 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7304 | 2025.04.18 21:42:56.083968 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7305 | 2025.04.18 21:42:56.085349 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7306 | 2025.04.18 21:42:56.086675 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part | ||
| 7307 | 2025.04.18 21:42:56.091719 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
| 7308 | 2025.04.18 21:42:56.096955 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part | ||
| 7309 | 2025.04.18 21:42:56.102249 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part | ||
| 7310 | 2025.04.18 21:42:56.107940 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part | ||
| 7311 | 2025.04.18 21:42:56.112517 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
| 7312 | 2025.04.18 21:42:56.170474 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.102798203 sec., 2645.960649720696 rows/sec., 13.68 MiB/sec. | ||
| 7313 | 2025.04.18 21:42:56.173242 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7314 | 2025.04.18 21:42:56.176007 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_36_7} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7315 | 2025.04.18 21:42:56.176102 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_36_7} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7316 | 2025.04.18 21:42:56.178364 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7317 | 2025.04.18 21:42:56.833618 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7318 | 2025.04.18 21:42:56.833806 [ 255 ] {dc4d0d79-e355-413a-a3c0-e7eaff775583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7319 | 2025.04.18 21:42:56.833878 [ 255 ] {dc4d0d79-e355-413a-a3c0-e7eaff775583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7320 | 2025.04.18 21:42:56.834751 [ 255 ] {dc4d0d79-e355-413a-a3c0-e7eaff775583} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7321 | 2025.04.18 21:42:56.834791 [ 255 ] {dc4d0d79-e355-413a-a3c0-e7eaff775583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7322 | 2025.04.18 21:42:56.835259 [ 255 ] {dc4d0d79-e355-413a-a3c0-e7eaff775583} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7323 | 2025.04.18 21:42:56.835533 [ 255 ] {dc4d0d79-e355-413a-a3c0-e7eaff775583} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7324 | 2025.04.18 21:42:56.835756 [ 255 ] {dc4d0d79-e355-413a-a3c0-e7eaff775583} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001995 sec., 68170.42606516292 rows/sec., 5.87 MiB/sec. | ||
| 7325 | 2025.04.18 21:42:56.835867 [ 255 ] {dc4d0d79-e355-413a-a3c0-e7eaff775583} <Debug> TCPHandler: Processed in 0.002381476 sec. | ||
| 7326 | 2025.04.18 21:42:56.836058 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7327 | 2025.04.18 21:42:56.836207 [ 255 ] {aee95bd8-2406-4b12-9253-86173139427e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7328 | 2025.04.18 21:42:56.836257 [ 255 ] {aee95bd8-2406-4b12-9253-86173139427e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7329 | 2025.04.18 21:42:56.836820 [ 255 ] {aee95bd8-2406-4b12-9253-86173139427e} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7330 | 2025.04.18 21:42:56.836860 [ 255 ] {aee95bd8-2406-4b12-9253-86173139427e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7331 | 2025.04.18 21:42:56.837228 [ 255 ] {aee95bd8-2406-4b12-9253-86173139427e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7332 | 2025.04.18 21:42:56.837464 [ 255 ] {aee95bd8-2406-4b12-9253-86173139427e} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7333 | 2025.04.18 21:42:56.837600 [ 27 ] {} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7334 | 2025.04.18 21:42:56.837642 [ 255 ] {aee95bd8-2406-4b12-9253-86173139427e} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001459 sec., 27416.038382453735 rows/sec., 2.01 MiB/sec. | ||
| 7335 | 2025.04.18 21:42:56.837642 [ 27 ] {} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7336 | 2025.04.18 21:42:56.837687 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7337 | 2025.04.18 21:42:56.837716 [ 255 ] {aee95bd8-2406-4b12-9253-86173139427e} <Debug> TCPHandler: Processed in 0.001757181 sec. | ||
| 7338 | 2025.04.18 21:42:56.837898 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7339 | 2025.04.18 21:42:56.837907 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 7340 | 2025.04.18 21:42:56.838066 [ 255 ] {5ba8e2c4-9578-45a7-aa07-50bf9bb783f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7341 | 2025.04.18 21:42:56.838177 [ 255 ] {5ba8e2c4-9578-45a7-aa07-50bf9bb783f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7342 | 2025.04.18 21:42:56.838216 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7343 | 2025.04.18 21:42:56.838309 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 164 rows starting from the beginning of the part | ||
| 7344 | 2025.04.18 21:42:56.838577 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part | ||
| 7345 | 2025.04.18 21:42:56.838916 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 106 rows starting from the beginning of the part | ||
| 7346 | 2025.04.18 21:42:56.839341 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 52 rows starting from the beginning of the part | ||
| 7347 | 2025.04.18 21:42:56.839677 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 106 rows starting from the beginning of the part | ||
| 7348 | 2025.04.18 21:42:56.839988 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part | ||
| 7349 | 2025.04.18 21:42:56.840863 [ 255 ] {5ba8e2c4-9578-45a7-aa07-50bf9bb783f3} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7350 | 2025.04.18 21:42:56.840932 [ 255 ] {5ba8e2c4-9578-45a7-aa07-50bf9bb783f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7351 | 2025.04.18 21:42:56.841958 [ 255 ] {5ba8e2c4-9578-45a7-aa07-50bf9bb783f3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7352 | 2025.04.18 21:42:56.842468 [ 255 ] {5ba8e2c4-9578-45a7-aa07-50bf9bb783f3} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7353 | 2025.04.18 21:42:56.842916 [ 191 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 5 columns (5 merged, 0 gathered) in 0.00512011 sec., 99216.61839296421 rows/sec., 6.73 MiB/sec. | ||
| 7354 | 2025.04.18 21:42:56.842966 [ 255 ] {5ba8e2c4-9578-45a7-aa07-50bf9bb783f3} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.004953 sec., 20997.37532808399 rows/sec., 1.64 MiB/sec. | ||
| 7355 | 2025.04.18 21:42:56.843097 [ 255 ] {5ba8e2c4-9578-45a7-aa07-50bf9bb783f3} <Debug> TCPHandler: Processed in 0.005274383 sec. | ||
| 7356 | 2025.04.18 21:42:56.843226 [ 192 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7357 | 2025.04.18 21:42:56.843259 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7358 | 2025.04.18 21:42:56.843438 [ 255 ] {8f0eead5-b7ce-41d7-a426-e6d26b6634a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7359 | 2025.04.18 21:42:56.843532 [ 255 ] {8f0eead5-b7ce-41d7-a426-e6d26b6634a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7360 | 2025.04.18 21:42:56.843794 [ 192 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_46_9} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7361 | 2025.04.18 21:42:56.844024 [ 192 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_46_9} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7362 | 2025.04.18 21:42:56.844134 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 7363 | 2025.04.18 21:42:56.844433 [ 255 ] {8f0eead5-b7ce-41d7-a426-e6d26b6634a7} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7364 | 2025.04.18 21:42:56.844476 [ 255 ] {8f0eead5-b7ce-41d7-a426-e6d26b6634a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7365 | 2025.04.18 21:42:56.844866 [ 255 ] {8f0eead5-b7ce-41d7-a426-e6d26b6634a7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7366 | 2025.04.18 21:42:56.845106 [ 255 ] {8f0eead5-b7ce-41d7-a426-e6d26b6634a7} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7367 | 2025.04.18 21:42:56.845278 [ 255 ] {8f0eead5-b7ce-41d7-a426-e6d26b6634a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0019 sec., 84210.52631578948 rows/sec., 5.87 MiB/sec. | ||
| 7368 | 2025.04.18 21:42:56.845331 [ 255 ] {8f0eead5-b7ce-41d7-a426-e6d26b6634a7} <Debug> TCPHandler: Processed in 0.00214748 sec. | ||
| 7369 | 2025.04.18 21:42:56.845454 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7370 | 2025.04.18 21:42:56.845558 [ 255 ] {c180337a-f6e8-45bb-96ef-5372fe7e4aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7371 | 2025.04.18 21:42:56.845623 [ 255 ] {c180337a-f6e8-45bb-96ef-5372fe7e4aaf} <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 | ||
| 7372 | 2025.04.18 21:42:56.846782 [ 255 ] {c180337a-f6e8-45bb-96ef-5372fe7e4aaf} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7373 | 2025.04.18 21:42:56.846819 [ 255 ] {c180337a-f6e8-45bb-96ef-5372fe7e4aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7374 | 2025.04.18 21:42:56.847492 [ 255 ] {c180337a-f6e8-45bb-96ef-5372fe7e4aaf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7375 | 2025.04.18 21:42:56.847744 [ 255 ] {c180337a-f6e8-45bb-96ef-5372fe7e4aaf} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7376 | 2025.04.18 21:42:56.847941 [ 255 ] {c180337a-f6e8-45bb-96ef-5372fe7e4aaf} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002402 sec., 16652.78934221482 rows/sec., 29.84 MiB/sec. | ||
| 7377 | 2025.04.18 21:42:56.848210 [ 255 ] {c180337a-f6e8-45bb-96ef-5372fe7e4aaf} <Debug> TCPHandler: Processed in 0.002804815 sec. | ||
| 7378 | 2025.04.18 21:42:56.848336 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7379 | 2025.04.18 21:42:56.848441 [ 255 ] {30f3226f-8346-4054-a7f7-d732f4bfd0af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7380 | 2025.04.18 21:42:56.848486 [ 255 ] {30f3226f-8346-4054-a7f7-d732f4bfd0af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7381 | 2025.04.18 21:42:56.848932 [ 255 ] {30f3226f-8346-4054-a7f7-d732f4bfd0af} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7382 | 2025.04.18 21:42:56.848973 [ 255 ] {30f3226f-8346-4054-a7f7-d732f4bfd0af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7383 | 2025.04.18 21:42:56.849328 [ 255 ] {30f3226f-8346-4054-a7f7-d732f4bfd0af} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7384 | 2025.04.18 21:42:56.849562 [ 255 ] {30f3226f-8346-4054-a7f7-d732f4bfd0af} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7385 | 2025.04.18 21:42:56.849781 [ 255 ] {30f3226f-8346-4054-a7f7-d732f4bfd0af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. | ||
| 7386 | 2025.04.18 21:42:56.849872 [ 255 ] {30f3226f-8346-4054-a7f7-d732f4bfd0af} <Debug> TCPHandler: Processed in 0.001581666 sec. | ||
| 7387 | 2025.04.18 21:42:57.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.07 MiB, peak 217.49 MiB, free memory in arenas 0.00 B, will set to 207.16 MiB (RSS), difference: 1.09 MiB | ||
| 7388 | 2025.04.18 21:42:58.262759 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7389 | 2025.04.18 21:42:58.262975 [ 255 ] {42e0eed2-eace-47a0-9f05-6a70fcb3dbd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7390 | 2025.04.18 21:42:58.263056 [ 255 ] {42e0eed2-eace-47a0-9f05-6a70fcb3dbd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7391 | 2025.04.18 21:42:58.263911 [ 255 ] {42e0eed2-eace-47a0-9f05-6a70fcb3dbd7} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7392 | 2025.04.18 21:42:58.263962 [ 255 ] {42e0eed2-eace-47a0-9f05-6a70fcb3dbd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7393 | 2025.04.18 21:42:58.264393 [ 255 ] {42e0eed2-eace-47a0-9f05-6a70fcb3dbd7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7394 | 2025.04.18 21:42:58.264641 [ 255 ] {42e0eed2-eace-47a0-9f05-6a70fcb3dbd7} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7395 | 2025.04.18 21:42:58.264856 [ 255 ] {42e0eed2-eace-47a0-9f05-6a70fcb3dbd7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001944 sec., 109053.49794238684 rows/sec., 6.94 MiB/sec. | ||
| 7396 | 2025.04.18 21:42:58.264909 [ 255 ] {42e0eed2-eace-47a0-9f05-6a70fcb3dbd7} <Debug> TCPHandler: Processed in 0.002300053 sec. | ||
| 7397 | 2025.04.18 21:42:58.265030 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7398 | 2025.04.18 21:42:58.265132 [ 255 ] {e4a5e783-0f6d-4de3-b7e8-e8962d2e1af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7399 | 2025.04.18 21:42:58.265176 [ 255 ] {e4a5e783-0f6d-4de3-b7e8-e8962d2e1af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7400 | 2025.04.18 21:42:58.265677 [ 255 ] {e4a5e783-0f6d-4de3-b7e8-e8962d2e1af1} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7401 | 2025.04.18 21:42:58.265715 [ 255 ] {e4a5e783-0f6d-4de3-b7e8-e8962d2e1af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7402 | 2025.04.18 21:42:58.266058 [ 255 ] {e4a5e783-0f6d-4de3-b7e8-e8962d2e1af1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7403 | 2025.04.18 21:42:58.266288 [ 255 ] {e4a5e783-0f6d-4de3-b7e8-e8962d2e1af1} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7404 | 2025.04.18 21:42:58.266524 [ 255 ] {e4a5e783-0f6d-4de3-b7e8-e8962d2e1af1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001402 sec., 2853.0670470756063 rows/sec., 232.65 KiB/sec. | ||
| 7405 | 2025.04.18 21:42:58.266663 [ 255 ] {e4a5e783-0f6d-4de3-b7e8-e8962d2e1af1} <Debug> TCPHandler: Processed in 0.001679859 sec. | ||
| 7406 | 2025.04.18 21:42:58.266844 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7407 | 2025.04.18 21:42:58.266945 [ 255 ] {39c405c8-4b15-4f72-ad59-a7035e64a9e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7408 | 2025.04.18 21:42:58.266988 [ 255 ] {39c405c8-4b15-4f72-ad59-a7035e64a9e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7409 | 2025.04.18 21:42:58.268380 [ 255 ] {39c405c8-4b15-4f72-ad59-a7035e64a9e0} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7410 | 2025.04.18 21:42:58.268418 [ 255 ] {39c405c8-4b15-4f72-ad59-a7035e64a9e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7411 | 2025.04.18 21:42:58.268864 [ 255 ] {39c405c8-4b15-4f72-ad59-a7035e64a9e0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7412 | 2025.04.18 21:42:58.269096 [ 255 ] {39c405c8-4b15-4f72-ad59-a7035e64a9e0} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7413 | 2025.04.18 21:42:58.269312 [ 255 ] {39c405c8-4b15-4f72-ad59-a7035e64a9e0} <Debug> executeQuery: Read 1759 rows, 145.61 KiB in 0.002382 sec., 738455.0797649034 rows/sec., 59.70 MiB/sec. | ||
| 7414 | 2025.04.18 21:42:58.269396 [ 255 ] {39c405c8-4b15-4f72-ad59-a7035e64a9e0} <Debug> TCPHandler: Processed in 0.00260811 sec. | ||
| 7415 | 2025.04.18 21:42:58.269615 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7416 | 2025.04.18 21:42:58.269782 [ 255 ] {cb270e29-f9b6-4fa7-a6e3-3b6172e01b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7417 | 2025.04.18 21:42:58.269827 [ 255 ] {cb270e29-f9b6-4fa7-a6e3-3b6172e01b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7418 | 2025.04.18 21:42:58.270393 [ 255 ] {cb270e29-f9b6-4fa7-a6e3-3b6172e01b44} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7419 | 2025.04.18 21:42:58.270431 [ 255 ] {cb270e29-f9b6-4fa7-a6e3-3b6172e01b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7420 | 2025.04.18 21:42:58.270764 [ 255 ] {cb270e29-f9b6-4fa7-a6e3-3b6172e01b44} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7421 | 2025.04.18 21:42:58.270986 [ 255 ] {cb270e29-f9b6-4fa7-a6e3-3b6172e01b44} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7422 | 2025.04.18 21:42:58.271179 [ 255 ] {cb270e29-f9b6-4fa7-a6e3-3b6172e01b44} <Debug> executeQuery: Read 110 rows, 6.67 KiB in 0.001428 sec., 77030.81232492997 rows/sec., 4.56 MiB/sec. | ||
| 7423 | 2025.04.18 21:42:58.271228 [ 255 ] {cb270e29-f9b6-4fa7-a6e3-3b6172e01b44} <Debug> TCPHandler: Processed in 0.00170757 sec. | ||
| 7424 | 2025.04.18 21:42:58.271343 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7425 | 2025.04.18 21:42:58.271444 [ 255 ] {dc56d1f9-8666-497a-b92f-8bc09059db60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7426 | 2025.04.18 21:42:58.271488 [ 255 ] {dc56d1f9-8666-497a-b92f-8bc09059db60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7427 | 2025.04.18 21:42:58.272118 [ 255 ] {dc56d1f9-8666-497a-b92f-8bc09059db60} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7428 | 2025.04.18 21:42:58.272156 [ 255 ] {dc56d1f9-8666-497a-b92f-8bc09059db60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7429 | 2025.04.18 21:42:58.272504 [ 255 ] {dc56d1f9-8666-497a-b92f-8bc09059db60} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7430 | 2025.04.18 21:42:58.272735 [ 255 ] {dc56d1f9-8666-497a-b92f-8bc09059db60} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7431 | 2025.04.18 21:42:58.272965 [ 255 ] {dc56d1f9-8666-497a-b92f-8bc09059db60} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001529 sec., 223021.58273381295 rows/sec., 14.88 MiB/sec. | ||
| 7432 | 2025.04.18 21:42:58.273155 [ 255 ] {dc56d1f9-8666-497a-b92f-8bc09059db60} <Debug> TCPHandler: Processed in 0.001855863 sec. | ||
| 7433 | 2025.04.18 21:42:58.273331 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7434 | 2025.04.18 21:42:58.273432 [ 255 ] {6f76d69f-6c3d-4b22-847b-772a7f6b8e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7435 | 2025.04.18 21:42:58.273477 [ 255 ] {6f76d69f-6c3d-4b22-847b-772a7f6b8e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7436 | 2025.04.18 21:42:58.274035 [ 255 ] {6f76d69f-6c3d-4b22-847b-772a7f6b8e6c} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7437 | 2025.04.18 21:42:58.274072 [ 255 ] {6f76d69f-6c3d-4b22-847b-772a7f6b8e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7438 | 2025.04.18 21:42:58.274405 [ 255 ] {6f76d69f-6c3d-4b22-847b-772a7f6b8e6c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7439 | 2025.04.18 21:42:58.274638 [ 255 ] {6f76d69f-6c3d-4b22-847b-772a7f6b8e6c} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7440 | 2025.04.18 21:42:58.274852 [ 255 ] {6f76d69f-6c3d-4b22-847b-772a7f6b8e6c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001432 sec., 78212.2905027933 rows/sec., 4.46 MiB/sec. | ||
| 7441 | 2025.04.18 21:42:58.274924 [ 255 ] {6f76d69f-6c3d-4b22-847b-772a7f6b8e6c} <Debug> TCPHandler: Processed in 0.001650108 sec. | ||
| 7442 | 2025.04.18 21:42:58.275144 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7443 | 2025.04.18 21:42:58.275248 [ 255 ] {6e3ae2dc-fffe-486c-9a86-a6c0e025fde2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7444 | 2025.04.18 21:42:58.275292 [ 255 ] {6e3ae2dc-fffe-486c-9a86-a6c0e025fde2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7445 | 2025.04.18 21:42:58.276117 [ 255 ] {6e3ae2dc-fffe-486c-9a86-a6c0e025fde2} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7446 | 2025.04.18 21:42:58.276155 [ 255 ] {6e3ae2dc-fffe-486c-9a86-a6c0e025fde2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7447 | 2025.04.18 21:42:58.276532 [ 255 ] {6e3ae2dc-fffe-486c-9a86-a6c0e025fde2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7448 | 2025.04.18 21:42:58.276765 [ 255 ] {6e3ae2dc-fffe-486c-9a86-a6c0e025fde2} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7449 | 2025.04.18 21:42:58.276974 [ 255 ] {6e3ae2dc-fffe-486c-9a86-a6c0e025fde2} <Debug> executeQuery: Read 842 rows, 62.20 KiB in 0.001743 sec., 483075.157773953 rows/sec., 34.85 MiB/sec. | ||
| 7450 | 2025.04.18 21:42:58.277036 [ 255 ] {6e3ae2dc-fffe-486c-9a86-a6c0e025fde2} <Debug> TCPHandler: Processed in 0.001971096 sec. | ||
| 7451 | 2025.04.18 21:42:58.277289 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7452 | 2025.04.18 21:42:58.277403 [ 255 ] {c64e8695-016c-498d-9d1d-6ac85662fc64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7453 | 2025.04.18 21:42:58.277449 [ 255 ] {c64e8695-016c-498d-9d1d-6ac85662fc64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7454 | 2025.04.18 21:42:58.277871 [ 255 ] {c64e8695-016c-498d-9d1d-6ac85662fc64} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7455 | 2025.04.18 21:42:58.277909 [ 255 ] {c64e8695-016c-498d-9d1d-6ac85662fc64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7456 | 2025.04.18 21:42:58.278269 [ 255 ] {c64e8695-016c-498d-9d1d-6ac85662fc64} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7457 | 2025.04.18 21:42:58.278503 [ 255 ] {c64e8695-016c-498d-9d1d-6ac85662fc64} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7458 | 2025.04.18 21:42:58.278743 [ 255 ] {c64e8695-016c-498d-9d1d-6ac85662fc64} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001349 sec., 4447.739065974796 rows/sec., 232.38 KiB/sec. | ||
| 7459 | 2025.04.18 21:42:58.278919 [ 255 ] {c64e8695-016c-498d-9d1d-6ac85662fc64} <Debug> TCPHandler: Processed in 0.0017226 sec. | ||
| 7460 | 2025.04.18 21:42:58.279091 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7461 | 2025.04.18 21:42:58.279194 [ 255 ] {d02746e3-0140-4784-96ad-5287829b30f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7462 | 2025.04.18 21:42:58.279243 [ 255 ] {d02746e3-0140-4784-96ad-5287829b30f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7463 | 2025.04.18 21:42:58.279955 [ 255 ] {d02746e3-0140-4784-96ad-5287829b30f1} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7464 | 2025.04.18 21:42:58.279993 [ 255 ] {d02746e3-0140-4784-96ad-5287829b30f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7465 | 2025.04.18 21:42:58.280402 [ 255 ] {d02746e3-0140-4784-96ad-5287829b30f1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7466 | 2025.04.18 21:42:58.280637 [ 255 ] {d02746e3-0140-4784-96ad-5287829b30f1} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7467 | 2025.04.18 21:42:58.280868 [ 255 ] {d02746e3-0140-4784-96ad-5287829b30f1} <Debug> executeQuery: Read 959 rows, 65.26 KiB in 0.001691 sec., 567120.0473092844 rows/sec., 37.69 MiB/sec. | ||
| 7468 | 2025.04.18 21:42:58.280955 [ 255 ] {d02746e3-0140-4784-96ad-5287829b30f1} <Debug> TCPHandler: Processed in 0.001915614 sec. | ||
| 7469 | 2025.04.18 21:42:58.281278 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7470 | 2025.04.18 21:42:58.281442 [ 255 ] {24f2a265-4832-4f16-82d1-9a21c49c68cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7471 | 2025.04.18 21:42:58.281511 [ 255 ] {24f2a265-4832-4f16-82d1-9a21c49c68cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7472 | 2025.04.18 21:42:58.282096 [ 255 ] {24f2a265-4832-4f16-82d1-9a21c49c68cf} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7473 | 2025.04.18 21:42:58.282147 [ 255 ] {24f2a265-4832-4f16-82d1-9a21c49c68cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7474 | 2025.04.18 21:42:58.282661 [ 255 ] {24f2a265-4832-4f16-82d1-9a21c49c68cf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7475 | 2025.04.18 21:42:58.283031 [ 255 ] {24f2a265-4832-4f16-82d1-9a21c49c68cf} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7476 | 2025.04.18 21:42:58.283321 [ 255 ] {24f2a265-4832-4f16-82d1-9a21c49c68cf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001898 sec., 526.8703898840886 rows/sec., 35.50 KiB/sec. | ||
| 7477 | 2025.04.18 21:42:58.283550 [ 255 ] {24f2a265-4832-4f16-82d1-9a21c49c68cf} <Debug> TCPHandler: Processed in 0.002377406 sec. | ||
| 7478 | 2025.04.18 21:42:58.283745 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7479 | 2025.04.18 21:42:58.283884 [ 255 ] {807cba65-4d5b-45ef-9a3a-358bc81ad418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7480 | 2025.04.18 21:42:58.283976 [ 255 ] {807cba65-4d5b-45ef-9a3a-358bc81ad418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7481 | 2025.04.18 21:42:58.284490 [ 255 ] {807cba65-4d5b-45ef-9a3a-358bc81ad418} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7482 | 2025.04.18 21:42:58.284528 [ 255 ] {807cba65-4d5b-45ef-9a3a-358bc81ad418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 7483 | 2025.04.18 21:42:58.284893 [ 255 ] {807cba65-4d5b-45ef-9a3a-358bc81ad418} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7484 | 2025.04.18 21:42:58.285124 [ 255 ] {807cba65-4d5b-45ef-9a3a-358bc81ad418} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7485 | 2025.04.18 21:42:58.285331 [ 255 ] {807cba65-4d5b-45ef-9a3a-358bc81ad418} <Debug> executeQuery: Read 36 rows, 2.15 KiB in 0.001481 sec., 24307.900067521947 rows/sec., 1.42 MiB/sec. | ||
| 7486 | 2025.04.18 21:42:58.285380 [ 255 ] {807cba65-4d5b-45ef-9a3a-358bc81ad418} <Debug> TCPHandler: Processed in 0.00170644 sec. | ||
| 7487 | 2025.04.18 21:43:01.828841 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7488 | 2025.04.18 21:43:01.829150 [ 255 ] {631a5043-a41a-49d9-86ae-b0cf7ef3c231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7489 | 2025.04.18 21:43:01.829262 [ 255 ] {631a5043-a41a-49d9-86ae-b0cf7ef3c231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7490 | 2025.04.18 21:43:01.830103 [ 255 ] {631a5043-a41a-49d9-86ae-b0cf7ef3c231} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7491 | 2025.04.18 21:43:01.830157 [ 255 ] {631a5043-a41a-49d9-86ae-b0cf7ef3c231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7492 | 2025.04.18 21:43:01.830598 [ 255 ] {631a5043-a41a-49d9-86ae-b0cf7ef3c231} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7493 | 2025.04.18 21:43:01.830860 [ 255 ] {631a5043-a41a-49d9-86ae-b0cf7ef3c231} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7494 | 2025.04.18 21:43:01.831090 [ 255 ] {631a5043-a41a-49d9-86ae-b0cf7ef3c231} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002018 sec., 27750.247770069378 rows/sec., 2.12 MiB/sec. | ||
| 7495 | 2025.04.18 21:43:01.831154 [ 255 ] {631a5043-a41a-49d9-86ae-b0cf7ef3c231} <Debug> TCPHandler: Processed in 0.002496188 sec. | ||
| 7496 | 2025.04.18 21:43:01.831290 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7497 | 2025.04.18 21:43:01.831403 [ 255 ] {921f48e3-0fac-4176-bf29-24740e00c4fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7498 | 2025.04.18 21:43:01.831452 [ 255 ] {921f48e3-0fac-4176-bf29-24740e00c4fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7499 | 2025.04.18 21:43:01.832016 [ 255 ] {921f48e3-0fac-4176-bf29-24740e00c4fb} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7500 | 2025.04.18 21:43:01.832057 [ 255 ] {921f48e3-0fac-4176-bf29-24740e00c4fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7501 | 2025.04.18 21:43:01.832425 [ 255 ] {921f48e3-0fac-4176-bf29-24740e00c4fb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7502 | 2025.04.18 21:43:01.832685 [ 255 ] {921f48e3-0fac-4176-bf29-24740e00c4fb} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7503 | 2025.04.18 21:43:01.832913 [ 255 ] {921f48e3-0fac-4176-bf29-24740e00c4fb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00153 sec., 41830.06535947713 rows/sec., 3.26 MiB/sec. | ||
| 7504 | 2025.04.18 21:43:01.833017 [ 255 ] {921f48e3-0fac-4176-bf29-24740e00c4fb} <Debug> TCPHandler: Processed in 0.001779592 sec. | ||
| 7505 | 2025.04.18 21:43:01.833205 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7506 | 2025.04.18 21:43:01.833360 [ 255 ] {6ae9dba4-8910-4ef1-822c-710ed61202ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7507 | 2025.04.18 21:43:01.833412 [ 255 ] {6ae9dba4-8910-4ef1-822c-710ed61202ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7508 | 2025.04.18 21:43:01.833916 [ 255 ] {6ae9dba4-8910-4ef1-822c-710ed61202ce} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7509 | 2025.04.18 21:43:01.833956 [ 255 ] {6ae9dba4-8910-4ef1-822c-710ed61202ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7510 | 2025.04.18 21:43:01.834351 [ 255 ] {6ae9dba4-8910-4ef1-822c-710ed61202ce} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7511 | 2025.04.18 21:43:01.834597 [ 255 ] {6ae9dba4-8910-4ef1-822c-710ed61202ce} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7512 | 2025.04.18 21:43:01.834812 [ 255 ] {6ae9dba4-8910-4ef1-822c-710ed61202ce} <Debug> executeQuery: Read 126 rows, 8.98 KiB in 0.001474 sec., 85481.68249660787 rows/sec., 5.95 MiB/sec. | ||
| 7513 | 2025.04.18 21:43:01.834863 [ 255 ] {6ae9dba4-8910-4ef1-822c-710ed61202ce} <Debug> TCPHandler: Processed in 0.00175861 sec. | ||
| 7514 | 2025.04.18 21:43:01.834984 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7515 | 2025.04.18 21:43:01.835089 [ 255 ] {7384ea31-a0cb-4464-86d1-a7b0f1c59435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7516 | 2025.04.18 21:43:01.835134 [ 255 ] {7384ea31-a0cb-4464-86d1-a7b0f1c59435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7517 | 2025.04.18 21:43:01.835559 [ 255 ] {7384ea31-a0cb-4464-86d1-a7b0f1c59435} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7518 | 2025.04.18 21:43:01.835597 [ 255 ] {7384ea31-a0cb-4464-86d1-a7b0f1c59435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7519 | 2025.04.18 21:43:01.835957 [ 255 ] {7384ea31-a0cb-4464-86d1-a7b0f1c59435} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7520 | 2025.04.18 21:43:01.836202 [ 255 ] {7384ea31-a0cb-4464-86d1-a7b0f1c59435} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7521 | 2025.04.18 21:43:01.836400 [ 255 ] {7384ea31-a0cb-4464-86d1-a7b0f1c59435} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.001333 sec., 34508.627156789196 rows/sec., 2.33 MiB/sec. | ||
| 7522 | 2025.04.18 21:43:01.836448 [ 255 ] {7384ea31-a0cb-4464-86d1-a7b0f1c59435} <Debug> TCPHandler: Processed in 0.001517045 sec. | ||
| 7523 | 2025.04.18 21:43:02.397731 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 7524 | 2025.04.18 21:43:02.398405 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7525 | 2025.04.18 21:43:02.398461 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7526 | 2025.04.18 21:43:02.398997 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7527 | 2025.04.18 21:43:02.399261 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7528 | 2025.04.18 21:43:02.399529 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7529 | 2025.04.18 21:43:03.584057 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7530 | 2025.04.18 21:43:03.603947 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7531 | 2025.04.18 21:43:03.604002 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7532 | 2025.04.18 21:43:03.610844 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7533 | 2025.04.18 21:43:03.611597 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7534 | 2025.04.18 21:43:03.614075 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7535 | 2025.04.18 21:43:04.965445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1056 | ||
| 7536 | 2025.04.18 21:43:04.968825 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7537 | 2025.04.18 21:43:04.968878 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7538 | 2025.04.18 21:43:04.970317 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7539 | 2025.04.18 21:43:04.970650 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7540 | 2025.04.18 21:43:04.971206 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1056 | ||
| 7541 | 2025.04.18 21:43:06.833220 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7542 | 2025.04.18 21:43:06.833442 [ 255 ] {d1c40e6d-f297-4f2b-bb87-3f9a177c5677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7543 | 2025.04.18 21:43:06.833529 [ 255 ] {d1c40e6d-f297-4f2b-bb87-3f9a177c5677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7544 | 2025.04.18 21:43:06.834425 [ 255 ] {d1c40e6d-f297-4f2b-bb87-3f9a177c5677} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7545 | 2025.04.18 21:43:06.834483 [ 255 ] {d1c40e6d-f297-4f2b-bb87-3f9a177c5677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7546 | 2025.04.18 21:43:06.834954 [ 255 ] {d1c40e6d-f297-4f2b-bb87-3f9a177c5677} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7547 | 2025.04.18 21:43:06.835234 [ 255 ] {d1c40e6d-f297-4f2b-bb87-3f9a177c5677} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7548 | 2025.04.18 21:43:06.835455 [ 77 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7549 | 2025.04.18 21:43:06.835503 [ 255 ] {d1c40e6d-f297-4f2b-bb87-3f9a177c5677} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002115 sec., 64302.60047281323 rows/sec., 5.54 MiB/sec. | ||
| 7550 | 2025.04.18 21:43:06.835539 [ 77 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7551 | 2025.04.18 21:43:06.835616 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7552 | 2025.04.18 21:43:06.835661 [ 255 ] {d1c40e6d-f297-4f2b-bb87-3f9a177c5677} <Debug> TCPHandler: Processed in 0.002588541 sec. | ||
| 7553 | 2025.04.18 21:43:06.835893 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7554 | 2025.04.18 21:43:06.835896 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7555 | 2025.04.18 21:43:06.836089 [ 255 ] {c3814a84-7f85-4a40-b6b3-c6c24b13687d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7556 | 2025.04.18 21:43:06.836203 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7557 | 2025.04.18 21:43:06.836216 [ 255 ] {c3814a84-7f85-4a40-b6b3-c6c24b13687d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7558 | 2025.04.18 21:43:06.836290 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1846 rows starting from the beginning of the part | ||
| 7559 | 2025.04.18 21:43:06.836623 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 617 rows starting from the beginning of the part | ||
| 7560 | 2025.04.18 21:43:06.836979 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 136 rows starting from the beginning of the part | ||
| 7561 | 2025.04.18 21:43:06.837378 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1759 rows starting from the beginning of the part | ||
| 7562 | 2025.04.18 21:43:06.837791 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 7563 | 2025.04.18 21:43:06.838011 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 136 rows starting from the beginning of the part | ||
| 7564 | 2025.04.18 21:43:06.839051 [ 255 ] {c3814a84-7f85-4a40-b6b3-c6c24b13687d} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7565 | 2025.04.18 21:43:06.839117 [ 255 ] {c3814a84-7f85-4a40-b6b3-c6c24b13687d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7566 | 2025.04.18 21:43:06.840261 [ 255 ] {c3814a84-7f85-4a40-b6b3-c6c24b13687d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7567 | 2025.04.18 21:43:06.840865 [ 255 ] {c3814a84-7f85-4a40-b6b3-c6c24b13687d} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7568 | 2025.04.18 21:43:06.841178 [ 255 ] {c3814a84-7f85-4a40-b6b3-c6c24b13687d} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.005151 sec., 7765.482430596 rows/sec., 583.93 KiB/sec. | ||
| 7569 | 2025.04.18 21:43:06.841238 [ 255 ] {c3814a84-7f85-4a40-b6b3-c6c24b13687d} <Debug> TCPHandler: Processed in 0.005428796 sec. | ||
| 7570 | 2025.04.18 21:43:06.841367 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7571 | 2025.04.18 21:43:06.841496 [ 255 ] {904e3faf-2801-4749-92bd-65561660ea3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7572 | 2025.04.18 21:43:06.841550 [ 255 ] {904e3faf-2801-4749-92bd-65561660ea3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7573 | 2025.04.18 21:43:06.842101 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.006351878 sec., 716323.58178164 rows/sec., 60.71 MiB/sec. | ||
| 7574 | 2025.04.18 21:43:06.842380 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7575 | 2025.04.18 21:43:06.842999 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_61_12} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7576 | 2025.04.18 21:43:06.843012 [ 255 ] {904e3faf-2801-4749-92bd-65561660ea3b} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7577 | 2025.04.18 21:43:06.843095 [ 255 ] {904e3faf-2801-4749-92bd-65561660ea3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7578 | 2025.04.18 21:43:06.843148 [ 193 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_61_12} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7579 | 2025.04.18 21:43:06.843310 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 7580 | 2025.04.18 21:43:06.843633 [ 255 ] {904e3faf-2801-4749-92bd-65561660ea3b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7581 | 2025.04.18 21:43:06.843895 [ 255 ] {904e3faf-2801-4749-92bd-65561660ea3b} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7582 | 2025.04.18 21:43:06.844080 [ 77 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7583 | 2025.04.18 21:43:06.844144 [ 255 ] {904e3faf-2801-4749-92bd-65561660ea3b} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002664 sec., 39039.03903903904 rows/sec., 3.05 MiB/sec. | ||
| 7584 | 2025.04.18 21:43:06.844152 [ 77 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7585 | 2025.04.18 21:43:06.844244 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7586 | 2025.04.18 21:43:06.844296 [ 255 ] {904e3faf-2801-4749-92bd-65561660ea3b} <Debug> TCPHandler: Processed in 0.002983819 sec. | ||
| 7587 | 2025.04.18 21:43:06.844526 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7588 | 2025.04.18 21:43:06.844541 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7589 | 2025.04.18 21:43:06.844832 [ 255 ] {fd1df5bf-1862-43cf-bb02-164c73bb735a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7590 | 2025.04.18 21:43:06.844837 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7591 | 2025.04.18 21:43:06.844936 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part | ||
| 7592 | 2025.04.18 21:43:06.844948 [ 255 ] {fd1df5bf-1862-43cf-bb02-164c73bb735a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7593 | 2025.04.18 21:43:06.845251 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 382 rows starting from the beginning of the part | ||
| 7594 | 2025.04.18 21:43:06.845706 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 104 rows starting from the beginning of the part | ||
| 7595 | 2025.04.18 21:43:06.846073 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 842 rows starting from the beginning of the part | ||
| 7596 | 2025.04.18 21:43:06.846407 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 7597 | 2025.04.18 21:43:06.846696 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 104 rows starting from the beginning of the part | ||
| 7598 | 2025.04.18 21:43:06.847728 [ 255 ] {fd1df5bf-1862-43cf-bb02-164c73bb735a} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7599 | 2025.04.18 21:43:06.847793 [ 255 ] {fd1df5bf-1862-43cf-bb02-164c73bb735a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7600 | 2025.04.18 21:43:06.848914 [ 255 ] {fd1df5bf-1862-43cf-bb02-164c73bb735a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7601 | 2025.04.18 21:43:06.849271 [ 255 ] {fd1df5bf-1862-43cf-bb02-164c73bb735a} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7602 | 2025.04.18 21:43:06.849493 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7603 | 2025.04.18 21:43:06.849629 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7604 | 2025.04.18 21:43:06.849728 [ 255 ] {fd1df5bf-1862-43cf-bb02-164c73bb735a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004974 sec., 32167.269802975472 rows/sec., 2.24 MiB/sec. | ||
| 7605 | 2025.04.18 21:43:06.849747 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7606 | 2025.04.18 21:43:06.850248 [ 255 ] {fd1df5bf-1862-43cf-bb02-164c73bb735a} <Debug> TCPHandler: Processed in 0.005783785 sec. | ||
| 7607 | 2025.04.18 21:43:06.850482 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7608 | 2025.04.18 21:43:06.850642 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7609 | 2025.04.18 21:43:06.850677 [ 200 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.006311267 sec., 381856.7650520886 rows/sec., 29.24 MiB/sec. | ||
| 7610 | 2025.04.18 21:43:06.850798 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7611 | 2025.04.18 21:43:06.850908 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16903 rows starting from the beginning of the part | ||
| 7612 | 2025.04.18 21:43:06.850956 [ 255 ] {661d3229-f45f-49d6-9317-6777f82153ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7613 | 2025.04.18 21:43:06.851058 [ 200 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7614 | 2025.04.18 21:43:06.851384 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part | ||
| 7615 | 2025.04.18 21:43:06.851540 [ 255 ] {661d3229-f45f-49d6-9317-6777f82153ad} <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 | ||
| 7616 | 2025.04.18 21:43:06.852013 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 7617 | 2025.04.18 21:43:06.852509 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 959 rows starting from the beginning of the part | ||
| 7618 | 2025.04.18 21:43:06.852602 [ 200 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_61_12} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7619 | 2025.04.18 21:43:06.853128 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 126 rows starting from the beginning of the part | ||
| 7620 | 2025.04.18 21:43:06.853225 [ 200 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_61_12} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7621 | 2025.04.18 21:43:06.853775 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7622 | 2025.04.18 21:43:06.854055 [ 187 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
| 7623 | 2025.04.18 21:43:06.856873 [ 255 ] {661d3229-f45f-49d6-9317-6777f82153ad} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7624 | 2025.04.18 21:43:06.856943 [ 255 ] {661d3229-f45f-49d6-9317-6777f82153ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7625 | 2025.04.18 21:43:06.858686 [ 255 ] {661d3229-f45f-49d6-9317-6777f82153ad} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7626 | 2025.04.18 21:43:06.859340 [ 255 ] {661d3229-f45f-49d6-9317-6777f82153ad} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7627 | 2025.04.18 21:43:06.859674 [ 77 ] {} <Debug> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7628 | 2025.04.18 21:43:06.859766 [ 77 ] {} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7629 | 2025.04.18 21:43:06.859795 [ 255 ] {661d3229-f45f-49d6-9317-6777f82153ad} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008937 sec., 4475.774868524113 rows/sec., 8.02 MiB/sec. | ||
| 7630 | 2025.04.18 21:43:06.859830 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7631 | 2025.04.18 21:43:06.860260 [ 195 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 7632 | 2025.04.18 21:43:06.860281 [ 255 ] {661d3229-f45f-49d6-9317-6777f82153ad} <Debug> TCPHandler: Processed in 0.009749136 sec. | ||
| 7633 | 2025.04.18 21:43:06.860437 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7634 | 2025.04.18 21:43:06.860607 [ 255 ] {9116c46d-20f0-45a4-a6c2-827251c4b939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7635 | 2025.04.18 21:43:06.860741 [ 195 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7636 | 2025.04.18 21:43:06.860754 [ 255 ] {9116c46d-20f0-45a4-a6c2-827251c4b939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7637 | 2025.04.18 21:43:06.860873 [ 195 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 732 rows starting from the beginning of the part | ||
| 7638 | 2025.04.18 21:43:06.861899 [ 195 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part | ||
| 7639 | 2025.04.18 21:43:06.862689 [ 195 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part | ||
| 7640 | 2025.04.18 21:43:06.863633 [ 255 ] {9116c46d-20f0-45a4-a6c2-827251c4b939} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7641 | 2025.04.18 21:43:06.863793 [ 255 ] {9116c46d-20f0-45a4-a6c2-827251c4b939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7642 | 2025.04.18 21:43:06.864143 [ 195 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part | ||
| 7643 | 2025.04.18 21:43:06.864313 [ 200 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18545 rows, containing 5 columns (5 merged, 0 gathered) in 0.014279722 sec., 1298694.7505000448 rows/sec., 87.78 MiB/sec. | ||
| 7644 | 2025.04.18 21:43:06.864902 [ 200 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7645 | 2025.04.18 21:43:06.865388 [ 195 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part | ||
| 7646 | 2025.04.18 21:43:06.865683 [ 255 ] {9116c46d-20f0-45a4-a6c2-827251c4b939} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7647 | 2025.04.18 21:43:06.866358 [ 195 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part | ||
| 7648 | 2025.04.18 21:43:06.866326 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7649 | 2025.04.18 21:43:06.866715 [ 255 ] {9116c46d-20f0-45a4-a6c2-827251c4b939} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7650 | 2025.04.18 21:43:06.866840 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7651 | 2025.04.18 21:43:06.867359 [ 77 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7652 | 2025.04.18 21:43:06.867504 [ 77 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7653 | 2025.04.18 21:43:06.867595 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7654 | 2025.04.18 21:43:06.867774 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.18 MiB. | ||
| 7655 | 2025.04.18 21:43:06.867850 [ 255 ] {9116c46d-20f0-45a4-a6c2-827251c4b939} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007252 sec., 8273.579702151132 rows/sec., 570.96 KiB/sec. | ||
| 7656 | 2025.04.18 21:43:06.868325 [ 255 ] {9116c46d-20f0-45a4-a6c2-827251c4b939} <Debug> TCPHandler: Processed in 0.007941275 sec. | ||
| 7657 | 2025.04.18 21:43:06.869344 [ 196 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7658 | 2025.04.18 21:43:06.869842 [ 196 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7659 | 2025.04.18 21:43:06.869922 [ 196 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3338 rows starting from the beginning of the part | ||
| 7660 | 2025.04.18 21:43:06.870221 [ 196 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part | ||
| 7661 | 2025.04.18 21:43:06.870582 [ 196 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 7662 | 2025.04.18 21:43:06.870849 [ 196 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 36 rows starting from the beginning of the part | ||
| 7663 | 2025.04.18 21:43:06.870974 [ 196 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 46 rows starting from the beginning of the part | ||
| 7664 | 2025.04.18 21:43:06.871183 [ 196 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 7665 | 2025.04.18 21:43:06.874571 [ 201 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3622 rows, containing 4 columns (4 merged, 0 gathered) in 0.006189174 sec., 585215.4100046307 rows/sec., 38.34 MiB/sec. | ||
| 7666 | 2025.04.18 21:43:06.875061 [ 201 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7667 | 2025.04.18 21:43:06.875717 [ 194 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_61_12} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7668 | 2025.04.18 21:43:06.875850 [ 194 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_61_12} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7669 | 2025.04.18 21:43:06.875970 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 7670 | 2025.04.18 21:43:06.882663 [ 201 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 932 rows, containing 19 columns (19 merged, 0 gathered) in 0.022679177 sec., 41094.96565946816 rows/sec., 73.64 MiB/sec. | ||
| 7671 | 2025.04.18 21:43:06.884018 [ 194 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7672 | 2025.04.18 21:43:06.884496 [ 194 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7673 | 2025.04.18 21:43:06.884584 [ 194 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7674 | 2025.04.18 21:43:06.884760 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
| 7675 | 2025.04.18 21:43:07.000219 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.67 MiB, peak 217.49 MiB, free memory in arenas 0.00 B, will set to 211.46 MiB (RSS), difference: 2.79 MiB | ||
| 7676 | 2025.04.18 21:43:09.733163 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7677 | 2025.04.18 21:43:09.733240 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7678 | 2025.04.18 21:43:09.896950 [ 65 ] {} <Debug> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
| 7679 | 2025.04.18 21:43:09.897013 [ 65 ] {} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7680 | 2025.04.18 21:43:09.897039 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7681 | 2025.04.18 21:43:09.897360 [ 190 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
| 7682 | 2025.04.18 21:43:09.897639 [ 190 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7683 | 2025.04.18 21:43:09.897709 [ 190 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part | ||
| 7684 | 2025.04.18 21:43:09.897806 [ 190 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 7685 | 2025.04.18 21:43:09.898005 [ 190 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7686 | 2025.04.18 21:43:09.898242 [ 190 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7687 | 2025.04.18 21:43:09.898448 [ 190 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7688 | 2025.04.18 21:43:09.899650 [ 201 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.002498578 sec., 8805.00828871462 rows/sec., 593.31 KiB/sec. | ||
| 7689 | 2025.04.18 21:43:09.899837 [ 199 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
| 7690 | 2025.04.18 21:43:09.900198 [ 199 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_22_5} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7691 | 2025.04.18 21:43:09.900297 [ 199 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_22_5} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
| 7692 | 2025.04.18 21:43:09.900392 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7693 | 2025.04.18 21:43:09.900647 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 7694 | 2025.04.18 21:43:09.901363 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7695 | 2025.04.18 21:43:09.901423 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7696 | 2025.04.18 21:43:09.901983 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7697 | 2025.04.18 21:43:09.902248 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7698 | 2025.04.18 21:43:09.902550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7699 | 2025.04.18 21:43:11.115108 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7700 | 2025.04.18 21:43:11.134920 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7701 | 2025.04.18 21:43:11.134977 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7702 | 2025.04.18 21:43:11.142337 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7703 | 2025.04.18 21:43:11.143162 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7704 | 2025.04.18 21:43:11.147525 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7705 | 2025.04.18 21:43:11.837899 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7706 | 2025.04.18 21:43:11.838110 [ 255 ] {783ab9d7-f6a2-4555-803b-ce583e6989c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7707 | 2025.04.18 21:43:11.838189 [ 255 ] {783ab9d7-f6a2-4555-803b-ce583e6989c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7708 | 2025.04.18 21:43:11.839114 [ 255 ] {783ab9d7-f6a2-4555-803b-ce583e6989c3} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7709 | 2025.04.18 21:43:11.839163 [ 255 ] {783ab9d7-f6a2-4555-803b-ce583e6989c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7710 | 2025.04.18 21:43:11.839607 [ 255 ] {783ab9d7-f6a2-4555-803b-ce583e6989c3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7711 | 2025.04.18 21:43:11.839860 [ 255 ] {783ab9d7-f6a2-4555-803b-ce583e6989c3} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7712 | 2025.04.18 21:43:11.840104 [ 255 ] {783ab9d7-f6a2-4555-803b-ce583e6989c3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002041 sec., 103870.65164135229 rows/sec., 6.61 MiB/sec. | ||
| 7713 | 2025.04.18 21:43:11.840229 [ 255 ] {783ab9d7-f6a2-4555-803b-ce583e6989c3} <Debug> TCPHandler: Processed in 0.002466898 sec. | ||
| 7714 | 2025.04.18 21:43:11.840464 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7715 | 2025.04.18 21:43:11.840568 [ 255 ] {614c221c-2275-4ee7-b9a5-50f95807dac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7716 | 2025.04.18 21:43:11.840614 [ 255 ] {614c221c-2275-4ee7-b9a5-50f95807dac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7717 | 2025.04.18 21:43:11.841494 [ 255 ] {614c221c-2275-4ee7-b9a5-50f95807dac7} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7718 | 2025.04.18 21:43:11.841534 [ 255 ] {614c221c-2275-4ee7-b9a5-50f95807dac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7719 | 2025.04.18 21:43:11.841930 [ 255 ] {614c221c-2275-4ee7-b9a5-50f95807dac7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7720 | 2025.04.18 21:43:11.842171 [ 255 ] {614c221c-2275-4ee7-b9a5-50f95807dac7} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7721 | 2025.04.18 21:43:11.842355 [ 255 ] {614c221c-2275-4ee7-b9a5-50f95807dac7} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001811 sec., 340695.7482054114 rows/sec., 26.61 MiB/sec. | ||
| 7722 | 2025.04.18 21:43:11.842405 [ 255 ] {614c221c-2275-4ee7-b9a5-50f95807dac7} <Debug> TCPHandler: Processed in 0.002024608 sec. | ||
| 7723 | 2025.04.18 21:43:11.842527 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7724 | 2025.04.18 21:43:11.842631 [ 255 ] {78b72ab0-b0a9-48c0-b828-8a0a239155bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7725 | 2025.04.18 21:43:11.842674 [ 255 ] {78b72ab0-b0a9-48c0-b828-8a0a239155bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7726 | 2025.04.18 21:43:11.843215 [ 255 ] {78b72ab0-b0a9-48c0-b828-8a0a239155bb} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7727 | 2025.04.18 21:43:11.843253 [ 255 ] {78b72ab0-b0a9-48c0-b828-8a0a239155bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7728 | 2025.04.18 21:43:11.843602 [ 255 ] {78b72ab0-b0a9-48c0-b828-8a0a239155bb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7729 | 2025.04.18 21:43:11.843830 [ 255 ] {78b72ab0-b0a9-48c0-b828-8a0a239155bb} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7730 | 2025.04.18 21:43:11.844064 [ 255 ] {78b72ab0-b0a9-48c0-b828-8a0a239155bb} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001448 sec., 73204.41988950277 rows/sec., 4.31 MiB/sec. | ||
| 7731 | 2025.04.18 21:43:11.844130 [ 255 ] {78b72ab0-b0a9-48c0-b828-8a0a239155bb} <Debug> TCPHandler: Processed in 0.001652059 sec. | ||
| 7732 | 2025.04.18 21:43:11.844385 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7733 | 2025.04.18 21:43:11.844499 [ 255 ] {ef98cf41-3c13-488b-94f2-78ca9d8b594d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7734 | 2025.04.18 21:43:11.844544 [ 255 ] {ef98cf41-3c13-488b-94f2-78ca9d8b594d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7735 | 2025.04.18 21:43:11.845094 [ 255 ] {ef98cf41-3c13-488b-94f2-78ca9d8b594d} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7736 | 2025.04.18 21:43:11.845132 [ 255 ] {ef98cf41-3c13-488b-94f2-78ca9d8b594d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7737 | 2025.04.18 21:43:11.845480 [ 255 ] {ef98cf41-3c13-488b-94f2-78ca9d8b594d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7738 | 2025.04.18 21:43:11.845710 [ 255 ] {ef98cf41-3c13-488b-94f2-78ca9d8b594d} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7739 | 2025.04.18 21:43:11.845898 [ 255 ] {ef98cf41-3c13-488b-94f2-78ca9d8b594d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001421 sec., 79521.46375791696 rows/sec., 5.15 MiB/sec. | ||
| 7740 | 2025.04.18 21:43:11.845946 [ 255 ] {ef98cf41-3c13-488b-94f2-78ca9d8b594d} <Debug> TCPHandler: Processed in 0.001657609 sec. | ||
| 7741 | 2025.04.18 21:43:11.846062 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7742 | 2025.04.18 21:43:11.846164 [ 255 ] {53445d16-9d6c-4ee9-ad3a-1b5ba367ed61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7743 | 2025.04.18 21:43:11.846207 [ 255 ] {53445d16-9d6c-4ee9-ad3a-1b5ba367ed61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7744 | 2025.04.18 21:43:11.846740 [ 255 ] {53445d16-9d6c-4ee9-ad3a-1b5ba367ed61} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7745 | 2025.04.18 21:43:11.846777 [ 255 ] {53445d16-9d6c-4ee9-ad3a-1b5ba367ed61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7746 | 2025.04.18 21:43:11.847113 [ 255 ] {53445d16-9d6c-4ee9-ad3a-1b5ba367ed61} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7747 | 2025.04.18 21:43:11.847344 [ 255 ] {53445d16-9d6c-4ee9-ad3a-1b5ba367ed61} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7748 | 2025.04.18 21:43:11.847531 [ 255 ] {53445d16-9d6c-4ee9-ad3a-1b5ba367ed61} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001388 sec., 80691.64265129683 rows/sec., 4.60 MiB/sec. | ||
| 7749 | 2025.04.18 21:43:11.847581 [ 255 ] {53445d16-9d6c-4ee9-ad3a-1b5ba367ed61} <Debug> TCPHandler: Processed in 0.001567377 sec. | ||
| 7750 | 2025.04.18 21:43:11.847694 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7751 | 2025.04.18 21:43:11.847796 [ 255 ] {0840e314-c441-41bd-a2f2-38371c4a9eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7752 | 2025.04.18 21:43:11.847839 [ 255 ] {0840e314-c441-41bd-a2f2-38371c4a9eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7753 | 2025.04.18 21:43:11.848474 [ 255 ] {0840e314-c441-41bd-a2f2-38371c4a9eab} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7754 | 2025.04.18 21:43:11.848512 [ 255 ] {0840e314-c441-41bd-a2f2-38371c4a9eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7755 | 2025.04.18 21:43:11.848868 [ 255 ] {0840e314-c441-41bd-a2f2-38371c4a9eab} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7756 | 2025.04.18 21:43:11.849101 [ 255 ] {0840e314-c441-41bd-a2f2-38371c4a9eab} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7757 | 2025.04.18 21:43:11.849281 [ 255 ] {0840e314-c441-41bd-a2f2-38371c4a9eab} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001506 sec., 253652.05843293492 rows/sec., 17.89 MiB/sec. | ||
| 7758 | 2025.04.18 21:43:11.849331 [ 255 ] {0840e314-c441-41bd-a2f2-38371c4a9eab} <Debug> TCPHandler: Processed in 0.001685919 sec. | ||
| 7759 | 2025.04.18 21:43:11.849446 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7760 | 2025.04.18 21:43:11.849548 [ 255 ] {6cdff690-6ca4-4bdc-a428-5f7b2a6f47eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7761 | 2025.04.18 21:43:11.849592 [ 255 ] {6cdff690-6ca4-4bdc-a428-5f7b2a6f47eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7762 | 2025.04.18 21:43:11.849999 [ 255 ] {6cdff690-6ca4-4bdc-a428-5f7b2a6f47eb} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7763 | 2025.04.18 21:43:11.850037 [ 255 ] {6cdff690-6ca4-4bdc-a428-5f7b2a6f47eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7764 | 2025.04.18 21:43:11.850376 [ 255 ] {6cdff690-6ca4-4bdc-a428-5f7b2a6f47eb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7765 | 2025.04.18 21:43:11.850597 [ 255 ] {6cdff690-6ca4-4bdc-a428-5f7b2a6f47eb} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7766 | 2025.04.18 21:43:11.850785 [ 255 ] {6cdff690-6ca4-4bdc-a428-5f7b2a6f47eb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001258 sec., 4769.475357710652 rows/sec., 249.19 KiB/sec. | ||
| 7767 | 2025.04.18 21:43:11.850832 [ 255 ] {6cdff690-6ca4-4bdc-a428-5f7b2a6f47eb} <Debug> TCPHandler: Processed in 0.001435614 sec. | ||
| 7768 | 2025.04.18 21:43:11.850965 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7769 | 2025.04.18 21:43:11.851087 [ 255 ] {ea74f34a-f68f-48a4-bc43-69c6402a71cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7770 | 2025.04.18 21:43:11.851140 [ 255 ] {ea74f34a-f68f-48a4-bc43-69c6402a71cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7771 | 2025.04.18 21:43:11.851684 [ 255 ] {ea74f34a-f68f-48a4-bc43-69c6402a71cf} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7772 | 2025.04.18 21:43:11.851722 [ 255 ] {ea74f34a-f68f-48a4-bc43-69c6402a71cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7773 | 2025.04.18 21:43:11.852102 [ 255 ] {ea74f34a-f68f-48a4-bc43-69c6402a71cf} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7774 | 2025.04.18 21:43:11.852332 [ 255 ] {ea74f34a-f68f-48a4-bc43-69c6402a71cf} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7775 | 2025.04.18 21:43:11.852573 [ 255 ] {ea74f34a-f68f-48a4-bc43-69c6402a71cf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001503 sec., 157684.63073852294 rows/sec., 10.57 MiB/sec. | ||
| 7776 | 2025.04.18 21:43:11.852635 [ 255 ] {ea74f34a-f68f-48a4-bc43-69c6402a71cf} <Debug> TCPHandler: Processed in 0.00173394 sec. | ||
| 7777 | 2025.04.18 21:43:11.852877 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7778 | 2025.04.18 21:43:11.853016 [ 255 ] {aa728082-6a8b-48b1-ba4a-a92164749c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7779 | 2025.04.18 21:43:11.853064 [ 255 ] {aa728082-6a8b-48b1-ba4a-a92164749c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7780 | 2025.04.18 21:43:11.853472 [ 255 ] {aa728082-6a8b-48b1-ba4a-a92164749c8f} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7781 | 2025.04.18 21:43:11.853509 [ 255 ] {aa728082-6a8b-48b1-ba4a-a92164749c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7782 | 2025.04.18 21:43:11.853842 [ 255 ] {aa728082-6a8b-48b1-ba4a-a92164749c8f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7783 | 2025.04.18 21:43:11.854074 [ 255 ] {aa728082-6a8b-48b1-ba4a-a92164749c8f} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7784 | 2025.04.18 21:43:11.854316 [ 255 ] {aa728082-6a8b-48b1-ba4a-a92164749c8f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 50.97 KiB/sec. | ||
| 7785 | 2025.04.18 21:43:11.854505 [ 255 ] {aa728082-6a8b-48b1-ba4a-a92164749c8f} <Debug> TCPHandler: Processed in 0.00172002 sec. | ||
| 7786 | 2025.04.18 21:43:11.854702 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7787 | 2025.04.18 21:43:11.854807 [ 255 ] {bbb37b1e-a53e-445e-a9f9-38a3f5e1336b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7788 | 2025.04.18 21:43:11.854854 [ 255 ] {bbb37b1e-a53e-445e-a9f9-38a3f5e1336b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7789 | 2025.04.18 21:43:11.855300 [ 255 ] {bbb37b1e-a53e-445e-a9f9-38a3f5e1336b} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7790 | 2025.04.18 21:43:11.855338 [ 255 ] {bbb37b1e-a53e-445e-a9f9-38a3f5e1336b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7791 | 2025.04.18 21:43:11.855685 [ 255 ] {bbb37b1e-a53e-445e-a9f9-38a3f5e1336b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7792 | 2025.04.18 21:43:11.855910 [ 255 ] {bbb37b1e-a53e-445e-a9f9-38a3f5e1336b} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7793 | 2025.04.18 21:43:11.856103 [ 255 ] {bbb37b1e-a53e-445e-a9f9-38a3f5e1336b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001318 sec., 62215.4779969651 rows/sec., 3.95 MiB/sec. | ||
| 7794 | 2025.04.18 21:43:11.856153 [ 255 ] {bbb37b1e-a53e-445e-a9f9-38a3f5e1336b} <Debug> TCPHandler: Processed in 0.001501015 sec. | ||
| 7795 | 2025.04.18 21:43:12.001153 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.68 MiB, peak 217.49 MiB, free memory in arenas 0.00 B, will set to 211.46 MiB (RSS), difference: -1.22 MiB | ||
| 7796 | 2025.04.18 21:43:14.972320 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1088 | ||
| 7797 | 2025.04.18 21:43:14.975277 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7798 | 2025.04.18 21:43:14.975317 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7799 | 2025.04.18 21:43:14.976746 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7800 | 2025.04.18 21:43:14.977044 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7801 | 2025.04.18 21:43:14.977521 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1088 | ||
| 7802 | 2025.04.18 21:43:16.832603 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7803 | 2025.04.18 21:43:16.832815 [ 255 ] {3a6dcb08-5a5a-47f7-9bfc-703a7c6a9681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7804 | 2025.04.18 21:43:16.832895 [ 255 ] {3a6dcb08-5a5a-47f7-9bfc-703a7c6a9681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7805 | 2025.04.18 21:43:16.833631 [ 255 ] {3a6dcb08-5a5a-47f7-9bfc-703a7c6a9681} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7806 | 2025.04.18 21:43:16.833684 [ 255 ] {3a6dcb08-5a5a-47f7-9bfc-703a7c6a9681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7807 | 2025.04.18 21:43:16.834115 [ 255 ] {3a6dcb08-5a5a-47f7-9bfc-703a7c6a9681} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7808 | 2025.04.18 21:43:16.834374 [ 255 ] {3a6dcb08-5a5a-47f7-9bfc-703a7c6a9681} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7809 | 2025.04.18 21:43:16.834572 [ 255 ] {3a6dcb08-5a5a-47f7-9bfc-703a7c6a9681} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001814 sec., 1102.5358324145534 rows/sec., 89.90 KiB/sec. | ||
| 7810 | 2025.04.18 21:43:16.834638 [ 255 ] {3a6dcb08-5a5a-47f7-9bfc-703a7c6a9681} <Debug> TCPHandler: Processed in 0.002183281 sec. | ||
| 7811 | 2025.04.18 21:43:16.834775 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7812 | 2025.04.18 21:43:16.834888 [ 255 ] {3f00f67d-1ca2-4867-8cb2-26f6fd13df97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7813 | 2025.04.18 21:43:16.834936 [ 255 ] {3f00f67d-1ca2-4867-8cb2-26f6fd13df97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7814 | 2025.04.18 21:43:16.835569 [ 255 ] {3f00f67d-1ca2-4867-8cb2-26f6fd13df97} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7815 | 2025.04.18 21:43:16.835610 [ 255 ] {3f00f67d-1ca2-4867-8cb2-26f6fd13df97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7816 | 2025.04.18 21:43:16.836038 [ 255 ] {3f00f67d-1ca2-4867-8cb2-26f6fd13df97} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7817 | 2025.04.18 21:43:16.836282 [ 255 ] {3f00f67d-1ca2-4867-8cb2-26f6fd13df97} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7818 | 2025.04.18 21:43:16.836450 [ 255 ] {3f00f67d-1ca2-4867-8cb2-26f6fd13df97} <Debug> executeQuery: Read 137 rows, 12.07 KiB in 0.00159 sec., 86163.52201257861 rows/sec., 7.41 MiB/sec. | ||
| 7819 | 2025.04.18 21:43:16.836501 [ 255 ] {3f00f67d-1ca2-4867-8cb2-26f6fd13df97} <Debug> TCPHandler: Processed in 0.001777641 sec. | ||
| 7820 | 2025.04.18 21:43:16.836622 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7821 | 2025.04.18 21:43:16.836730 [ 255 ] {4b995bc6-bdd9-40d1-86ed-6c7841ebbe47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7822 | 2025.04.18 21:43:16.836777 [ 255 ] {4b995bc6-bdd9-40d1-86ed-6c7841ebbe47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7823 | 2025.04.18 21:43:16.837307 [ 255 ] {4b995bc6-bdd9-40d1-86ed-6c7841ebbe47} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7824 | 2025.04.18 21:43:16.837344 [ 255 ] {4b995bc6-bdd9-40d1-86ed-6c7841ebbe47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7825 | 2025.04.18 21:43:16.837694 [ 255 ] {4b995bc6-bdd9-40d1-86ed-6c7841ebbe47} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7826 | 2025.04.18 21:43:16.837944 [ 255 ] {4b995bc6-bdd9-40d1-86ed-6c7841ebbe47} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7827 | 2025.04.18 21:43:16.838111 [ 255 ] {4b995bc6-bdd9-40d1-86ed-6c7841ebbe47} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001405 sec., 29893.2384341637 rows/sec., 2.19 MiB/sec. | ||
| 7828 | 2025.04.18 21:43:16.838162 [ 255 ] {4b995bc6-bdd9-40d1-86ed-6c7841ebbe47} <Debug> TCPHandler: Processed in 0.001592207 sec. | ||
| 7829 | 2025.04.18 21:43:16.838281 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7830 | 2025.04.18 21:43:16.838384 [ 255 ] {cd4865e3-e76c-4fec-9f41-86234b8afa63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7831 | 2025.04.18 21:43:16.838430 [ 255 ] {cd4865e3-e76c-4fec-9f41-86234b8afa63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7832 | 2025.04.18 21:43:16.838981 [ 255 ] {cd4865e3-e76c-4fec-9f41-86234b8afa63} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7833 | 2025.04.18 21:43:16.839018 [ 255 ] {cd4865e3-e76c-4fec-9f41-86234b8afa63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7834 | 2025.04.18 21:43:16.839378 [ 255 ] {cd4865e3-e76c-4fec-9f41-86234b8afa63} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7835 | 2025.04.18 21:43:16.839624 [ 255 ] {cd4865e3-e76c-4fec-9f41-86234b8afa63} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7836 | 2025.04.18 21:43:16.839812 [ 255 ] {cd4865e3-e76c-4fec-9f41-86234b8afa63} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001447 sec., 73255.01036627505 rows/sec., 5.72 MiB/sec. | ||
| 7837 | 2025.04.18 21:43:16.839910 [ 255 ] {cd4865e3-e76c-4fec-9f41-86234b8afa63} <Debug> TCPHandler: Processed in 0.001673049 sec. | ||
| 7838 | 2025.04.18 21:43:16.840098 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7839 | 2025.04.18 21:43:16.840294 [ 255 ] {89f9b8f6-d622-4c3c-8647-6428ddc71e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7840 | 2025.04.18 21:43:16.840345 [ 255 ] {89f9b8f6-d622-4c3c-8647-6428ddc71e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7841 | 2025.04.18 21:43:16.840887 [ 255 ] {89f9b8f6-d622-4c3c-8647-6428ddc71e7c} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7842 | 2025.04.18 21:43:16.840925 [ 255 ] {89f9b8f6-d622-4c3c-8647-6428ddc71e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7843 | 2025.04.18 21:43:16.841310 [ 255 ] {89f9b8f6-d622-4c3c-8647-6428ddc71e7c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7844 | 2025.04.18 21:43:16.841547 [ 255 ] {89f9b8f6-d622-4c3c-8647-6428ddc71e7c} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7845 | 2025.04.18 21:43:16.841722 [ 255 ] {89f9b8f6-d622-4c3c-8647-6428ddc71e7c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001461 sec., 110198.49418206708 rows/sec., 7.67 MiB/sec. | ||
| 7846 | 2025.04.18 21:43:16.841796 [ 255 ] {89f9b8f6-d622-4c3c-8647-6428ddc71e7c} <Debug> TCPHandler: Processed in 0.001803072 sec. | ||
| 7847 | 2025.04.18 21:43:16.841951 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7848 | 2025.04.18 21:43:16.842060 [ 255 ] {85f4c6af-ddeb-49a8-bef9-65e1142830ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7849 | 2025.04.18 21:43:16.842127 [ 255 ] {85f4c6af-ddeb-49a8-bef9-65e1142830ad} <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 | ||
| 7850 | 2025.04.18 21:43:16.843232 [ 255 ] {85f4c6af-ddeb-49a8-bef9-65e1142830ad} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7851 | 2025.04.18 21:43:16.843268 [ 255 ] {85f4c6af-ddeb-49a8-bef9-65e1142830ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7852 | 2025.04.18 21:43:16.843908 [ 255 ] {85f4c6af-ddeb-49a8-bef9-65e1142830ad} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7853 | 2025.04.18 21:43:16.844164 [ 255 ] {85f4c6af-ddeb-49a8-bef9-65e1142830ad} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7854 | 2025.04.18 21:43:16.844347 [ 255 ] {85f4c6af-ddeb-49a8-bef9-65e1142830ad} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002308 sec., 17331.02253032929 rows/sec., 31.06 MiB/sec. | ||
| 7855 | 2025.04.18 21:43:16.844437 [ 255 ] {85f4c6af-ddeb-49a8-bef9-65e1142830ad} <Debug> TCPHandler: Processed in 0.002548499 sec. | ||
| 7856 | 2025.04.18 21:43:16.844555 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7857 | 2025.04.18 21:43:16.844660 [ 255 ] {fe34fdfb-2ee9-4f8b-95d2-d35088a69c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7858 | 2025.04.18 21:43:16.844706 [ 255 ] {fe34fdfb-2ee9-4f8b-95d2-d35088a69c1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7859 | 2025.04.18 21:43:16.845128 [ 255 ] {fe34fdfb-2ee9-4f8b-95d2-d35088a69c1f} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7860 | 2025.04.18 21:43:16.845164 [ 255 ] {fe34fdfb-2ee9-4f8b-95d2-d35088a69c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7861 | 2025.04.18 21:43:16.845523 [ 255 ] {fe34fdfb-2ee9-4f8b-95d2-d35088a69c1f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7862 | 2025.04.18 21:43:16.845760 [ 255 ] {fe34fdfb-2ee9-4f8b-95d2-d35088a69c1f} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7863 | 2025.04.18 21:43:16.845935 [ 255 ] {fe34fdfb-2ee9-4f8b-95d2-d35088a69c1f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001295 sec., 46332.04633204633 rows/sec., 3.12 MiB/sec. | ||
| 7864 | 2025.04.18 21:43:16.846028 [ 255 ] {fe34fdfb-2ee9-4f8b-95d2-d35088a69c1f} <Debug> TCPHandler: Processed in 0.001522845 sec. | ||
| 7865 | 2025.04.18 21:43:17.403549 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 7866 | 2025.04.18 21:43:17.404194 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7867 | 2025.04.18 21:43:17.404239 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7868 | 2025.04.18 21:43:17.404761 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7869 | 2025.04.18 21:43:17.405019 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7870 | 2025.04.18 21:43:17.405283 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 7871 | 2025.04.18 21:43:18.648483 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7872 | 2025.04.18 21:43:18.668519 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7873 | 2025.04.18 21:43:18.668577 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7874 | 2025.04.18 21:43:18.676014 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7875 | 2025.04.18 21:43:18.676770 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7876 | 2025.04.18 21:43:18.679355 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7877 | 2025.04.18 21:43:21.836410 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7878 | 2025.04.18 21:43:21.836632 [ 255 ] {10987983-7688-4010-845c-d3c608c873c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7879 | 2025.04.18 21:43:21.836710 [ 255 ] {10987983-7688-4010-845c-d3c608c873c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7880 | 2025.04.18 21:43:21.837563 [ 255 ] {10987983-7688-4010-845c-d3c608c873c9} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7881 | 2025.04.18 21:43:21.837613 [ 255 ] {10987983-7688-4010-845c-d3c608c873c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7882 | 2025.04.18 21:43:21.838069 [ 255 ] {10987983-7688-4010-845c-d3c608c873c9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7883 | 2025.04.18 21:43:21.838337 [ 255 ] {10987983-7688-4010-845c-d3c608c873c9} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7884 | 2025.04.18 21:43:21.838621 [ 255 ] {10987983-7688-4010-845c-d3c608c873c9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002044 sec., 103718.19960861058 rows/sec., 6.60 MiB/sec. | ||
| 7885 | 2025.04.18 21:43:21.838851 [ 255 ] {10987983-7688-4010-845c-d3c608c873c9} <Debug> TCPHandler: Processed in 0.002566639 sec. | ||
| 7886 | 2025.04.18 21:43:21.839036 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7887 | 2025.04.18 21:43:21.839148 [ 255 ] {c03038f3-7be4-49d3-aadf-30c9c4ba6357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7888 | 2025.04.18 21:43:21.839199 [ 255 ] {c03038f3-7be4-49d3-aadf-30c9c4ba6357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7889 | 2025.04.18 21:43:21.839989 [ 255 ] {c03038f3-7be4-49d3-aadf-30c9c4ba6357} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7890 | 2025.04.18 21:43:21.840031 [ 255 ] {c03038f3-7be4-49d3-aadf-30c9c4ba6357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7891 | 2025.04.18 21:43:21.840435 [ 255 ] {c03038f3-7be4-49d3-aadf-30c9c4ba6357} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7892 | 2025.04.18 21:43:21.840681 [ 255 ] {c03038f3-7be4-49d3-aadf-30c9c4ba6357} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7893 | 2025.04.18 21:43:21.840888 [ 255 ] {c03038f3-7be4-49d3-aadf-30c9c4ba6357} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001769 sec., 348784.6240814019 rows/sec., 27.24 MiB/sec. | ||
| 7894 | 2025.04.18 21:43:21.840944 [ 255 ] {c03038f3-7be4-49d3-aadf-30c9c4ba6357} <Debug> TCPHandler: Processed in 0.001968466 sec. | ||
| 7895 | 2025.04.18 21:43:21.841057 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7896 | 2025.04.18 21:43:21.841163 [ 255 ] {f85948e5-721a-49fc-9b7f-1e0e369ce178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7897 | 2025.04.18 21:43:21.841208 [ 255 ] {f85948e5-721a-49fc-9b7f-1e0e369ce178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7898 | 2025.04.18 21:43:21.841756 [ 255 ] {f85948e5-721a-49fc-9b7f-1e0e369ce178} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7899 | 2025.04.18 21:43:21.841796 [ 255 ] {f85948e5-721a-49fc-9b7f-1e0e369ce178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7900 | 2025.04.18 21:43:21.842154 [ 255 ] {f85948e5-721a-49fc-9b7f-1e0e369ce178} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7901 | 2025.04.18 21:43:21.842377 [ 255 ] {f85948e5-721a-49fc-9b7f-1e0e369ce178} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7902 | 2025.04.18 21:43:21.842530 [ 57 ] {} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7903 | 2025.04.18 21:43:21.842579 [ 255 ] {f85948e5-721a-49fc-9b7f-1e0e369ce178} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001481 sec., 71573.26130992573 rows/sec., 4.21 MiB/sec. | ||
| 7904 | 2025.04.18 21:43:21.842611 [ 57 ] {} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7905 | 2025.04.18 21:43:21.842681 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7906 | 2025.04.18 21:43:21.842687 [ 255 ] {f85948e5-721a-49fc-9b7f-1e0e369ce178} <Debug> TCPHandler: Processed in 0.001731851 sec. | ||
| 7907 | 2025.04.18 21:43:21.843031 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7908 | 2025.04.18 21:43:21.843048 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 7909 | 2025.04.18 21:43:21.843374 [ 255 ] {693e611a-390c-4e3f-9732-3a88fee00f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7910 | 2025.04.18 21:43:21.843554 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7911 | 2025.04.18 21:43:21.843563 [ 255 ] {693e611a-390c-4e3f-9732-3a88fee00f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7912 | 2025.04.18 21:43:21.843692 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 164 rows starting from the beginning of the part | ||
| 7913 | 2025.04.18 21:43:21.844203 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 110 rows starting from the beginning of the part | ||
| 7914 | 2025.04.18 21:43:21.844566 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part | ||
| 7915 | 2025.04.18 21:43:21.844931 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 106 rows starting from the beginning of the part | ||
| 7916 | 2025.04.18 21:43:21.845353 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 42 rows starting from the beginning of the part | ||
| 7917 | 2025.04.18 21:43:21.845857 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 106 rows starting from the beginning of the part | ||
| 7918 | 2025.04.18 21:43:21.847062 [ 255 ] {693e611a-390c-4e3f-9732-3a88fee00f06} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7919 | 2025.04.18 21:43:21.847141 [ 255 ] {693e611a-390c-4e3f-9732-3a88fee00f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7920 | 2025.04.18 21:43:21.848079 [ 255 ] {693e611a-390c-4e3f-9732-3a88fee00f06} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7921 | 2025.04.18 21:43:21.848672 [ 255 ] {693e611a-390c-4e3f-9732-3a88fee00f06} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7922 | 2025.04.18 21:43:21.848872 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 5 columns (5 merged, 0 gathered) in 0.006045721 sec., 93950.74632124108 rows/sec., 6.21 MiB/sec. | ||
| 7923 | 2025.04.18 21:43:21.849013 [ 57 ] {} <Debug> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 7924 | 2025.04.18 21:43:21.849115 [ 57 ] {} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7925 | 2025.04.18 21:43:21.849183 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7926 | 2025.04.18 21:43:21.849183 [ 255 ] {693e611a-390c-4e3f-9732-3a88fee00f06} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005937 sec., 19033.18174162035 rows/sec., 1.23 MiB/sec. | ||
| 7927 | 2025.04.18 21:43:21.849201 [ 199 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7928 | 2025.04.18 21:43:21.849598 [ 255 ] {693e611a-390c-4e3f-9732-3a88fee00f06} <Debug> TCPHandler: Processed in 0.006676105 sec. | ||
| 7929 | 2025.04.18 21:43:21.850032 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7930 | 2025.04.18 21:43:21.850332 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 7931 | 2025.04.18 21:43:21.850466 [ 255 ] {ff7ad76d-3a54-49a0-a4bb-34b2f2a70121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7932 | 2025.04.18 21:43:21.850526 [ 199 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_51_10} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7933 | 2025.04.18 21:43:21.850689 [ 255 ] {ff7ad76d-3a54-49a0-a4bb-34b2f2a70121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7934 | 2025.04.18 21:43:21.850917 [ 199 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_51_10} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7935 | 2025.04.18 21:43:21.851261 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7936 | 2025.04.18 21:43:21.851254 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7937 | 2025.04.18 21:43:21.851384 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 341 rows starting from the beginning of the part | ||
| 7938 | 2025.04.18 21:43:21.851707 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 113 rows starting from the beginning of the part | ||
| 7939 | 2025.04.18 21:43:21.852044 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part | ||
| 7940 | 2025.04.18 21:43:21.852402 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 341 rows starting from the beginning of the part | ||
| 7941 | 2025.04.18 21:43:21.852666 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 113 rows starting from the beginning of the part | ||
| 7942 | 2025.04.18 21:43:21.853006 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part | ||
| 7943 | 2025.04.18 21:43:21.853787 [ 255 ] {ff7ad76d-3a54-49a0-a4bb-34b2f2a70121} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7944 | 2025.04.18 21:43:21.853856 [ 255 ] {ff7ad76d-3a54-49a0-a4bb-34b2f2a70121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7945 | 2025.04.18 21:43:21.854785 [ 255 ] {ff7ad76d-3a54-49a0-a4bb-34b2f2a70121} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7946 | 2025.04.18 21:43:21.855339 [ 255 ] {ff7ad76d-3a54-49a0-a4bb-34b2f2a70121} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7947 | 2025.04.18 21:43:21.855785 [ 255 ] {ff7ad76d-3a54-49a0-a4bb-34b2f2a70121} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005477 sec., 20449.150995070293 rows/sec., 1.16 MiB/sec. | ||
| 7948 | 2025.04.18 21:43:21.856096 [ 255 ] {ff7ad76d-3a54-49a0-a4bb-34b2f2a70121} <Debug> TCPHandler: Processed in 0.006205544 sec. | ||
| 7949 | 2025.04.18 21:43:21.856120 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.006617754 sec., 171357.2308671492 rows/sec., 11.95 MiB/sec. | ||
| 7950 | 2025.04.18 21:43:21.856244 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7951 | 2025.04.18 21:43:21.856320 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 7952 | 2025.04.18 21:43:21.856445 [ 255 ] {58ad7980-2dd5-4ed8-a68e-2969af0b620a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7953 | 2025.04.18 21:43:21.856526 [ 255 ] {58ad7980-2dd5-4ed8-a68e-2969af0b620a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7954 | 2025.04.18 21:43:21.856919 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_25_5} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7955 | 2025.04.18 21:43:21.857180 [ 197 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_25_5} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 7956 | 2025.04.18 21:43:21.857329 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 7957 | 2025.04.18 21:43:21.857698 [ 255 ] {58ad7980-2dd5-4ed8-a68e-2969af0b620a} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7958 | 2025.04.18 21:43:21.857741 [ 255 ] {58ad7980-2dd5-4ed8-a68e-2969af0b620a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7959 | 2025.04.18 21:43:21.858119 [ 255 ] {58ad7980-2dd5-4ed8-a68e-2969af0b620a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7960 | 2025.04.18 21:43:21.858370 [ 255 ] {58ad7980-2dd5-4ed8-a68e-2969af0b620a} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7961 | 2025.04.18 21:43:21.858588 [ 255 ] {58ad7980-2dd5-4ed8-a68e-2969af0b620a} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.002238 sec., 170688.1143878463 rows/sec., 12.04 MiB/sec. | ||
| 7962 | 2025.04.18 21:43:21.858660 [ 255 ] {58ad7980-2dd5-4ed8-a68e-2969af0b620a} <Debug> TCPHandler: Processed in 0.002485087 sec. | ||
| 7963 | 2025.04.18 21:43:21.858803 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7964 | 2025.04.18 21:43:21.858922 [ 255 ] {0c8a90d9-5dfd-42b5-8cad-7cbe2618d340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7965 | 2025.04.18 21:43:21.858968 [ 255 ] {0c8a90d9-5dfd-42b5-8cad-7cbe2618d340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7966 | 2025.04.18 21:43:21.859379 [ 255 ] {0c8a90d9-5dfd-42b5-8cad-7cbe2618d340} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7967 | 2025.04.18 21:43:21.859416 [ 255 ] {0c8a90d9-5dfd-42b5-8cad-7cbe2618d340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7968 | 2025.04.18 21:43:21.859766 [ 255 ] {0c8a90d9-5dfd-42b5-8cad-7cbe2618d340} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7969 | 2025.04.18 21:43:21.859997 [ 255 ] {0c8a90d9-5dfd-42b5-8cad-7cbe2618d340} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7970 | 2025.04.18 21:43:21.860244 [ 255 ] {0c8a90d9-5dfd-42b5-8cad-7cbe2618d340} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00134 sec., 4477.611940298508 rows/sec., 233.94 KiB/sec. | ||
| 7971 | 2025.04.18 21:43:21.860457 [ 255 ] {0c8a90d9-5dfd-42b5-8cad-7cbe2618d340} <Debug> TCPHandler: Processed in 0.00171462 sec. | ||
| 7972 | 2025.04.18 21:43:21.860636 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7973 | 2025.04.18 21:43:21.860739 [ 255 ] {8801c166-f615-47fe-aceb-1e5b8d62c96e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7974 | 2025.04.18 21:43:21.860790 [ 255 ] {8801c166-f615-47fe-aceb-1e5b8d62c96e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7975 | 2025.04.18 21:43:21.861326 [ 255 ] {8801c166-f615-47fe-aceb-1e5b8d62c96e} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7976 | 2025.04.18 21:43:21.861365 [ 255 ] {8801c166-f615-47fe-aceb-1e5b8d62c96e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7977 | 2025.04.18 21:43:21.861746 [ 255 ] {8801c166-f615-47fe-aceb-1e5b8d62c96e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7978 | 2025.04.18 21:43:21.861985 [ 255 ] {8801c166-f615-47fe-aceb-1e5b8d62c96e} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7979 | 2025.04.18 21:43:21.862194 [ 255 ] {8801c166-f615-47fe-aceb-1e5b8d62c96e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001478 sec., 160351.82679296346 rows/sec., 10.75 MiB/sec. | ||
| 7980 | 2025.04.18 21:43:21.862252 [ 255 ] {8801c166-f615-47fe-aceb-1e5b8d62c96e} <Debug> TCPHandler: Processed in 0.001671169 sec. | ||
| 7981 | 2025.04.18 21:43:21.862407 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7982 | 2025.04.18 21:43:21.862521 [ 255 ] {537ed483-97ef-4218-9ca1-171fad201d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7983 | 2025.04.18 21:43:21.862568 [ 255 ] {537ed483-97ef-4218-9ca1-171fad201d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7984 | 2025.04.18 21:43:21.862956 [ 255 ] {537ed483-97ef-4218-9ca1-171fad201d4c} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7985 | 2025.04.18 21:43:21.862993 [ 255 ] {537ed483-97ef-4218-9ca1-171fad201d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7986 | 2025.04.18 21:43:21.863333 [ 255 ] {537ed483-97ef-4218-9ca1-171fad201d4c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7987 | 2025.04.18 21:43:21.863575 [ 255 ] {537ed483-97ef-4218-9ca1-171fad201d4c} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7988 | 2025.04.18 21:43:21.863771 [ 255 ] {537ed483-97ef-4218-9ca1-171fad201d4c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001271 sec., 786.7820613690008 rows/sec., 53.02 KiB/sec. | ||
| 7989 | 2025.04.18 21:43:21.863818 [ 255 ] {537ed483-97ef-4218-9ca1-171fad201d4c} <Debug> TCPHandler: Processed in 0.001477874 sec. | ||
| 7990 | 2025.04.18 21:43:21.863924 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7991 | 2025.04.18 21:43:21.864020 [ 255 ] {ff091527-d81a-4380-b44e-ef799b843135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7992 | 2025.04.18 21:43:21.864063 [ 255 ] {ff091527-d81a-4380-b44e-ef799b843135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7993 | 2025.04.18 21:43:21.864454 [ 255 ] {ff091527-d81a-4380-b44e-ef799b843135} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7994 | 2025.04.18 21:43:21.864490 [ 255 ] {ff091527-d81a-4380-b44e-ef799b843135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7995 | 2025.04.18 21:43:21.864895 [ 255 ] {ff091527-d81a-4380-b44e-ef799b843135} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7996 | 2025.04.18 21:43:21.865128 [ 255 ] {ff091527-d81a-4380-b44e-ef799b843135} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7997 | 2025.04.18 21:43:21.865313 [ 255 ] {ff091527-d81a-4380-b44e-ef799b843135} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001301 sec., 63028.43966179861 rows/sec., 4.00 MiB/sec. | ||
| 7998 | 2025.04.18 21:43:21.865361 [ 255 ] {ff091527-d81a-4380-b44e-ef799b843135} <Debug> TCPHandler: Processed in 0.001482944 sec. | ||
| 7999 | 2025.04.18 21:43:24.733372 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8000 | 2025.04.18 21:43:24.733474 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8001 | 2025.04.18 21:43:24.905485 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 8002 | 2025.04.18 21:43:24.906202 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8003 | 2025.04.18 21:43:24.906250 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8004 | 2025.04.18 21:43:24.906753 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8005 | 2025.04.18 21:43:24.907006 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8006 | 2025.04.18 21:43:24.907320 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8007 | 2025.04.18 21:43:24.977766 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1122 | ||
| 8008 | 2025.04.18 21:43:24.980834 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8009 | 2025.04.18 21:43:24.980882 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8010 | 2025.04.18 21:43:24.982294 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8011 | 2025.04.18 21:43:24.982591 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8012 | 2025.04.18 21:43:24.983711 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1122 | ||
| 8013 | 2025.04.18 21:43:26.179504 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8014 | 2025.04.18 21:43:26.200492 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8015 | 2025.04.18 21:43:26.200548 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8016 | 2025.04.18 21:43:26.207869 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8017 | 2025.04.18 21:43:26.208656 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8018 | 2025.04.18 21:43:26.212931 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8019 | 2025.04.18 21:43:26.833227 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8020 | 2025.04.18 21:43:26.833417 [ 255 ] {bbcac94e-da18-4803-b7f7-712c537b990e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8021 | 2025.04.18 21:43:26.833487 [ 255 ] {bbcac94e-da18-4803-b7f7-712c537b990e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8022 | 2025.04.18 21:43:26.834293 [ 255 ] {bbcac94e-da18-4803-b7f7-712c537b990e} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8023 | 2025.04.18 21:43:26.834345 [ 255 ] {bbcac94e-da18-4803-b7f7-712c537b990e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8024 | 2025.04.18 21:43:26.834802 [ 255 ] {bbcac94e-da18-4803-b7f7-712c537b990e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8025 | 2025.04.18 21:43:26.835066 [ 255 ] {bbcac94e-da18-4803-b7f7-712c537b990e} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8026 | 2025.04.18 21:43:26.835317 [ 255 ] {bbcac94e-da18-4803-b7f7-712c537b990e} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001952 sec., 69672.13114754099 rows/sec., 6.00 MiB/sec. | ||
| 8027 | 2025.04.18 21:43:26.835374 [ 255 ] {bbcac94e-da18-4803-b7f7-712c537b990e} <Debug> TCPHandler: Processed in 0.002286003 sec. | ||
| 8028 | 2025.04.18 21:43:26.835496 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8029 | 2025.04.18 21:43:26.835601 [ 255 ] {1520a230-4a76-4d49-8a0a-776458dea5ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8030 | 2025.04.18 21:43:26.835647 [ 255 ] {1520a230-4a76-4d49-8a0a-776458dea5ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8031 | 2025.04.18 21:43:26.836163 [ 255 ] {1520a230-4a76-4d49-8a0a-776458dea5ce} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8032 | 2025.04.18 21:43:26.836202 [ 255 ] {1520a230-4a76-4d49-8a0a-776458dea5ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8033 | 2025.04.18 21:43:26.836553 [ 255 ] {1520a230-4a76-4d49-8a0a-776458dea5ce} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8034 | 2025.04.18 21:43:26.836806 [ 255 ] {1520a230-4a76-4d49-8a0a-776458dea5ce} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8035 | 2025.04.18 21:43:26.837006 [ 255 ] {1520a230-4a76-4d49-8a0a-776458dea5ce} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001427 sec., 28030.83391730904 rows/sec., 2.06 MiB/sec. | ||
| 8036 | 2025.04.18 21:43:26.837056 [ 255 ] {1520a230-4a76-4d49-8a0a-776458dea5ce} <Debug> TCPHandler: Processed in 0.001611798 sec. | ||
| 8037 | 2025.04.18 21:43:26.837166 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8038 | 2025.04.18 21:43:26.837270 [ 255 ] {d4348470-4027-4791-8990-45e5707e0a65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8039 | 2025.04.18 21:43:26.837314 [ 255 ] {d4348470-4027-4791-8990-45e5707e0a65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8040 | 2025.04.18 21:43:26.837850 [ 255 ] {d4348470-4027-4791-8990-45e5707e0a65} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8041 | 2025.04.18 21:43:26.837889 [ 255 ] {d4348470-4027-4791-8990-45e5707e0a65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8042 | 2025.04.18 21:43:26.838245 [ 255 ] {d4348470-4027-4791-8990-45e5707e0a65} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8043 | 2025.04.18 21:43:26.838485 [ 255 ] {d4348470-4027-4791-8990-45e5707e0a65} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8044 | 2025.04.18 21:43:26.838713 [ 255 ] {d4348470-4027-4791-8990-45e5707e0a65} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001464 sec., 71038.25136612022 rows/sec., 5.55 MiB/sec. | ||
| 8045 | 2025.04.18 21:43:26.838819 [ 255 ] {d4348470-4027-4791-8990-45e5707e0a65} <Debug> TCPHandler: Processed in 0.00170217 sec. | ||
| 8046 | 2025.04.18 21:43:26.839032 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8047 | 2025.04.18 21:43:26.839176 [ 255 ] {e7831da5-6c73-4eff-afee-379bba196893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8048 | 2025.04.18 21:43:26.839229 [ 255 ] {e7831da5-6c73-4eff-afee-379bba196893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8049 | 2025.04.18 21:43:26.839758 [ 255 ] {e7831da5-6c73-4eff-afee-379bba196893} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8050 | 2025.04.18 21:43:26.839796 [ 255 ] {e7831da5-6c73-4eff-afee-379bba196893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8051 | 2025.04.18 21:43:26.840198 [ 255 ] {e7831da5-6c73-4eff-afee-379bba196893} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8052 | 2025.04.18 21:43:26.840438 [ 255 ] {e7831da5-6c73-4eff-afee-379bba196893} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8053 | 2025.04.18 21:43:26.840654 [ 255 ] {e7831da5-6c73-4eff-afee-379bba196893} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001502 sec., 106524.63382157123 rows/sec., 7.42 MiB/sec. | ||
| 8054 | 2025.04.18 21:43:26.840704 [ 255 ] {e7831da5-6c73-4eff-afee-379bba196893} <Debug> TCPHandler: Processed in 0.001769581 sec. | ||
| 8055 | 2025.04.18 21:43:26.840820 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8056 | 2025.04.18 21:43:26.840925 [ 255 ] {a3cf74cf-156a-41fd-98dd-49b67b134781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8057 | 2025.04.18 21:43:26.840993 [ 255 ] {a3cf74cf-156a-41fd-98dd-49b67b134781} <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 | ||
| 8058 | 2025.04.18 21:43:26.842072 [ 255 ] {a3cf74cf-156a-41fd-98dd-49b67b134781} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8059 | 2025.04.18 21:43:26.842111 [ 255 ] {a3cf74cf-156a-41fd-98dd-49b67b134781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8060 | 2025.04.18 21:43:26.842755 [ 255 ] {a3cf74cf-156a-41fd-98dd-49b67b134781} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8061 | 2025.04.18 21:43:26.843008 [ 255 ] {a3cf74cf-156a-41fd-98dd-49b67b134781} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8062 | 2025.04.18 21:43:26.843225 [ 255 ] {a3cf74cf-156a-41fd-98dd-49b67b134781} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002322 sec., 17226.528854435834 rows/sec., 30.87 MiB/sec. | ||
| 8063 | 2025.04.18 21:43:26.843314 [ 255 ] {a3cf74cf-156a-41fd-98dd-49b67b134781} <Debug> TCPHandler: Processed in 0.002545859 sec. | ||
| 8064 | 2025.04.18 21:43:26.843441 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8065 | 2025.04.18 21:43:26.843562 [ 255 ] {dad49f01-8563-4196-b298-1b3f3cdc3d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8066 | 2025.04.18 21:43:26.843615 [ 255 ] {dad49f01-8563-4196-b298-1b3f3cdc3d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8067 | 2025.04.18 21:43:26.844117 [ 255 ] {dad49f01-8563-4196-b298-1b3f3cdc3d41} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8068 | 2025.04.18 21:43:26.844157 [ 255 ] {dad49f01-8563-4196-b298-1b3f3cdc3d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8069 | 2025.04.18 21:43:26.844528 [ 255 ] {dad49f01-8563-4196-b298-1b3f3cdc3d41} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8070 | 2025.04.18 21:43:26.844770 [ 255 ] {dad49f01-8563-4196-b298-1b3f3cdc3d41} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8071 | 2025.04.18 21:43:26.844993 [ 255 ] {dad49f01-8563-4196-b298-1b3f3cdc3d41} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001455 sec., 41237.113402061856 rows/sec., 2.78 MiB/sec. | ||
| 8072 | 2025.04.18 21:43:26.845043 [ 255 ] {dad49f01-8563-4196-b298-1b3f3cdc3d41} <Debug> TCPHandler: Processed in 0.001659909 sec. | ||
| 8073 | 2025.04.18 21:43:28.263581 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8074 | 2025.04.18 21:43:28.263790 [ 255 ] {79040b19-b58a-4953-95b1-a52477728573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8075 | 2025.04.18 21:43:28.263871 [ 255 ] {79040b19-b58a-4953-95b1-a52477728573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8076 | 2025.04.18 21:43:28.264796 [ 255 ] {79040b19-b58a-4953-95b1-a52477728573} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8077 | 2025.04.18 21:43:28.264840 [ 255 ] {79040b19-b58a-4953-95b1-a52477728573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8078 | 2025.04.18 21:43:28.265281 [ 255 ] {79040b19-b58a-4953-95b1-a52477728573} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8079 | 2025.04.18 21:43:28.265538 [ 255 ] {79040b19-b58a-4953-95b1-a52477728573} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8080 | 2025.04.18 21:43:28.265688 [ 50 ] {} <Debug> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8081 | 2025.04.18 21:43:28.265740 [ 50 ] {} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8082 | 2025.04.18 21:43:28.265746 [ 255 ] {79040b19-b58a-4953-95b1-a52477728573} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002011 sec., 105420.18896071606 rows/sec., 6.70 MiB/sec. | ||
| 8083 | 2025.04.18 21:43:28.265768 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8084 | 2025.04.18 21:43:28.265867 [ 255 ] {79040b19-b58a-4953-95b1-a52477728573} <Debug> TCPHandler: Processed in 0.002421017 sec. | ||
| 8085 | 2025.04.18 21:43:28.266052 [ 197 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 8086 | 2025.04.18 21:43:28.266085 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8087 | 2025.04.18 21:43:28.266321 [ 255 ] {cc8ddb12-a06f-4f13-b049-55d081613ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8088 | 2025.04.18 21:43:28.266342 [ 197 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8089 | 2025.04.18 21:43:28.266414 [ 255 ] {cc8ddb12-a06f-4f13-b049-55d081613ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8090 | 2025.04.18 21:43:28.266421 [ 197 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 212 rows starting from the beginning of the part | ||
| 8091 | 2025.04.18 21:43:28.266758 [ 197 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part | ||
| 8092 | 2025.04.18 21:43:28.267105 [ 197 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part | ||
| 8093 | 2025.04.18 21:43:28.267508 [ 197 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part | ||
| 8094 | 2025.04.18 21:43:28.267836 [ 197 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part | ||
| 8095 | 2025.04.18 21:43:28.269781 [ 198 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003887011 sec., 272703.1130089418 rows/sec., 18.38 MiB/sec. | ||
| 8096 | 2025.04.18 21:43:28.270026 [ 198 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8097 | 2025.04.18 21:43:28.270130 [ 255 ] {cc8ddb12-a06f-4f13-b049-55d081613ba6} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8098 | 2025.04.18 21:43:28.270181 [ 255 ] {cc8ddb12-a06f-4f13-b049-55d081613ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8099 | 2025.04.18 21:43:28.270582 [ 198 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_25_6} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8100 | 2025.04.18 21:43:28.270775 [ 198 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_25_6} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8101 | 2025.04.18 21:43:28.271021 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 8102 | 2025.04.18 21:43:28.271130 [ 255 ] {cc8ddb12-a06f-4f13-b049-55d081613ba6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8103 | 2025.04.18 21:43:28.271406 [ 255 ] {cc8ddb12-a06f-4f13-b049-55d081613ba6} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8104 | 2025.04.18 21:43:28.271550 [ 50 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8105 | 2025.04.18 21:43:28.271587 [ 50 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8106 | 2025.04.18 21:43:28.271611 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8107 | 2025.04.18 21:43:28.271611 [ 255 ] {cc8ddb12-a06f-4f13-b049-55d081613ba6} <Debug> executeQuery: Read 1757 rows, 145.47 KiB in 0.005379 sec., 326640.6395240751 rows/sec., 26.41 MiB/sec. | ||
| 8108 | 2025.04.18 21:43:28.271930 [ 255 ] {cc8ddb12-a06f-4f13-b049-55d081613ba6} <Debug> TCPHandler: Processed in 0.005899358 sec. | ||
| 8109 | 2025.04.18 21:43:28.271969 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8110 | 2025.04.18 21:43:28.272315 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8111 | 2025.04.18 21:43:28.272482 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8112 | 2025.04.18 21:43:28.272614 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1846 rows starting from the beginning of the part | ||
| 8113 | 2025.04.18 21:43:28.272695 [ 255 ] {d12a620f-9170-478a-8466-5aba1db39408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8114 | 2025.04.18 21:43:28.272916 [ 255 ] {d12a620f-9170-478a-8466-5aba1db39408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8115 | 2025.04.18 21:43:28.273057 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 617 rows starting from the beginning of the part | ||
| 8116 | 2025.04.18 21:43:28.273443 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 137 rows starting from the beginning of the part | ||
| 8117 | 2025.04.18 21:43:28.273761 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 617 rows starting from the beginning of the part | ||
| 8118 | 2025.04.18 21:43:28.274265 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 136 rows starting from the beginning of the part | ||
| 8119 | 2025.04.18 21:43:28.274651 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1757 rows starting from the beginning of the part | ||
| 8120 | 2025.04.18 21:43:28.276119 [ 255 ] {d12a620f-9170-478a-8466-5aba1db39408} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8121 | 2025.04.18 21:43:28.276180 [ 255 ] {d12a620f-9170-478a-8466-5aba1db39408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8122 | 2025.04.18 21:43:28.277157 [ 255 ] {d12a620f-9170-478a-8466-5aba1db39408} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8123 | 2025.04.18 21:43:28.277554 [ 255 ] {d12a620f-9170-478a-8466-5aba1db39408} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8124 | 2025.04.18 21:43:28.277779 [ 255 ] {d12a620f-9170-478a-8466-5aba1db39408} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.005225 sec., 20287.08133971292 rows/sec., 1.19 MiB/sec. | ||
| 8125 | 2025.04.18 21:43:28.277946 [ 255 ] {d12a620f-9170-478a-8466-5aba1db39408} <Debug> TCPHandler: Processed in 0.005785515 sec. | ||
| 8126 | 2025.04.18 21:43:28.278116 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8127 | 2025.04.18 21:43:28.278256 [ 255 ] {8ef84471-d8fd-4d9e-8fe9-781daf56c8c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8128 | 2025.04.18 21:43:28.278346 [ 255 ] {8ef84471-d8fd-4d9e-8fe9-781daf56c8c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8129 | 2025.04.18 21:43:28.278782 [ 188 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5110 rows, containing 5 columns (5 merged, 0 gathered) in 0.007088985 sec., 720836.6218859259 rows/sec., 60.88 MiB/sec. | ||
| 8130 | 2025.04.18 21:43:28.279346 [ 188 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8131 | 2025.04.18 21:43:28.279730 [ 255 ] {8ef84471-d8fd-4d9e-8fe9-781daf56c8c7} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8132 | 2025.04.18 21:43:28.279808 [ 255 ] {8ef84471-d8fd-4d9e-8fe9-781daf56c8c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8133 | 2025.04.18 21:43:28.279913 [ 188 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_66_13} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8134 | 2025.04.18 21:43:28.280092 [ 188 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_66_13} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8135 | 2025.04.18 21:43:28.280279 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 8136 | 2025.04.18 21:43:28.280481 [ 255 ] {8ef84471-d8fd-4d9e-8fe9-781daf56c8c7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8137 | 2025.04.18 21:43:28.280739 [ 255 ] {8ef84471-d8fd-4d9e-8fe9-781daf56c8c7} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8138 | 2025.04.18 21:43:28.280957 [ 255 ] {8ef84471-d8fd-4d9e-8fe9-781daf56c8c7} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002753 sec., 123864.87468216493 rows/sec., 8.26 MiB/sec. | ||
| 8139 | 2025.04.18 21:43:28.281129 [ 255 ] {8ef84471-d8fd-4d9e-8fe9-781daf56c8c7} <Debug> TCPHandler: Processed in 0.003068461 sec. | ||
| 8140 | 2025.04.18 21:43:28.281365 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8141 | 2025.04.18 21:43:28.281471 [ 255 ] {946a5aa9-9a4c-4d05-af17-3f4e4cb5ca4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8142 | 2025.04.18 21:43:28.281518 [ 255 ] {946a5aa9-9a4c-4d05-af17-3f4e4cb5ca4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8143 | 2025.04.18 21:43:28.282099 [ 255 ] {946a5aa9-9a4c-4d05-af17-3f4e4cb5ca4d} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8144 | 2025.04.18 21:43:28.282137 [ 255 ] {946a5aa9-9a4c-4d05-af17-3f4e4cb5ca4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8145 | 2025.04.18 21:43:28.282495 [ 255 ] {946a5aa9-9a4c-4d05-af17-3f4e4cb5ca4d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8146 | 2025.04.18 21:43:28.282749 [ 255 ] {946a5aa9-9a4c-4d05-af17-3f4e4cb5ca4d} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8147 | 2025.04.18 21:43:28.282875 [ 50 ] {} <Debug> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8148 | 2025.04.18 21:43:28.282917 [ 50 ] {} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8149 | 2025.04.18 21:43:28.282927 [ 255 ] {946a5aa9-9a4c-4d05-af17-3f4e4cb5ca4d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001477 sec., 75829.38388625592 rows/sec., 4.32 MiB/sec. | ||
| 8150 | 2025.04.18 21:43:28.282944 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8151 | 2025.04.18 21:43:28.283039 [ 255 ] {946a5aa9-9a4c-4d05-af17-3f4e4cb5ca4d} <Debug> TCPHandler: Processed in 0.00173979 sec. | ||
| 8152 | 2025.04.18 21:43:28.283142 [ 186 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 8153 | 2025.04.18 21:43:28.283254 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8154 | 2025.04.18 21:43:28.283317 [ 186 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8155 | 2025.04.18 21:43:28.283360 [ 186 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 112 rows starting from the beginning of the part | ||
| 8156 | 2025.04.18 21:43:28.283394 [ 255 ] {35fba099-3a8a-4927-9da2-46566db404aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8157 | 2025.04.18 21:43:28.283502 [ 186 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 112 rows starting from the beginning of the part | ||
| 8158 | 2025.04.18 21:43:28.283502 [ 255 ] {35fba099-3a8a-4927-9da2-46566db404aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8159 | 2025.04.18 21:43:28.283963 [ 186 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part | ||
| 8160 | 2025.04.18 21:43:28.284368 [ 186 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part | ||
| 8161 | 2025.04.18 21:43:28.284766 [ 186 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 112 rows starting from the beginning of the part | ||
| 8162 | 2025.04.18 21:43:28.286462 [ 255 ] {35fba099-3a8a-4927-9da2-46566db404aa} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8163 | 2025.04.18 21:43:28.286486 [ 194 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003464191 sec., 161653.90418715365 rows/sec., 9.83 MiB/sec. | ||
| 8164 | 2025.04.18 21:43:28.286513 [ 255 ] {35fba099-3a8a-4927-9da2-46566db404aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8165 | 2025.04.18 21:43:28.286752 [ 194 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8166 | 2025.04.18 21:43:28.287203 [ 255 ] {35fba099-3a8a-4927-9da2-46566db404aa} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8167 | 2025.04.18 21:43:28.287305 [ 194 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_25_6} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8168 | 2025.04.18 21:43:28.287486 [ 194 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_25_6} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8169 | 2025.04.18 21:43:28.287653 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 8170 | 2025.04.18 21:43:28.287725 [ 255 ] {35fba099-3a8a-4927-9da2-46566db404aa} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8171 | 2025.04.18 21:43:28.287872 [ 50 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8172 | 2025.04.18 21:43:28.287916 [ 50 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8173 | 2025.04.18 21:43:28.287926 [ 255 ] {35fba099-3a8a-4927-9da2-46566db404aa} <Debug> executeQuery: Read 838 rows, 61.87 KiB in 0.004559 sec., 183812.2395262119 rows/sec., 13.25 MiB/sec. | ||
| 8174 | 2025.04.18 21:43:28.287946 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8175 | 2025.04.18 21:43:28.288093 [ 255 ] {35fba099-3a8a-4927-9da2-46566db404aa} <Debug> TCPHandler: Processed in 0.004917184 sec. | ||
| 8176 | 2025.04.18 21:43:28.288281 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8177 | 2025.04.18 21:43:28.288481 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8178 | 2025.04.18 21:43:28.288691 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8179 | 2025.04.18 21:43:28.288830 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part | ||
| 8180 | 2025.04.18 21:43:28.288958 [ 255 ] {9e2ab75c-9f09-4d61-b388-0c98797354dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8181 | 2025.04.18 21:43:28.289239 [ 255 ] {9e2ab75c-9f09-4d61-b388-0c98797354dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8182 | 2025.04.18 21:43:28.289400 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 382 rows starting from the beginning of the part | ||
| 8183 | 2025.04.18 21:43:28.290135 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 106 rows starting from the beginning of the part | ||
| 8184 | 2025.04.18 21:43:28.290505 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 382 rows starting from the beginning of the part | ||
| 8185 | 2025.04.18 21:43:28.290841 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 104 rows starting from the beginning of the part | ||
| 8186 | 2025.04.18 21:43:28.291125 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 838 rows starting from the beginning of the part | ||
| 8187 | 2025.04.18 21:43:28.292044 [ 255 ] {9e2ab75c-9f09-4d61-b388-0c98797354dc} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8188 | 2025.04.18 21:43:28.292118 [ 255 ] {9e2ab75c-9f09-4d61-b388-0c98797354dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8189 | 2025.04.18 21:43:28.293152 [ 255 ] {9e2ab75c-9f09-4d61-b388-0c98797354dc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8190 | 2025.04.18 21:43:28.293629 [ 255 ] {9e2ab75c-9f09-4d61-b388-0c98797354dc} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8191 | 2025.04.18 21:43:28.293882 [ 255 ] {9e2ab75c-9f09-4d61-b388-0c98797354dc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005119 sec., 1172.1039265481538 rows/sec., 61.24 KiB/sec. | ||
| 8192 | 2025.04.18 21:43:28.294077 [ 255 ] {9e2ab75c-9f09-4d61-b388-0c98797354dc} <Debug> TCPHandler: Processed in 0.005749784 sec. | ||
| 8193 | 2025.04.18 21:43:28.294383 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8194 | 2025.04.18 21:43:28.294448 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2726 rows, containing 5 columns (5 merged, 0 gathered) in 0.006390109 sec., 426596.7920109031 rows/sec., 32.47 MiB/sec. | ||
| 8195 | 2025.04.18 21:43:28.294549 [ 255 ] {a78159a2-5af5-4ad3-80d0-560a92d09b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8196 | 2025.04.18 21:43:28.294638 [ 255 ] {a78159a2-5af5-4ad3-80d0-560a92d09b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8197 | 2025.04.18 21:43:28.294690 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8198 | 2025.04.18 21:43:28.295293 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_66_13} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8199 | 2025.04.18 21:43:28.295368 [ 188 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_66_13} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8200 | 2025.04.18 21:43:28.295473 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 8201 | 2025.04.18 21:43:28.295846 [ 255 ] {a78159a2-5af5-4ad3-80d0-560a92d09b63} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8202 | 2025.04.18 21:43:28.295891 [ 255 ] {a78159a2-5af5-4ad3-80d0-560a92d09b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8203 | 2025.04.18 21:43:28.296344 [ 255 ] {a78159a2-5af5-4ad3-80d0-560a92d09b63} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8204 | 2025.04.18 21:43:28.296609 [ 255 ] {a78159a2-5af5-4ad3-80d0-560a92d09b63} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8205 | 2025.04.18 21:43:28.296744 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8206 | 2025.04.18 21:43:28.296785 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8207 | 2025.04.18 21:43:28.296791 [ 255 ] {a78159a2-5af5-4ad3-80d0-560a92d09b63} <Debug> executeQuery: Read 957 rows, 65.12 KiB in 0.002284 sec., 419001.7513134851 rows/sec., 27.84 MiB/sec. | ||
| 8208 | 2025.04.18 21:43:28.296812 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8209 | 2025.04.18 21:43:28.296906 [ 255 ] {a78159a2-5af5-4ad3-80d0-560a92d09b63} <Debug> TCPHandler: Processed in 0.002631551 sec. | ||
| 8210 | 2025.04.18 21:43:28.297209 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8211 | 2025.04.18 21:43:28.297250 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8212 | 2025.04.18 21:43:28.297628 [ 255 ] {24f46c31-7646-40a1-8089-3eead53082a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8213 | 2025.04.18 21:43:28.297795 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8214 | 2025.04.18 21:43:28.297817 [ 255 ] {24f46c31-7646-40a1-8089-3eead53082a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8215 | 2025.04.18 21:43:28.297931 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18545 rows starting from the beginning of the part | ||
| 8216 | 2025.04.18 21:43:28.298430 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 237 rows starting from the beginning of the part | ||
| 8217 | 2025.04.18 21:43:28.298891 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 161 rows starting from the beginning of the part | ||
| 8218 | 2025.04.18 21:43:28.299259 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part | ||
| 8219 | 2025.04.18 21:43:28.299734 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 8220 | 2025.04.18 21:43:28.300295 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 957 rows starting from the beginning of the part | ||
| 8221 | 2025.04.18 21:43:28.301317 [ 255 ] {24f46c31-7646-40a1-8089-3eead53082a8} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8222 | 2025.04.18 21:43:28.301390 [ 255 ] {24f46c31-7646-40a1-8089-3eead53082a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8223 | 2025.04.18 21:43:28.302134 [ 255 ] {24f46c31-7646-40a1-8089-3eead53082a8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8224 | 2025.04.18 21:43:28.302537 [ 255 ] {24f46c31-7646-40a1-8089-3eead53082a8} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8225 | 2025.04.18 21:43:28.302818 [ 255 ] {24f46c31-7646-40a1-8089-3eead53082a8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00534 sec., 187.26591760299624 rows/sec., 12.62 KiB/sec. | ||
| 8226 | 2025.04.18 21:43:28.302972 [ 255 ] {24f46c31-7646-40a1-8089-3eead53082a8} <Debug> TCPHandler: Processed in 0.005848486 sec. | ||
| 8227 | 2025.04.18 21:43:28.303103 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8228 | 2025.04.18 21:43:28.303343 [ 255 ] {7d6bcdf1-4923-4787-9f19-cea2b4234618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8229 | 2025.04.18 21:43:28.303477 [ 255 ] {7d6bcdf1-4923-4787-9f19-cea2b4234618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8230 | 2025.04.18 21:43:28.304676 [ 255 ] {7d6bcdf1-4923-4787-9f19-cea2b4234618} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8231 | 2025.04.18 21:43:28.304716 [ 255 ] {7d6bcdf1-4923-4787-9f19-cea2b4234618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8232 | 2025.04.18 21:43:28.305244 [ 255 ] {7d6bcdf1-4923-4787-9f19-cea2b4234618} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8233 | 2025.04.18 21:43:28.305945 [ 255 ] {7d6bcdf1-4923-4787-9f19-cea2b4234618} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8234 | 2025.04.18 21:43:28.306083 [ 50 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8235 | 2025.04.18 21:43:28.306126 [ 50 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8236 | 2025.04.18 21:43:28.306136 [ 255 ] {7d6bcdf1-4923-4787-9f19-cea2b4234618} <Debug> executeQuery: Read 36 rows, 2.15 KiB in 0.002875 sec., 12521.739130434782 rows/sec., 746.60 KiB/sec. | ||
| 8237 | 2025.04.18 21:43:28.306155 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8238 | 2025.04.18 21:43:28.306256 [ 255 ] {7d6bcdf1-4923-4787-9f19-cea2b4234618} <Debug> TCPHandler: Processed in 0.003206345 sec. | ||
| 8239 | 2025.04.18 21:43:28.306409 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8240 | 2025.04.18 21:43:28.306531 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8241 | 2025.04.18 21:43:28.306560 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3622 rows starting from the beginning of the part | ||
| 8242 | 2025.04.18 21:43:28.306641 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part | ||
| 8243 | 2025.04.18 21:43:28.306880 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 8244 | 2025.04.18 21:43:28.307036 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part | ||
| 8245 | 2025.04.18 21:43:28.307198 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 8246 | 2025.04.18 21:43:28.307349 [ 200 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 36 rows starting from the beginning of the part | ||
| 8247 | 2025.04.18 21:43:28.309167 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3942 rows, containing 4 columns (4 merged, 0 gathered) in 0.002898237 sec., 1360137.2144514062 rows/sec., 88.98 MiB/sec. | ||
| 8248 | 2025.04.18 21:43:28.309597 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8249 | 2025.04.18 21:43:28.309918 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_66_13} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8250 | 2025.04.18 21:43:28.310018 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_66_13} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8251 | 2025.04.18 21:43:28.310109 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 8252 | 2025.04.18 21:43:28.310295 [ 200 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20297 rows, containing 5 columns (5 merged, 0 gathered) in 0.013357721 sec., 1519495.728350667 rows/sec., 102.65 MiB/sec. | ||
| 8253 | 2025.04.18 21:43:28.310653 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8254 | 2025.04.18 21:43:28.310979 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8255 | 2025.04.18 21:43:28.311061 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8256 | 2025.04.18 21:43:28.311157 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 8257 | 2025.04.18 21:43:31.830335 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8258 | 2025.04.18 21:43:31.830574 [ 255 ] {68d649cc-7a33-4efd-b374-6053fd6c4eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8259 | 2025.04.18 21:43:31.830659 [ 255 ] {68d649cc-7a33-4efd-b374-6053fd6c4eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8260 | 2025.04.18 21:43:31.831529 [ 255 ] {68d649cc-7a33-4efd-b374-6053fd6c4eaa} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8261 | 2025.04.18 21:43:31.831588 [ 255 ] {68d649cc-7a33-4efd-b374-6053fd6c4eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8262 | 2025.04.18 21:43:31.832049 [ 255 ] {68d649cc-7a33-4efd-b374-6053fd6c4eaa} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8263 | 2025.04.18 21:43:31.832306 [ 255 ] {68d649cc-7a33-4efd-b374-6053fd6c4eaa} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8264 | 2025.04.18 21:43:31.832522 [ 255 ] {68d649cc-7a33-4efd-b374-6053fd6c4eaa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001999 sec., 28014.007003501752 rows/sec., 2.14 MiB/sec. | ||
| 8265 | 2025.04.18 21:43:31.832635 [ 255 ] {68d649cc-7a33-4efd-b374-6053fd6c4eaa} <Debug> TCPHandler: Processed in 0.002448587 sec. | ||
| 8266 | 2025.04.18 21:43:31.832828 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8267 | 2025.04.18 21:43:31.833031 [ 255 ] {bc06b135-9d53-4b4c-b50a-1c4242d83621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8268 | 2025.04.18 21:43:31.833086 [ 255 ] {bc06b135-9d53-4b4c-b50a-1c4242d83621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8269 | 2025.04.18 21:43:31.833664 [ 255 ] {bc06b135-9d53-4b4c-b50a-1c4242d83621} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8270 | 2025.04.18 21:43:31.833704 [ 255 ] {bc06b135-9d53-4b4c-b50a-1c4242d83621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8271 | 2025.04.18 21:43:31.834082 [ 255 ] {bc06b135-9d53-4b4c-b50a-1c4242d83621} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8272 | 2025.04.18 21:43:31.834340 [ 255 ] {bc06b135-9d53-4b4c-b50a-1c4242d83621} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8273 | 2025.04.18 21:43:31.834528 [ 255 ] {bc06b135-9d53-4b4c-b50a-1c4242d83621} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001533 sec., 41748.20613176777 rows/sec., 3.26 MiB/sec. | ||
| 8274 | 2025.04.18 21:43:31.834638 [ 255 ] {bc06b135-9d53-4b4c-b50a-1c4242d83621} <Debug> TCPHandler: Processed in 0.001916914 sec. | ||
| 8275 | 2025.04.18 21:43:31.834803 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8276 | 2025.04.18 21:43:31.834956 [ 255 ] {da6c114f-2bcc-4caa-95ef-6cd417a9bbf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8277 | 2025.04.18 21:43:31.835013 [ 255 ] {da6c114f-2bcc-4caa-95ef-6cd417a9bbf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8278 | 2025.04.18 21:43:31.835537 [ 255 ] {da6c114f-2bcc-4caa-95ef-6cd417a9bbf5} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8279 | 2025.04.18 21:43:31.835575 [ 255 ] {da6c114f-2bcc-4caa-95ef-6cd417a9bbf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8280 | 2025.04.18 21:43:31.835978 [ 255 ] {da6c114f-2bcc-4caa-95ef-6cd417a9bbf5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8281 | 2025.04.18 21:43:31.836216 [ 255 ] {da6c114f-2bcc-4caa-95ef-6cd417a9bbf5} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8282 | 2025.04.18 21:43:31.836392 [ 255 ] {da6c114f-2bcc-4caa-95ef-6cd417a9bbf5} <Debug> executeQuery: Read 126 rows, 8.98 KiB in 0.001464 sec., 86065.5737704918 rows/sec., 5.99 MiB/sec. | ||
| 8283 | 2025.04.18 21:43:31.836445 [ 255 ] {da6c114f-2bcc-4caa-95ef-6cd417a9bbf5} <Debug> TCPHandler: Processed in 0.001734121 sec. | ||
| 8284 | 2025.04.18 21:43:31.836564 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8285 | 2025.04.18 21:43:31.836670 [ 255 ] {7d170510-7e75-4f36-abdc-872692f9f396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8286 | 2025.04.18 21:43:31.836722 [ 255 ] {7d170510-7e75-4f36-abdc-872692f9f396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8287 | 2025.04.18 21:43:31.837138 [ 255 ] {7d170510-7e75-4f36-abdc-872692f9f396} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8288 | 2025.04.18 21:43:31.837176 [ 255 ] {7d170510-7e75-4f36-abdc-872692f9f396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8289 | 2025.04.18 21:43:31.837539 [ 255 ] {7d170510-7e75-4f36-abdc-872692f9f396} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8290 | 2025.04.18 21:43:31.837779 [ 255 ] {7d170510-7e75-4f36-abdc-872692f9f396} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8291 | 2025.04.18 21:43:31.837946 [ 255 ] {7d170510-7e75-4f36-abdc-872692f9f396} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.001299 sec., 35411.85527328715 rows/sec., 2.40 MiB/sec. | ||
| 8292 | 2025.04.18 21:43:31.837995 [ 255 ] {7d170510-7e75-4f36-abdc-872692f9f396} <Debug> TCPHandler: Processed in 0.001483324 sec. | ||
| 8293 | 2025.04.18 21:43:32.408344 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 8294 | 2025.04.18 21:43:32.409009 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8295 | 2025.04.18 21:43:32.409063 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8296 | 2025.04.18 21:43:32.409622 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8297 | 2025.04.18 21:43:32.409881 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8298 | 2025.04.18 21:43:32.410128 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 8299 | 2025.04.18 21:43:32.410134 [ 41 ] {} <Debug> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8300 | 2025.04.18 21:43:32.410214 [ 41 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8301 | 2025.04.18 21:43:32.410239 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8302 | 2025.04.18 21:43:32.410398 [ 187 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8303 | 2025.04.18 21:43:32.410757 [ 187 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8304 | 2025.04.18 21:43:32.410885 [ 187 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part | ||
| 8305 | 2025.04.18 21:43:32.411018 [ 187 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 8306 | 2025.04.18 21:43:32.411254 [ 187 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 8307 | 2025.04.18 21:43:32.411530 [ 187 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 8308 | 2025.04.18 21:43:32.411742 [ 187 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 8309 | 2025.04.18 21:43:32.411907 [ 187 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 8310 | 2025.04.18 21:43:32.414519 [ 195 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004207478 sec., 4479880.821717904 rows/sec., 64.09 MiB/sec. | ||
| 8311 | 2025.04.18 21:43:32.414965 [ 195 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8312 | 2025.04.18 21:43:32.415469 [ 195 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_41_8} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8313 | 2025.04.18 21:43:32.415615 [ 195 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_41_8} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8314 | 2025.04.18 21:43:32.415777 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8315 | 2025.04.18 21:43:33.713879 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8316 | 2025.04.18 21:43:33.735297 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8317 | 2025.04.18 21:43:33.735356 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8318 | 2025.04.18 21:43:33.742564 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8319 | 2025.04.18 21:43:33.743318 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8320 | 2025.04.18 21:43:33.743730 [ 40 ] {} <Debug> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8321 | 2025.04.18 21:43:33.743881 [ 40 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8322 | 2025.04.18 21:43:33.743958 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8323 | 2025.04.18 21:43:33.744507 [ 190 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8324 | 2025.04.18 21:43:33.754317 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8325 | 2025.04.18 21:43:33.755536 [ 190 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8326 | 2025.04.18 21:43:33.756436 [ 190 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part | ||
| 8327 | 2025.04.18 21:43:33.760924 [ 190 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part | ||
| 8328 | 2025.04.18 21:43:33.765424 [ 190 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
| 8329 | 2025.04.18 21:43:33.770347 [ 190 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part | ||
| 8330 | 2025.04.18 21:43:33.775611 [ 190 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 8331 | 2025.04.18 21:43:33.779862 [ 190 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part | ||
| 8332 | 2025.04.18 21:43:33.841084 [ 191 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.096987358 sec., 3185.9822390460417 rows/sec., 16.47 MiB/sec. | ||
| 8333 | 2025.04.18 21:43:33.843604 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8334 | 2025.04.18 21:43:33.846197 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_41_8} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8335 | 2025.04.18 21:43:33.846316 [ 199 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_41_8} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8336 | 2025.04.18 21:43:33.848089 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8337 | 2025.04.18 21:43:34.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.13 MiB, peak 227.55 MiB, free memory in arenas 0.00 B, will set to 216.43 MiB (RSS), difference: 2.30 MiB | ||
| 8338 | 2025.04.18 21:43:34.984803 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1162 | ||
| 8339 | 2025.04.18 21:43:34.988124 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8340 | 2025.04.18 21:43:34.988176 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8341 | 2025.04.18 21:43:34.989773 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8342 | 2025.04.18 21:43:34.990199 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8343 | 2025.04.18 21:43:34.991996 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1162 | ||
| 8344 | 2025.04.18 21:43:36.833595 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8345 | 2025.04.18 21:43:36.833815 [ 255 ] {2a0a2147-3a5b-4ade-9fb7-f09f53ac9f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8346 | 2025.04.18 21:43:36.833899 [ 255 ] {2a0a2147-3a5b-4ade-9fb7-f09f53ac9f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8347 | 2025.04.18 21:43:36.834806 [ 255 ] {2a0a2147-3a5b-4ade-9fb7-f09f53ac9f5b} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8348 | 2025.04.18 21:43:36.834857 [ 255 ] {2a0a2147-3a5b-4ade-9fb7-f09f53ac9f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8349 | 2025.04.18 21:43:36.835321 [ 255 ] {2a0a2147-3a5b-4ade-9fb7-f09f53ac9f5b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8350 | 2025.04.18 21:43:36.835575 [ 255 ] {2a0a2147-3a5b-4ade-9fb7-f09f53ac9f5b} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8351 | 2025.04.18 21:43:36.835812 [ 255 ] {2a0a2147-3a5b-4ade-9fb7-f09f53ac9f5b} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002057 sec., 66115.70247933886 rows/sec., 5.70 MiB/sec. | ||
| 8352 | 2025.04.18 21:43:36.835871 [ 255 ] {2a0a2147-3a5b-4ade-9fb7-f09f53ac9f5b} <Debug> TCPHandler: Processed in 0.002424486 sec. | ||
| 8353 | 2025.04.18 21:43:36.836000 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8354 | 2025.04.18 21:43:36.836108 [ 255 ] {b464eab4-0f8d-4ffd-9b9b-b54cc4acb01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8355 | 2025.04.18 21:43:36.836156 [ 255 ] {b464eab4-0f8d-4ffd-9b9b-b54cc4acb01b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8356 | 2025.04.18 21:43:36.836690 [ 255 ] {b464eab4-0f8d-4ffd-9b9b-b54cc4acb01b} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8357 | 2025.04.18 21:43:36.836730 [ 255 ] {b464eab4-0f8d-4ffd-9b9b-b54cc4acb01b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8358 | 2025.04.18 21:43:36.837089 [ 255 ] {b464eab4-0f8d-4ffd-9b9b-b54cc4acb01b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8359 | 2025.04.18 21:43:36.837326 [ 255 ] {b464eab4-0f8d-4ffd-9b9b-b54cc4acb01b} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8360 | 2025.04.18 21:43:36.837535 [ 255 ] {b464eab4-0f8d-4ffd-9b9b-b54cc4acb01b} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00145 sec., 27586.206896551725 rows/sec., 2.03 MiB/sec. | ||
| 8361 | 2025.04.18 21:43:36.837587 [ 255 ] {b464eab4-0f8d-4ffd-9b9b-b54cc4acb01b} <Debug> TCPHandler: Processed in 0.001638858 sec. | ||
| 8362 | 2025.04.18 21:43:36.837697 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8363 | 2025.04.18 21:43:36.837802 [ 255 ] {3f90cb64-98e2-46ac-85f2-99260afed7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8364 | 2025.04.18 21:43:36.837849 [ 255 ] {3f90cb64-98e2-46ac-85f2-99260afed7db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8365 | 2025.04.18 21:43:36.838389 [ 255 ] {3f90cb64-98e2-46ac-85f2-99260afed7db} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8366 | 2025.04.18 21:43:36.838428 [ 255 ] {3f90cb64-98e2-46ac-85f2-99260afed7db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8367 | 2025.04.18 21:43:36.838783 [ 255 ] {3f90cb64-98e2-46ac-85f2-99260afed7db} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8368 | 2025.04.18 21:43:36.839027 [ 255 ] {3f90cb64-98e2-46ac-85f2-99260afed7db} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8369 | 2025.04.18 21:43:36.839226 [ 255 ] {3f90cb64-98e2-46ac-85f2-99260afed7db} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001446 sec., 71922.5449515906 rows/sec., 5.62 MiB/sec. | ||
| 8370 | 2025.04.18 21:43:36.839278 [ 255 ] {3f90cb64-98e2-46ac-85f2-99260afed7db} <Debug> TCPHandler: Processed in 0.001631558 sec. | ||
| 8371 | 2025.04.18 21:43:36.839395 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8372 | 2025.04.18 21:43:36.839499 [ 255 ] {ceb71556-cba2-43f5-9d89-4b0c42b5ee1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8373 | 2025.04.18 21:43:36.839550 [ 255 ] {ceb71556-cba2-43f5-9d89-4b0c42b5ee1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8374 | 2025.04.18 21:43:36.840073 [ 255 ] {ceb71556-cba2-43f5-9d89-4b0c42b5ee1f} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8375 | 2025.04.18 21:43:36.840112 [ 255 ] {ceb71556-cba2-43f5-9d89-4b0c42b5ee1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8376 | 2025.04.18 21:43:36.840498 [ 255 ] {ceb71556-cba2-43f5-9d89-4b0c42b5ee1f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8377 | 2025.04.18 21:43:36.840745 [ 255 ] {ceb71556-cba2-43f5-9d89-4b0c42b5ee1f} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8378 | 2025.04.18 21:43:36.840964 [ 255 ] {ceb71556-cba2-43f5-9d89-4b0c42b5ee1f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001485 sec., 107744.10774410775 rows/sec., 7.50 MiB/sec. | ||
| 8379 | 2025.04.18 21:43:36.841033 [ 255 ] {ceb71556-cba2-43f5-9d89-4b0c42b5ee1f} <Debug> TCPHandler: Processed in 0.001687349 sec. | ||
| 8380 | 2025.04.18 21:43:36.841161 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8381 | 2025.04.18 21:43:36.841278 [ 255 ] {6b78bd7e-7421-4eea-bac2-671681fab124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8382 | 2025.04.18 21:43:36.841345 [ 255 ] {6b78bd7e-7421-4eea-bac2-671681fab124} <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 | ||
| 8383 | 2025.04.18 21:43:36.842483 [ 255 ] {6b78bd7e-7421-4eea-bac2-671681fab124} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8384 | 2025.04.18 21:43:36.842521 [ 255 ] {6b78bd7e-7421-4eea-bac2-671681fab124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8385 | 2025.04.18 21:43:36.843176 [ 255 ] {6b78bd7e-7421-4eea-bac2-671681fab124} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8386 | 2025.04.18 21:43:36.843429 [ 255 ] {6b78bd7e-7421-4eea-bac2-671681fab124} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8387 | 2025.04.18 21:43:36.843671 [ 255 ] {6b78bd7e-7421-4eea-bac2-671681fab124} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002414 sec., 16570.008285004144 rows/sec., 29.69 MiB/sec. | ||
| 8388 | 2025.04.18 21:43:36.843764 [ 255 ] {6b78bd7e-7421-4eea-bac2-671681fab124} <Debug> TCPHandler: Processed in 0.002670992 sec. | ||
| 8389 | 2025.04.18 21:43:36.843896 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8390 | 2025.04.18 21:43:36.844000 [ 255 ] {12bcffeb-a973-4f9a-b024-e6f5e2623cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8391 | 2025.04.18 21:43:36.844048 [ 255 ] {12bcffeb-a973-4f9a-b024-e6f5e2623cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8392 | 2025.04.18 21:43:36.844478 [ 255 ] {12bcffeb-a973-4f9a-b024-e6f5e2623cfc} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8393 | 2025.04.18 21:43:36.844517 [ 255 ] {12bcffeb-a973-4f9a-b024-e6f5e2623cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8394 | 2025.04.18 21:43:36.844877 [ 255 ] {12bcffeb-a973-4f9a-b024-e6f5e2623cfc} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8395 | 2025.04.18 21:43:36.845117 [ 255 ] {12bcffeb-a973-4f9a-b024-e6f5e2623cfc} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8396 | 2025.04.18 21:43:36.845319 [ 255 ] {12bcffeb-a973-4f9a-b024-e6f5e2623cfc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
| 8397 | 2025.04.18 21:43:36.845368 [ 255 ] {12bcffeb-a973-4f9a-b024-e6f5e2623cfc} <Debug> TCPHandler: Processed in 0.001523835 sec. | ||
| 8398 | 2025.04.18 21:43:39.691176 [ 33 ] {} <Debug> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3) (MergerMutator): Selected 5 parts from all_1_21_4 to all_25_25_0 | ||
| 8399 | 2025.04.18 21:43:39.691297 [ 33 ] {} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8400 | 2025.04.18 21:43:39.691340 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8401 | 2025.04.18 21:43:39.691629 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_4 to all_25_25_0 into Compact with storage Full | ||
| 8402 | 2025.04.18 21:43:39.691936 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8403 | 2025.04.18 21:43:39.691981 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 8404 | 2025.04.18 21:43:39.692069 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 8405 | 2025.04.18 21:43:39.692321 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 8406 | 2025.04.18 21:43:39.692554 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 8407 | 2025.04.18 21:43:39.692669 [ 201 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8408 | 2025.04.18 21:43:39.693810 [ 189 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002360045 sec., 63558.1101207816 rows/sec., 3.24 MiB/sec. | ||
| 8409 | 2025.04.18 21:43:39.694107 [ 189 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 8410 | 2025.04.18 21:43:39.694636 [ 189 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_25_5} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8411 | 2025.04.18 21:43:39.694730 [ 189 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_25_5} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3) (MergerMutator): Merged 5 parts: [all_1_21_4, all_25_25_0] -> all_1_25_5 | ||
| 8412 | 2025.04.18 21:43:39.694831 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8413 | 2025.04.18 21:43:39.733557 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8414 | 2025.04.18 21:43:39.733623 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8415 | 2025.04.18 21:43:39.910258 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 8416 | 2025.04.18 21:43:39.911169 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8417 | 2025.04.18 21:43:39.911214 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8418 | 2025.04.18 21:43:39.911745 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8419 | 2025.04.18 21:43:39.912007 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8420 | 2025.04.18 21:43:39.912293 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8421 | 2025.04.18 21:43:41.254394 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8422 | 2025.04.18 21:43:41.273348 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8423 | 2025.04.18 21:43:41.273413 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8424 | 2025.04.18 21:43:41.280226 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8425 | 2025.04.18 21:43:41.280961 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8426 | 2025.04.18 21:43:41.283605 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8427 | 2025.04.18 21:43:41.837783 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8428 | 2025.04.18 21:43:41.837976 [ 255 ] {4c5ffad8-d164-466c-9b67-9744a42f24a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8429 | 2025.04.18 21:43:41.838058 [ 255 ] {4c5ffad8-d164-466c-9b67-9744a42f24a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8430 | 2025.04.18 21:43:41.838883 [ 255 ] {4c5ffad8-d164-466c-9b67-9744a42f24a6} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8431 | 2025.04.18 21:43:41.838927 [ 255 ] {4c5ffad8-d164-466c-9b67-9744a42f24a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8432 | 2025.04.18 21:43:41.839403 [ 255 ] {4c5ffad8-d164-466c-9b67-9744a42f24a6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8433 | 2025.04.18 21:43:41.839677 [ 255 ] {4c5ffad8-d164-466c-9b67-9744a42f24a6} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8434 | 2025.04.18 21:43:41.839875 [ 255 ] {4c5ffad8-d164-466c-9b67-9744a42f24a6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001952 sec., 108606.55737704918 rows/sec., 6.91 MiB/sec. | ||
| 8435 | 2025.04.18 21:43:41.839940 [ 255 ] {4c5ffad8-d164-466c-9b67-9744a42f24a6} <Debug> TCPHandler: Processed in 0.002290093 sec. | ||
| 8436 | 2025.04.18 21:43:41.840062 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8437 | 2025.04.18 21:43:41.840174 [ 255 ] {5d058929-3322-4e00-8b6d-3a427b4ddc83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8438 | 2025.04.18 21:43:41.840223 [ 255 ] {5d058929-3322-4e00-8b6d-3a427b4ddc83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8439 | 2025.04.18 21:43:41.840953 [ 255 ] {5d058929-3322-4e00-8b6d-3a427b4ddc83} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8440 | 2025.04.18 21:43:41.840991 [ 255 ] {5d058929-3322-4e00-8b6d-3a427b4ddc83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8441 | 2025.04.18 21:43:41.841392 [ 255 ] {5d058929-3322-4e00-8b6d-3a427b4ddc83} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8442 | 2025.04.18 21:43:41.841644 [ 255 ] {5d058929-3322-4e00-8b6d-3a427b4ddc83} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8443 | 2025.04.18 21:43:41.841817 [ 255 ] {5d058929-3322-4e00-8b6d-3a427b4ddc83} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001669 sec., 369682.4445775914 rows/sec., 28.88 MiB/sec. | ||
| 8444 | 2025.04.18 21:43:41.841867 [ 255 ] {5d058929-3322-4e00-8b6d-3a427b4ddc83} <Debug> TCPHandler: Processed in 0.001860354 sec. | ||
| 8445 | 2025.04.18 21:43:41.841981 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8446 | 2025.04.18 21:43:41.842086 [ 255 ] {1d360c61-bc32-41bc-8c9e-3b68ead6c20a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8447 | 2025.04.18 21:43:41.842133 [ 255 ] {1d360c61-bc32-41bc-8c9e-3b68ead6c20a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8448 | 2025.04.18 21:43:41.842662 [ 255 ] {1d360c61-bc32-41bc-8c9e-3b68ead6c20a} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8449 | 2025.04.18 21:43:41.842699 [ 255 ] {1d360c61-bc32-41bc-8c9e-3b68ead6c20a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8450 | 2025.04.18 21:43:41.843060 [ 255 ] {1d360c61-bc32-41bc-8c9e-3b68ead6c20a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8451 | 2025.04.18 21:43:41.843302 [ 255 ] {1d360c61-bc32-41bc-8c9e-3b68ead6c20a} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8452 | 2025.04.18 21:43:41.843467 [ 255 ] {1d360c61-bc32-41bc-8c9e-3b68ead6c20a} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001403 sec., 75552.38774055595 rows/sec., 4.44 MiB/sec. | ||
| 8453 | 2025.04.18 21:43:41.843516 [ 255 ] {1d360c61-bc32-41bc-8c9e-3b68ead6c20a} <Debug> TCPHandler: Processed in 0.001586897 sec. | ||
| 8454 | 2025.04.18 21:43:41.843631 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8455 | 2025.04.18 21:43:41.843735 [ 255 ] {396feda2-5704-4b01-ad5c-fcd5fe194466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8456 | 2025.04.18 21:43:41.843781 [ 255 ] {396feda2-5704-4b01-ad5c-fcd5fe194466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8457 | 2025.04.18 21:43:41.844306 [ 255 ] {396feda2-5704-4b01-ad5c-fcd5fe194466} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8458 | 2025.04.18 21:43:41.844343 [ 255 ] {396feda2-5704-4b01-ad5c-fcd5fe194466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8459 | 2025.04.18 21:43:41.844695 [ 255 ] {396feda2-5704-4b01-ad5c-fcd5fe194466} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8460 | 2025.04.18 21:43:41.844947 [ 255 ] {396feda2-5704-4b01-ad5c-fcd5fe194466} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8461 | 2025.04.18 21:43:41.845114 [ 255 ] {396feda2-5704-4b01-ad5c-fcd5fe194466} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001401 sec., 80656.67380442542 rows/sec., 5.22 MiB/sec. | ||
| 8462 | 2025.04.18 21:43:41.845163 [ 255 ] {396feda2-5704-4b01-ad5c-fcd5fe194466} <Debug> TCPHandler: Processed in 0.001584157 sec. | ||
| 8463 | 2025.04.18 21:43:41.845286 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8464 | 2025.04.18 21:43:41.845390 [ 255 ] {5d970783-7bec-4be2-878f-b96bf66feed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8465 | 2025.04.18 21:43:41.845436 [ 255 ] {5d970783-7bec-4be2-878f-b96bf66feed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8466 | 2025.04.18 21:43:41.845967 [ 255 ] {5d970783-7bec-4be2-878f-b96bf66feed4} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8467 | 2025.04.18 21:43:41.846004 [ 255 ] {5d970783-7bec-4be2-878f-b96bf66feed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8468 | 2025.04.18 21:43:41.846353 [ 255 ] {5d970783-7bec-4be2-878f-b96bf66feed4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8469 | 2025.04.18 21:43:41.846598 [ 255 ] {5d970783-7bec-4be2-878f-b96bf66feed4} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8470 | 2025.04.18 21:43:41.846771 [ 255 ] {5d970783-7bec-4be2-878f-b96bf66feed4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001404 sec., 79772.07977207977 rows/sec., 4.54 MiB/sec. | ||
| 8471 | 2025.04.18 21:43:41.846904 [ 255 ] {5d970783-7bec-4be2-878f-b96bf66feed4} <Debug> TCPHandler: Processed in 0.001669179 sec. | ||
| 8472 | 2025.04.18 21:43:41.847023 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8473 | 2025.04.18 21:43:41.847122 [ 255 ] {118c99ab-95b8-494b-b30e-db7b9ec3f8ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8474 | 2025.04.18 21:43:41.847168 [ 255 ] {118c99ab-95b8-494b-b30e-db7b9ec3f8ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8475 | 2025.04.18 21:43:41.847771 [ 255 ] {118c99ab-95b8-494b-b30e-db7b9ec3f8ba} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8476 | 2025.04.18 21:43:41.847809 [ 255 ] {118c99ab-95b8-494b-b30e-db7b9ec3f8ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8477 | 2025.04.18 21:43:41.848178 [ 255 ] {118c99ab-95b8-494b-b30e-db7b9ec3f8ba} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8478 | 2025.04.18 21:43:41.848418 [ 255 ] {118c99ab-95b8-494b-b30e-db7b9ec3f8ba} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8479 | 2025.04.18 21:43:41.848581 [ 255 ] {118c99ab-95b8-494b-b30e-db7b9ec3f8ba} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00148 sec., 258108.1081081081 rows/sec., 18.20 MiB/sec. | ||
| 8480 | 2025.04.18 21:43:41.848633 [ 255 ] {118c99ab-95b8-494b-b30e-db7b9ec3f8ba} <Debug> TCPHandler: Processed in 0.001664609 sec. | ||
| 8481 | 2025.04.18 21:43:41.848748 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8482 | 2025.04.18 21:43:41.848853 [ 255 ] {3be49e8f-2d98-4c99-95ca-f0813bb5df5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8483 | 2025.04.18 21:43:41.848900 [ 255 ] {3be49e8f-2d98-4c99-95ca-f0813bb5df5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8484 | 2025.04.18 21:43:41.849298 [ 255 ] {3be49e8f-2d98-4c99-95ca-f0813bb5df5f} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8485 | 2025.04.18 21:43:41.849334 [ 255 ] {3be49e8f-2d98-4c99-95ca-f0813bb5df5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8486 | 2025.04.18 21:43:41.849678 [ 255 ] {3be49e8f-2d98-4c99-95ca-f0813bb5df5f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8487 | 2025.04.18 21:43:41.849920 [ 255 ] {3be49e8f-2d98-4c99-95ca-f0813bb5df5f} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8488 | 2025.04.18 21:43:41.850080 [ 255 ] {3be49e8f-2d98-4c99-95ca-f0813bb5df5f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001249 sec., 4803.843074459568 rows/sec., 250.98 KiB/sec. | ||
| 8489 | 2025.04.18 21:43:41.850129 [ 255 ] {3be49e8f-2d98-4c99-95ca-f0813bb5df5f} <Debug> TCPHandler: Processed in 0.001432403 sec. | ||
| 8490 | 2025.04.18 21:43:41.850241 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8491 | 2025.04.18 21:43:41.850345 [ 255 ] {a78201ce-284c-4bf2-8450-f1c1bab83f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8492 | 2025.04.18 21:43:41.850393 [ 255 ] {a78201ce-284c-4bf2-8450-f1c1bab83f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8493 | 2025.04.18 21:43:41.850890 [ 255 ] {a78201ce-284c-4bf2-8450-f1c1bab83f6e} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8494 | 2025.04.18 21:43:41.850927 [ 255 ] {a78201ce-284c-4bf2-8450-f1c1bab83f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8495 | 2025.04.18 21:43:41.851313 [ 255 ] {a78201ce-284c-4bf2-8450-f1c1bab83f6e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8496 | 2025.04.18 21:43:41.851551 [ 255 ] {a78201ce-284c-4bf2-8450-f1c1bab83f6e} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8497 | 2025.04.18 21:43:41.851715 [ 255 ] {a78201ce-284c-4bf2-8450-f1c1bab83f6e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001392 sec., 170258.62068965516 rows/sec., 11.41 MiB/sec. | ||
| 8498 | 2025.04.18 21:43:41.851764 [ 255 ] {a78201ce-284c-4bf2-8450-f1c1bab83f6e} <Debug> TCPHandler: Processed in 0.001574187 sec. | ||
| 8499 | 2025.04.18 21:43:41.851878 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8500 | 2025.04.18 21:43:41.851982 [ 255 ] {915b0c94-6c4b-4134-a681-390f7cea3a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8501 | 2025.04.18 21:43:41.852030 [ 255 ] {915b0c94-6c4b-4134-a681-390f7cea3a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8502 | 2025.04.18 21:43:41.852424 [ 255 ] {915b0c94-6c4b-4134-a681-390f7cea3a75} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8503 | 2025.04.18 21:43:41.852460 [ 255 ] {915b0c94-6c4b-4134-a681-390f7cea3a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8504 | 2025.04.18 21:43:41.852795 [ 255 ] {915b0c94-6c4b-4134-a681-390f7cea3a75} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8505 | 2025.04.18 21:43:41.853028 [ 255 ] {915b0c94-6c4b-4134-a681-390f7cea3a75} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8506 | 2025.04.18 21:43:41.853191 [ 255 ] {915b0c94-6c4b-4134-a681-390f7cea3a75} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00123 sec., 813.0081300813008 rows/sec., 54.78 KiB/sec. | ||
| 8507 | 2025.04.18 21:43:41.853239 [ 255 ] {915b0c94-6c4b-4134-a681-390f7cea3a75} <Debug> TCPHandler: Processed in 0.001411863 sec. | ||
| 8508 | 2025.04.18 21:43:41.853348 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8509 | 2025.04.18 21:43:41.853452 [ 255 ] {13f95970-c81f-4a81-9504-940298e40f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8510 | 2025.04.18 21:43:41.853499 [ 255 ] {13f95970-c81f-4a81-9504-940298e40f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8511 | 2025.04.18 21:43:41.853911 [ 255 ] {13f95970-c81f-4a81-9504-940298e40f5f} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8512 | 2025.04.18 21:43:41.853947 [ 255 ] {13f95970-c81f-4a81-9504-940298e40f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8513 | 2025.04.18 21:43:41.854302 [ 255 ] {13f95970-c81f-4a81-9504-940298e40f5f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8514 | 2025.04.18 21:43:41.854536 [ 255 ] {13f95970-c81f-4a81-9504-940298e40f5f} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8515 | 2025.04.18 21:43:41.854697 [ 255 ] {13f95970-c81f-4a81-9504-940298e40f5f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001266 sec., 64770.93206951027 rows/sec., 4.11 MiB/sec. | ||
| 8516 | 2025.04.18 21:43:41.854744 [ 255 ] {13f95970-c81f-4a81-9504-940298e40f5f} <Debug> TCPHandler: Processed in 0.001445703 sec. | ||
| 8517 | 2025.04.18 21:43:42.000189 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.65 MiB, peak 227.55 MiB, free memory in arenas 0.00 B, will set to 216.60 MiB (RSS), difference: -1.04 MiB | ||
| 8518 | 2025.04.18 21:43:44.992212 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1194 | ||
| 8519 | 2025.04.18 21:43:44.995307 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8520 | 2025.04.18 21:43:44.995347 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8521 | 2025.04.18 21:43:44.996784 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8522 | 2025.04.18 21:43:44.997096 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8523 | 2025.04.18 21:43:44.997263 [ 26 ] {} <Debug> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8524 | 2025.04.18 21:43:44.997333 [ 26 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8525 | 2025.04.18 21:43:44.997377 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8526 | 2025.04.18 21:43:44.997915 [ 186 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 8527 | 2025.04.18 21:43:44.998372 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1194 | ||
| 8528 | 2025.04.18 21:43:44.998908 [ 186 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8529 | 2025.04.18 21:43:44.999117 [ 186 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1014 rows starting from the beginning of the part | ||
| 8530 | 2025.04.18 21:43:44.999648 [ 186 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 42 rows starting from the beginning of the part | ||
| 8531 | 2025.04.18 21:43:45.000222 [ 186 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part | ||
| 8532 | 2025.04.18 21:43:45.001481 [ 186 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part | ||
| 8533 | 2025.04.18 21:43:45.002092 [ 186 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part | ||
| 8534 | 2025.04.18 21:43:45.002772 [ 186 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part | ||
| 8535 | 2025.04.18 21:43:45.011294 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1194 rows, containing 72 columns (72 merged, 0 gathered) in 0.01374417 sec., 86873.19787226147 rows/sec., 68.83 MiB/sec. | ||
| 8536 | 2025.04.18 21:43:45.012851 [ 201 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8537 | 2025.04.18 21:43:45.013721 [ 201 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_31_6} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8538 | 2025.04.18 21:43:45.013827 [ 201 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_31_6} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8539 | 2025.04.18 21:43:45.014163 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. | ||
| 8540 | 2025.04.18 21:43:46.833185 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8541 | 2025.04.18 21:43:46.833380 [ 255 ] {83083dc5-a65a-4630-9d44-4cf7ea065858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8542 | 2025.04.18 21:43:46.833458 [ 255 ] {83083dc5-a65a-4630-9d44-4cf7ea065858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8543 | 2025.04.18 21:43:46.834187 [ 255 ] {83083dc5-a65a-4630-9d44-4cf7ea065858} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8544 | 2025.04.18 21:43:46.834243 [ 255 ] {83083dc5-a65a-4630-9d44-4cf7ea065858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8545 | 2025.04.18 21:43:46.834685 [ 255 ] {83083dc5-a65a-4630-9d44-4cf7ea065858} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8546 | 2025.04.18 21:43:46.834960 [ 255 ] {83083dc5-a65a-4630-9d44-4cf7ea065858} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8547 | 2025.04.18 21:43:46.835199 [ 255 ] {83083dc5-a65a-4630-9d44-4cf7ea065858} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00187 sec., 6417.1122994652405 rows/sec., 523.27 KiB/sec. | ||
| 8548 | 2025.04.18 21:43:46.835309 [ 255 ] {83083dc5-a65a-4630-9d44-4cf7ea065858} <Debug> TCPHandler: Processed in 0.002266493 sec. | ||
| 8549 | 2025.04.18 21:43:46.835443 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8550 | 2025.04.18 21:43:46.835553 [ 255 ] {6f110fc1-3f8b-4b67-a434-beaa9ff10a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8551 | 2025.04.18 21:43:46.835602 [ 255 ] {6f110fc1-3f8b-4b67-a434-beaa9ff10a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8552 | 2025.04.18 21:43:46.836213 [ 255 ] {6f110fc1-3f8b-4b67-a434-beaa9ff10a85} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8553 | 2025.04.18 21:43:46.836256 [ 255 ] {6f110fc1-3f8b-4b67-a434-beaa9ff10a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8554 | 2025.04.18 21:43:46.836649 [ 255 ] {6f110fc1-3f8b-4b67-a434-beaa9ff10a85} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8555 | 2025.04.18 21:43:46.836903 [ 255 ] {6f110fc1-3f8b-4b67-a434-beaa9ff10a85} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8556 | 2025.04.18 21:43:46.837132 [ 255 ] {6f110fc1-3f8b-4b67-a434-beaa9ff10a85} <Debug> executeQuery: Read 142 rows, 12.44 KiB in 0.001607 sec., 88363.41008089608 rows/sec., 7.56 MiB/sec. | ||
| 8557 | 2025.04.18 21:43:46.837187 [ 255 ] {6f110fc1-3f8b-4b67-a434-beaa9ff10a85} <Debug> TCPHandler: Processed in 0.001798742 sec. | ||
| 8558 | 2025.04.18 21:43:46.837311 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8559 | 2025.04.18 21:43:46.837421 [ 255 ] {d06d75b3-e581-47a4-b6d5-811e9146a1ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8560 | 2025.04.18 21:43:46.837470 [ 255 ] {d06d75b3-e581-47a4-b6d5-811e9146a1ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8561 | 2025.04.18 21:43:46.838007 [ 255 ] {d06d75b3-e581-47a4-b6d5-811e9146a1ce} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8562 | 2025.04.18 21:43:46.838047 [ 255 ] {d06d75b3-e581-47a4-b6d5-811e9146a1ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8563 | 2025.04.18 21:43:46.838409 [ 255 ] {d06d75b3-e581-47a4-b6d5-811e9146a1ce} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8564 | 2025.04.18 21:43:46.838649 [ 255 ] {d06d75b3-e581-47a4-b6d5-811e9146a1ce} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8565 | 2025.04.18 21:43:46.838818 [ 45 ] {} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8566 | 2025.04.18 21:43:46.838865 [ 255 ] {d06d75b3-e581-47a4-b6d5-811e9146a1ce} <Debug> executeQuery: Read 52 rows, 3.85 KiB in 0.001464 sec., 35519.12568306011 rows/sec., 2.57 MiB/sec. | ||
| 8567 | 2025.04.18 21:43:46.838895 [ 45 ] {} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8568 | 2025.04.18 21:43:46.838969 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8569 | 2025.04.18 21:43:46.838986 [ 255 ] {d06d75b3-e581-47a4-b6d5-811e9146a1ce} <Debug> TCPHandler: Processed in 0.00172179 sec. | ||
| 8570 | 2025.04.18 21:43:46.839312 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 8571 | 2025.04.18 21:43:46.839329 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8572 | 2025.04.18 21:43:46.839711 [ 255 ] {5fc62a15-e448-4e78-9084-b35d315b4184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8573 | 2025.04.18 21:43:46.839894 [ 255 ] {5fc62a15-e448-4e78-9084-b35d315b4184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8574 | 2025.04.18 21:43:46.839945 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8575 | 2025.04.18 21:43:46.840095 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 164 rows starting from the beginning of the part | ||
| 8576 | 2025.04.18 21:43:46.840339 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part | ||
| 8577 | 2025.04.18 21:43:46.840649 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 106 rows starting from the beginning of the part | ||
| 8578 | 2025.04.18 21:43:46.840907 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 40 rows starting from the beginning of the part | ||
| 8579 | 2025.04.18 21:43:46.841364 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 106 rows starting from the beginning of the part | ||
| 8580 | 2025.04.18 21:43:46.841856 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 52 rows starting from the beginning of the part | ||
| 8581 | 2025.04.18 21:43:46.843039 [ 255 ] {5fc62a15-e448-4e78-9084-b35d315b4184} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8582 | 2025.04.18 21:43:46.843108 [ 255 ] {5fc62a15-e448-4e78-9084-b35d315b4184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8583 | 2025.04.18 21:43:46.844167 [ 255 ] {5fc62a15-e448-4e78-9084-b35d315b4184} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8584 | 2025.04.18 21:43:46.844710 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 5 columns (5 merged, 0 gathered) in 0.00561431 sec., 90483.06915720721 rows/sec., 6.13 MiB/sec. | ||
| 8585 | 2025.04.18 21:43:46.844735 [ 255 ] {5fc62a15-e448-4e78-9084-b35d315b4184} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8586 | 2025.04.18 21:43:46.844932 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8587 | 2025.04.18 21:43:46.845226 [ 255 ] {5fc62a15-e448-4e78-9084-b35d315b4184} <Debug> executeQuery: Read 116 rows, 9.30 KiB in 0.00566 sec., 20494.69964664311 rows/sec., 1.60 MiB/sec. | ||
| 8588 | 2025.04.18 21:43:46.845594 [ 255 ] {5fc62a15-e448-4e78-9084-b35d315b4184} <Debug> TCPHandler: Processed in 0.006378738 sec. | ||
| 8589 | 2025.04.18 21:43:46.845917 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8590 | 2025.04.18 21:43:46.845985 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_56_11} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8591 | 2025.04.18 21:43:46.846212 [ 255 ] {1509a0dd-27e4-4e20-93db-669d654249f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8592 | 2025.04.18 21:43:46.846260 [ 194 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_56_11} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8593 | 2025.04.18 21:43:46.846305 [ 255 ] {1509a0dd-27e4-4e20-93db-669d654249f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8594 | 2025.04.18 21:43:46.846436 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 8595 | 2025.04.18 21:43:46.846980 [ 255 ] {1509a0dd-27e4-4e20-93db-669d654249f5} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8596 | 2025.04.18 21:43:46.847024 [ 255 ] {1509a0dd-27e4-4e20-93db-669d654249f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8597 | 2025.04.18 21:43:46.847422 [ 255 ] {1509a0dd-27e4-4e20-93db-669d654249f5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8598 | 2025.04.18 21:43:46.847666 [ 255 ] {1509a0dd-27e4-4e20-93db-669d654249f5} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8599 | 2025.04.18 21:43:46.847878 [ 255 ] {1509a0dd-27e4-4e20-93db-669d654249f5} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.001753 sec., 94694.80889903023 rows/sec., 6.59 MiB/sec. | ||
| 8600 | 2025.04.18 21:43:46.847932 [ 255 ] {1509a0dd-27e4-4e20-93db-669d654249f5} <Debug> TCPHandler: Processed in 0.00211839 sec. | ||
| 8601 | 2025.04.18 21:43:46.848055 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8602 | 2025.04.18 21:43:46.848159 [ 255 ] {efa57764-7e6b-4c5d-8046-43bfa12f9810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8603 | 2025.04.18 21:43:46.848227 [ 255 ] {efa57764-7e6b-4c5d-8046-43bfa12f9810} <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 | ||
| 8604 | 2025.04.18 21:43:46.849332 [ 255 ] {efa57764-7e6b-4c5d-8046-43bfa12f9810} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8605 | 2025.04.18 21:43:46.849372 [ 255 ] {efa57764-7e6b-4c5d-8046-43bfa12f9810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8606 | 2025.04.18 21:43:46.850024 [ 255 ] {efa57764-7e6b-4c5d-8046-43bfa12f9810} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8607 | 2025.04.18 21:43:46.850281 [ 255 ] {efa57764-7e6b-4c5d-8046-43bfa12f9810} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8608 | 2025.04.18 21:43:46.850517 [ 255 ] {efa57764-7e6b-4c5d-8046-43bfa12f9810} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002379 sec., 16813.787305590584 rows/sec., 30.13 MiB/sec. | ||
| 8609 | 2025.04.18 21:43:46.850613 [ 255 ] {efa57764-7e6b-4c5d-8046-43bfa12f9810} <Debug> TCPHandler: Processed in 0.002607991 sec. | ||
| 8610 | 2025.04.18 21:43:46.850734 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8611 | 2025.04.18 21:43:46.850868 [ 255 ] {09ed260e-42a7-486c-a0d9-3ca745afc62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8612 | 2025.04.18 21:43:46.850925 [ 255 ] {09ed260e-42a7-486c-a0d9-3ca745afc62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8613 | 2025.04.18 21:43:46.851427 [ 255 ] {09ed260e-42a7-486c-a0d9-3ca745afc62a} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8614 | 2025.04.18 21:43:46.851472 [ 255 ] {09ed260e-42a7-486c-a0d9-3ca745afc62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8615 | 2025.04.18 21:43:46.851874 [ 255 ] {09ed260e-42a7-486c-a0d9-3ca745afc62a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8616 | 2025.04.18 21:43:46.852112 [ 255 ] {09ed260e-42a7-486c-a0d9-3ca745afc62a} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8617 | 2025.04.18 21:43:46.852319 [ 255 ] {09ed260e-42a7-486c-a0d9-3ca745afc62a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. | ||
| 8618 | 2025.04.18 21:43:46.852383 [ 255 ] {09ed260e-42a7-486c-a0d9-3ca745afc62a} <Debug> TCPHandler: Processed in 0.001699289 sec. | ||
| 8619 | 2025.04.18 21:43:47.413396 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 8620 | 2025.04.18 21:43:47.414075 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8621 | 2025.04.18 21:43:47.414131 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8622 | 2025.04.18 21:43:47.414659 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8623 | 2025.04.18 21:43:47.414918 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8624 | 2025.04.18 21:43:47.415222 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 8625 | 2025.04.18 21:43:48.784617 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8626 | 2025.04.18 21:43:48.804655 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8627 | 2025.04.18 21:43:48.804700 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8628 | 2025.04.18 21:43:48.811879 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8629 | 2025.04.18 21:43:48.812626 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8630 | 2025.04.18 21:43:48.815107 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8631 | 2025.04.18 21:43:51.831349 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8632 | 2025.04.18 21:43:51.831557 [ 255 ] {75abd021-9461-4917-9da7-9ed637624ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8633 | 2025.04.18 21:43:51.831625 [ 255 ] {75abd021-9461-4917-9da7-9ed637624ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8634 | 2025.04.18 21:43:51.832482 [ 255 ] {75abd021-9461-4917-9da7-9ed637624ebf} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8635 | 2025.04.18 21:43:51.832523 [ 255 ] {75abd021-9461-4917-9da7-9ed637624ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8636 | 2025.04.18 21:43:51.832945 [ 255 ] {75abd021-9461-4917-9da7-9ed637624ebf} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8637 | 2025.04.18 21:43:51.833193 [ 255 ] {75abd021-9461-4917-9da7-9ed637624ebf} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8638 | 2025.04.18 21:43:51.833337 [ 106 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8639 | 2025.04.18 21:43:51.833379 [ 255 ] {75abd021-9461-4917-9da7-9ed637624ebf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.28 MiB/sec. | ||
| 8640 | 2025.04.18 21:43:51.833380 [ 106 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8641 | 2025.04.18 21:43:51.833424 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8642 | 2025.04.18 21:43:51.833464 [ 255 ] {75abd021-9461-4917-9da7-9ed637624ebf} <Debug> TCPHandler: Processed in 0.002243312 sec. | ||
| 8643 | 2025.04.18 21:43:51.833701 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8644 | 2025.04.18 21:43:51.833717 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8645 | 2025.04.18 21:43:51.834077 [ 255 ] {94ae24b9-d497-4a87-8613-48f3ea48d2cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8646 | 2025.04.18 21:43:51.834272 [ 255 ] {94ae24b9-d497-4a87-8613-48f3ea48d2cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8647 | 2025.04.18 21:43:51.834295 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8648 | 2025.04.18 21:43:51.834456 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1846 rows starting from the beginning of the part | ||
| 8649 | 2025.04.18 21:43:51.834983 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 8650 | 2025.04.18 21:43:51.835428 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 136 rows starting from the beginning of the part | ||
| 8651 | 2025.04.18 21:43:51.835856 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 617 rows starting from the beginning of the part | ||
| 8652 | 2025.04.18 21:43:51.836227 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 142 rows starting from the beginning of the part | ||
| 8653 | 2025.04.18 21:43:51.836590 [ 192 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 8654 | 2025.04.18 21:43:51.837829 [ 255 ] {94ae24b9-d497-4a87-8613-48f3ea48d2cb} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8655 | 2025.04.18 21:43:51.837893 [ 255 ] {94ae24b9-d497-4a87-8613-48f3ea48d2cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8656 | 2025.04.18 21:43:51.838958 [ 255 ] {94ae24b9-d497-4a87-8613-48f3ea48d2cb} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8657 | 2025.04.18 21:43:51.839313 [ 255 ] {94ae24b9-d497-4a87-8613-48f3ea48d2cb} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8658 | 2025.04.18 21:43:51.839551 [ 106 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8659 | 2025.04.18 21:43:51.839644 [ 106 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8660 | 2025.04.18 21:43:51.839708 [ 255 ] {94ae24b9-d497-4a87-8613-48f3ea48d2cb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005815 sec., 11006.018916595012 rows/sec., 879.66 KiB/sec. | ||
| 8661 | 2025.04.18 21:43:51.839718 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8662 | 2025.04.18 21:43:51.840045 [ 255 ] {94ae24b9-d497-4a87-8613-48f3ea48d2cb} <Debug> TCPHandler: Processed in 0.00643825 sec. | ||
| 8663 | 2025.04.18 21:43:51.840361 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8664 | 2025.04.18 21:43:51.840371 [ 196 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2853 rows, containing 5 columns (5 merged, 0 gathered) in 0.006823648 sec., 418104.8025923963 rows/sec., 35.41 MiB/sec. | ||
| 8665 | 2025.04.18 21:43:51.840516 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8666 | 2025.04.18 21:43:51.840570 [ 255 ] {6dce0c61-acbe-4ec5-bc49-07a54090de6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8667 | 2025.04.18 21:43:51.840664 [ 255 ] {6dce0c61-acbe-4ec5-bc49-07a54090de6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8668 | 2025.04.18 21:43:51.840887 [ 196 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8669 | 2025.04.18 21:43:51.841158 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8670 | 2025.04.18 21:43:51.841322 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part | ||
| 8671 | 2025.04.18 21:43:51.841935 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
| 8672 | 2025.04.18 21:43:51.842263 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 104 rows starting from the beginning of the part | ||
| 8673 | 2025.04.18 21:43:51.842301 [ 196 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_71_14} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8674 | 2025.04.18 21:43:51.842891 [ 196 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_71_14} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8675 | 2025.04.18 21:43:51.842979 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 382 rows starting from the beginning of the part | ||
| 8676 | 2025.04.18 21:43:51.843314 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 8677 | 2025.04.18 21:43:51.843505 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 116 rows starting from the beginning of the part | ||
| 8678 | 2025.04.18 21:43:51.843875 [ 197 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 8679 | 2025.04.18 21:43:51.844099 [ 255 ] {6dce0c61-acbe-4ec5-bc49-07a54090de6e} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8680 | 2025.04.18 21:43:51.844223 [ 255 ] {6dce0c61-acbe-4ec5-bc49-07a54090de6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8681 | 2025.04.18 21:43:51.845081 [ 255 ] {6dce0c61-acbe-4ec5-bc49-07a54090de6e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8682 | 2025.04.18 21:43:51.845678 [ 255 ] {6dce0c61-acbe-4ec5-bc49-07a54090de6e} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8683 | 2025.04.18 21:43:51.846022 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8684 | 2025.04.18 21:43:51.846141 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8685 | 2025.04.18 21:43:51.846237 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8686 | 2025.04.18 21:43:51.846292 [ 255 ] {6dce0c61-acbe-4ec5-bc49-07a54090de6e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005717 sec., 27986.706314500614 rows/sec., 1.95 MiB/sec. | ||
| 8687 | 2025.04.18 21:43:51.846675 [ 255 ] {6dce0c61-acbe-4ec5-bc49-07a54090de6e} <Debug> TCPHandler: Processed in 0.00640348 sec. | ||
| 8688 | 2025.04.18 21:43:51.846836 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8689 | 2025.04.18 21:43:51.847107 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8690 | 2025.04.18 21:43:51.847623 [ 255 ] {e712161e-2ae0-4582-8ef3-8f56e8460bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8691 | 2025.04.18 21:43:51.847801 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8692 | 2025.04.18 21:43:51.847852 [ 255 ] {e712161e-2ae0-4582-8ef3-8f56e8460bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8693 | 2025.04.18 21:43:51.848078 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20297 rows starting from the beginning of the part | ||
| 8694 | 2025.04.18 21:43:51.848718 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 126 rows starting from the beginning of the part | ||
| 8695 | 2025.04.18 21:43:51.849741 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
| 8696 | 2025.04.18 21:43:51.849891 [ 193 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1644 rows, containing 5 columns (5 merged, 0 gathered) in 0.009578133 sec., 171640.965937725 rows/sec., 13.24 MiB/sec. | ||
| 8697 | 2025.04.18 21:43:51.850197 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part | ||
| 8698 | 2025.04.18 21:43:51.850506 [ 193 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8699 | 2025.04.18 21:43:51.850703 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 166 rows starting from the beginning of the part | ||
| 8700 | 2025.04.18 21:43:51.851214 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
| 8701 | 2025.04.18 21:43:51.851481 [ 255 ] {e712161e-2ae0-4582-8ef3-8f56e8460bb9} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8702 | 2025.04.18 21:43:51.851589 [ 255 ] {e712161e-2ae0-4582-8ef3-8f56e8460bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8703 | 2025.04.18 21:43:51.852343 [ 193 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_71_14} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8704 | 2025.04.18 21:43:51.852859 [ 193 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_71_14} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8705 | 2025.04.18 21:43:51.853104 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 8706 | 2025.04.18 21:43:51.853125 [ 255 ] {e712161e-2ae0-4582-8ef3-8f56e8460bb9} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8707 | 2025.04.18 21:43:51.853591 [ 255 ] {e712161e-2ae0-4582-8ef3-8f56e8460bb9} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8708 | 2025.04.18 21:43:51.853891 [ 106 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8709 | 2025.04.18 21:43:51.853942 [ 106 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8710 | 2025.04.18 21:43:51.853969 [ 255 ] {e712161e-2ae0-4582-8ef3-8f56e8460bb9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006564 sec., 9140.767824497258 rows/sec., 630.81 KiB/sec. | ||
| 8711 | 2025.04.18 21:43:51.853974 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8712 | 2025.04.18 21:43:51.854242 [ 255 ] {e712161e-2ae0-4582-8ef3-8f56e8460bb9} <Debug> TCPHandler: Processed in 0.00730507 sec. | ||
| 8713 | 2025.04.18 21:43:51.854384 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8714 | 2025.04.18 21:43:51.854604 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8715 | 2025.04.18 21:43:51.854645 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3942 rows starting from the beginning of the part | ||
| 8716 | 2025.04.18 21:43:51.854839 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 46 rows starting from the beginning of the part | ||
| 8717 | 2025.04.18 21:43:51.855202 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 8718 | 2025.04.18 21:43:51.855536 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part | ||
| 8719 | 2025.04.18 21:43:51.855935 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 8720 | 2025.04.18 21:43:51.856179 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 8721 | 2025.04.18 21:43:51.860314 [ 199 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4250 rows, containing 4 columns (4 merged, 0 gathered) in 0.006220635 sec., 683209.9938350344 rows/sec., 44.74 MiB/sec. | ||
| 8722 | 2025.04.18 21:43:51.860628 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8723 | 2025.04.18 21:43:51.860931 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_71_14} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8724 | 2025.04.18 21:43:51.861010 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_71_14} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8725 | 2025.04.18 21:43:51.861095 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 8726 | 2025.04.18 21:43:51.864715 [ 190 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21146 rows, containing 5 columns (5 merged, 0 gathered) in 0.018301026 sec., 1155454.3444722716 rows/sec., 78.12 MiB/sec. | ||
| 8727 | 2025.04.18 21:43:51.865161 [ 199 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8728 | 2025.04.18 21:43:51.865461 [ 199 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8729 | 2025.04.18 21:43:51.865537 [ 199 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8730 | 2025.04.18 21:43:51.865628 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 8731 | 2025.04.18 21:43:52.000216 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.01 MiB, peak 227.55 MiB, free memory in arenas 0.00 B, will set to 218.75 MiB (RSS), difference: 1.75 MiB | ||
| 8732 | 2025.04.18 21:43:52.090436 [ 124 ] {} <Debug> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
| 8733 | 2025.04.18 21:43:52.090510 [ 124 ] {} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8734 | 2025.04.18 21:43:52.090551 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 8735 | 2025.04.18 21:43:52.090740 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
| 8736 | 2025.04.18 21:43:52.091198 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8737 | 2025.04.18 21:43:52.091297 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 22 rows starting from the beginning of the part | ||
| 8738 | 2025.04.18 21:43:52.091396 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 8739 | 2025.04.18 21:43:52.091623 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 8740 | 2025.04.18 21:43:52.091936 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8741 | 2025.04.18 21:43:52.092035 [ 200 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 8742 | 2025.04.18 21:43:52.093229 [ 190 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.00258182 sec., 10070.415443369408 rows/sec., 678.57 KiB/sec. | ||
| 8743 | 2025.04.18 21:43:52.093428 [ 201 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
| 8744 | 2025.04.18 21:43:52.093794 [ 201 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_26_6} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8745 | 2025.04.18 21:43:52.093887 [ 201 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_26_6} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
| 8746 | 2025.04.18 21:43:52.093979 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8747 | 2025.04.18 21:43:54.733678 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8748 | 2025.04.18 21:43:54.733746 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8749 | 2025.04.18 21:43:54.915386 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 8750 | 2025.04.18 21:43:54.916102 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8751 | 2025.04.18 21:43:54.916150 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8752 | 2025.04.18 21:43:54.916682 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8753 | 2025.04.18 21:43:54.916949 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8754 | 2025.04.18 21:43:54.917265 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8755 | 2025.04.18 21:43:54.999538 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1216 | ||
| 8756 | 2025.04.18 21:43:55.002911 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8757 | 2025.04.18 21:43:55.002965 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8758 | 2025.04.18 21:43:55.004416 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8759 | 2025.04.18 21:43:55.004735 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8760 | 2025.04.18 21:43:55.005710 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1216 | ||
| 8761 | 2025.04.18 21:43:56.315191 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8762 | 2025.04.18 21:43:56.336207 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8763 | 2025.04.18 21:43:56.336256 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8764 | 2025.04.18 21:43:56.343569 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8765 | 2025.04.18 21:43:56.344342 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8766 | 2025.04.18 21:43:56.346949 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8767 | 2025.04.18 21:43:56.832294 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8768 | 2025.04.18 21:43:56.832509 [ 255 ] {4578e8a4-f8ab-468c-8e6b-271d837d83ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8769 | 2025.04.18 21:43:56.832590 [ 255 ] {4578e8a4-f8ab-468c-8e6b-271d837d83ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8770 | 2025.04.18 21:43:56.833541 [ 255 ] {4578e8a4-f8ab-468c-8e6b-271d837d83ab} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8771 | 2025.04.18 21:43:56.833595 [ 255 ] {4578e8a4-f8ab-468c-8e6b-271d837d83ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8772 | 2025.04.18 21:43:56.834044 [ 255 ] {4578e8a4-f8ab-468c-8e6b-271d837d83ab} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8773 | 2025.04.18 21:43:56.834301 [ 255 ] {4578e8a4-f8ab-468c-8e6b-271d837d83ab} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8774 | 2025.04.18 21:43:56.834547 [ 255 ] {4578e8a4-f8ab-468c-8e6b-271d837d83ab} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002083 sec., 65290.446471435425 rows/sec., 5.62 MiB/sec. | ||
| 8775 | 2025.04.18 21:43:56.834668 [ 255 ] {4578e8a4-f8ab-468c-8e6b-271d837d83ab} <Debug> TCPHandler: Processed in 0.002516949 sec. | ||
| 8776 | 2025.04.18 21:43:56.834879 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8777 | 2025.04.18 21:43:56.835009 [ 255 ] {98d3d58f-12db-4391-9726-5ad870808b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8778 | 2025.04.18 21:43:56.835059 [ 255 ] {98d3d58f-12db-4391-9726-5ad870808b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8779 | 2025.04.18 21:43:56.835655 [ 255 ] {98d3d58f-12db-4391-9726-5ad870808b64} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8780 | 2025.04.18 21:43:56.835694 [ 255 ] {98d3d58f-12db-4391-9726-5ad870808b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8781 | 2025.04.18 21:43:56.836053 [ 255 ] {98d3d58f-12db-4391-9726-5ad870808b64} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8782 | 2025.04.18 21:43:56.836298 [ 255 ] {98d3d58f-12db-4391-9726-5ad870808b64} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8783 | 2025.04.18 21:43:56.836473 [ 255 ] {98d3d58f-12db-4391-9726-5ad870808b64} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001491 sec., 26827.632461435278 rows/sec., 1.97 MiB/sec. | ||
| 8784 | 2025.04.18 21:43:56.836524 [ 255 ] {98d3d58f-12db-4391-9726-5ad870808b64} <Debug> TCPHandler: Processed in 0.00174726 sec. | ||
| 8785 | 2025.04.18 21:43:56.836645 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8786 | 2025.04.18 21:43:56.836746 [ 255 ] {bce0267a-391b-47a6-8fc7-d490d39ee94b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8787 | 2025.04.18 21:43:56.836790 [ 255 ] {bce0267a-391b-47a6-8fc7-d490d39ee94b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8788 | 2025.04.18 21:43:56.837330 [ 255 ] {bce0267a-391b-47a6-8fc7-d490d39ee94b} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8789 | 2025.04.18 21:43:56.837367 [ 255 ] {bce0267a-391b-47a6-8fc7-d490d39ee94b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8790 | 2025.04.18 21:43:56.837718 [ 255 ] {bce0267a-391b-47a6-8fc7-d490d39ee94b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8791 | 2025.04.18 21:43:56.837954 [ 255 ] {bce0267a-391b-47a6-8fc7-d490d39ee94b} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8792 | 2025.04.18 21:43:56.838138 [ 255 ] {bce0267a-391b-47a6-8fc7-d490d39ee94b} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001412 sec., 73654.3909348442 rows/sec., 5.75 MiB/sec. | ||
| 8793 | 2025.04.18 21:43:56.838187 [ 255 ] {bce0267a-391b-47a6-8fc7-d490d39ee94b} <Debug> TCPHandler: Processed in 0.001590357 sec. | ||
| 8794 | 2025.04.18 21:43:56.838305 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8795 | 2025.04.18 21:43:56.838407 [ 255 ] {b8548088-48e8-444e-bb05-089b8dd35a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8796 | 2025.04.18 21:43:56.838455 [ 255 ] {b8548088-48e8-444e-bb05-089b8dd35a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8797 | 2025.04.18 21:43:56.838985 [ 255 ] {b8548088-48e8-444e-bb05-089b8dd35a5c} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8798 | 2025.04.18 21:43:56.839023 [ 255 ] {b8548088-48e8-444e-bb05-089b8dd35a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8799 | 2025.04.18 21:43:56.839402 [ 255 ] {b8548088-48e8-444e-bb05-089b8dd35a5c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8800 | 2025.04.18 21:43:56.839638 [ 255 ] {b8548088-48e8-444e-bb05-089b8dd35a5c} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8801 | 2025.04.18 21:43:56.839836 [ 255 ] {b8548088-48e8-444e-bb05-089b8dd35a5c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00145 sec., 110344.8275862069 rows/sec., 7.69 MiB/sec. | ||
| 8802 | 2025.04.18 21:43:56.839885 [ 255 ] {b8548088-48e8-444e-bb05-089b8dd35a5c} <Debug> TCPHandler: Processed in 0.001628358 sec. | ||
| 8803 | 2025.04.18 21:43:56.840018 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8804 | 2025.04.18 21:43:56.840152 [ 255 ] {0cc8e8a0-012f-45a9-8ad3-35647b58277a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8805 | 2025.04.18 21:43:56.840235 [ 255 ] {0cc8e8a0-012f-45a9-8ad3-35647b58277a} <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 | ||
| 8806 | 2025.04.18 21:43:56.841496 [ 255 ] {0cc8e8a0-012f-45a9-8ad3-35647b58277a} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8807 | 2025.04.18 21:43:56.841537 [ 255 ] {0cc8e8a0-012f-45a9-8ad3-35647b58277a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8808 | 2025.04.18 21:43:56.842191 [ 255 ] {0cc8e8a0-012f-45a9-8ad3-35647b58277a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8809 | 2025.04.18 21:43:56.842459 [ 255 ] {0cc8e8a0-012f-45a9-8ad3-35647b58277a} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8810 | 2025.04.18 21:43:56.842641 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8811 | 2025.04.18 21:43:56.842731 [ 255 ] {0cc8e8a0-012f-45a9-8ad3-35647b58277a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002603 sec., 15366.88436419516 rows/sec., 27.54 MiB/sec. | ||
| 8812 | 2025.04.18 21:43:56.842739 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8813 | 2025.04.18 21:43:56.842825 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8814 | 2025.04.18 21:43:56.843259 [ 255 ] {0cc8e8a0-012f-45a9-8ad3-35647b58277a} <Debug> TCPHandler: Processed in 0.003299307 sec. | ||
| 8815 | 2025.04.18 21:43:56.843469 [ 189 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 8816 | 2025.04.18 21:43:56.843675 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8817 | 2025.04.18 21:43:56.843916 [ 255 ] {c65f9d07-fe4e-45d3-a868-c5a39b27ae35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8818 | 2025.04.18 21:43:56.844024 [ 255 ] {c65f9d07-fe4e-45d3-a868-c5a39b27ae35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8819 | 2025.04.18 21:43:56.844724 [ 189 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8820 | 2025.04.18 21:43:56.844921 [ 189 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 932 rows starting from the beginning of the part | ||
| 8821 | 2025.04.18 21:43:56.845712 [ 189 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part | ||
| 8822 | 2025.04.18 21:43:56.846051 [ 255 ] {c65f9d07-fe4e-45d3-a868-c5a39b27ae35} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8823 | 2025.04.18 21:43:56.846190 [ 255 ] {c65f9d07-fe4e-45d3-a868-c5a39b27ae35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8824 | 2025.04.18 21:43:56.846403 [ 189 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part | ||
| 8825 | 2025.04.18 21:43:56.847017 [ 189 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part | ||
| 8826 | 2025.04.18 21:43:56.847673 [ 189 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part | ||
| 8827 | 2025.04.18 21:43:56.847715 [ 255 ] {c65f9d07-fe4e-45d3-a868-c5a39b27ae35} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8828 | 2025.04.18 21:43:56.848145 [ 189 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part | ||
| 8829 | 2025.04.18 21:43:56.848489 [ 255 ] {c65f9d07-fe4e-45d3-a868-c5a39b27ae35} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8830 | 2025.04.18 21:43:56.849229 [ 255 ] {c65f9d07-fe4e-45d3-a868-c5a39b27ae35} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005356 sec., 11202.389843166542 rows/sec., 773.08 KiB/sec. | ||
| 8831 | 2025.04.18 21:43:56.849398 [ 255 ] {c65f9d07-fe4e-45d3-a868-c5a39b27ae35} <Debug> TCPHandler: Processed in 0.005824146 sec. | ||
| 8832 | 2025.04.18 21:43:56.855912 [ 201 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1132 rows, containing 19 columns (19 merged, 0 gathered) in 0.012958621 sec., 87354.97395903469 rows/sec., 156.54 MiB/sec. | ||
| 8833 | 2025.04.18 21:43:56.857032 [ 190 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8834 | 2025.04.18 21:43:56.857450 [ 190 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8835 | 2025.04.18 21:43:56.857530 [ 190 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8836 | 2025.04.18 21:43:56.857679 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.61 MiB. | ||
| 8837 | 2025.04.18 21:43:57.000156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.74 MiB, peak 228.32 MiB, free memory in arenas 0.00 B, will set to 221.74 MiB (RSS), difference: 2.00 MiB | ||
| 8838 | 2025.04.18 21:43:59.026141 [ 108 ] {} <Debug> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8839 | 2025.04.18 21:43:59.026206 [ 108 ] {} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8840 | 2025.04.18 21:43:59.026228 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8841 | 2025.04.18 21:43:59.026452 [ 199 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 8842 | 2025.04.18 21:43:59.026635 [ 199 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8843 | 2025.04.18 21:43:59.026672 [ 199 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 8844 | 2025.04.18 21:43:59.026753 [ 199 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
| 8845 | 2025.04.18 21:43:59.026915 [ 199 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
| 8846 | 2025.04.18 21:43:59.027187 [ 199 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 8847 | 2025.04.18 21:43:59.027466 [ 199 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 8848 | 2025.04.18 21:43:59.028477 [ 190 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002168201 sec., 22138.168924375557 rows/sec., 1.85 MiB/sec. | ||
| 8849 | 2025.04.18 21:43:59.028628 [ 190 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8850 | 2025.04.18 21:43:59.028951 [ 190 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_13_3} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8851 | 2025.04.18 21:43:59.029045 [ 190 ] {4dd2690e-1874-4781-a9ce-c5d60b388e46::all_1_13_3} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8852 | 2025.04.18 21:43:59.029124 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8853 | 2025.04.18 21:44:00.269716 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8854 | 2025.04.18 21:44:00.270044 [ 255 ] {599975dd-5966-4c55-9fce-c07f7b688233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8855 | 2025.04.18 21:44:00.270163 [ 255 ] {599975dd-5966-4c55-9fce-c07f7b688233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8856 | 2025.04.18 21:44:00.270925 [ 255 ] {599975dd-5966-4c55-9fce-c07f7b688233} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8857 | 2025.04.18 21:44:00.270971 [ 255 ] {599975dd-5966-4c55-9fce-c07f7b688233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8858 | 2025.04.18 21:44:00.271397 [ 255 ] {599975dd-5966-4c55-9fce-c07f7b688233} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8859 | 2025.04.18 21:44:00.271648 [ 255 ] {599975dd-5966-4c55-9fce-c07f7b688233} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8860 | 2025.04.18 21:44:00.271861 [ 255 ] {599975dd-5966-4c55-9fce-c07f7b688233} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001896 sec., 2109.704641350211 rows/sec., 172.03 KiB/sec. | ||
| 8861 | 2025.04.18 21:44:00.271992 [ 255 ] {599975dd-5966-4c55-9fce-c07f7b688233} <Debug> TCPHandler: Processed in 0.002458167 sec. | ||
| 8862 | 2025.04.18 21:44:00.272128 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8863 | 2025.04.18 21:44:00.272242 [ 255 ] {95bf1911-cae3-42a4-bdd5-1b336100a372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8864 | 2025.04.18 21:44:00.272291 [ 255 ] {95bf1911-cae3-42a4-bdd5-1b336100a372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8865 | 2025.04.18 21:44:00.273757 [ 255 ] {95bf1911-cae3-42a4-bdd5-1b336100a372} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8866 | 2025.04.18 21:44:00.273798 [ 255 ] {95bf1911-cae3-42a4-bdd5-1b336100a372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8867 | 2025.04.18 21:44:00.274244 [ 255 ] {95bf1911-cae3-42a4-bdd5-1b336100a372} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8868 | 2025.04.18 21:44:00.274491 [ 255 ] {95bf1911-cae3-42a4-bdd5-1b336100a372} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8869 | 2025.04.18 21:44:00.274692 [ 255 ] {95bf1911-cae3-42a4-bdd5-1b336100a372} <Debug> executeQuery: Read 1198 rows, 100.64 KiB in 0.002473 sec., 484431.86413263244 rows/sec., 39.74 MiB/sec. | ||
| 8870 | 2025.04.18 21:44:00.274789 [ 255 ] {95bf1911-cae3-42a4-bdd5-1b336100a372} <Debug> TCPHandler: Processed in 0.002712773 sec. | ||
| 8871 | 2025.04.18 21:44:00.274923 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8872 | 2025.04.18 21:44:00.275197 [ 255 ] {c7f14161-70eb-4a62-b3a8-3277e52c1fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8873 | 2025.04.18 21:44:00.275321 [ 255 ] {c7f14161-70eb-4a62-b3a8-3277e52c1fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8874 | 2025.04.18 21:44:00.275941 [ 255 ] {c7f14161-70eb-4a62-b3a8-3277e52c1fbb} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8875 | 2025.04.18 21:44:00.275980 [ 255 ] {c7f14161-70eb-4a62-b3a8-3277e52c1fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8876 | 2025.04.18 21:44:00.276335 [ 255 ] {c7f14161-70eb-4a62-b3a8-3277e52c1fbb} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8877 | 2025.04.18 21:44:00.276576 [ 255 ] {c7f14161-70eb-4a62-b3a8-3277e52c1fbb} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8878 | 2025.04.18 21:44:00.276794 [ 255 ] {c7f14161-70eb-4a62-b3a8-3277e52c1fbb} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001707 sec., 2343.2923257176335 rows/sec., 163.62 KiB/sec. | ||
| 8879 | 2025.04.18 21:44:00.276848 [ 255 ] {c7f14161-70eb-4a62-b3a8-3277e52c1fbb} <Debug> TCPHandler: Processed in 0.001986006 sec. | ||
| 8880 | 2025.04.18 21:44:00.276964 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8881 | 2025.04.18 21:44:00.277068 [ 255 ] {54d62f7c-c289-4625-b22b-5cf46a50b210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8882 | 2025.04.18 21:44:00.277114 [ 255 ] {54d62f7c-c289-4625-b22b-5cf46a50b210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8883 | 2025.04.18 21:44:00.277753 [ 255 ] {54d62f7c-c289-4625-b22b-5cf46a50b210} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8884 | 2025.04.18 21:44:00.277792 [ 255 ] {54d62f7c-c289-4625-b22b-5cf46a50b210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8885 | 2025.04.18 21:44:00.278151 [ 255 ] {54d62f7c-c289-4625-b22b-5cf46a50b210} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8886 | 2025.04.18 21:44:00.278384 [ 255 ] {54d62f7c-c289-4625-b22b-5cf46a50b210} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8887 | 2025.04.18 21:44:00.278592 [ 255 ] {54d62f7c-c289-4625-b22b-5cf46a50b210} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001543 sec., 147764.0959170447 rows/sec., 10.01 MiB/sec. | ||
| 8888 | 2025.04.18 21:44:00.278726 [ 255 ] {54d62f7c-c289-4625-b22b-5cf46a50b210} <Debug> TCPHandler: Processed in 0.001810932 sec. | ||
| 8889 | 2025.04.18 21:44:00.278850 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8890 | 2025.04.18 21:44:00.278950 [ 255 ] {4bb7662a-f3c3-4180-ad3f-6d18e9c4cd36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8891 | 2025.04.18 21:44:00.278996 [ 255 ] {4bb7662a-f3c3-4180-ad3f-6d18e9c4cd36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8892 | 2025.04.18 21:44:00.279724 [ 255 ] {4bb7662a-f3c3-4180-ad3f-6d18e9c4cd36} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8893 | 2025.04.18 21:44:00.279761 [ 255 ] {4bb7662a-f3c3-4180-ad3f-6d18e9c4cd36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8894 | 2025.04.18 21:44:00.280134 [ 255 ] {4bb7662a-f3c3-4180-ad3f-6d18e9c4cd36} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8895 | 2025.04.18 21:44:00.280370 [ 255 ] {4bb7662a-f3c3-4180-ad3f-6d18e9c4cd36} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8896 | 2025.04.18 21:44:00.280591 [ 255 ] {4bb7662a-f3c3-4180-ad3f-6d18e9c4cd36} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.001657 sec., 316234.15811707906 rows/sec., 23.42 MiB/sec. | ||
| 8897 | 2025.04.18 21:44:00.280687 [ 255 ] {4bb7662a-f3c3-4180-ad3f-6d18e9c4cd36} <Debug> TCPHandler: Processed in 0.001889984 sec. | ||
| 8898 | 2025.04.18 21:44:00.280899 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8899 | 2025.04.18 21:44:00.281047 [ 255 ] {d8a81806-19a7-4c1b-82a6-319cf536493b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8900 | 2025.04.18 21:44:00.281099 [ 255 ] {d8a81806-19a7-4c1b-82a6-319cf536493b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8901 | 2025.04.18 21:44:00.281859 [ 255 ] {d8a81806-19a7-4c1b-82a6-319cf536493b} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8902 | 2025.04.18 21:44:00.281899 [ 255 ] {d8a81806-19a7-4c1b-82a6-319cf536493b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8903 | 2025.04.18 21:44:00.282343 [ 255 ] {d8a81806-19a7-4c1b-82a6-319cf536493b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8904 | 2025.04.18 21:44:00.282581 [ 255 ] {d8a81806-19a7-4c1b-82a6-319cf536493b} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8905 | 2025.04.18 21:44:00.282789 [ 255 ] {d8a81806-19a7-4c1b-82a6-319cf536493b} <Debug> executeQuery: Read 966 rows, 66.39 KiB in 0.001765 sec., 547308.7818696883 rows/sec., 36.73 MiB/sec. | ||
| 8906 | 2025.04.18 21:44:00.282840 [ 255 ] {d8a81806-19a7-4c1b-82a6-319cf536493b} <Debug> TCPHandler: Processed in 0.002039308 sec. | ||
| 8907 | 2025.04.18 21:44:00.282958 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8908 | 2025.04.18 21:44:00.283062 [ 255 ] {711aac94-9009-4a57-980e-f92284261f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8909 | 2025.04.18 21:44:00.283108 [ 255 ] {711aac94-9009-4a57-980e-f92284261f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8910 | 2025.04.18 21:44:00.283537 [ 255 ] {711aac94-9009-4a57-980e-f92284261f25} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8911 | 2025.04.18 21:44:00.283576 [ 255 ] {711aac94-9009-4a57-980e-f92284261f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8912 | 2025.04.18 21:44:00.283933 [ 255 ] {711aac94-9009-4a57-980e-f92284261f25} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8913 | 2025.04.18 21:44:00.284169 [ 255 ] {711aac94-9009-4a57-980e-f92284261f25} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8914 | 2025.04.18 21:44:00.284390 [ 255 ] {711aac94-9009-4a57-980e-f92284261f25} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001346 sec., 32689.450222882617 rows/sec., 2.20 MiB/sec. | ||
| 8915 | 2025.04.18 21:44:00.284467 [ 255 ] {711aac94-9009-4a57-980e-f92284261f25} <Debug> TCPHandler: Processed in 0.001558936 sec. | ||
| 8916 | 2025.04.18 21:44:01.825550 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8917 | 2025.04.18 21:44:01.825742 [ 255 ] {6a1e72bb-e088-401e-94e6-55f78083bd18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8918 | 2025.04.18 21:44:01.825815 [ 255 ] {6a1e72bb-e088-401e-94e6-55f78083bd18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8919 | 2025.04.18 21:44:01.826619 [ 255 ] {6a1e72bb-e088-401e-94e6-55f78083bd18} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8920 | 2025.04.18 21:44:01.826663 [ 255 ] {6a1e72bb-e088-401e-94e6-55f78083bd18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8921 | 2025.04.18 21:44:01.827103 [ 255 ] {6a1e72bb-e088-401e-94e6-55f78083bd18} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8922 | 2025.04.18 21:44:01.827359 [ 255 ] {6a1e72bb-e088-401e-94e6-55f78083bd18} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8923 | 2025.04.18 21:44:01.827554 [ 255 ] {6a1e72bb-e088-401e-94e6-55f78083bd18} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001865 sec., 30026.809651474534 rows/sec., 2.29 MiB/sec. | ||
| 8924 | 2025.04.18 21:44:01.827631 [ 255 ] {6a1e72bb-e088-401e-94e6-55f78083bd18} <Debug> TCPHandler: Processed in 0.002216971 sec. | ||
| 8925 | 2025.04.18 21:44:01.827785 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8926 | 2025.04.18 21:44:01.827906 [ 255 ] {743bc707-b6c3-4d79-a1b8-c51a955e7b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8927 | 2025.04.18 21:44:01.827954 [ 255 ] {743bc707-b6c3-4d79-a1b8-c51a955e7b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8928 | 2025.04.18 21:44:01.828527 [ 255 ] {743bc707-b6c3-4d79-a1b8-c51a955e7b91} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8929 | 2025.04.18 21:44:01.828566 [ 255 ] {743bc707-b6c3-4d79-a1b8-c51a955e7b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8930 | 2025.04.18 21:44:01.828922 [ 255 ] {743bc707-b6c3-4d79-a1b8-c51a955e7b91} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8931 | 2025.04.18 21:44:01.829177 [ 255 ] {743bc707-b6c3-4d79-a1b8-c51a955e7b91} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8932 | 2025.04.18 21:44:01.829343 [ 255 ] {743bc707-b6c3-4d79-a1b8-c51a955e7b91} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001458 sec., 43895.7475994513 rows/sec., 3.43 MiB/sec. | ||
| 8933 | 2025.04.18 21:44:01.829393 [ 255 ] {743bc707-b6c3-4d79-a1b8-c51a955e7b91} <Debug> TCPHandler: Processed in 0.001677089 sec. | ||
| 8934 | 2025.04.18 21:44:01.829530 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8935 | 2025.04.18 21:44:01.829635 [ 255 ] {19faefdd-60f3-41d0-9f81-6e895799fd86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8936 | 2025.04.18 21:44:01.829687 [ 255 ] {19faefdd-60f3-41d0-9f81-6e895799fd86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8937 | 2025.04.18 21:44:01.830170 [ 255 ] {19faefdd-60f3-41d0-9f81-6e895799fd86} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8938 | 2025.04.18 21:44:01.830207 [ 255 ] {19faefdd-60f3-41d0-9f81-6e895799fd86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8939 | 2025.04.18 21:44:01.830580 [ 255 ] {19faefdd-60f3-41d0-9f81-6e895799fd86} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8940 | 2025.04.18 21:44:01.830823 [ 255 ] {19faefdd-60f3-41d0-9f81-6e895799fd86} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8941 | 2025.04.18 21:44:01.830988 [ 255 ] {19faefdd-60f3-41d0-9f81-6e895799fd86} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001376 sec., 30523.25581395349 rows/sec., 2.12 MiB/sec. | ||
| 8942 | 2025.04.18 21:44:01.831038 [ 255 ] {19faefdd-60f3-41d0-9f81-6e895799fd86} <Debug> TCPHandler: Processed in 0.001560036 sec. | ||
| 8943 | 2025.04.18 21:44:01.831156 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8944 | 2025.04.18 21:44:01.831259 [ 255 ] {9782c6ae-c356-4f02-ac9c-237ad4c30675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8945 | 2025.04.18 21:44:01.831306 [ 255 ] {9782c6ae-c356-4f02-ac9c-237ad4c30675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8946 | 2025.04.18 21:44:01.831713 [ 255 ] {9782c6ae-c356-4f02-ac9c-237ad4c30675} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8947 | 2025.04.18 21:44:01.831749 [ 255 ] {9782c6ae-c356-4f02-ac9c-237ad4c30675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8948 | 2025.04.18 21:44:01.832092 [ 255 ] {9782c6ae-c356-4f02-ac9c-237ad4c30675} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8949 | 2025.04.18 21:44:01.832323 [ 255 ] {9782c6ae-c356-4f02-ac9c-237ad4c30675} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8950 | 2025.04.18 21:44:01.832499 [ 255 ] {9782c6ae-c356-4f02-ac9c-237ad4c30675} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001258 sec., 12718.600953895071 rows/sec., 881.86 KiB/sec. | ||
| 8951 | 2025.04.18 21:44:01.832585 [ 255 ] {9782c6ae-c356-4f02-ac9c-237ad4c30675} <Debug> TCPHandler: Processed in 0.001477584 sec. | ||
| 8952 | 2025.04.18 21:44:02.418305 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 8953 | 2025.04.18 21:44:02.418977 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8954 | 2025.04.18 21:44:02.419029 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8955 | 2025.04.18 21:44:02.419566 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8956 | 2025.04.18 21:44:02.419832 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8957 | 2025.04.18 21:44:02.420106 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 8958 | 2025.04.18 21:44:03.847919 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8959 | 2025.04.18 21:44:03.869404 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8960 | 2025.04.18 21:44:03.869472 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8961 | 2025.04.18 21:44:03.876793 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8962 | 2025.04.18 21:44:03.877566 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8963 | 2025.04.18 21:44:03.880360 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8964 | 2025.04.18 21:44:05.006759 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1250 | ||
| 8965 | 2025.04.18 21:44:05.009804 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8966 | 2025.04.18 21:44:05.009856 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8967 | 2025.04.18 21:44:05.011296 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8968 | 2025.04.18 21:44:05.011593 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8969 | 2025.04.18 21:44:05.012139 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1250 | ||
| 8970 | 2025.04.18 21:44:06.832637 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8971 | 2025.04.18 21:44:06.832855 [ 255 ] {c25dfc44-2bbc-4258-a3e3-0372ac88a7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8972 | 2025.04.18 21:44:06.832941 [ 255 ] {c25dfc44-2bbc-4258-a3e3-0372ac88a7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8973 | 2025.04.18 21:44:06.833854 [ 255 ] {c25dfc44-2bbc-4258-a3e3-0372ac88a7cb} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8974 | 2025.04.18 21:44:06.833911 [ 255 ] {c25dfc44-2bbc-4258-a3e3-0372ac88a7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8975 | 2025.04.18 21:44:06.834373 [ 255 ] {c25dfc44-2bbc-4258-a3e3-0372ac88a7cb} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8976 | 2025.04.18 21:44:06.834649 [ 255 ] {c25dfc44-2bbc-4258-a3e3-0372ac88a7cb} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8977 | 2025.04.18 21:44:06.834900 [ 255 ] {c25dfc44-2bbc-4258-a3e3-0372ac88a7cb} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002098 sec., 64823.64156339371 rows/sec., 5.58 MiB/sec. | ||
| 8978 | 2025.04.18 21:44:06.835012 [ 255 ] {c25dfc44-2bbc-4258-a3e3-0372ac88a7cb} <Debug> TCPHandler: Processed in 0.002520569 sec. | ||
| 8979 | 2025.04.18 21:44:06.835178 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8980 | 2025.04.18 21:44:06.835468 [ 255 ] {06bc7777-87eb-4ead-994f-a1dd46181156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8981 | 2025.04.18 21:44:06.835549 [ 255 ] {06bc7777-87eb-4ead-994f-a1dd46181156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8982 | 2025.04.18 21:44:06.836121 [ 255 ] {06bc7777-87eb-4ead-994f-a1dd46181156} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8983 | 2025.04.18 21:44:06.836164 [ 255 ] {06bc7777-87eb-4ead-994f-a1dd46181156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8984 | 2025.04.18 21:44:06.836539 [ 255 ] {06bc7777-87eb-4ead-994f-a1dd46181156} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8985 | 2025.04.18 21:44:06.836792 [ 255 ] {06bc7777-87eb-4ead-994f-a1dd46181156} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8986 | 2025.04.18 21:44:06.837043 [ 255 ] {06bc7777-87eb-4ead-994f-a1dd46181156} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001671 sec., 23937.761819269897 rows/sec., 1.76 MiB/sec. | ||
| 8987 | 2025.04.18 21:44:06.837134 [ 255 ] {06bc7777-87eb-4ead-994f-a1dd46181156} <Debug> TCPHandler: Processed in 0.002030967 sec. | ||
| 8988 | 2025.04.18 21:44:06.837374 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8989 | 2025.04.18 21:44:06.837498 [ 255 ] {0320f3ee-995d-4dae-8e1d-8b965ed72d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8990 | 2025.04.18 21:44:06.837546 [ 255 ] {0320f3ee-995d-4dae-8e1d-8b965ed72d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8991 | 2025.04.18 21:44:06.838131 [ 255 ] {0320f3ee-995d-4dae-8e1d-8b965ed72d09} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8992 | 2025.04.18 21:44:06.838172 [ 255 ] {0320f3ee-995d-4dae-8e1d-8b965ed72d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 8993 | 2025.04.18 21:44:06.838542 [ 255 ] {0320f3ee-995d-4dae-8e1d-8b965ed72d09} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8994 | 2025.04.18 21:44:06.838793 [ 255 ] {0320f3ee-995d-4dae-8e1d-8b965ed72d09} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8995 | 2025.04.18 21:44:06.839030 [ 255 ] {0320f3ee-995d-4dae-8e1d-8b965ed72d09} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001548 sec., 67183.46253229975 rows/sec., 5.25 MiB/sec. | ||
| 8996 | 2025.04.18 21:44:06.839131 [ 255 ] {0320f3ee-995d-4dae-8e1d-8b965ed72d09} <Debug> TCPHandler: Processed in 0.001852024 sec. | ||
| 8997 | 2025.04.18 21:44:06.839322 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8998 | 2025.04.18 21:44:06.839497 [ 255 ] {cbfef186-ebde-4d43-9d03-ca143dbfa5dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8999 | 2025.04.18 21:44:06.839549 [ 255 ] {cbfef186-ebde-4d43-9d03-ca143dbfa5dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9000 | 2025.04.18 21:44:06.840094 [ 255 ] {cbfef186-ebde-4d43-9d03-ca143dbfa5dd} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9001 | 2025.04.18 21:44:06.840135 [ 255 ] {cbfef186-ebde-4d43-9d03-ca143dbfa5dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9002 | 2025.04.18 21:44:06.840532 [ 255 ] {cbfef186-ebde-4d43-9d03-ca143dbfa5dd} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9003 | 2025.04.18 21:44:06.840864 [ 255 ] {cbfef186-ebde-4d43-9d03-ca143dbfa5dd} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9004 | 2025.04.18 21:44:06.841104 [ 255 ] {cbfef186-ebde-4d43-9d03-ca143dbfa5dd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00163 sec., 98159.50920245399 rows/sec., 6.84 MiB/sec. | ||
| 9005 | 2025.04.18 21:44:06.841165 [ 255 ] {cbfef186-ebde-4d43-9d03-ca143dbfa5dd} <Debug> TCPHandler: Processed in 0.001942545 sec. | ||
| 9006 | 2025.04.18 21:44:06.841294 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9007 | 2025.04.18 21:44:06.841401 [ 255 ] {5998eb49-52de-48ad-bd0e-536695a562a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9008 | 2025.04.18 21:44:06.841468 [ 255 ] {5998eb49-52de-48ad-bd0e-536695a562a7} <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 | ||
| 9009 | 2025.04.18 21:44:06.842689 [ 255 ] {5998eb49-52de-48ad-bd0e-536695a562a7} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9010 | 2025.04.18 21:44:06.842728 [ 255 ] {5998eb49-52de-48ad-bd0e-536695a562a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9011 | 2025.04.18 21:44:06.843378 [ 255 ] {5998eb49-52de-48ad-bd0e-536695a562a7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9012 | 2025.04.18 21:44:06.843654 [ 255 ] {5998eb49-52de-48ad-bd0e-536695a562a7} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9013 | 2025.04.18 21:44:06.843942 [ 255 ] {5998eb49-52de-48ad-bd0e-536695a562a7} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002561 sec., 15618.898867629832 rows/sec., 27.99 MiB/sec. | ||
| 9014 | 2025.04.18 21:44:06.844421 [ 255 ] {5998eb49-52de-48ad-bd0e-536695a562a7} <Debug> TCPHandler: Processed in 0.003183804 sec. | ||
| 9015 | 2025.04.18 21:44:06.844606 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9016 | 2025.04.18 21:44:06.844706 [ 255 ] {224ba396-0991-4121-866d-c0f7d0041038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9017 | 2025.04.18 21:44:06.844751 [ 255 ] {224ba396-0991-4121-866d-c0f7d0041038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9018 | 2025.04.18 21:44:06.845184 [ 255 ] {224ba396-0991-4121-866d-c0f7d0041038} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9019 | 2025.04.18 21:44:06.845223 [ 255 ] {224ba396-0991-4121-866d-c0f7d0041038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9020 | 2025.04.18 21:44:06.845569 [ 255 ] {224ba396-0991-4121-866d-c0f7d0041038} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9021 | 2025.04.18 21:44:06.845800 [ 255 ] {224ba396-0991-4121-866d-c0f7d0041038} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9022 | 2025.04.18 21:44:06.846001 [ 255 ] {224ba396-0991-4121-866d-c0f7d0041038} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001307 sec., 45906.65646518745 rows/sec., 3.09 MiB/sec. | ||
| 9023 | 2025.04.18 21:44:06.846088 [ 255 ] {224ba396-0991-4121-866d-c0f7d0041038} <Debug> TCPHandler: Processed in 0.001527875 sec. | ||
| 9024 | 2025.04.18 21:44:09.733832 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9025 | 2025.04.18 21:44:09.733932 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9026 | 2025.04.18 21:44:09.920232 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 9027 | 2025.04.18 21:44:09.921129 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9028 | 2025.04.18 21:44:09.921176 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9029 | 2025.04.18 21:44:09.921722 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9030 | 2025.04.18 21:44:09.921965 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9031 | 2025.04.18 21:44:09.922205 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9032 | 2025.04.18 21:44:09.922218 [ 148 ] {} <Debug> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9033 | 2025.04.18 21:44:09.922314 [ 148 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9034 | 2025.04.18 21:44:09.922354 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9035 | 2025.04.18 21:44:09.922528 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 9036 | 2025.04.18 21:44:09.922701 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9037 | 2025.04.18 21:44:09.922748 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
| 9038 | 2025.04.18 21:44:09.922853 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 9039 | 2025.04.18 21:44:09.923058 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
| 9040 | 2025.04.18 21:44:09.923287 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
| 9041 | 2025.04.18 21:44:09.923444 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
| 9042 | 2025.04.18 21:44:09.923621 [ 190 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
| 9043 | 2025.04.18 21:44:09.926070 [ 194 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003614194 sec., 5839752.929698849 rows/sec., 83.54 MiB/sec. | ||
| 9044 | 2025.04.18 21:44:09.926393 [ 186 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9045 | 2025.04.18 21:44:09.926693 [ 186 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_46_9} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9046 | 2025.04.18 21:44:09.926778 [ 186 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_46_9} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9047 | 2025.04.18 21:44:09.926870 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 9048 | 2025.04.18 21:44:11.380436 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9049 | 2025.04.18 21:44:11.401318 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9050 | 2025.04.18 21:44:11.401365 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9051 | 2025.04.18 21:44:11.408796 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9052 | 2025.04.18 21:44:11.409547 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9053 | 2025.04.18 21:44:11.409859 [ 142 ] {} <Debug> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9054 | 2025.04.18 21:44:11.409936 [ 142 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9055 | 2025.04.18 21:44:11.409983 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9056 | 2025.04.18 21:44:11.410427 [ 186 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 9057 | 2025.04.18 21:44:11.419383 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9058 | 2025.04.18 21:44:11.420593 [ 186 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9059 | 2025.04.18 21:44:11.421460 [ 186 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
| 9060 | 2025.04.18 21:44:11.425977 [ 186 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 9061 | 2025.04.18 21:44:11.430596 [ 186 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 9062 | 2025.04.18 21:44:11.435499 [ 186 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 9063 | 2025.04.18 21:44:11.440948 [ 186 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
| 9064 | 2025.04.18 21:44:11.445352 [ 186 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 9065 | 2025.04.18 21:44:11.501725 [ 188 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.091644813 sec., 3786.3572267859827 rows/sec., 19.58 MiB/sec. | ||
| 9066 | 2025.04.18 21:44:11.503691 [ 195 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9067 | 2025.04.18 21:44:11.505967 [ 195 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_46_9} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9068 | 2025.04.18 21:44:11.506060 [ 195 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_46_9} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9069 | 2025.04.18 21:44:11.507246 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 9070 | 2025.04.18 21:44:11.836647 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9071 | 2025.04.18 21:44:11.836856 [ 255 ] {fd4e0c09-599b-4e3c-b27f-dfa80adb845b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9072 | 2025.04.18 21:44:11.836938 [ 255 ] {fd4e0c09-599b-4e3c-b27f-dfa80adb845b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9073 | 2025.04.18 21:44:11.837795 [ 255 ] {fd4e0c09-599b-4e3c-b27f-dfa80adb845b} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9074 | 2025.04.18 21:44:11.837842 [ 255 ] {fd4e0c09-599b-4e3c-b27f-dfa80adb845b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9075 | 2025.04.18 21:44:11.838291 [ 255 ] {fd4e0c09-599b-4e3c-b27f-dfa80adb845b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9076 | 2025.04.18 21:44:11.838543 [ 255 ] {fd4e0c09-599b-4e3c-b27f-dfa80adb845b} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9077 | 2025.04.18 21:44:11.838763 [ 255 ] {fd4e0c09-599b-4e3c-b27f-dfa80adb845b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001957 sec., 108329.0751149719 rows/sec., 6.89 MiB/sec. | ||
| 9078 | 2025.04.18 21:44:11.838856 [ 255 ] {fd4e0c09-599b-4e3c-b27f-dfa80adb845b} <Debug> TCPHandler: Processed in 0.002352174 sec. | ||
| 9079 | 2025.04.18 21:44:11.839089 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9080 | 2025.04.18 21:44:11.839202 [ 255 ] {fe1ed997-45b3-44a9-9588-0892ab7e2cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9081 | 2025.04.18 21:44:11.839250 [ 255 ] {fe1ed997-45b3-44a9-9588-0892ab7e2cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9082 | 2025.04.18 21:44:11.839992 [ 255 ] {fe1ed997-45b3-44a9-9588-0892ab7e2cdd} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9083 | 2025.04.18 21:44:11.840032 [ 255 ] {fe1ed997-45b3-44a9-9588-0892ab7e2cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9084 | 2025.04.18 21:44:11.840426 [ 255 ] {fe1ed997-45b3-44a9-9588-0892ab7e2cdd} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9085 | 2025.04.18 21:44:11.840676 [ 255 ] {fe1ed997-45b3-44a9-9588-0892ab7e2cdd} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9086 | 2025.04.18 21:44:11.840819 [ 142 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9087 | 2025.04.18 21:44:11.840859 [ 255 ] {fe1ed997-45b3-44a9-9588-0892ab7e2cdd} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.00168 sec., 367261.90476190473 rows/sec., 28.69 MiB/sec. | ||
| 9088 | 2025.04.18 21:44:11.840872 [ 142 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9089 | 2025.04.18 21:44:11.840911 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9090 | 2025.04.18 21:44:11.840930 [ 255 ] {fe1ed997-45b3-44a9-9588-0892ab7e2cdd} <Debug> TCPHandler: Processed in 0.001926275 sec. | ||
| 9091 | 2025.04.18 21:44:11.841132 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9092 | 2025.04.18 21:44:11.841137 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9093 | 2025.04.18 21:44:11.841528 [ 255 ] {cd086cb9-cd5d-442e-bd84-06602687ef86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9094 | 2025.04.18 21:44:11.841633 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9095 | 2025.04.18 21:44:11.841716 [ 255 ] {cd086cb9-cd5d-442e-bd84-06602687ef86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9096 | 2025.04.18 21:44:11.841778 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1847 rows starting from the beginning of the part | ||
| 9097 | 2025.04.18 21:44:11.842300 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 136 rows starting from the beginning of the part | ||
| 9098 | 2025.04.18 21:44:11.842858 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1198 rows starting from the beginning of the part | ||
| 9099 | 2025.04.18 21:44:11.843483 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 9100 | 2025.04.18 21:44:11.844097 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 136 rows starting from the beginning of the part | ||
| 9101 | 2025.04.18 21:44:11.844456 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 617 rows starting from the beginning of the part | ||
| 9102 | 2025.04.18 21:44:11.845169 [ 255 ] {cd086cb9-cd5d-442e-bd84-06602687ef86} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9103 | 2025.04.18 21:44:11.845214 [ 255 ] {cd086cb9-cd5d-442e-bd84-06602687ef86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9104 | 2025.04.18 21:44:11.845808 [ 255 ] {cd086cb9-cd5d-442e-bd84-06602687ef86} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9105 | 2025.04.18 21:44:11.846157 [ 255 ] {cd086cb9-cd5d-442e-bd84-06602687ef86} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9106 | 2025.04.18 21:44:11.846344 [ 255 ] {cd086cb9-cd5d-442e-bd84-06602687ef86} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.00496 sec., 21370.967741935485 rows/sec., 1.26 MiB/sec. | ||
| 9107 | 2025.04.18 21:44:11.846403 [ 255 ] {cd086cb9-cd5d-442e-bd84-06602687ef86} <Debug> TCPHandler: Processed in 0.005340134 sec. | ||
| 9108 | 2025.04.18 21:44:11.846523 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9109 | 2025.04.18 21:44:11.846718 [ 255 ] {e97dad23-bc39-4510-8aff-b986d0fa5a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9110 | 2025.04.18 21:44:11.846786 [ 255 ] {e97dad23-bc39-4510-8aff-b986d0fa5a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9111 | 2025.04.18 21:44:11.846794 [ 191 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3990 rows, containing 5 columns (5 merged, 0 gathered) in 0.005802365 sec., 687650.6390066808 rows/sec., 58.53 MiB/sec. | ||
| 9112 | 2025.04.18 21:44:11.847198 [ 191 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9113 | 2025.04.18 21:44:11.847771 [ 255 ] {e97dad23-bc39-4510-8aff-b986d0fa5a59} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9114 | 2025.04.18 21:44:11.847825 [ 191 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_76_15} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9115 | 2025.04.18 21:44:11.847848 [ 255 ] {e97dad23-bc39-4510-8aff-b986d0fa5a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9116 | 2025.04.18 21:44:11.848043 [ 191 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_76_15} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9117 | 2025.04.18 21:44:11.848228 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 9118 | 2025.04.18 21:44:11.848447 [ 255 ] {e97dad23-bc39-4510-8aff-b986d0fa5a59} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9119 | 2025.04.18 21:44:11.848696 [ 255 ] {e97dad23-bc39-4510-8aff-b986d0fa5a59} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9120 | 2025.04.18 21:44:11.848880 [ 255 ] {e97dad23-bc39-4510-8aff-b986d0fa5a59} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002224 sec., 50809.352517985615 rows/sec., 3.29 MiB/sec. | ||
| 9121 | 2025.04.18 21:44:11.848984 [ 255 ] {e97dad23-bc39-4510-8aff-b986d0fa5a59} <Debug> TCPHandler: Processed in 0.002504579 sec. | ||
| 9122 | 2025.04.18 21:44:11.849225 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9123 | 2025.04.18 21:44:11.849330 [ 255 ] {3c267724-46b1-44c5-b4b4-1ace1563ed66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9124 | 2025.04.18 21:44:11.849375 [ 255 ] {3c267724-46b1-44c5-b4b4-1ace1563ed66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9125 | 2025.04.18 21:44:11.849913 [ 255 ] {3c267724-46b1-44c5-b4b4-1ace1563ed66} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9126 | 2025.04.18 21:44:11.849951 [ 255 ] {3c267724-46b1-44c5-b4b4-1ace1563ed66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9127 | 2025.04.18 21:44:11.850293 [ 255 ] {3c267724-46b1-44c5-b4b4-1ace1563ed66} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9128 | 2025.04.18 21:44:11.850527 [ 255 ] {3c267724-46b1-44c5-b4b4-1ace1563ed66} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9129 | 2025.04.18 21:44:11.850714 [ 255 ] {3c267724-46b1-44c5-b4b4-1ace1563ed66} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001399 sec., 80057.18370264475 rows/sec., 4.56 MiB/sec. | ||
| 9130 | 2025.04.18 21:44:11.850783 [ 255 ] {3c267724-46b1-44c5-b4b4-1ace1563ed66} <Debug> TCPHandler: Processed in 0.001644978 sec. | ||
| 9131 | 2025.04.18 21:44:11.851016 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9132 | 2025.04.18 21:44:11.851118 [ 255 ] {8a827e80-86e6-4f93-b109-cfda66f6dc62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9133 | 2025.04.18 21:44:11.851163 [ 255 ] {8a827e80-86e6-4f93-b109-cfda66f6dc62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9134 | 2025.04.18 21:44:11.851778 [ 255 ] {8a827e80-86e6-4f93-b109-cfda66f6dc62} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9135 | 2025.04.18 21:44:11.851816 [ 255 ] {8a827e80-86e6-4f93-b109-cfda66f6dc62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9136 | 2025.04.18 21:44:11.852186 [ 255 ] {8a827e80-86e6-4f93-b109-cfda66f6dc62} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9137 | 2025.04.18 21:44:11.852419 [ 255 ] {8a827e80-86e6-4f93-b109-cfda66f6dc62} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9138 | 2025.04.18 21:44:11.852562 [ 142 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9139 | 2025.04.18 21:44:11.852591 [ 255 ] {8a827e80-86e6-4f93-b109-cfda66f6dc62} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001494 sec., 255689.42436412314 rows/sec., 18.03 MiB/sec. | ||
| 9140 | 2025.04.18 21:44:11.852609 [ 142 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9141 | 2025.04.18 21:44:11.852648 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9142 | 2025.04.18 21:44:11.852659 [ 255 ] {8a827e80-86e6-4f93-b109-cfda66f6dc62} <Debug> TCPHandler: Processed in 0.00172596 sec. | ||
| 9143 | 2025.04.18 21:44:11.852921 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9144 | 2025.04.18 21:44:11.852963 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9145 | 2025.04.18 21:44:11.853255 [ 255 ] {ffac0538-0a34-4a05-9fb4-5ef1e04ea2a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9146 | 2025.04.18 21:44:11.853433 [ 255 ] {ffac0538-0a34-4a05-9fb4-5ef1e04ea2a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9147 | 2025.04.18 21:44:11.853475 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9148 | 2025.04.18 21:44:11.853625 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 916 rows starting from the beginning of the part | ||
| 9149 | 2025.04.18 21:44:11.854099 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 104 rows starting from the beginning of the part | ||
| 9150 | 2025.04.18 21:44:11.854489 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 524 rows starting from the beginning of the part | ||
| 9151 | 2025.04.18 21:44:11.854979 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 9152 | 2025.04.18 21:44:11.855348 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 104 rows starting from the beginning of the part | ||
| 9153 | 2025.04.18 21:44:11.855785 [ 191 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 382 rows starting from the beginning of the part | ||
| 9154 | 2025.04.18 21:44:11.856951 [ 255 ] {ffac0538-0a34-4a05-9fb4-5ef1e04ea2a7} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9155 | 2025.04.18 21:44:11.857044 [ 255 ] {ffac0538-0a34-4a05-9fb4-5ef1e04ea2a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9156 | 2025.04.18 21:44:11.857949 [ 255 ] {ffac0538-0a34-4a05-9fb4-5ef1e04ea2a7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9157 | 2025.04.18 21:44:11.858493 [ 255 ] {ffac0538-0a34-4a05-9fb4-5ef1e04ea2a7} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9158 | 2025.04.18 21:44:11.858889 [ 255 ] {ffac0538-0a34-4a05-9fb4-5ef1e04ea2a7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005753 sec., 1042.9341213280027 rows/sec., 54.49 KiB/sec. | ||
| 9159 | 2025.04.18 21:44:11.859358 [ 255 ] {ffac0538-0a34-4a05-9fb4-5ef1e04ea2a7} <Debug> TCPHandler: Processed in 0.006544662 sec. | ||
| 9160 | 2025.04.18 21:44:11.859792 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9161 | 2025.04.18 21:44:11.859801 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2094 rows, containing 5 columns (5 merged, 0 gathered) in 0.007058924 sec., 296645.77774176345 rows/sec., 22.88 MiB/sec. | ||
| 9162 | 2025.04.18 21:44:11.859928 [ 255 ] {59f40c8b-5fd4-491d-8fda-a8ef54bacac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9163 | 2025.04.18 21:44:11.860003 [ 255 ] {59f40c8b-5fd4-491d-8fda-a8ef54bacac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9164 | 2025.04.18 21:44:11.860113 [ 192 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9165 | 2025.04.18 21:44:11.860827 [ 192 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_76_15} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9166 | 2025.04.18 21:44:11.861059 [ 192 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_76_15} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9167 | 2025.04.18 21:44:11.861228 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 9168 | 2025.04.18 21:44:11.861228 [ 255 ] {59f40c8b-5fd4-491d-8fda-a8ef54bacac9} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9169 | 2025.04.18 21:44:11.861306 [ 255 ] {59f40c8b-5fd4-491d-8fda-a8ef54bacac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9170 | 2025.04.18 21:44:11.861759 [ 255 ] {59f40c8b-5fd4-491d-8fda-a8ef54bacac9} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9171 | 2025.04.18 21:44:11.862019 [ 255 ] {59f40c8b-5fd4-491d-8fda-a8ef54bacac9} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9172 | 2025.04.18 21:44:11.862165 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9173 | 2025.04.18 21:44:11.862203 [ 255 ] {59f40c8b-5fd4-491d-8fda-a8ef54bacac9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002301 sec., 102998.69621903519 rows/sec., 6.90 MiB/sec. | ||
| 9174 | 2025.04.18 21:44:11.862208 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9175 | 2025.04.18 21:44:11.862256 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9176 | 2025.04.18 21:44:11.862291 [ 255 ] {59f40c8b-5fd4-491d-8fda-a8ef54bacac9} <Debug> TCPHandler: Processed in 0.002606361 sec. | ||
| 9177 | 2025.04.18 21:44:11.862583 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9178 | 2025.04.18 21:44:11.862648 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9179 | 2025.04.18 21:44:11.862867 [ 255 ] {8a231f1b-4e54-4cc3-bc81-cfeb302334c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9180 | 2025.04.18 21:44:11.863037 [ 255 ] {8a231f1b-4e54-4cc3-bc81-cfeb302334c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9181 | 2025.04.18 21:44:11.863325 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9182 | 2025.04.18 21:44:11.863436 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21146 rows starting from the beginning of the part | ||
| 9183 | 2025.04.18 21:44:11.863727 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 9184 | 2025.04.18 21:44:11.864009 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 966 rows starting from the beginning of the part | ||
| 9185 | 2025.04.18 21:44:11.864329 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 42 rows starting from the beginning of the part | ||
| 9186 | 2025.04.18 21:44:11.864662 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 9187 | 2025.04.18 21:44:11.865140 [ 193 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part | ||
| 9188 | 2025.04.18 21:44:11.865207 [ 255 ] {8a231f1b-4e54-4cc3-bc81-cfeb302334c5} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9189 | 2025.04.18 21:44:11.865313 [ 255 ] {8a231f1b-4e54-4cc3-bc81-cfeb302334c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9190 | 2025.04.18 21:44:11.866382 [ 255 ] {8a231f1b-4e54-4cc3-bc81-cfeb302334c5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9191 | 2025.04.18 21:44:11.866694 [ 255 ] {8a231f1b-4e54-4cc3-bc81-cfeb302334c5} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9192 | 2025.04.18 21:44:11.866941 [ 255 ] {8a231f1b-4e54-4cc3-bc81-cfeb302334c5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004172 sec., 239.6931927133269 rows/sec., 16.15 KiB/sec. | ||
| 9193 | 2025.04.18 21:44:11.867041 [ 255 ] {8a231f1b-4e54-4cc3-bc81-cfeb302334c5} <Debug> TCPHandler: Processed in 0.004576066 sec. | ||
| 9194 | 2025.04.18 21:44:11.867181 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9195 | 2025.04.18 21:44:11.867432 [ 255 ] {8ce56f47-d250-4656-bf54-86be21911d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9196 | 2025.04.18 21:44:11.867525 [ 255 ] {8ce56f47-d250-4656-bf54-86be21911d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9197 | 2025.04.18 21:44:11.868696 [ 255 ] {8ce56f47-d250-4656-bf54-86be21911d37} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9198 | 2025.04.18 21:44:11.868736 [ 255 ] {8ce56f47-d250-4656-bf54-86be21911d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9199 | 2025.04.18 21:44:11.869498 [ 255 ] {8ce56f47-d250-4656-bf54-86be21911d37} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9200 | 2025.04.18 21:44:11.869778 [ 255 ] {8ce56f47-d250-4656-bf54-86be21911d37} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9201 | 2025.04.18 21:44:11.869915 [ 142 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9202 | 2025.04.18 21:44:11.869958 [ 255 ] {8ce56f47-d250-4656-bf54-86be21911d37} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002629 sec., 31190.566755420314 rows/sec., 1.98 MiB/sec. | ||
| 9203 | 2025.04.18 21:44:11.869959 [ 142 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9204 | 2025.04.18 21:44:11.870012 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9205 | 2025.04.18 21:44:11.870026 [ 255 ] {8ce56f47-d250-4656-bf54-86be21911d37} <Debug> TCPHandler: Processed in 0.002912198 sec. | ||
| 9206 | 2025.04.18 21:44:11.870207 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9207 | 2025.04.18 21:44:11.870323 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9208 | 2025.04.18 21:44:11.870354 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4250 rows starting from the beginning of the part | ||
| 9209 | 2025.04.18 21:44:11.870448 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 9210 | 2025.04.18 21:44:11.870648 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 44 rows starting from the beginning of the part | ||
| 9211 | 2025.04.18 21:44:11.870720 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 16 rows starting from the beginning of the part | ||
| 9212 | 2025.04.18 21:44:11.870951 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 9213 | 2025.04.18 21:44:11.871031 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
| 9214 | 2025.04.18 21:44:11.878903 [ 201 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4512 rows, containing 4 columns (4 merged, 0 gathered) in 0.008791494 sec., 513223.3497514757 rows/sec., 33.63 MiB/sec. | ||
| 9215 | 2025.04.18 21:44:11.879340 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9216 | 2025.04.18 21:44:11.879740 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_76_15} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9217 | 2025.04.18 21:44:11.879823 [ 187 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_76_15} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9218 | 2025.04.18 21:44:11.879898 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 9219 | 2025.04.18 21:44:11.881201 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22711 rows, containing 5 columns (5 merged, 0 gathered) in 0.018824849 sec., 1206437.2999751552 rows/sec., 81.58 MiB/sec. | ||
| 9220 | 2025.04.18 21:44:11.881793 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9221 | 2025.04.18 21:44:11.882173 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9222 | 2025.04.18 21:44:11.882278 [ 189 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9223 | 2025.04.18 21:44:11.882394 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 9224 | 2025.04.18 21:44:12.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.80 MiB, peak 236.39 MiB, free memory in arenas 0.00 B, will set to 225.60 MiB (RSS), difference: 1.80 MiB | ||
| 9225 | 2025.04.18 21:44:15.012472 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1282 | ||
| 9226 | 2025.04.18 21:44:15.015452 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9227 | 2025.04.18 21:44:15.015505 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9228 | 2025.04.18 21:44:15.016925 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9229 | 2025.04.18 21:44:15.017233 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9230 | 2025.04.18 21:44:15.018480 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1282 | ||
| 9231 | 2025.04.18 21:44:16.834278 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9232 | 2025.04.18 21:44:16.834498 [ 255 ] {abf8fc90-67a1-43bf-a9d7-3ff0d8f02d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9233 | 2025.04.18 21:44:16.834584 [ 255 ] {abf8fc90-67a1-43bf-a9d7-3ff0d8f02d7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9234 | 2025.04.18 21:44:16.835350 [ 255 ] {abf8fc90-67a1-43bf-a9d7-3ff0d8f02d7b} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9235 | 2025.04.18 21:44:16.835409 [ 255 ] {abf8fc90-67a1-43bf-a9d7-3ff0d8f02d7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9236 | 2025.04.18 21:44:16.835870 [ 255 ] {abf8fc90-67a1-43bf-a9d7-3ff0d8f02d7b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9237 | 2025.04.18 21:44:16.836138 [ 255 ] {abf8fc90-67a1-43bf-a9d7-3ff0d8f02d7b} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9238 | 2025.04.18 21:44:16.836405 [ 255 ] {abf8fc90-67a1-43bf-a9d7-3ff0d8f02d7b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001958 sec., 1021.4504596527067 rows/sec., 83.29 KiB/sec. | ||
| 9239 | 2025.04.18 21:44:16.836537 [ 255 ] {abf8fc90-67a1-43bf-a9d7-3ff0d8f02d7b} <Debug> TCPHandler: Processed in 0.002404806 sec. | ||
| 9240 | 2025.04.18 21:44:16.836723 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9241 | 2025.04.18 21:44:16.836837 [ 255 ] {be77fb79-fedf-487f-8477-4e1fa6f8b352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9242 | 2025.04.18 21:44:16.836888 [ 255 ] {be77fb79-fedf-487f-8477-4e1fa6f8b352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9243 | 2025.04.18 21:44:16.837563 [ 255 ] {be77fb79-fedf-487f-8477-4e1fa6f8b352} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9244 | 2025.04.18 21:44:16.837605 [ 255 ] {be77fb79-fedf-487f-8477-4e1fa6f8b352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9245 | 2025.04.18 21:44:16.837984 [ 255 ] {be77fb79-fedf-487f-8477-4e1fa6f8b352} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9246 | 2025.04.18 21:44:16.838234 [ 255 ] {be77fb79-fedf-487f-8477-4e1fa6f8b352} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9247 | 2025.04.18 21:44:16.838438 [ 255 ] {be77fb79-fedf-487f-8477-4e1fa6f8b352} <Debug> executeQuery: Read 137 rows, 12.07 KiB in 0.00163 sec., 84049.07975460123 rows/sec., 7.23 MiB/sec. | ||
| 9248 | 2025.04.18 21:44:16.838494 [ 255 ] {be77fb79-fedf-487f-8477-4e1fa6f8b352} <Debug> TCPHandler: Processed in 0.001829933 sec. | ||
| 9249 | 2025.04.18 21:44:16.838611 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9250 | 2025.04.18 21:44:16.838718 [ 255 ] {cc4559d4-6592-4fef-8559-e25591c72c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9251 | 2025.04.18 21:44:16.838766 [ 255 ] {cc4559d4-6592-4fef-8559-e25591c72c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9252 | 2025.04.18 21:44:16.839290 [ 255 ] {cc4559d4-6592-4fef-8559-e25591c72c4b} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9253 | 2025.04.18 21:44:16.839331 [ 255 ] {cc4559d4-6592-4fef-8559-e25591c72c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9254 | 2025.04.18 21:44:16.839687 [ 255 ] {cc4559d4-6592-4fef-8559-e25591c72c4b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9255 | 2025.04.18 21:44:16.839937 [ 255 ] {cc4559d4-6592-4fef-8559-e25591c72c4b} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9256 | 2025.04.18 21:44:16.840089 [ 138 ] {} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9257 | 2025.04.18 21:44:16.840107 [ 255 ] {cc4559d4-6592-4fef-8559-e25591c72c4b} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001412 sec., 29745.042492917844 rows/sec., 2.18 MiB/sec. | ||
| 9258 | 2025.04.18 21:44:16.840139 [ 138 ] {} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9259 | 2025.04.18 21:44:16.840181 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9260 | 2025.04.18 21:44:16.840182 [ 255 ] {cc4559d4-6592-4fef-8559-e25591c72c4b} <Debug> TCPHandler: Processed in 0.001624378 sec. | ||
| 9261 | 2025.04.18 21:44:16.840356 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9262 | 2025.04.18 21:44:16.840376 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 9263 | 2025.04.18 21:44:16.840519 [ 255 ] {e54a38db-32a4-4580-9010-076caefc16d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9264 | 2025.04.18 21:44:16.840620 [ 255 ] {e54a38db-32a4-4580-9010-076caefc16d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9265 | 2025.04.18 21:44:16.840714 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9266 | 2025.04.18 21:44:16.840815 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 166 rows starting from the beginning of the part | ||
| 9267 | 2025.04.18 21:44:16.841044 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part | ||
| 9268 | 2025.04.18 21:44:16.841369 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 4 rows starting from the beginning of the part | ||
| 9269 | 2025.04.18 21:44:16.841778 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part | ||
| 9270 | 2025.04.18 21:44:16.842240 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 106 rows starting from the beginning of the part | ||
| 9271 | 2025.04.18 21:44:16.842752 [ 198 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 42 rows starting from the beginning of the part | ||
| 9272 | 2025.04.18 21:44:16.843793 [ 255 ] {e54a38db-32a4-4580-9010-076caefc16d2} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9273 | 2025.04.18 21:44:16.843860 [ 255 ] {e54a38db-32a4-4580-9010-076caefc16d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9274 | 2025.04.18 21:44:16.844826 [ 255 ] {e54a38db-32a4-4580-9010-076caefc16d2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9275 | 2025.04.18 21:44:16.845488 [ 255 ] {e54a38db-32a4-4580-9010-076caefc16d2} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9276 | 2025.04.18 21:44:16.845539 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 398 rows, containing 5 columns (5 merged, 0 gathered) in 0.005256932 sec., 75709.55835076429 rows/sec., 5.23 MiB/sec. | ||
| 9277 | 2025.04.18 21:44:16.845867 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9278 | 2025.04.18 21:44:16.845925 [ 255 ] {e54a38db-32a4-4580-9010-076caefc16d2} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.005432 sec., 19513.991163475697 rows/sec., 1.52 MiB/sec. | ||
| 9279 | 2025.04.18 21:44:16.846232 [ 255 ] {e54a38db-32a4-4580-9010-076caefc16d2} <Debug> TCPHandler: Processed in 0.005947539 sec. | ||
| 9280 | 2025.04.18 21:44:16.846579 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9281 | 2025.04.18 21:44:16.846727 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_61_12} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9282 | 2025.04.18 21:44:16.846975 [ 255 ] {585bff31-a79a-4bd4-a978-ed6b8960d797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9283 | 2025.04.18 21:44:16.847057 [ 189 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_61_12} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9284 | 2025.04.18 21:44:16.847169 [ 255 ] {585bff31-a79a-4bd4-a978-ed6b8960d797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9285 | 2025.04.18 21:44:16.847360 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 9286 | 2025.04.18 21:44:16.848118 [ 255 ] {585bff31-a79a-4bd4-a978-ed6b8960d797} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9287 | 2025.04.18 21:44:16.848161 [ 255 ] {585bff31-a79a-4bd4-a978-ed6b8960d797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9288 | 2025.04.18 21:44:16.848568 [ 255 ] {585bff31-a79a-4bd4-a978-ed6b8960d797} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9289 | 2025.04.18 21:44:16.848827 [ 255 ] {585bff31-a79a-4bd4-a978-ed6b8960d797} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9290 | 2025.04.18 21:44:16.848995 [ 255 ] {585bff31-a79a-4bd4-a978-ed6b8960d797} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002185 sec., 73684.21052631579 rows/sec., 5.13 MiB/sec. | ||
| 9291 | 2025.04.18 21:44:16.849047 [ 255 ] {585bff31-a79a-4bd4-a978-ed6b8960d797} <Debug> TCPHandler: Processed in 0.00260171 sec. | ||
| 9292 | 2025.04.18 21:44:16.849173 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9293 | 2025.04.18 21:44:16.849279 [ 255 ] {83b1dd59-8b69-474f-a183-344e8ac36251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9294 | 2025.04.18 21:44:16.849347 [ 255 ] {83b1dd59-8b69-474f-a183-344e8ac36251} <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 | ||
| 9295 | 2025.04.18 21:44:16.850511 [ 255 ] {83b1dd59-8b69-474f-a183-344e8ac36251} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9296 | 2025.04.18 21:44:16.850548 [ 255 ] {83b1dd59-8b69-474f-a183-344e8ac36251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9297 | 2025.04.18 21:44:16.851215 [ 255 ] {83b1dd59-8b69-474f-a183-344e8ac36251} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9298 | 2025.04.18 21:44:16.851493 [ 255 ] {83b1dd59-8b69-474f-a183-344e8ac36251} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9299 | 2025.04.18 21:44:16.851718 [ 255 ] {83b1dd59-8b69-474f-a183-344e8ac36251} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002453 sec., 16306.563391765187 rows/sec., 29.22 MiB/sec. | ||
| 9300 | 2025.04.18 21:44:16.852171 [ 255 ] {83b1dd59-8b69-474f-a183-344e8ac36251} <Debug> TCPHandler: Processed in 0.003042681 sec. | ||
| 9301 | 2025.04.18 21:44:16.852345 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9302 | 2025.04.18 21:44:16.852449 [ 255 ] {3bca1e14-52b0-46e0-864e-a95960976715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9303 | 2025.04.18 21:44:16.852496 [ 255 ] {3bca1e14-52b0-46e0-864e-a95960976715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9304 | 2025.04.18 21:44:16.852959 [ 255 ] {3bca1e14-52b0-46e0-864e-a95960976715} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9305 | 2025.04.18 21:44:16.852998 [ 255 ] {3bca1e14-52b0-46e0-864e-a95960976715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9306 | 2025.04.18 21:44:16.853366 [ 255 ] {3bca1e14-52b0-46e0-864e-a95960976715} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9307 | 2025.04.18 21:44:16.853622 [ 255 ] {3bca1e14-52b0-46e0-864e-a95960976715} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9308 | 2025.04.18 21:44:16.853828 [ 255 ] {3bca1e14-52b0-46e0-864e-a95960976715} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. | ||
| 9309 | 2025.04.18 21:44:16.853903 [ 255 ] {3bca1e14-52b0-46e0-864e-a95960976715} <Debug> TCPHandler: Processed in 0.001599147 sec. | ||
| 9310 | 2025.04.18 21:44:17.423305 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 9311 | 2025.04.18 21:44:17.424024 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9312 | 2025.04.18 21:44:17.424090 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9313 | 2025.04.18 21:44:17.424703 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9314 | 2025.04.18 21:44:17.424964 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9315 | 2025.04.18 21:44:17.425260 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 9316 | 2025.04.18 21:44:18.920397 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9317 | 2025.04.18 21:44:18.938498 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9318 | 2025.04.18 21:44:18.938547 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9319 | 2025.04.18 21:44:18.945336 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9320 | 2025.04.18 21:44:18.946103 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9321 | 2025.04.18 21:44:18.948557 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9322 | 2025.04.18 21:44:21.836588 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9323 | 2025.04.18 21:44:21.836854 [ 255 ] {d958fe85-1c29-44de-812b-3e68639b81fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9324 | 2025.04.18 21:44:21.836956 [ 255 ] {d958fe85-1c29-44de-812b-3e68639b81fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9325 | 2025.04.18 21:44:21.838478 [ 255 ] {d958fe85-1c29-44de-812b-3e68639b81fa} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9326 | 2025.04.18 21:44:21.838546 [ 255 ] {d958fe85-1c29-44de-812b-3e68639b81fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9327 | 2025.04.18 21:44:21.839048 [ 255 ] {d958fe85-1c29-44de-812b-3e68639b81fa} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9328 | 2025.04.18 21:44:21.839310 [ 255 ] {d958fe85-1c29-44de-812b-3e68639b81fa} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9329 | 2025.04.18 21:44:21.839548 [ 255 ] {d958fe85-1c29-44de-812b-3e68639b81fa} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002763 sec., 76728.19399203765 rows/sec., 4.88 MiB/sec. | ||
| 9330 | 2025.04.18 21:44:21.839622 [ 255 ] {d958fe85-1c29-44de-812b-3e68639b81fa} <Debug> TCPHandler: Processed in 0.003239585 sec. | ||
| 9331 | 2025.04.18 21:44:21.839762 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9332 | 2025.04.18 21:44:21.839877 [ 255 ] {65c14d1d-e164-441e-9690-a7ac3417eedc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9333 | 2025.04.18 21:44:21.839928 [ 255 ] {65c14d1d-e164-441e-9690-a7ac3417eedc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9334 | 2025.04.18 21:44:21.840789 [ 255 ] {65c14d1d-e164-441e-9690-a7ac3417eedc} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9335 | 2025.04.18 21:44:21.840829 [ 255 ] {65c14d1d-e164-441e-9690-a7ac3417eedc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9336 | 2025.04.18 21:44:21.841231 [ 255 ] {65c14d1d-e164-441e-9690-a7ac3417eedc} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9337 | 2025.04.18 21:44:21.841471 [ 255 ] {65c14d1d-e164-441e-9690-a7ac3417eedc} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9338 | 2025.04.18 21:44:21.841691 [ 255 ] {65c14d1d-e164-441e-9690-a7ac3417eedc} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001842 sec., 334961.9978284473 rows/sec., 26.16 MiB/sec. | ||
| 9339 | 2025.04.18 21:44:21.841745 [ 255 ] {65c14d1d-e164-441e-9690-a7ac3417eedc} <Debug> TCPHandler: Processed in 0.002038507 sec. | ||
| 9340 | 2025.04.18 21:44:21.841867 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9341 | 2025.04.18 21:44:21.841971 [ 255 ] {af8a32d8-d387-47b6-b651-19a03ddef602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9342 | 2025.04.18 21:44:21.842016 [ 255 ] {af8a32d8-d387-47b6-b651-19a03ddef602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9343 | 2025.04.18 21:44:21.842569 [ 255 ] {af8a32d8-d387-47b6-b651-19a03ddef602} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9344 | 2025.04.18 21:44:21.842610 [ 255 ] {af8a32d8-d387-47b6-b651-19a03ddef602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9345 | 2025.04.18 21:44:21.842952 [ 255 ] {af8a32d8-d387-47b6-b651-19a03ddef602} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9346 | 2025.04.18 21:44:21.843182 [ 255 ] {af8a32d8-d387-47b6-b651-19a03ddef602} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9347 | 2025.04.18 21:44:21.843372 [ 255 ] {af8a32d8-d387-47b6-b651-19a03ddef602} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001422 sec., 74542.89732770745 rows/sec., 4.39 MiB/sec. | ||
| 9348 | 2025.04.18 21:44:21.843423 [ 255 ] {af8a32d8-d387-47b6-b651-19a03ddef602} <Debug> TCPHandler: Processed in 0.001606797 sec. | ||
| 9349 | 2025.04.18 21:44:21.843544 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9350 | 2025.04.18 21:44:21.843648 [ 255 ] {bd0f69f9-18b7-4311-9d34-d626b86587a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9351 | 2025.04.18 21:44:21.843694 [ 255 ] {bd0f69f9-18b7-4311-9d34-d626b86587a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9352 | 2025.04.18 21:44:21.844238 [ 255 ] {bd0f69f9-18b7-4311-9d34-d626b86587a0} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9353 | 2025.04.18 21:44:21.844278 [ 255 ] {bd0f69f9-18b7-4311-9d34-d626b86587a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9354 | 2025.04.18 21:44:21.844623 [ 255 ] {bd0f69f9-18b7-4311-9d34-d626b86587a0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9355 | 2025.04.18 21:44:21.844856 [ 255 ] {bd0f69f9-18b7-4311-9d34-d626b86587a0} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9356 | 2025.04.18 21:44:21.845034 [ 133 ] {} <Debug> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 9357 | 2025.04.18 21:44:21.845079 [ 255 ] {bd0f69f9-18b7-4311-9d34-d626b86587a0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001451 sec., 77877.32598208133 rows/sec., 5.04 MiB/sec. | ||
| 9358 | 2025.04.18 21:44:21.845129 [ 133 ] {} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9359 | 2025.04.18 21:44:21.845203 [ 255 ] {bd0f69f9-18b7-4311-9d34-d626b86587a0} <Debug> TCPHandler: Processed in 0.00170774 sec. | ||
| 9360 | 2025.04.18 21:44:21.845203 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9361 | 2025.04.18 21:44:21.845391 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9362 | 2025.04.18 21:44:21.845457 [ 190 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 9363 | 2025.04.18 21:44:21.845659 [ 255 ] {ca061f03-e8cf-4526-87fe-30db0fdf671e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9364 | 2025.04.18 21:44:21.845839 [ 255 ] {ca061f03-e8cf-4526-87fe-30db0fdf671e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9365 | 2025.04.18 21:44:21.845986 [ 190 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9366 | 2025.04.18 21:44:21.846156 [ 190 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 341 rows starting from the beginning of the part | ||
| 9367 | 2025.04.18 21:44:21.846665 [ 190 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 341 rows starting from the beginning of the part | ||
| 9368 | 2025.04.18 21:44:21.847019 [ 190 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 113 rows starting from the beginning of the part | ||
| 9369 | 2025.04.18 21:44:21.847291 [ 190 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part | ||
| 9370 | 2025.04.18 21:44:21.847504 [ 190 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part | ||
| 9371 | 2025.04.18 21:44:21.847669 [ 190 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 113 rows starting from the beginning of the part | ||
| 9372 | 2025.04.18 21:44:21.848155 [ 255 ] {ca061f03-e8cf-4526-87fe-30db0fdf671e} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9373 | 2025.04.18 21:44:21.848196 [ 255 ] {ca061f03-e8cf-4526-87fe-30db0fdf671e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9374 | 2025.04.18 21:44:21.848681 [ 255 ] {ca061f03-e8cf-4526-87fe-30db0fdf671e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9375 | 2025.04.18 21:44:21.848992 [ 255 ] {ca061f03-e8cf-4526-87fe-30db0fdf671e} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9376 | 2025.04.18 21:44:21.849444 [ 255 ] {ca061f03-e8cf-4526-87fe-30db0fdf671e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003895 sec., 28754.813863928113 rows/sec., 1.64 MiB/sec. | ||
| 9377 | 2025.04.18 21:44:21.849829 [ 255 ] {ca061f03-e8cf-4526-87fe-30db0fdf671e} <Debug> TCPHandler: Processed in 0.004528455 sec. | ||
| 9378 | 2025.04.18 21:44:21.850112 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9379 | 2025.04.18 21:44:21.850245 [ 255 ] {1fbd29dc-864d-439f-8372-32a4c6e98583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9380 | 2025.04.18 21:44:21.850316 [ 255 ] {1fbd29dc-864d-439f-8372-32a4c6e98583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9381 | 2025.04.18 21:44:21.850514 [ 190 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.005194501 sec., 240446.57995060546 rows/sec., 16.87 MiB/sec. | ||
| 9382 | 2025.04.18 21:44:21.850700 [ 190 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 9383 | 2025.04.18 21:44:21.851070 [ 190 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_30_6} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9384 | 2025.04.18 21:44:21.851175 [ 190 ] {d3468ada-4d53-4e74-b7de-ebe9084b51fc::all_1_30_6} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 9385 | 2025.04.18 21:44:21.851200 [ 255 ] {1fbd29dc-864d-439f-8372-32a4c6e98583} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9386 | 2025.04.18 21:44:21.851249 [ 255 ] {1fbd29dc-864d-439f-8372-32a4c6e98583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9387 | 2025.04.18 21:44:21.851269 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 9388 | 2025.04.18 21:44:21.851686 [ 255 ] {1fbd29dc-864d-439f-8372-32a4c6e98583} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9389 | 2025.04.18 21:44:21.851919 [ 255 ] {1fbd29dc-864d-439f-8372-32a4c6e98583} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9390 | 2025.04.18 21:44:21.852128 [ 255 ] {1fbd29dc-864d-439f-8372-32a4c6e98583} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001925 sec., 198441.55844155845 rows/sec., 13.99 MiB/sec. | ||
| 9391 | 2025.04.18 21:44:21.852182 [ 255 ] {1fbd29dc-864d-439f-8372-32a4c6e98583} <Debug> TCPHandler: Processed in 0.00215701 sec. | ||
| 9392 | 2025.04.18 21:44:21.852310 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9393 | 2025.04.18 21:44:21.852414 [ 255 ] {faf0e2ab-d455-4527-a08a-0ae347d0516d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9394 | 2025.04.18 21:44:21.852459 [ 255 ] {faf0e2ab-d455-4527-a08a-0ae347d0516d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9395 | 2025.04.18 21:44:21.852888 [ 255 ] {faf0e2ab-d455-4527-a08a-0ae347d0516d} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9396 | 2025.04.18 21:44:21.852927 [ 255 ] {faf0e2ab-d455-4527-a08a-0ae347d0516d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9397 | 2025.04.18 21:44:21.853265 [ 255 ] {faf0e2ab-d455-4527-a08a-0ae347d0516d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9398 | 2025.04.18 21:44:21.853497 [ 255 ] {faf0e2ab-d455-4527-a08a-0ae347d0516d} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9399 | 2025.04.18 21:44:21.853715 [ 255 ] {faf0e2ab-d455-4527-a08a-0ae347d0516d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 237.84 KiB/sec. | ||
| 9400 | 2025.04.18 21:44:21.853788 [ 255 ] {faf0e2ab-d455-4527-a08a-0ae347d0516d} <Debug> TCPHandler: Processed in 0.001527536 sec. | ||
| 9401 | 2025.04.18 21:44:21.854010 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9402 | 2025.04.18 21:44:21.854120 [ 255 ] {c136df6e-cd54-4af1-b7d1-649832c7957e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9403 | 2025.04.18 21:44:21.854171 [ 255 ] {c136df6e-cd54-4af1-b7d1-649832c7957e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9404 | 2025.04.18 21:44:21.854708 [ 255 ] {c136df6e-cd54-4af1-b7d1-649832c7957e} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9405 | 2025.04.18 21:44:21.854748 [ 255 ] {c136df6e-cd54-4af1-b7d1-649832c7957e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9406 | 2025.04.18 21:44:21.855125 [ 255 ] {c136df6e-cd54-4af1-b7d1-649832c7957e} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9407 | 2025.04.18 21:44:21.855368 [ 255 ] {c136df6e-cd54-4af1-b7d1-649832c7957e} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9408 | 2025.04.18 21:44:21.855594 [ 255 ] {c136df6e-cd54-4af1-b7d1-649832c7957e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001493 sec., 158740.79035498996 rows/sec., 10.64 MiB/sec. | ||
| 9409 | 2025.04.18 21:44:21.855690 [ 255 ] {c136df6e-cd54-4af1-b7d1-649832c7957e} <Debug> TCPHandler: Processed in 0.001758591 sec. | ||
| 9410 | 2025.04.18 21:44:21.855872 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9411 | 2025.04.18 21:44:21.856033 [ 255 ] {07ca4894-ac69-496c-9791-23c46efdd435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9412 | 2025.04.18 21:44:21.856080 [ 255 ] {07ca4894-ac69-496c-9791-23c46efdd435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9413 | 2025.04.18 21:44:21.856516 [ 255 ] {07ca4894-ac69-496c-9791-23c46efdd435} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9414 | 2025.04.18 21:44:21.856556 [ 255 ] {07ca4894-ac69-496c-9791-23c46efdd435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9415 | 2025.04.18 21:44:21.856899 [ 255 ] {07ca4894-ac69-496c-9791-23c46efdd435} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9416 | 2025.04.18 21:44:21.857137 [ 255 ] {07ca4894-ac69-496c-9791-23c46efdd435} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9417 | 2025.04.18 21:44:21.857336 [ 255 ] {07ca4894-ac69-496c-9791-23c46efdd435} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001326 sec., 754.1478129713424 rows/sec., 50.82 KiB/sec. | ||
| 9418 | 2025.04.18 21:44:21.857386 [ 255 ] {07ca4894-ac69-496c-9791-23c46efdd435} <Debug> TCPHandler: Processed in 0.001612647 sec. | ||
| 9419 | 2025.04.18 21:44:21.857509 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9420 | 2025.04.18 21:44:21.857623 [ 255 ] {87dd98ac-d5cb-411d-b24a-627c92f1953a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9421 | 2025.04.18 21:44:21.857670 [ 255 ] {87dd98ac-d5cb-411d-b24a-627c92f1953a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9422 | 2025.04.18 21:44:21.858113 [ 255 ] {87dd98ac-d5cb-411d-b24a-627c92f1953a} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9423 | 2025.04.18 21:44:21.858155 [ 255 ] {87dd98ac-d5cb-411d-b24a-627c92f1953a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9424 | 2025.04.18 21:44:21.858525 [ 255 ] {87dd98ac-d5cb-411d-b24a-627c92f1953a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9425 | 2025.04.18 21:44:21.858777 [ 255 ] {87dd98ac-d5cb-411d-b24a-627c92f1953a} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9426 | 2025.04.18 21:44:21.859006 [ 255 ] {87dd98ac-d5cb-411d-b24a-627c92f1953a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001404 sec., 58404.558404558404 rows/sec., 3.71 MiB/sec. | ||
| 9427 | 2025.04.18 21:44:21.859076 [ 255 ] {87dd98ac-d5cb-411d-b24a-627c92f1953a} <Debug> TCPHandler: Processed in 0.001617048 sec. | ||
| 9428 | 2025.04.18 21:44:24.733985 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9429 | 2025.04.18 21:44:24.734059 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9430 | 2025.04.18 21:44:24.926351 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 9431 | 2025.04.18 21:44:24.927001 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9432 | 2025.04.18 21:44:24.927049 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9433 | 2025.04.18 21:44:24.927563 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9434 | 2025.04.18 21:44:24.927833 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9435 | 2025.04.18 21:44:24.928072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9436 | 2025.04.18 21:44:25.001671 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001115426 sec. | ||
| 9437 | 2025.04.18 21:44:25.019495 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1316 | ||
| 9438 | 2025.04.18 21:44:25.022558 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9439 | 2025.04.18 21:44:25.022604 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9440 | 2025.04.18 21:44:25.024036 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9441 | 2025.04.18 21:44:25.024339 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9442 | 2025.04.18 21:44:25.024869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1316 | ||
| 9443 | 2025.04.18 21:44:26.448646 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9444 | 2025.04.18 21:44:26.469782 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9445 | 2025.04.18 21:44:26.469860 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9446 | 2025.04.18 21:44:26.477486 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9447 | 2025.04.18 21:44:26.478360 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9448 | 2025.04.18 21:44:26.482212 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9449 | 2025.04.18 21:44:26.832505 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9450 | 2025.04.18 21:44:26.832721 [ 255 ] {487a12a6-1f77-4f01-832e-a9ec072f6ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9451 | 2025.04.18 21:44:26.832802 [ 255 ] {487a12a6-1f77-4f01-832e-a9ec072f6ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9452 | 2025.04.18 21:44:26.833653 [ 255 ] {487a12a6-1f77-4f01-832e-a9ec072f6ddd} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9453 | 2025.04.18 21:44:26.833706 [ 255 ] {487a12a6-1f77-4f01-832e-a9ec072f6ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9454 | 2025.04.18 21:44:26.834149 [ 255 ] {487a12a6-1f77-4f01-832e-a9ec072f6ddd} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9455 | 2025.04.18 21:44:26.834414 [ 255 ] {487a12a6-1f77-4f01-832e-a9ec072f6ddd} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9456 | 2025.04.18 21:44:26.834628 [ 255 ] {487a12a6-1f77-4f01-832e-a9ec072f6ddd} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001961 sec., 69352.3712391637 rows/sec., 5.97 MiB/sec. | ||
| 9457 | 2025.04.18 21:44:26.834730 [ 255 ] {487a12a6-1f77-4f01-832e-a9ec072f6ddd} <Debug> TCPHandler: Processed in 0.002367225 sec. | ||
| 9458 | 2025.04.18 21:44:26.834868 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9459 | 2025.04.18 21:44:26.835139 [ 255 ] {2ba9f9da-744f-42c1-bfd2-ebbd95fe6fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9460 | 2025.04.18 21:44:26.835269 [ 255 ] {2ba9f9da-744f-42c1-bfd2-ebbd95fe6fd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9461 | 2025.04.18 21:44:26.836048 [ 255 ] {2ba9f9da-744f-42c1-bfd2-ebbd95fe6fd5} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9462 | 2025.04.18 21:44:26.836087 [ 255 ] {2ba9f9da-744f-42c1-bfd2-ebbd95fe6fd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9463 | 2025.04.18 21:44:26.836438 [ 255 ] {2ba9f9da-744f-42c1-bfd2-ebbd95fe6fd5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9464 | 2025.04.18 21:44:26.836681 [ 255 ] {2ba9f9da-744f-42c1-bfd2-ebbd95fe6fd5} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9465 | 2025.04.18 21:44:26.836890 [ 255 ] {2ba9f9da-744f-42c1-bfd2-ebbd95fe6fd5} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001855 sec., 21563.342318059298 rows/sec., 1.58 MiB/sec. | ||
| 9466 | 2025.04.18 21:44:26.836940 [ 255 ] {2ba9f9da-744f-42c1-bfd2-ebbd95fe6fd5} <Debug> TCPHandler: Processed in 0.00213156 sec. | ||
| 9467 | 2025.04.18 21:44:26.837053 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9468 | 2025.04.18 21:44:26.837155 [ 255 ] {b03188f1-40b7-475c-bb26-b0a347522fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9469 | 2025.04.18 21:44:26.837201 [ 255 ] {b03188f1-40b7-475c-bb26-b0a347522fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9470 | 2025.04.18 21:44:26.837747 [ 255 ] {b03188f1-40b7-475c-bb26-b0a347522fb9} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9471 | 2025.04.18 21:44:26.837786 [ 255 ] {b03188f1-40b7-475c-bb26-b0a347522fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9472 | 2025.04.18 21:44:26.838146 [ 255 ] {b03188f1-40b7-475c-bb26-b0a347522fb9} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9473 | 2025.04.18 21:44:26.838415 [ 255 ] {b03188f1-40b7-475c-bb26-b0a347522fb9} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9474 | 2025.04.18 21:44:26.838623 [ 255 ] {b03188f1-40b7-475c-bb26-b0a347522fb9} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001489 sec., 69845.53391537945 rows/sec., 5.46 MiB/sec. | ||
| 9475 | 2025.04.18 21:44:26.838675 [ 255 ] {b03188f1-40b7-475c-bb26-b0a347522fb9} <Debug> TCPHandler: Processed in 0.001672039 sec. | ||
| 9476 | 2025.04.18 21:44:26.838803 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9477 | 2025.04.18 21:44:26.838908 [ 255 ] {00f55009-3014-4886-9fbf-c9fc4f5cd5b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9478 | 2025.04.18 21:44:26.838959 [ 255 ] {00f55009-3014-4886-9fbf-c9fc4f5cd5b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9479 | 2025.04.18 21:44:26.839486 [ 255 ] {00f55009-3014-4886-9fbf-c9fc4f5cd5b5} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9480 | 2025.04.18 21:44:26.839526 [ 255 ] {00f55009-3014-4886-9fbf-c9fc4f5cd5b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9481 | 2025.04.18 21:44:26.839924 [ 255 ] {00f55009-3014-4886-9fbf-c9fc4f5cd5b5} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9482 | 2025.04.18 21:44:26.840180 [ 255 ] {00f55009-3014-4886-9fbf-c9fc4f5cd5b5} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9483 | 2025.04.18 21:44:26.840394 [ 255 ] {00f55009-3014-4886-9fbf-c9fc4f5cd5b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001494 sec., 107095.04685408299 rows/sec., 7.46 MiB/sec. | ||
| 9484 | 2025.04.18 21:44:26.840506 [ 255 ] {00f55009-3014-4886-9fbf-c9fc4f5cd5b5} <Debug> TCPHandler: Processed in 0.001747431 sec. | ||
| 9485 | 2025.04.18 21:44:26.840733 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9486 | 2025.04.18 21:44:26.840933 [ 255 ] {61cead47-3bf0-412b-b266-5e7d9391b6b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9487 | 2025.04.18 21:44:26.841010 [ 255 ] {61cead47-3bf0-412b-b266-5e7d9391b6b9} <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 | ||
| 9488 | 2025.04.18 21:44:26.843694 [ 255 ] {61cead47-3bf0-412b-b266-5e7d9391b6b9} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9489 | 2025.04.18 21:44:26.843734 [ 255 ] {61cead47-3bf0-412b-b266-5e7d9391b6b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9490 | 2025.04.18 21:44:26.844407 [ 255 ] {61cead47-3bf0-412b-b266-5e7d9391b6b9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9491 | 2025.04.18 21:44:26.844669 [ 255 ] {61cead47-3bf0-412b-b266-5e7d9391b6b9} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9492 | 2025.04.18 21:44:26.844965 [ 255 ] {61cead47-3bf0-412b-b266-5e7d9391b6b9} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004062 sec., 9847.365829640572 rows/sec., 17.65 MiB/sec. | ||
| 9493 | 2025.04.18 21:44:26.845488 [ 255 ] {61cead47-3bf0-412b-b266-5e7d9391b6b9} <Debug> TCPHandler: Processed in 0.004869224 sec. | ||
| 9494 | 2025.04.18 21:44:26.845647 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9495 | 2025.04.18 21:44:26.845748 [ 255 ] {6921c2ab-29ad-4a06-8029-70002df33f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9496 | 2025.04.18 21:44:26.845794 [ 255 ] {6921c2ab-29ad-4a06-8029-70002df33f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9497 | 2025.04.18 21:44:26.846256 [ 255 ] {6921c2ab-29ad-4a06-8029-70002df33f8e} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9498 | 2025.04.18 21:44:26.846294 [ 255 ] {6921c2ab-29ad-4a06-8029-70002df33f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9499 | 2025.04.18 21:44:26.846665 [ 255 ] {6921c2ab-29ad-4a06-8029-70002df33f8e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9500 | 2025.04.18 21:44:26.846905 [ 255 ] {6921c2ab-29ad-4a06-8029-70002df33f8e} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9501 | 2025.04.18 21:44:26.847136 [ 255 ] {6921c2ab-29ad-4a06-8029-70002df33f8e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec. | ||
| 9502 | 2025.04.18 21:44:26.847208 [ 255 ] {6921c2ab-29ad-4a06-8029-70002df33f8e} <Debug> TCPHandler: Processed in 0.001610998 sec. | ||
| 9503 | 2025.04.18 21:44:28.265892 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9504 | 2025.04.18 21:44:28.266083 [ 255 ] {b70e0d89-dfcb-41a9-acca-7b4bef6b1fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9505 | 2025.04.18 21:44:28.266160 [ 255 ] {b70e0d89-dfcb-41a9-acca-7b4bef6b1fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9506 | 2025.04.18 21:44:28.267116 [ 255 ] {b70e0d89-dfcb-41a9-acca-7b4bef6b1fb1} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9507 | 2025.04.18 21:44:28.267164 [ 255 ] {b70e0d89-dfcb-41a9-acca-7b4bef6b1fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9508 | 2025.04.18 21:44:28.267671 [ 255 ] {b70e0d89-dfcb-41a9-acca-7b4bef6b1fb1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9509 | 2025.04.18 21:44:28.267956 [ 255 ] {b70e0d89-dfcb-41a9-acca-7b4bef6b1fb1} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9510 | 2025.04.18 21:44:28.268123 [ 122 ] {} <Debug> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9511 | 2025.04.18 21:44:28.268139 [ 255 ] {b70e0d89-dfcb-41a9-acca-7b4bef6b1fb1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002113 sec., 100331.28253667771 rows/sec., 6.38 MiB/sec. | ||
| 9512 | 2025.04.18 21:44:28.268166 [ 122 ] {} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9513 | 2025.04.18 21:44:28.268202 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9514 | 2025.04.18 21:44:28.268215 [ 255 ] {b70e0d89-dfcb-41a9-acca-7b4bef6b1fb1} <Debug> TCPHandler: Processed in 0.002448827 sec. | ||
| 9515 | 2025.04.18 21:44:28.268462 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9516 | 2025.04.18 21:44:28.268534 [ 189 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 9517 | 2025.04.18 21:44:28.268834 [ 255 ] {30977043-3c57-4fd1-9a71-744db2caa858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9518 | 2025.04.18 21:44:28.269001 [ 255 ] {30977043-3c57-4fd1-9a71-744db2caa858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9519 | 2025.04.18 21:44:28.269148 [ 189 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9520 | 2025.04.18 21:44:28.269276 [ 189 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 212 rows starting from the beginning of the part | ||
| 9521 | 2025.04.18 21:44:28.269735 [ 189 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part | ||
| 9522 | 2025.04.18 21:44:28.270064 [ 189 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part | ||
| 9523 | 2025.04.18 21:44:28.270451 [ 189 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part | ||
| 9524 | 2025.04.18 21:44:28.270756 [ 189 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part | ||
| 9525 | 2025.04.18 21:44:28.272835 [ 195 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004524105 sec., 234300.4859524702 rows/sec., 15.80 MiB/sec. | ||
| 9526 | 2025.04.18 21:44:28.272878 [ 255 ] {30977043-3c57-4fd1-9a71-744db2caa858} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9527 | 2025.04.18 21:44:28.272922 [ 255 ] {30977043-3c57-4fd1-9a71-744db2caa858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9528 | 2025.04.18 21:44:28.273009 [ 195 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9529 | 2025.04.18 21:44:28.273364 [ 195 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_29_7} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9530 | 2025.04.18 21:44:28.273449 [ 195 ] {8f501f5b-a3b4-4427-a37b-7c8111220b86::all_1_29_7} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9531 | 2025.04.18 21:44:28.273474 [ 255 ] {30977043-3c57-4fd1-9a71-744db2caa858} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9532 | 2025.04.18 21:44:28.273549 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 9533 | 2025.04.18 21:44:28.273743 [ 255 ] {30977043-3c57-4fd1-9a71-744db2caa858} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9534 | 2025.04.18 21:44:28.273903 [ 255 ] {30977043-3c57-4fd1-9a71-744db2caa858} <Debug> executeQuery: Read 1757 rows, 145.47 KiB in 0.005235 sec., 335625.59694364853 rows/sec., 27.14 MiB/sec. | ||
| 9535 | 2025.04.18 21:44:28.274028 [ 255 ] {30977043-3c57-4fd1-9a71-744db2caa858} <Debug> TCPHandler: Processed in 0.005698503 sec. | ||
| 9536 | 2025.04.18 21:44:28.274342 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9537 | 2025.04.18 21:44:28.274723 [ 255 ] {5c35e736-30d5-490c-9db7-54c1ed9b28a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9538 | 2025.04.18 21:44:28.274872 [ 255 ] {5c35e736-30d5-490c-9db7-54c1ed9b28a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9539 | 2025.04.18 21:44:28.276872 [ 255 ] {5c35e736-30d5-490c-9db7-54c1ed9b28a5} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9540 | 2025.04.18 21:44:28.276911 [ 255 ] {5c35e736-30d5-490c-9db7-54c1ed9b28a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9541 | 2025.04.18 21:44:28.277263 [ 255 ] {5c35e736-30d5-490c-9db7-54c1ed9b28a5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9542 | 2025.04.18 21:44:28.277493 [ 255 ] {5c35e736-30d5-490c-9db7-54c1ed9b28a5} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9543 | 2025.04.18 21:44:28.277682 [ 255 ] {5c35e736-30d5-490c-9db7-54c1ed9b28a5} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.003072 sec., 34505.208333333336 rows/sec., 2.03 MiB/sec. | ||
| 9544 | 2025.04.18 21:44:28.277774 [ 255 ] {5c35e736-30d5-490c-9db7-54c1ed9b28a5} <Debug> TCPHandler: Processed in 0.003519612 sec. | ||
| 9545 | 2025.04.18 21:44:28.277989 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9546 | 2025.04.18 21:44:28.278105 [ 255 ] {97246bee-b7fe-47c5-8331-569f0acb6673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9547 | 2025.04.18 21:44:28.278150 [ 255 ] {97246bee-b7fe-47c5-8331-569f0acb6673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9548 | 2025.04.18 21:44:28.278828 [ 255 ] {97246bee-b7fe-47c5-8331-569f0acb6673} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9549 | 2025.04.18 21:44:28.278865 [ 255 ] {97246bee-b7fe-47c5-8331-569f0acb6673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9550 | 2025.04.18 21:44:28.279222 [ 255 ] {97246bee-b7fe-47c5-8331-569f0acb6673} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9551 | 2025.04.18 21:44:28.279473 [ 255 ] {97246bee-b7fe-47c5-8331-569f0acb6673} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9552 | 2025.04.18 21:44:28.279670 [ 255 ] {97246bee-b7fe-47c5-8331-569f0acb6673} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001587 sec., 214870.82545683678 rows/sec., 14.34 MiB/sec. | ||
| 9553 | 2025.04.18 21:44:28.279721 [ 255 ] {97246bee-b7fe-47c5-8331-569f0acb6673} <Debug> TCPHandler: Processed in 0.001811122 sec. | ||
| 9554 | 2025.04.18 21:44:28.279863 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9555 | 2025.04.18 21:44:28.280011 [ 255 ] {5860180c-8555-440a-ac0d-e02018db12f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9556 | 2025.04.18 21:44:28.280058 [ 255 ] {5860180c-8555-440a-ac0d-e02018db12f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9557 | 2025.04.18 21:44:28.280650 [ 255 ] {5860180c-8555-440a-ac0d-e02018db12f6} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9558 | 2025.04.18 21:44:28.280696 [ 255 ] {5860180c-8555-440a-ac0d-e02018db12f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9559 | 2025.04.18 21:44:28.281062 [ 255 ] {5860180c-8555-440a-ac0d-e02018db12f6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9560 | 2025.04.18 21:44:28.281306 [ 255 ] {5860180c-8555-440a-ac0d-e02018db12f6} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9561 | 2025.04.18 21:44:28.281480 [ 121 ] {} <Debug> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9562 | 2025.04.18 21:44:28.281541 [ 255 ] {5860180c-8555-440a-ac0d-e02018db12f6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001561 sec., 71748.87892376681 rows/sec., 4.09 MiB/sec. | ||
| 9563 | 2025.04.18 21:44:28.281551 [ 121 ] {} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9564 | 2025.04.18 21:44:28.281627 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9565 | 2025.04.18 21:44:28.281671 [ 255 ] {5860180c-8555-440a-ac0d-e02018db12f6} <Debug> TCPHandler: Processed in 0.001858823 sec. | ||
| 9566 | 2025.04.18 21:44:28.281940 [ 188 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 9567 | 2025.04.18 21:44:28.281968 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9568 | 2025.04.18 21:44:28.282292 [ 255 ] {4183ef0a-6c59-469a-b1f5-9ca26f29a535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9569 | 2025.04.18 21:44:28.282294 [ 188 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9570 | 2025.04.18 21:44:28.282383 [ 255 ] {4183ef0a-6c59-469a-b1f5-9ca26f29a535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9571 | 2025.04.18 21:44:28.282399 [ 188 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 112 rows starting from the beginning of the part | ||
| 9572 | 2025.04.18 21:44:28.282778 [ 188 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 112 rows starting from the beginning of the part | ||
| 9573 | 2025.04.18 21:44:28.283097 [ 188 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part | ||
| 9574 | 2025.04.18 21:44:28.283485 [ 188 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part | ||
| 9575 | 2025.04.18 21:44:28.283848 [ 188 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part | ||
| 9576 | 2025.04.18 21:44:28.285658 [ 255 ] {4183ef0a-6c59-469a-b1f5-9ca26f29a535} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9577 | 2025.04.18 21:44:28.285728 [ 255 ] {4183ef0a-6c59-469a-b1f5-9ca26f29a535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9578 | 2025.04.18 21:44:28.286244 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004485604 sec., 124843.83374011617 rows/sec., 7.59 MiB/sec. | ||
| 9579 | 2025.04.18 21:44:28.286415 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9580 | 2025.04.18 21:44:28.286461 [ 255 ] {4183ef0a-6c59-469a-b1f5-9ca26f29a535} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9581 | 2025.04.18 21:44:28.286760 [ 255 ] {4183ef0a-6c59-469a-b1f5-9ca26f29a535} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9582 | 2025.04.18 21:44:28.286765 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_29_7} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9583 | 2025.04.18 21:44:28.286870 [ 195 ] {a8a9a207-a573-44d5-a21a-d86cbc0dd5de::all_1_29_7} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9584 | 2025.04.18 21:44:28.287099 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 9585 | 2025.04.18 21:44:28.287160 [ 255 ] {4183ef0a-6c59-469a-b1f5-9ca26f29a535} <Debug> executeQuery: Read 838 rows, 61.87 KiB in 0.004928 sec., 170048.7012987013 rows/sec., 12.26 MiB/sec. | ||
| 9586 | 2025.04.18 21:44:28.287231 [ 255 ] {4183ef0a-6c59-469a-b1f5-9ca26f29a535} <Debug> TCPHandler: Processed in 0.005375785 sec. | ||
| 9587 | 2025.04.18 21:44:28.287475 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9588 | 2025.04.18 21:44:28.287624 [ 255 ] {4ac524e8-47d7-4053-b6d7-2e31815f35ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9589 | 2025.04.18 21:44:28.287676 [ 255 ] {4ac524e8-47d7-4053-b6d7-2e31815f35ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9590 | 2025.04.18 21:44:28.288107 [ 255 ] {4ac524e8-47d7-4053-b6d7-2e31815f35ec} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9591 | 2025.04.18 21:44:28.288146 [ 255 ] {4ac524e8-47d7-4053-b6d7-2e31815f35ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9592 | 2025.04.18 21:44:28.288504 [ 255 ] {4ac524e8-47d7-4053-b6d7-2e31815f35ec} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9593 | 2025.04.18 21:44:28.288736 [ 255 ] {4ac524e8-47d7-4053-b6d7-2e31815f35ec} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9594 | 2025.04.18 21:44:28.288944 [ 255 ] {4ac524e8-47d7-4053-b6d7-2e31815f35ec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 233.24 KiB/sec. | ||
| 9595 | 2025.04.18 21:44:28.288994 [ 255 ] {4ac524e8-47d7-4053-b6d7-2e31815f35ec} <Debug> TCPHandler: Processed in 0.001619847 sec. | ||
| 9596 | 2025.04.18 21:44:28.289111 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9597 | 2025.04.18 21:44:28.289215 [ 255 ] {a12c529d-5687-4c65-89ba-cdda2124a343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9598 | 2025.04.18 21:44:28.289264 [ 255 ] {a12c529d-5687-4c65-89ba-cdda2124a343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9599 | 2025.04.18 21:44:28.289976 [ 255 ] {a12c529d-5687-4c65-89ba-cdda2124a343} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9600 | 2025.04.18 21:44:28.290015 [ 255 ] {a12c529d-5687-4c65-89ba-cdda2124a343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9601 | 2025.04.18 21:44:28.290430 [ 255 ] {a12c529d-5687-4c65-89ba-cdda2124a343} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9602 | 2025.04.18 21:44:28.290663 [ 255 ] {a12c529d-5687-4c65-89ba-cdda2124a343} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9603 | 2025.04.18 21:44:28.290891 [ 255 ] {a12c529d-5687-4c65-89ba-cdda2124a343} <Debug> executeQuery: Read 957 rows, 65.12 KiB in 0.001692 sec., 565602.8368794327 rows/sec., 37.59 MiB/sec. | ||
| 9604 | 2025.04.18 21:44:28.290975 [ 255 ] {a12c529d-5687-4c65-89ba-cdda2124a343} <Debug> TCPHandler: Processed in 0.001912445 sec. | ||
| 9605 | 2025.04.18 21:44:28.291175 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9606 | 2025.04.18 21:44:28.291401 [ 255 ] {de4024af-bb31-46c5-b76f-c293ccb21947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9607 | 2025.04.18 21:44:28.291454 [ 255 ] {de4024af-bb31-46c5-b76f-c293ccb21947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9608 | 2025.04.18 21:44:28.291868 [ 255 ] {de4024af-bb31-46c5-b76f-c293ccb21947} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9609 | 2025.04.18 21:44:28.291910 [ 255 ] {de4024af-bb31-46c5-b76f-c293ccb21947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9610 | 2025.04.18 21:44:28.292254 [ 255 ] {de4024af-bb31-46c5-b76f-c293ccb21947} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9611 | 2025.04.18 21:44:28.292486 [ 255 ] {de4024af-bb31-46c5-b76f-c293ccb21947} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9612 | 2025.04.18 21:44:28.292688 [ 255 ] {de4024af-bb31-46c5-b76f-c293ccb21947} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001319 sec., 758.1501137225171 rows/sec., 51.09 KiB/sec. | ||
| 9613 | 2025.04.18 21:44:28.292736 [ 255 ] {de4024af-bb31-46c5-b76f-c293ccb21947} <Debug> TCPHandler: Processed in 0.00167687 sec. | ||
| 9614 | 2025.04.18 21:44:28.292849 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9615 | 2025.04.18 21:44:28.292953 [ 255 ] {4047c850-9842-4998-a808-902c835851d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9616 | 2025.04.18 21:44:28.292998 [ 255 ] {4047c850-9842-4998-a808-902c835851d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9617 | 2025.04.18 21:44:28.293403 [ 255 ] {4047c850-9842-4998-a808-902c835851d3} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9618 | 2025.04.18 21:44:28.293441 [ 255 ] {4047c850-9842-4998-a808-902c835851d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9619 | 2025.04.18 21:44:28.293785 [ 255 ] {4047c850-9842-4998-a808-902c835851d3} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9620 | 2025.04.18 21:44:28.294010 [ 255 ] {4047c850-9842-4998-a808-902c835851d3} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9621 | 2025.04.18 21:44:28.294274 [ 255 ] {4047c850-9842-4998-a808-902c835851d3} <Debug> executeQuery: Read 36 rows, 2.15 KiB in 0.001329 sec., 27088.03611738149 rows/sec., 1.58 MiB/sec. | ||
| 9622 | 2025.04.18 21:44:28.294465 [ 255 ] {4047c850-9842-4998-a808-902c835851d3} <Debug> TCPHandler: Processed in 0.001661169 sec. | ||
| 9623 | 2025.04.18 21:44:31.830571 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9624 | 2025.04.18 21:44:31.830772 [ 255 ] {5ab8eeaf-481c-412c-b210-6dcd8d4079c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9625 | 2025.04.18 21:44:31.830845 [ 255 ] {5ab8eeaf-481c-412c-b210-6dcd8d4079c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9626 | 2025.04.18 21:44:31.831612 [ 255 ] {5ab8eeaf-481c-412c-b210-6dcd8d4079c7} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9627 | 2025.04.18 21:44:31.831663 [ 255 ] {5ab8eeaf-481c-412c-b210-6dcd8d4079c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9628 | 2025.04.18 21:44:31.832085 [ 255 ] {5ab8eeaf-481c-412c-b210-6dcd8d4079c7} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9629 | 2025.04.18 21:44:31.832335 [ 255 ] {5ab8eeaf-481c-412c-b210-6dcd8d4079c7} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9630 | 2025.04.18 21:44:31.832545 [ 119 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9631 | 2025.04.18 21:44:31.832592 [ 255 ] {5ab8eeaf-481c-412c-b210-6dcd8d4079c7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00187 sec., 29946.524064171124 rows/sec., 2.29 MiB/sec. | ||
| 9632 | 2025.04.18 21:44:31.832636 [ 119 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9633 | 2025.04.18 21:44:31.832704 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9634 | 2025.04.18 21:44:31.832737 [ 255 ] {5ab8eeaf-481c-412c-b210-6dcd8d4079c7} <Debug> TCPHandler: Processed in 0.002297044 sec. | ||
| 9635 | 2025.04.18 21:44:31.832930 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9636 | 2025.04.18 21:44:31.832950 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9637 | 2025.04.18 21:44:31.833227 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9638 | 2025.04.18 21:44:31.833233 [ 255 ] {4ca1ac48-c4e0-4201-a9ce-3e3bc30d22c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9639 | 2025.04.18 21:44:31.833298 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1847 rows starting from the beginning of the part | ||
| 9640 | 2025.04.18 21:44:31.833342 [ 255 ] {4ca1ac48-c4e0-4201-a9ce-3e3bc30d22c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9641 | 2025.04.18 21:44:31.833645 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 137 rows starting from the beginning of the part | ||
| 9642 | 2025.04.18 21:44:31.833941 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 617 rows starting from the beginning of the part | ||
| 9643 | 2025.04.18 21:44:31.834332 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 136 rows starting from the beginning of the part | ||
| 9644 | 2025.04.18 21:44:31.834697 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1757 rows starting from the beginning of the part | ||
| 9645 | 2025.04.18 21:44:31.835064 [ 197 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 9646 | 2025.04.18 21:44:31.836104 [ 255 ] {4ca1ac48-c4e0-4201-a9ce-3e3bc30d22c7} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9647 | 2025.04.18 21:44:31.836191 [ 255 ] {4ca1ac48-c4e0-4201-a9ce-3e3bc30d22c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9648 | 2025.04.18 21:44:31.837095 [ 255 ] {4ca1ac48-c4e0-4201-a9ce-3e3bc30d22c7} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9649 | 2025.04.18 21:44:31.837539 [ 255 ] {4ca1ac48-c4e0-4201-a9ce-3e3bc30d22c7} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9650 | 2025.04.18 21:44:31.837749 [ 119 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9651 | 2025.04.18 21:44:31.837816 [ 119 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9652 | 2025.04.18 21:44:31.837820 [ 255 ] {4ca1ac48-c4e0-4201-a9ce-3e3bc30d22c7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00467 sec., 13704.496788008566 rows/sec., 1.07 MiB/sec. | ||
| 9653 | 2025.04.18 21:44:31.837870 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9654 | 2025.04.18 21:44:31.838053 [ 255 ] {4ca1ac48-c4e0-4201-a9ce-3e3bc30d22c7} <Debug> TCPHandler: Processed in 0.005173381 sec. | ||
| 9655 | 2025.04.18 21:44:31.838532 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9656 | 2025.04.18 21:44:31.838552 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9657 | 2025.04.18 21:44:31.839038 [ 255 ] {15c63ab8-bbc3-441e-bde9-11c87cb8ffad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9658 | 2025.04.18 21:44:31.839332 [ 255 ] {15c63ab8-bbc3-441e-bde9-11c87cb8ffad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9659 | 2025.04.18 21:44:31.839518 [ 201 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.006691585 sec., 679958.4851720482 rows/sec., 57.63 MiB/sec. | ||
| 9660 | 2025.04.18 21:44:31.839621 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9661 | 2025.04.18 21:44:31.839805 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 916 rows starting from the beginning of the part | ||
| 9662 | 2025.04.18 21:44:31.840102 [ 201 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9663 | 2025.04.18 21:44:31.840774 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 106 rows starting from the beginning of the part | ||
| 9664 | 2025.04.18 21:44:31.841545 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 382 rows starting from the beginning of the part | ||
| 9665 | 2025.04.18 21:44:31.842233 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 104 rows starting from the beginning of the part | ||
| 9666 | 2025.04.18 21:44:31.842286 [ 201 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_81_16} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9667 | 2025.04.18 21:44:31.842574 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 838 rows starting from the beginning of the part | ||
| 9668 | 2025.04.18 21:44:31.843057 [ 195 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 9669 | 2025.04.18 21:44:31.843219 [ 201 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_81_16} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9670 | 2025.04.18 21:44:31.843937 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 9671 | 2025.04.18 21:44:31.844155 [ 255 ] {15c63ab8-bbc3-441e-bde9-11c87cb8ffad} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9672 | 2025.04.18 21:44:31.844204 [ 255 ] {15c63ab8-bbc3-441e-bde9-11c87cb8ffad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9673 | 2025.04.18 21:44:31.844766 [ 255 ] {15c63ab8-bbc3-441e-bde9-11c87cb8ffad} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9674 | 2025.04.18 21:44:31.845086 [ 255 ] {15c63ab8-bbc3-441e-bde9-11c87cb8ffad} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9675 | 2025.04.18 21:44:31.845322 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9676 | 2025.04.18 21:44:31.845347 [ 255 ] {15c63ab8-bbc3-441e-bde9-11c87cb8ffad} <Debug> executeQuery: Read 126 rows, 8.98 KiB in 0.006513 sec., 19345.923537540304 rows/sec., 1.35 MiB/sec. | ||
| 9677 | 2025.04.18 21:44:31.845422 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9678 | 2025.04.18 21:44:31.845555 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9679 | 2025.04.18 21:44:31.845573 [ 255 ] {15c63ab8-bbc3-441e-bde9-11c87cb8ffad} <Debug> TCPHandler: Processed in 0.007191308 sec. | ||
| 9680 | 2025.04.18 21:44:31.845914 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9681 | 2025.04.18 21:44:31.845963 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9682 | 2025.04.18 21:44:31.846099 [ 187 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.008075868 sec., 298419.93455068854 rows/sec., 22.85 MiB/sec. | ||
| 9683 | 2025.04.18 21:44:31.846149 [ 255 ] {e0091926-5b74-4b62-9ad1-8c473f717442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9684 | 2025.04.18 21:44:31.846247 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9685 | 2025.04.18 21:44:31.846264 [ 255 ] {e0091926-5b74-4b62-9ad1-8c473f717442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9686 | 2025.04.18 21:44:31.846302 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22711 rows starting from the beginning of the part | ||
| 9687 | 2025.04.18 21:44:31.846611 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 161 rows starting from the beginning of the part | ||
| 9688 | 2025.04.18 21:44:31.846690 [ 192 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9689 | 2025.04.18 21:44:31.847156 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 237 rows starting from the beginning of the part | ||
| 9690 | 2025.04.18 21:44:31.847662 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 9691 | 2025.04.18 21:44:31.848156 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 957 rows starting from the beginning of the part | ||
| 9692 | 2025.04.18 21:44:31.848472 [ 192 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_81_16} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9693 | 2025.04.18 21:44:31.848708 [ 186 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 126 rows starting from the beginning of the part | ||
| 9694 | 2025.04.18 21:44:31.849155 [ 192 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_81_16} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9695 | 2025.04.18 21:44:31.849575 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9696 | 2025.04.18 21:44:31.849782 [ 255 ] {e0091926-5b74-4b62-9ad1-8c473f717442} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9697 | 2025.04.18 21:44:31.849830 [ 255 ] {e0091926-5b74-4b62-9ad1-8c473f717442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9698 | 2025.04.18 21:44:31.850360 [ 255 ] {e0091926-5b74-4b62-9ad1-8c473f717442} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9699 | 2025.04.18 21:44:31.850660 [ 255 ] {e0091926-5b74-4b62-9ad1-8c473f717442} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9700 | 2025.04.18 21:44:31.850887 [ 117 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9701 | 2025.04.18 21:44:31.850972 [ 255 ] {e0091926-5b74-4b62-9ad1-8c473f717442} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.004904 sec., 9380.097879282217 rows/sec., 649.78 KiB/sec. | ||
| 9702 | 2025.04.18 21:44:31.850982 [ 117 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9703 | 2025.04.18 21:44:31.851091 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9704 | 2025.04.18 21:44:31.851274 [ 255 ] {e0091926-5b74-4b62-9ad1-8c473f717442} <Debug> TCPHandler: Processed in 0.005450496 sec. | ||
| 9705 | 2025.04.18 21:44:31.851605 [ 192 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9706 | 2025.04.18 21:44:31.851926 [ 192 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9707 | 2025.04.18 21:44:31.851998 [ 192 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4512 rows starting from the beginning of the part | ||
| 9708 | 2025.04.18 21:44:31.852276 [ 192 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 9709 | 2025.04.18 21:44:31.852647 [ 192 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part | ||
| 9710 | 2025.04.18 21:44:31.852727 [ 192 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 9711 | 2025.04.18 21:44:31.853003 [ 192 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 36 rows starting from the beginning of the part | ||
| 9712 | 2025.04.18 21:44:31.853431 [ 192 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 46 rows starting from the beginning of the part | ||
| 9713 | 2025.04.18 21:44:31.857135 [ 199 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4796 rows, containing 4 columns (4 merged, 0 gathered) in 0.005868147 sec., 817293.7726338485 rows/sec., 53.54 MiB/sec. | ||
| 9714 | 2025.04.18 21:44:31.857553 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9715 | 2025.04.18 21:44:31.857989 [ 191 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24352 rows, containing 5 columns (5 merged, 0 gathered) in 0.012274116 sec., 1984012.5349964104 rows/sec., 134.12 MiB/sec. | ||
| 9716 | 2025.04.18 21:44:31.858181 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_81_16} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9717 | 2025.04.18 21:44:31.858274 [ 193 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_81_16} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9718 | 2025.04.18 21:44:31.858370 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 9719 | 2025.04.18 21:44:31.858719 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9720 | 2025.04.18 21:44:31.859056 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9721 | 2025.04.18 21:44:31.859151 [ 196 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9722 | 2025.04.18 21:44:31.859259 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 9723 | 2025.04.18 21:44:32.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.00 MiB, peak 236.45 MiB, free memory in arenas 0.00 B, will set to 227.62 MiB (RSS), difference: 1.62 MiB | ||
| 9724 | 2025.04.18 21:44:32.429178 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 9725 | 2025.04.18 21:44:32.429839 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9726 | 2025.04.18 21:44:32.429888 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9727 | 2025.04.18 21:44:32.430412 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9728 | 2025.04.18 21:44:32.430693 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9729 | 2025.04.18 21:44:32.430919 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 9730 | 2025.04.18 21:44:33.983228 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9731 | 2025.04.18 21:44:34.005265 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9732 | 2025.04.18 21:44:34.005337 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9733 | 2025.04.18 21:44:34.012777 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9734 | 2025.04.18 21:44:34.013614 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9735 | 2025.04.18 21:44:34.018292 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9736 | 2025.04.18 21:44:35.026022 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1356 | ||
| 9737 | 2025.04.18 21:44:35.029276 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9738 | 2025.04.18 21:44:35.029336 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9739 | 2025.04.18 21:44:35.030818 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9740 | 2025.04.18 21:44:35.031142 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9741 | 2025.04.18 21:44:35.031398 [ 114 ] {} <Debug> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9742 | 2025.04.18 21:44:35.031522 [ 114 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9743 | 2025.04.18 21:44:35.031586 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9744 | 2025.04.18 21:44:35.032272 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 9745 | 2025.04.18 21:44:35.034774 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1356 | ||
| 9746 | 2025.04.18 21:44:35.035010 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9747 | 2025.04.18 21:44:35.035155 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1194 rows starting from the beginning of the part | ||
| 9748 | 2025.04.18 21:44:35.035796 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 22 rows starting from the beginning of the part | ||
| 9749 | 2025.04.18 21:44:35.036355 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 9750 | 2025.04.18 21:44:35.036919 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part | ||
| 9751 | 2025.04.18 21:44:35.037473 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 9752 | 2025.04.18 21:44:35.038054 [ 198 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part | ||
| 9753 | 2025.04.18 21:44:35.045781 [ 193 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1356 rows, containing 72 columns (72 merged, 0 gathered) in 0.014063927 sec., 96416.88270992874 rows/sec., 75.41 MiB/sec. | ||
| 9754 | 2025.04.18 21:44:35.047550 [ 193 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9755 | 2025.04.18 21:44:35.048385 [ 193 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_36_7} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9756 | 2025.04.18 21:44:35.048481 [ 193 ] {8fc95434-7995-4e66-ad72-9ba4e2da9eac::all_1_36_7} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9757 | 2025.04.18 21:44:35.048839 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 9758 | 2025.04.18 21:44:36.832739 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9759 | 2025.04.18 21:44:36.832927 [ 255 ] {1d79d7fa-beec-47f4-919f-eceec8f19d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9760 | 2025.04.18 21:44:36.832998 [ 255 ] {1d79d7fa-beec-47f4-919f-eceec8f19d2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9761 | 2025.04.18 21:44:36.833830 [ 255 ] {1d79d7fa-beec-47f4-919f-eceec8f19d2e} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9762 | 2025.04.18 21:44:36.833879 [ 255 ] {1d79d7fa-beec-47f4-919f-eceec8f19d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9763 | 2025.04.18 21:44:36.834315 [ 255 ] {1d79d7fa-beec-47f4-919f-eceec8f19d2e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9764 | 2025.04.18 21:44:36.834584 [ 255 ] {1d79d7fa-beec-47f4-919f-eceec8f19d2e} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9765 | 2025.04.18 21:44:36.834820 [ 255 ] {1d79d7fa-beec-47f4-919f-eceec8f19d2e} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001932 sec., 70393.37474120084 rows/sec., 6.06 MiB/sec. | ||
| 9766 | 2025.04.18 21:44:36.834907 [ 255 ] {1d79d7fa-beec-47f4-919f-eceec8f19d2e} <Debug> TCPHandler: Processed in 0.002298154 sec. | ||
| 9767 | 2025.04.18 21:44:36.835064 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9768 | 2025.04.18 21:44:36.835331 [ 255 ] {e31b1d3d-839e-4de1-b4df-02cfd37a8273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9769 | 2025.04.18 21:44:36.835387 [ 255 ] {e31b1d3d-839e-4de1-b4df-02cfd37a8273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9770 | 2025.04.18 21:44:36.835927 [ 255 ] {e31b1d3d-839e-4de1-b4df-02cfd37a8273} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9771 | 2025.04.18 21:44:36.835965 [ 255 ] {e31b1d3d-839e-4de1-b4df-02cfd37a8273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9772 | 2025.04.18 21:44:36.836303 [ 255 ] {e31b1d3d-839e-4de1-b4df-02cfd37a8273} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9773 | 2025.04.18 21:44:36.836532 [ 255 ] {e31b1d3d-839e-4de1-b4df-02cfd37a8273} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9774 | 2025.04.18 21:44:36.836780 [ 255 ] {e31b1d3d-839e-4de1-b4df-02cfd37a8273} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001537 sec., 26024.72348731295 rows/sec., 1.91 MiB/sec. | ||
| 9775 | 2025.04.18 21:44:36.836847 [ 255 ] {e31b1d3d-839e-4de1-b4df-02cfd37a8273} <Debug> TCPHandler: Processed in 0.001857123 sec. | ||
| 9776 | 2025.04.18 21:44:36.837083 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9777 | 2025.04.18 21:44:36.837209 [ 255 ] {d6423151-5e2d-400f-818e-a85ce93ed5c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9778 | 2025.04.18 21:44:36.837255 [ 255 ] {d6423151-5e2d-400f-818e-a85ce93ed5c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9779 | 2025.04.18 21:44:36.837799 [ 255 ] {d6423151-5e2d-400f-818e-a85ce93ed5c6} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9780 | 2025.04.18 21:44:36.837837 [ 255 ] {d6423151-5e2d-400f-818e-a85ce93ed5c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9781 | 2025.04.18 21:44:36.838182 [ 255 ] {d6423151-5e2d-400f-818e-a85ce93ed5c6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9782 | 2025.04.18 21:44:36.838410 [ 255 ] {d6423151-5e2d-400f-818e-a85ce93ed5c6} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9783 | 2025.04.18 21:44:36.838608 [ 255 ] {d6423151-5e2d-400f-818e-a85ce93ed5c6} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001421 sec., 73187.89584799437 rows/sec., 5.72 MiB/sec. | ||
| 9784 | 2025.04.18 21:44:36.838657 [ 255 ] {d6423151-5e2d-400f-818e-a85ce93ed5c6} <Debug> TCPHandler: Processed in 0.001677659 sec. | ||
| 9785 | 2025.04.18 21:44:36.838773 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9786 | 2025.04.18 21:44:36.838875 [ 255 ] {b0a823a5-02f9-4e7c-8232-36107fd78c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9787 | 2025.04.18 21:44:36.838924 [ 255 ] {b0a823a5-02f9-4e7c-8232-36107fd78c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9788 | 2025.04.18 21:44:36.839437 [ 255 ] {b0a823a5-02f9-4e7c-8232-36107fd78c8f} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9789 | 2025.04.18 21:44:36.839475 [ 255 ] {b0a823a5-02f9-4e7c-8232-36107fd78c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9790 | 2025.04.18 21:44:36.839848 [ 255 ] {b0a823a5-02f9-4e7c-8232-36107fd78c8f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9791 | 2025.04.18 21:44:36.840077 [ 255 ] {b0a823a5-02f9-4e7c-8232-36107fd78c8f} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9792 | 2025.04.18 21:44:36.840299 [ 255 ] {b0a823a5-02f9-4e7c-8232-36107fd78c8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001441 sec., 111034.00416377516 rows/sec., 7.73 MiB/sec. | ||
| 9793 | 2025.04.18 21:44:36.840392 [ 255 ] {b0a823a5-02f9-4e7c-8232-36107fd78c8f} <Debug> TCPHandler: Processed in 0.001666899 sec. | ||
| 9794 | 2025.04.18 21:44:36.840545 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9795 | 2025.04.18 21:44:36.840721 [ 255 ] {0202d9cb-ed19-4bf7-a71f-677964997011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9796 | 2025.04.18 21:44:36.840790 [ 255 ] {0202d9cb-ed19-4bf7-a71f-677964997011} <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 | ||
| 9797 | 2025.04.18 21:44:36.841931 [ 255 ] {0202d9cb-ed19-4bf7-a71f-677964997011} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9798 | 2025.04.18 21:44:36.841970 [ 255 ] {0202d9cb-ed19-4bf7-a71f-677964997011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9799 | 2025.04.18 21:44:36.842636 [ 255 ] {0202d9cb-ed19-4bf7-a71f-677964997011} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9800 | 2025.04.18 21:44:36.842887 [ 255 ] {0202d9cb-ed19-4bf7-a71f-677964997011} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9801 | 2025.04.18 21:44:36.843136 [ 255 ] {0202d9cb-ed19-4bf7-a71f-677964997011} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002445 sec., 16359.918200408998 rows/sec., 29.32 MiB/sec. | ||
| 9802 | 2025.04.18 21:44:36.843227 [ 255 ] {0202d9cb-ed19-4bf7-a71f-677964997011} <Debug> TCPHandler: Processed in 0.002771894 sec. | ||
| 9803 | 2025.04.18 21:44:36.843343 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9804 | 2025.04.18 21:44:36.843445 [ 255 ] {0dda5c05-e492-406d-83df-69ac563b99df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9805 | 2025.04.18 21:44:36.843490 [ 255 ] {0dda5c05-e492-406d-83df-69ac563b99df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9806 | 2025.04.18 21:44:36.843924 [ 255 ] {0dda5c05-e492-406d-83df-69ac563b99df} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9807 | 2025.04.18 21:44:36.843962 [ 255 ] {0dda5c05-e492-406d-83df-69ac563b99df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9808 | 2025.04.18 21:44:36.844307 [ 255 ] {0dda5c05-e492-406d-83df-69ac563b99df} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9809 | 2025.04.18 21:44:36.844536 [ 255 ] {0dda5c05-e492-406d-83df-69ac563b99df} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9810 | 2025.04.18 21:44:36.844760 [ 255 ] {0dda5c05-e492-406d-83df-69ac563b99df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001335 sec., 44943.8202247191 rows/sec., 3.03 MiB/sec. | ||
| 9811 | 2025.04.18 21:44:36.844826 [ 255 ] {0dda5c05-e492-406d-83df-69ac563b99df} <Debug> TCPHandler: Processed in 0.001531026 sec. | ||
| 9812 | 2025.04.18 21:44:39.734132 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9813 | 2025.04.18 21:44:39.734240 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9814 | 2025.04.18 21:44:39.932012 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 9815 | 2025.04.18 21:44:39.932637 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9816 | 2025.04.18 21:44:39.932684 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9817 | 2025.04.18 21:44:39.933200 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9818 | 2025.04.18 21:44:39.933442 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9819 | 2025.04.18 21:44:39.933715 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 9820 | 2025.04.18 21:44:40.555723 [ 105 ] {} <Debug> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3) (MergerMutator): Selected 5 parts from all_1_25_5 to all_29_29_0 | ||
| 9821 | 2025.04.18 21:44:40.555787 [ 105 ] {} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9822 | 2025.04.18 21:44:40.555808 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9823 | 2025.04.18 21:44:40.556024 [ 191 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_5 to all_29_29_0 into Compact with storage Full | ||
| 9824 | 2025.04.18 21:44:40.556234 [ 191 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9825 | 2025.04.18 21:44:40.556273 [ 191 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 150 rows starting from the beginning of the part | ||
| 9826 | 2025.04.18 21:44:40.556351 [ 191 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 9827 | 2025.04.18 21:44:40.556556 [ 191 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 9828 | 2025.04.18 21:44:40.556800 [ 191 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 9829 | 2025.04.18 21:44:40.556962 [ 191 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 9830 | 2025.04.18 21:44:40.558040 [ 193 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.00214729 sec., 81032.37103511869 rows/sec., 4.13 MiB/sec. | ||
| 9831 | 2025.04.18 21:44:40.558235 [ 193 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 9832 | 2025.04.18 21:44:40.558547 [ 193 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_29_6} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9833 | 2025.04.18 21:44:40.558637 [ 193 ] {4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3::all_1_29_6} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3) (MergerMutator): Merged 5 parts: [all_1_25_5, all_29_29_0] -> all_1_29_6 | ||
| 9834 | 2025.04.18 21:44:40.558734 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9835 | 2025.04.18 21:44:41.519348 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9836 | 2025.04.18 21:44:41.540662 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9837 | 2025.04.18 21:44:41.540747 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9838 | 2025.04.18 21:44:41.548227 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9839 | 2025.04.18 21:44:41.548992 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9840 | 2025.04.18 21:44:41.552251 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9841 | 2025.04.18 21:44:41.836707 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9842 | 2025.04.18 21:44:41.836862 [ 255 ] {a8df643a-927d-44c7-8185-c24a1e051240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9843 | 2025.04.18 21:44:41.836922 [ 255 ] {a8df643a-927d-44c7-8185-c24a1e051240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9844 | 2025.04.18 21:44:41.837696 [ 255 ] {a8df643a-927d-44c7-8185-c24a1e051240} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9845 | 2025.04.18 21:44:41.837736 [ 255 ] {a8df643a-927d-44c7-8185-c24a1e051240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9846 | 2025.04.18 21:44:41.838107 [ 255 ] {a8df643a-927d-44c7-8185-c24a1e051240} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9847 | 2025.04.18 21:44:41.838343 [ 255 ] {a8df643a-927d-44c7-8185-c24a1e051240} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9848 | 2025.04.18 21:44:41.838551 [ 255 ] {a8df643a-927d-44c7-8185-c24a1e051240} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001731 sec., 122472.55921432699 rows/sec., 7.79 MiB/sec. | ||
| 9849 | 2025.04.18 21:44:41.838604 [ 255 ] {a8df643a-927d-44c7-8185-c24a1e051240} <Debug> TCPHandler: Processed in 0.002014947 sec. | ||
| 9850 | 2025.04.18 21:44:41.838725 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9851 | 2025.04.18 21:44:41.838826 [ 255 ] {fa0e2ac7-d5d5-438d-bf72-657524d51656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9852 | 2025.04.18 21:44:41.838871 [ 255 ] {fa0e2ac7-d5d5-438d-bf72-657524d51656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9853 | 2025.04.18 21:44:41.839733 [ 255 ] {fa0e2ac7-d5d5-438d-bf72-657524d51656} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9854 | 2025.04.18 21:44:41.839772 [ 255 ] {fa0e2ac7-d5d5-438d-bf72-657524d51656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9855 | 2025.04.18 21:44:41.840153 [ 255 ] {fa0e2ac7-d5d5-438d-bf72-657524d51656} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9856 | 2025.04.18 21:44:41.840384 [ 255 ] {fa0e2ac7-d5d5-438d-bf72-657524d51656} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9857 | 2025.04.18 21:44:41.840572 [ 255 ] {fa0e2ac7-d5d5-438d-bf72-657524d51656} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001767 sec., 349179.4001131862 rows/sec., 27.27 MiB/sec. | ||
| 9858 | 2025.04.18 21:44:41.840655 [ 255 ] {fa0e2ac7-d5d5-438d-bf72-657524d51656} <Debug> TCPHandler: Processed in 0.001977596 sec. | ||
| 9859 | 2025.04.18 21:44:41.840775 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9860 | 2025.04.18 21:44:41.841055 [ 255 ] {34b57e26-dcfa-4bd3-a5dc-284bb52e0721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9861 | 2025.04.18 21:44:41.841192 [ 255 ] {34b57e26-dcfa-4bd3-a5dc-284bb52e0721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9862 | 2025.04.18 21:44:41.841994 [ 255 ] {34b57e26-dcfa-4bd3-a5dc-284bb52e0721} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9863 | 2025.04.18 21:44:41.842032 [ 255 ] {34b57e26-dcfa-4bd3-a5dc-284bb52e0721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9864 | 2025.04.18 21:44:41.842365 [ 255 ] {34b57e26-dcfa-4bd3-a5dc-284bb52e0721} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9865 | 2025.04.18 21:44:41.842593 [ 255 ] {34b57e26-dcfa-4bd3-a5dc-284bb52e0721} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9866 | 2025.04.18 21:44:41.842774 [ 255 ] {34b57e26-dcfa-4bd3-a5dc-284bb52e0721} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001822 sec., 58177.826564215145 rows/sec., 3.42 MiB/sec. | ||
| 9867 | 2025.04.18 21:44:41.842785 [ 104 ] {} <Debug> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9868 | 2025.04.18 21:44:41.842845 [ 255 ] {34b57e26-dcfa-4bd3-a5dc-284bb52e0721} <Debug> TCPHandler: Processed in 0.002119269 sec. | ||
| 9869 | 2025.04.18 21:44:41.842882 [ 104 ] {} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9870 | 2025.04.18 21:44:41.842942 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9871 | 2025.04.18 21:44:41.843013 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9872 | 2025.04.18 21:44:41.843129 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 9873 | 2025.04.18 21:44:41.843195 [ 255 ] {efce4dec-54e0-40b9-82d9-61bfd1e166a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9874 | 2025.04.18 21:44:41.843284 [ 255 ] {efce4dec-54e0-40b9-82d9-61bfd1e166a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9875 | 2025.04.18 21:44:41.843437 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9876 | 2025.04.18 21:44:41.843529 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 166 rows starting from the beginning of the part | ||
| 9877 | 2025.04.18 21:44:41.843771 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 106 rows starting from the beginning of the part | ||
| 9878 | 2025.04.18 21:44:41.844211 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 40 rows starting from the beginning of the part | ||
| 9879 | 2025.04.18 21:44:41.844670 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 106 rows starting from the beginning of the part | ||
| 9880 | 2025.04.18 21:44:41.844975 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 40 rows starting from the beginning of the part | ||
| 9881 | 2025.04.18 21:44:41.845276 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 106 rows starting from the beginning of the part | ||
| 9882 | 2025.04.18 21:44:41.846054 [ 255 ] {efce4dec-54e0-40b9-82d9-61bfd1e166a7} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9883 | 2025.04.18 21:44:41.846126 [ 255 ] {efce4dec-54e0-40b9-82d9-61bfd1e166a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 9884 | 2025.04.18 21:44:41.846979 [ 255 ] {efce4dec-54e0-40b9-82d9-61bfd1e166a7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9885 | 2025.04.18 21:44:41.847482 [ 255 ] {efce4dec-54e0-40b9-82d9-61bfd1e166a7} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9886 | 2025.04.18 21:44:41.848078 [ 255 ] {efce4dec-54e0-40b9-82d9-61bfd1e166a7} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004909 sec., 23018.944795273987 rows/sec., 1.49 MiB/sec. | ||
| 9887 | 2025.04.18 21:44:41.848092 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 564 rows, containing 5 columns (5 merged, 0 gathered) in 0.005063587 sec., 111383.49158412802 rows/sec., 7.36 MiB/sec. | ||
| 9888 | 2025.04.18 21:44:41.848213 [ 255 ] {efce4dec-54e0-40b9-82d9-61bfd1e166a7} <Debug> TCPHandler: Processed in 0.005281653 sec. | ||
| 9889 | 2025.04.18 21:44:41.848325 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9890 | 2025.04.18 21:44:41.848379 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9891 | 2025.04.18 21:44:41.848565 [ 255 ] {bb9843fe-c669-40a6-bfec-ccf92fd31a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9892 | 2025.04.18 21:44:41.848634 [ 255 ] {bb9843fe-c669-40a6-bfec-ccf92fd31a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9893 | 2025.04.18 21:44:41.848809 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_66_13} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9894 | 2025.04.18 21:44:41.849015 [ 188 ] {71d20ff1-cd1a-437b-a0a6-518065623212::all_1_66_13} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9895 | 2025.04.18 21:44:41.849205 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 9896 | 2025.04.18 21:44:41.849627 [ 255 ] {bb9843fe-c669-40a6-bfec-ccf92fd31a58} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9897 | 2025.04.18 21:44:41.849670 [ 255 ] {bb9843fe-c669-40a6-bfec-ccf92fd31a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9898 | 2025.04.18 21:44:41.850017 [ 255 ] {bb9843fe-c669-40a6-bfec-ccf92fd31a58} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9899 | 2025.04.18 21:44:41.850250 [ 255 ] {bb9843fe-c669-40a6-bfec-ccf92fd31a58} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9900 | 2025.04.18 21:44:41.850443 [ 255 ] {bb9843fe-c669-40a6-bfec-ccf92fd31a58} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001931 sec., 58001.03573278094 rows/sec., 3.30 MiB/sec. | ||
| 9901 | 2025.04.18 21:44:41.850495 [ 255 ] {bb9843fe-c669-40a6-bfec-ccf92fd31a58} <Debug> TCPHandler: Processed in 0.002192211 sec. | ||
| 9902 | 2025.04.18 21:44:41.850609 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9903 | 2025.04.18 21:44:41.850713 [ 255 ] {347bedb4-bcd9-4e1d-80b5-e64498aeb29e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9904 | 2025.04.18 21:44:41.850756 [ 255 ] {347bedb4-bcd9-4e1d-80b5-e64498aeb29e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9905 | 2025.04.18 21:44:41.851421 [ 255 ] {347bedb4-bcd9-4e1d-80b5-e64498aeb29e} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9906 | 2025.04.18 21:44:41.851458 [ 255 ] {347bedb4-bcd9-4e1d-80b5-e64498aeb29e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9907 | 2025.04.18 21:44:41.851817 [ 255 ] {347bedb4-bcd9-4e1d-80b5-e64498aeb29e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9908 | 2025.04.18 21:44:41.852040 [ 255 ] {347bedb4-bcd9-4e1d-80b5-e64498aeb29e} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9909 | 2025.04.18 21:44:41.852218 [ 255 ] {347bedb4-bcd9-4e1d-80b5-e64498aeb29e} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001523 sec., 250820.74852265266 rows/sec., 17.69 MiB/sec. | ||
| 9910 | 2025.04.18 21:44:41.852292 [ 255 ] {347bedb4-bcd9-4e1d-80b5-e64498aeb29e} <Debug> TCPHandler: Processed in 0.00173102 sec. | ||
| 9911 | 2025.04.18 21:44:41.852430 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9912 | 2025.04.18 21:44:41.852721 [ 255 ] {9eb552b8-a672-49a4-a9aa-14db6517d3cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9913 | 2025.04.18 21:44:41.852877 [ 255 ] {9eb552b8-a672-49a4-a9aa-14db6517d3cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9914 | 2025.04.18 21:44:41.853476 [ 255 ] {9eb552b8-a672-49a4-a9aa-14db6517d3cf} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9915 | 2025.04.18 21:44:41.853513 [ 255 ] {9eb552b8-a672-49a4-a9aa-14db6517d3cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9916 | 2025.04.18 21:44:41.853845 [ 255 ] {9eb552b8-a672-49a4-a9aa-14db6517d3cf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9917 | 2025.04.18 21:44:41.854072 [ 255 ] {9eb552b8-a672-49a4-a9aa-14db6517d3cf} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9918 | 2025.04.18 21:44:41.854272 [ 255 ] {9eb552b8-a672-49a4-a9aa-14db6517d3cf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001668 sec., 3597.122302158273 rows/sec., 187.94 KiB/sec. | ||
| 9919 | 2025.04.18 21:44:41.854327 [ 255 ] {9eb552b8-a672-49a4-a9aa-14db6517d3cf} <Debug> TCPHandler: Processed in 0.001960476 sec. | ||
| 9920 | 2025.04.18 21:44:41.854456 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9921 | 2025.04.18 21:44:41.854567 [ 255 ] {ef89cd6a-4730-4252-ad88-13d85ff64ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9922 | 2025.04.18 21:44:41.854619 [ 255 ] {ef89cd6a-4730-4252-ad88-13d85ff64ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9923 | 2025.04.18 21:44:41.855172 [ 255 ] {ef89cd6a-4730-4252-ad88-13d85ff64ff1} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9924 | 2025.04.18 21:44:41.855211 [ 255 ] {ef89cd6a-4730-4252-ad88-13d85ff64ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9925 | 2025.04.18 21:44:41.855590 [ 255 ] {ef89cd6a-4730-4252-ad88-13d85ff64ff1} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9926 | 2025.04.18 21:44:41.855824 [ 255 ] {ef89cd6a-4730-4252-ad88-13d85ff64ff1} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9927 | 2025.04.18 21:44:41.856015 [ 255 ] {ef89cd6a-4730-4252-ad88-13d85ff64ff1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001462 sec., 162106.70314637484 rows/sec., 10.87 MiB/sec. | ||
| 9928 | 2025.04.18 21:44:41.856128 [ 255 ] {ef89cd6a-4730-4252-ad88-13d85ff64ff1} <Debug> TCPHandler: Processed in 0.00171489 sec. | ||
| 9929 | 2025.04.18 21:44:41.856309 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9930 | 2025.04.18 21:44:41.856479 [ 255 ] {86b9222c-059f-4d6a-a033-7234bb46b461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9931 | 2025.04.18 21:44:41.856526 [ 255 ] {86b9222c-059f-4d6a-a033-7234bb46b461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9932 | 2025.04.18 21:44:41.856998 [ 255 ] {86b9222c-059f-4d6a-a033-7234bb46b461} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9933 | 2025.04.18 21:44:41.857037 [ 255 ] {86b9222c-059f-4d6a-a033-7234bb46b461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9934 | 2025.04.18 21:44:41.857374 [ 255 ] {86b9222c-059f-4d6a-a033-7234bb46b461} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9935 | 2025.04.18 21:44:41.857602 [ 255 ] {86b9222c-059f-4d6a-a033-7234bb46b461} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9936 | 2025.04.18 21:44:41.857793 [ 255 ] {86b9222c-059f-4d6a-a033-7234bb46b461} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001336 sec., 748.502994011976 rows/sec., 50.44 KiB/sec. | ||
| 9937 | 2025.04.18 21:44:41.857883 [ 255 ] {86b9222c-059f-4d6a-a033-7234bb46b461} <Debug> TCPHandler: Processed in 0.001672379 sec. | ||
| 9938 | 2025.04.18 21:44:41.858074 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9939 | 2025.04.18 21:44:41.858183 [ 255 ] {8d7a2af6-c469-42a9-8e4a-5a86c87abdbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9940 | 2025.04.18 21:44:41.858229 [ 255 ] {8d7a2af6-c469-42a9-8e4a-5a86c87abdbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9941 | 2025.04.18 21:44:41.858702 [ 255 ] {8d7a2af6-c469-42a9-8e4a-5a86c87abdbf} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9942 | 2025.04.18 21:44:41.858742 [ 255 ] {8d7a2af6-c469-42a9-8e4a-5a86c87abdbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 9943 | 2025.04.18 21:44:41.859097 [ 255 ] {8d7a2af6-c469-42a9-8e4a-5a86c87abdbf} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9944 | 2025.04.18 21:44:41.859318 [ 255 ] {8d7a2af6-c469-42a9-8e4a-5a86c87abdbf} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9945 | 2025.04.18 21:44:41.859502 [ 255 ] {8d7a2af6-c469-42a9-8e4a-5a86c87abdbf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00134 sec., 61194.029850746265 rows/sec., 3.89 MiB/sec. | ||
| 9946 | 2025.04.18 21:44:41.859550 [ 255 ] {8d7a2af6-c469-42a9-8e4a-5a86c87abdbf} <Debug> TCPHandler: Processed in 0.001568666 sec. | ||
| 9947 | 2025.04.18 21:44:42.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.93 MiB, peak 236.45 MiB, free memory in arenas 0.00 B, will set to 227.77 MiB (RSS), difference: -1.16 MiB | ||
| 9948 | 2025.04.18 21:44:45.035951 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1388 | ||
| 9949 | 2025.04.18 21:44:45.038971 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9950 | 2025.04.18 21:44:45.039021 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 9951 | 2025.04.18 21:44:45.040478 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9952 | 2025.04.18 21:44:45.040799 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9953 | 2025.04.18 21:44:45.041338 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1388 | ||
| 9954 | 2025.04.18 21:44:46.833300 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9955 | 2025.04.18 21:44:46.833488 [ 255 ] {ccbb0482-a43b-4d4e-916e-9b921eb4b1a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9956 | 2025.04.18 21:44:46.833561 [ 255 ] {ccbb0482-a43b-4d4e-916e-9b921eb4b1a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9957 | 2025.04.18 21:44:46.834326 [ 255 ] {ccbb0482-a43b-4d4e-916e-9b921eb4b1a7} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9958 | 2025.04.18 21:44:46.834372 [ 255 ] {ccbb0482-a43b-4d4e-916e-9b921eb4b1a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 9959 | 2025.04.18 21:44:46.834783 [ 255 ] {ccbb0482-a43b-4d4e-916e-9b921eb4b1a7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9960 | 2025.04.18 21:44:46.835032 [ 255 ] {ccbb0482-a43b-4d4e-916e-9b921eb4b1a7} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9961 | 2025.04.18 21:44:46.835249 [ 255 ] {ccbb0482-a43b-4d4e-916e-9b921eb4b1a7} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00181 sec., 6629.834254143647 rows/sec., 540.62 KiB/sec. | ||
| 9962 | 2025.04.18 21:44:46.835356 [ 255 ] {ccbb0482-a43b-4d4e-916e-9b921eb4b1a7} <Debug> TCPHandler: Processed in 0.002185351 sec. | ||
| 9963 | 2025.04.18 21:44:46.835576 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9964 | 2025.04.18 21:44:46.835681 [ 255 ] {f9532953-6ca5-4acc-bb9b-df2775290dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9965 | 2025.04.18 21:44:46.835727 [ 255 ] {f9532953-6ca5-4acc-bb9b-df2775290dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9966 | 2025.04.18 21:44:46.836387 [ 255 ] {f9532953-6ca5-4acc-bb9b-df2775290dff} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9967 | 2025.04.18 21:44:46.836427 [ 255 ] {f9532953-6ca5-4acc-bb9b-df2775290dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 9968 | 2025.04.18 21:44:46.836785 [ 255 ] {f9532953-6ca5-4acc-bb9b-df2775290dff} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9969 | 2025.04.18 21:44:46.837026 [ 255 ] {f9532953-6ca5-4acc-bb9b-df2775290dff} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9970 | 2025.04.18 21:44:46.837224 [ 255 ] {f9532953-6ca5-4acc-bb9b-df2775290dff} <Debug> executeQuery: Read 142 rows, 12.44 KiB in 0.001567 sec., 90619.01723037651 rows/sec., 7.75 MiB/sec. | ||
| 9971 | 2025.04.18 21:44:46.837274 [ 255 ] {f9532953-6ca5-4acc-bb9b-df2775290dff} <Debug> TCPHandler: Processed in 0.001764281 sec. | ||
| 9972 | 2025.04.18 21:44:46.837395 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9973 | 2025.04.18 21:44:46.837498 [ 255 ] {70caaa4c-db3e-43c2-a01d-c70bd34e0a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9974 | 2025.04.18 21:44:46.837545 [ 255 ] {70caaa4c-db3e-43c2-a01d-c70bd34e0a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9975 | 2025.04.18 21:44:46.838104 [ 255 ] {70caaa4c-db3e-43c2-a01d-c70bd34e0a2b} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9976 | 2025.04.18 21:44:46.838144 [ 255 ] {70caaa4c-db3e-43c2-a01d-c70bd34e0a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 9977 | 2025.04.18 21:44:46.838497 [ 255 ] {70caaa4c-db3e-43c2-a01d-c70bd34e0a2b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9978 | 2025.04.18 21:44:46.838737 [ 255 ] {70caaa4c-db3e-43c2-a01d-c70bd34e0a2b} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9979 | 2025.04.18 21:44:46.838941 [ 255 ] {70caaa4c-db3e-43c2-a01d-c70bd34e0a2b} <Debug> executeQuery: Read 52 rows, 3.85 KiB in 0.001462 sec., 35567.71545827633 rows/sec., 2.57 MiB/sec. | ||
| 9980 | 2025.04.18 21:44:46.839006 [ 255 ] {70caaa4c-db3e-43c2-a01d-c70bd34e0a2b} <Debug> TCPHandler: Processed in 0.001662349 sec. | ||
| 9981 | 2025.04.18 21:44:46.839177 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9982 | 2025.04.18 21:44:46.839321 [ 255 ] {f911d948-27b7-4b06-b44f-97dc58f327ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9983 | 2025.04.18 21:44:46.839374 [ 255 ] {f911d948-27b7-4b06-b44f-97dc58f327ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9984 | 2025.04.18 21:44:46.840002 [ 255 ] {f911d948-27b7-4b06-b44f-97dc58f327ea} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9985 | 2025.04.18 21:44:46.840040 [ 255 ] {f911d948-27b7-4b06-b44f-97dc58f327ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 9986 | 2025.04.18 21:44:46.840400 [ 255 ] {f911d948-27b7-4b06-b44f-97dc58f327ea} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9987 | 2025.04.18 21:44:46.840636 [ 255 ] {f911d948-27b7-4b06-b44f-97dc58f327ea} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9988 | 2025.04.18 21:44:46.840837 [ 255 ] {f911d948-27b7-4b06-b44f-97dc58f327ea} <Debug> executeQuery: Read 116 rows, 9.30 KiB in 0.001545 sec., 75080.90614886732 rows/sec., 5.88 MiB/sec. | ||
| 9989 | 2025.04.18 21:44:46.840888 [ 255 ] {f911d948-27b7-4b06-b44f-97dc58f327ea} <Debug> TCPHandler: Processed in 0.001791642 sec. | ||
| 9990 | 2025.04.18 21:44:46.841012 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9991 | 2025.04.18 21:44:46.841114 [ 255 ] {ca6c06c7-2535-4bc8-acf0-2583dcc9ffc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9992 | 2025.04.18 21:44:46.841162 [ 255 ] {ca6c06c7-2535-4bc8-acf0-2583dcc9ffc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9993 | 2025.04.18 21:44:46.841718 [ 255 ] {ca6c06c7-2535-4bc8-acf0-2583dcc9ffc0} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9994 | 2025.04.18 21:44:46.841758 [ 255 ] {ca6c06c7-2535-4bc8-acf0-2583dcc9ffc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 9995 | 2025.04.18 21:44:46.842139 [ 255 ] {ca6c06c7-2535-4bc8-acf0-2583dcc9ffc0} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9996 | 2025.04.18 21:44:46.842385 [ 255 ] {ca6c06c7-2535-4bc8-acf0-2583dcc9ffc0} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9997 | 2025.04.18 21:44:46.842600 [ 255 ] {ca6c06c7-2535-4bc8-acf0-2583dcc9ffc0} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.001502 sec., 110519.30758988015 rows/sec., 7.69 MiB/sec. | ||
| 9998 | 2025.04.18 21:44:46.842696 [ 255 ] {ca6c06c7-2535-4bc8-acf0-2583dcc9ffc0} <Debug> TCPHandler: Processed in 0.00173007 sec. | ||
| 9999 | 2025.04.18 21:44:46.842901 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10000 | 2025.04.18 21:44:46.843085 [ 255 ] {7bf8af0c-c0d7-4d53-9e52-06feb2031764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10001 | 2025.04.18 21:44:46.843168 [ 255 ] {7bf8af0c-c0d7-4d53-9e52-06feb2031764} <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 | ||
| 10002 | 2025.04.18 21:44:46.844400 [ 255 ] {7bf8af0c-c0d7-4d53-9e52-06feb2031764} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10003 | 2025.04.18 21:44:46.844439 [ 255 ] {7bf8af0c-c0d7-4d53-9e52-06feb2031764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10004 | 2025.04.18 21:44:46.845091 [ 255 ] {7bf8af0c-c0d7-4d53-9e52-06feb2031764} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10005 | 2025.04.18 21:44:46.845347 [ 255 ] {7bf8af0c-c0d7-4d53-9e52-06feb2031764} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10006 | 2025.04.18 21:44:46.845533 [ 99 ] {} <Debug> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10007 | 2025.04.18 21:44:46.845597 [ 255 ] {7bf8af0c-c0d7-4d53-9e52-06feb2031764} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002541 sec., 15741.833923652106 rows/sec., 28.21 MiB/sec. | ||
| 10008 | 2025.04.18 21:44:46.845624 [ 99 ] {} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10009 | 2025.04.18 21:44:46.845698 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10010 | 2025.04.18 21:44:46.845932 [ 255 ] {7bf8af0c-c0d7-4d53-9e52-06feb2031764} <Debug> TCPHandler: Processed in 0.003138983 sec. | ||
| 10011 | 2025.04.18 21:44:46.846054 [ 193 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 10012 | 2025.04.18 21:44:46.846129 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10013 | 2025.04.18 21:44:46.846317 [ 255 ] {2c6563c3-875a-42b3-a840-3d4b9abe996b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10014 | 2025.04.18 21:44:46.846436 [ 255 ] {2c6563c3-875a-42b3-a840-3d4b9abe996b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10015 | 2025.04.18 21:44:46.847137 [ 193 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10016 | 2025.04.18 21:44:46.847345 [ 193 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1132 rows starting from the beginning of the part | ||
| 10017 | 2025.04.18 21:44:46.848043 [ 193 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part | ||
| 10018 | 2025.04.18 21:44:46.848787 [ 193 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part | ||
| 10019 | 2025.04.18 21:44:46.848801 [ 255 ] {2c6563c3-875a-42b3-a840-3d4b9abe996b} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10020 | 2025.04.18 21:44:46.848877 [ 255 ] {2c6563c3-875a-42b3-a840-3d4b9abe996b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10021 | 2025.04.18 21:44:46.849369 [ 193 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part | ||
| 10022 | 2025.04.18 21:44:46.850004 [ 193 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part | ||
| 10023 | 2025.04.18 21:44:46.850395 [ 255 ] {2c6563c3-875a-42b3-a840-3d4b9abe996b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10024 | 2025.04.18 21:44:46.850580 [ 193 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part | ||
| 10025 | 2025.04.18 21:44:46.851276 [ 255 ] {2c6563c3-875a-42b3-a840-3d4b9abe996b} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10026 | 2025.04.18 21:44:46.851799 [ 255 ] {2c6563c3-875a-42b3-a840-3d4b9abe996b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005542 sec., 10826.416456153012 rows/sec., 747.14 KiB/sec. | ||
| 10027 | 2025.04.18 21:44:46.851942 [ 255 ] {2c6563c3-875a-42b3-a840-3d4b9abe996b} <Debug> TCPHandler: Processed in 0.005875126 sec. | ||
| 10028 | 2025.04.18 21:44:46.858367 [ 200 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1332 rows, containing 19 columns (19 merged, 0 gathered) in 0.012508401 sec., 106488.43125512205 rows/sec., 190.82 MiB/sec. | ||
| 10029 | 2025.04.18 21:44:46.859906 [ 189 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10030 | 2025.04.18 21:44:46.860391 [ 189 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10031 | 2025.04.18 21:44:46.860487 [ 189 ] {221c5a75-1c85-406a-b975-205b152dd48b::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10032 | 2025.04.18 21:44:46.860666 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.45 MiB. | ||
| 10033 | 2025.04.18 21:44:47.000155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.33 MiB, peak 239.73 MiB, free memory in arenas 0.00 B, will set to 230.70 MiB (RSS), difference: 2.38 MiB | ||
| 10034 | 2025.04.18 21:44:47.434774 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 10035 | 2025.04.18 21:44:47.435412 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10036 | 2025.04.18 21:44:47.435452 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10037 | 2025.04.18 21:44:47.435966 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10038 | 2025.04.18 21:44:47.436214 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10039 | 2025.04.18 21:44:47.436426 [ 98 ] {} <Debug> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10040 | 2025.04.18 21:44:47.436447 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 10041 | 2025.04.18 21:44:47.436505 [ 98 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10042 | 2025.04.18 21:44:47.436533 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10043 | 2025.04.18 21:44:47.436678 [ 194 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10044 | 2025.04.18 21:44:47.436846 [ 194 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10045 | 2025.04.18 21:44:47.436893 [ 194 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 10046 | 2025.04.18 21:44:47.436979 [ 194 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part | ||
| 10047 | 2025.04.18 21:44:47.437159 [ 194 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part | ||
| 10048 | 2025.04.18 21:44:47.437408 [ 194 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part | ||
| 10049 | 2025.04.18 21:44:47.437668 [ 194 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part | ||
| 10050 | 2025.04.18 21:44:47.437791 [ 194 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
| 10051 | 2025.04.18 21:44:47.440083 [ 200 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003478991 sec., 6732986.661937326 rows/sec., 96.32 MiB/sec. | ||
| 10052 | 2025.04.18 21:44:47.440517 [ 197 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10053 | 2025.04.18 21:44:47.440873 [ 197 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_51_10} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10054 | 2025.04.18 21:44:47.440976 [ 197 ] {6c7eb2a1-835d-48d6-974b-f43f55264052::all_1_51_10} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10055 | 2025.04.18 21:44:47.441125 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10056 | 2025.04.18 21:44:49.053272 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10057 | 2025.04.18 21:44:49.074067 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10058 | 2025.04.18 21:44:49.074121 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10059 | 2025.04.18 21:44:49.081206 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10060 | 2025.04.18 21:44:49.081945 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10061 | 2025.04.18 21:44:49.082417 [ 96 ] {} <Debug> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10062 | 2025.04.18 21:44:49.082584 [ 96 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10063 | 2025.04.18 21:44:49.082673 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10064 | 2025.04.18 21:44:49.083103 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10065 | 2025.04.18 21:44:49.097389 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10066 | 2025.04.18 21:44:49.099097 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10067 | 2025.04.18 21:44:49.100689 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 10068 | 2025.04.18 21:44:49.106361 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 10069 | 2025.04.18 21:44:49.112118 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 10070 | 2025.04.18 21:44:49.117782 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 10071 | 2025.04.18 21:44:49.123691 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 10072 | 2025.04.18 21:44:49.128434 [ 197 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 10073 | 2025.04.18 21:44:49.184965 [ 200 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.102159517 sec., 3768.616094768733 rows/sec., 19.49 MiB/sec. | ||
| 10074 | 2025.04.18 21:44:49.186972 [ 201 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10075 | 2025.04.18 21:44:49.189346 [ 201 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_51_10} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10076 | 2025.04.18 21:44:49.189458 [ 201 ] {b85f07a2-af6c-4ec4-a964-48d5e368bad7::all_1_51_10} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10077 | 2025.04.18 21:44:49.190932 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 10078 | 2025.04.18 21:44:51.837155 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10079 | 2025.04.18 21:44:51.837358 [ 255 ] {d061fdda-281b-4876-9b0a-6ee270274b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10080 | 2025.04.18 21:44:51.837430 [ 255 ] {d061fdda-281b-4876-9b0a-6ee270274b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10081 | 2025.04.18 21:44:51.838292 [ 255 ] {d061fdda-281b-4876-9b0a-6ee270274b15} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10082 | 2025.04.18 21:44:51.838342 [ 255 ] {d061fdda-281b-4876-9b0a-6ee270274b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10083 | 2025.04.18 21:44:51.838773 [ 255 ] {d061fdda-281b-4876-9b0a-6ee270274b15} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10084 | 2025.04.18 21:44:51.839024 [ 255 ] {d061fdda-281b-4876-9b0a-6ee270274b15} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10085 | 2025.04.18 21:44:51.839250 [ 255 ] {d061fdda-281b-4876-9b0a-6ee270274b15} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001943 sec., 109109.62429233144 rows/sec., 6.94 MiB/sec. | ||
| 10086 | 2025.04.18 21:44:51.839304 [ 255 ] {d061fdda-281b-4876-9b0a-6ee270274b15} <Debug> TCPHandler: Processed in 0.002287174 sec. | ||
| 10087 | 2025.04.18 21:44:51.839433 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10088 | 2025.04.18 21:44:51.839537 [ 255 ] {39780855-7ebb-4bf0-8c09-fed4974aea04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10089 | 2025.04.18 21:44:51.839582 [ 255 ] {39780855-7ebb-4bf0-8c09-fed4974aea04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10090 | 2025.04.18 21:44:51.840428 [ 255 ] {39780855-7ebb-4bf0-8c09-fed4974aea04} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10091 | 2025.04.18 21:44:51.840467 [ 255 ] {39780855-7ebb-4bf0-8c09-fed4974aea04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10092 | 2025.04.18 21:44:51.840854 [ 255 ] {39780855-7ebb-4bf0-8c09-fed4974aea04} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10093 | 2025.04.18 21:44:51.841102 [ 255 ] {39780855-7ebb-4bf0-8c09-fed4974aea04} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10094 | 2025.04.18 21:44:51.841330 [ 255 ] {39780855-7ebb-4bf0-8c09-fed4974aea04} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.001814 sec., 340132.3042998897 rows/sec., 26.57 MiB/sec. | ||
| 10095 | 2025.04.18 21:44:51.841380 [ 255 ] {39780855-7ebb-4bf0-8c09-fed4974aea04} <Debug> TCPHandler: Processed in 0.001995997 sec. | ||
| 10096 | 2025.04.18 21:44:51.841488 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10097 | 2025.04.18 21:44:51.841591 [ 255 ] {b0cee36f-c112-4541-bbdb-4e83df449f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10098 | 2025.04.18 21:44:51.841636 [ 255 ] {b0cee36f-c112-4541-bbdb-4e83df449f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10099 | 2025.04.18 21:44:51.842169 [ 255 ] {b0cee36f-c112-4541-bbdb-4e83df449f26} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10100 | 2025.04.18 21:44:51.842208 [ 255 ] {b0cee36f-c112-4541-bbdb-4e83df449f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10101 | 2025.04.18 21:44:51.842546 [ 255 ] {b0cee36f-c112-4541-bbdb-4e83df449f26} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10102 | 2025.04.18 21:44:51.842777 [ 255 ] {b0cee36f-c112-4541-bbdb-4e83df449f26} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10103 | 2025.04.18 21:44:51.842999 [ 255 ] {b0cee36f-c112-4541-bbdb-4e83df449f26} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.00143 sec., 74125.87412587412 rows/sec., 4.36 MiB/sec. | ||
| 10104 | 2025.04.18 21:44:51.843104 [ 255 ] {b0cee36f-c112-4541-bbdb-4e83df449f26} <Debug> TCPHandler: Processed in 0.001662669 sec. | ||
| 10105 | 2025.04.18 21:44:51.843277 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10106 | 2025.04.18 21:44:51.843465 [ 255 ] {3c38a17d-e9a7-42fd-a339-d92b7ae902b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10107 | 2025.04.18 21:44:51.843510 [ 255 ] {3c38a17d-e9a7-42fd-a339-d92b7ae902b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10108 | 2025.04.18 21:44:51.844061 [ 255 ] {3c38a17d-e9a7-42fd-a339-d92b7ae902b1} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10109 | 2025.04.18 21:44:51.844098 [ 255 ] {3c38a17d-e9a7-42fd-a339-d92b7ae902b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10110 | 2025.04.18 21:44:51.844436 [ 255 ] {3c38a17d-e9a7-42fd-a339-d92b7ae902b1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10111 | 2025.04.18 21:44:51.844667 [ 255 ] {3c38a17d-e9a7-42fd-a339-d92b7ae902b1} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10112 | 2025.04.18 21:44:51.844830 [ 255 ] {3c38a17d-e9a7-42fd-a339-d92b7ae902b1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001401 sec., 80656.67380442542 rows/sec., 5.22 MiB/sec. | ||
| 10113 | 2025.04.18 21:44:51.844879 [ 255 ] {3c38a17d-e9a7-42fd-a339-d92b7ae902b1} <Debug> TCPHandler: Processed in 0.001700229 sec. | ||
| 10114 | 2025.04.18 21:44:51.844997 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10115 | 2025.04.18 21:44:51.845098 [ 255 ] {c2a8b49e-a009-46a3-8a1b-77085e649a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10116 | 2025.04.18 21:44:51.845142 [ 255 ] {c2a8b49e-a009-46a3-8a1b-77085e649a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10117 | 2025.04.18 21:44:51.845665 [ 255 ] {c2a8b49e-a009-46a3-8a1b-77085e649a80} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10118 | 2025.04.18 21:44:51.845701 [ 255 ] {c2a8b49e-a009-46a3-8a1b-77085e649a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10119 | 2025.04.18 21:44:51.846035 [ 255 ] {c2a8b49e-a009-46a3-8a1b-77085e649a80} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10120 | 2025.04.18 21:44:51.846264 [ 255 ] {c2a8b49e-a009-46a3-8a1b-77085e649a80} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10121 | 2025.04.18 21:44:51.846424 [ 255 ] {c2a8b49e-a009-46a3-8a1b-77085e649a80} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001347 sec., 83147.73570898292 rows/sec., 4.74 MiB/sec. | ||
| 10122 | 2025.04.18 21:44:51.846471 [ 255 ] {c2a8b49e-a009-46a3-8a1b-77085e649a80} <Debug> TCPHandler: Processed in 0.001523505 sec. | ||
| 10123 | 2025.04.18 21:44:51.846587 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10124 | 2025.04.18 21:44:51.846689 [ 255 ] {a446bfb8-1fd3-4067-8995-55d429364197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10125 | 2025.04.18 21:44:51.846732 [ 255 ] {a446bfb8-1fd3-4067-8995-55d429364197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10126 | 2025.04.18 21:44:51.847378 [ 255 ] {a446bfb8-1fd3-4067-8995-55d429364197} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10127 | 2025.04.18 21:44:51.847414 [ 255 ] {a446bfb8-1fd3-4067-8995-55d429364197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10128 | 2025.04.18 21:44:51.847774 [ 255 ] {a446bfb8-1fd3-4067-8995-55d429364197} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10129 | 2025.04.18 21:44:51.848005 [ 255 ] {a446bfb8-1fd3-4067-8995-55d429364197} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10130 | 2025.04.18 21:44:51.848170 [ 255 ] {a446bfb8-1fd3-4067-8995-55d429364197} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001502 sec., 254327.5632490013 rows/sec., 17.94 MiB/sec. | ||
| 10131 | 2025.04.18 21:44:51.848219 [ 255 ] {a446bfb8-1fd3-4067-8995-55d429364197} <Debug> TCPHandler: Processed in 0.001681609 sec. | ||
| 10132 | 2025.04.18 21:44:51.848335 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10133 | 2025.04.18 21:44:51.848438 [ 255 ] {d157c56c-9df1-46dd-90bf-c7f2f14a6934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10134 | 2025.04.18 21:44:51.848482 [ 255 ] {d157c56c-9df1-46dd-90bf-c7f2f14a6934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10135 | 2025.04.18 21:44:51.848891 [ 255 ] {d157c56c-9df1-46dd-90bf-c7f2f14a6934} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10136 | 2025.04.18 21:44:51.848926 [ 255 ] {d157c56c-9df1-46dd-90bf-c7f2f14a6934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10137 | 2025.04.18 21:44:51.849266 [ 255 ] {d157c56c-9df1-46dd-90bf-c7f2f14a6934} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10138 | 2025.04.18 21:44:51.849489 [ 255 ] {d157c56c-9df1-46dd-90bf-c7f2f14a6934} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10139 | 2025.04.18 21:44:51.849702 [ 255 ] {d157c56c-9df1-46dd-90bf-c7f2f14a6934} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001274 sec., 4709.576138147567 rows/sec., 246.06 KiB/sec. | ||
| 10140 | 2025.04.18 21:44:51.849769 [ 255 ] {d157c56c-9df1-46dd-90bf-c7f2f14a6934} <Debug> TCPHandler: Processed in 0.001483045 sec. | ||
| 10141 | 2025.04.18 21:44:51.850007 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10142 | 2025.04.18 21:44:51.850126 [ 255 ] {38604709-f086-4224-817d-238cfe30b659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10143 | 2025.04.18 21:44:51.850175 [ 255 ] {38604709-f086-4224-817d-238cfe30b659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10144 | 2025.04.18 21:44:51.850693 [ 255 ] {38604709-f086-4224-817d-238cfe30b659} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10145 | 2025.04.18 21:44:51.850730 [ 255 ] {38604709-f086-4224-817d-238cfe30b659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10146 | 2025.04.18 21:44:51.851105 [ 255 ] {38604709-f086-4224-817d-238cfe30b659} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10147 | 2025.04.18 21:44:51.851335 [ 255 ] {38604709-f086-4224-817d-238cfe30b659} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10148 | 2025.04.18 21:44:51.851502 [ 255 ] {38604709-f086-4224-817d-238cfe30b659} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0014 sec., 169285.7142857143 rows/sec., 11.35 MiB/sec. | ||
| 10149 | 2025.04.18 21:44:51.851550 [ 255 ] {38604709-f086-4224-817d-238cfe30b659} <Debug> TCPHandler: Processed in 0.001632129 sec. | ||
| 10150 | 2025.04.18 21:44:51.851673 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10151 | 2025.04.18 21:44:51.851775 [ 255 ] {94e1dbe0-2c94-40bc-87a1-f39dbd325b90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10152 | 2025.04.18 21:44:51.851821 [ 255 ] {94e1dbe0-2c94-40bc-87a1-f39dbd325b90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10153 | 2025.04.18 21:44:51.852205 [ 255 ] {94e1dbe0-2c94-40bc-87a1-f39dbd325b90} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10154 | 2025.04.18 21:44:51.852241 [ 255 ] {94e1dbe0-2c94-40bc-87a1-f39dbd325b90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10155 | 2025.04.18 21:44:51.852576 [ 255 ] {94e1dbe0-2c94-40bc-87a1-f39dbd325b90} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10156 | 2025.04.18 21:44:51.852803 [ 255 ] {94e1dbe0-2c94-40bc-87a1-f39dbd325b90} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10157 | 2025.04.18 21:44:51.852923 [ 94 ] {} <Debug> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace) (MergerMutator): Selected 6 parts from all_1_26_6 to all_31_31_0 | ||
| 10158 | 2025.04.18 21:44:51.852970 [ 94 ] {} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10159 | 2025.04.18 21:44:51.852980 [ 255 ] {94e1dbe0-2c94-40bc-87a1-f39dbd325b90} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001224 sec., 816.9934640522875 rows/sec., 55.05 KiB/sec. | ||
| 10160 | 2025.04.18 21:44:51.852995 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10161 | 2025.04.18 21:44:51.853067 [ 255 ] {94e1dbe0-2c94-40bc-87a1-f39dbd325b90} <Debug> TCPHandler: Processed in 0.001440834 sec. | ||
| 10162 | 2025.04.18 21:44:51.853411 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10163 | 2025.04.18 21:44:51.853558 [ 187 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_31_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_6 to all_31_31_0 into Compact with storage Full | ||
| 10164 | 2025.04.18 21:44:51.853783 [ 255 ] {58b1aec1-f740-423b-9ae0-0f1f41acf981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10165 | 2025.04.18 21:44:51.853899 [ 255 ] {58b1aec1-f740-423b-9ae0-0f1f41acf981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10166 | 2025.04.18 21:44:51.854010 [ 187 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_31_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10167 | 2025.04.18 21:44:51.854105 [ 187 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 26 rows starting from the beginning of the part | ||
| 10168 | 2025.04.18 21:44:51.854458 [ 187 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 10169 | 2025.04.18 21:44:51.854808 [ 187 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 10170 | 2025.04.18 21:44:51.855025 [ 187 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 10171 | 2025.04.18 21:44:51.855311 [ 187 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 10172 | 2025.04.18 21:44:51.855760 [ 187 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 10173 | 2025.04.18 21:44:51.856495 [ 255 ] {58b1aec1-f740-423b-9ae0-0f1f41acf981} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10174 | 2025.04.18 21:44:51.856551 [ 255 ] {58b1aec1-f740-423b-9ae0-0f1f41acf981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10175 | 2025.04.18 21:44:51.857389 [ 255 ] {58b1aec1-f740-423b-9ae0-0f1f41acf981} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10176 | 2025.04.18 21:44:51.857971 [ 255 ] {58b1aec1-f740-423b-9ae0-0f1f41acf981} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10177 | 2025.04.18 21:44:51.858619 [ 255 ] {58b1aec1-f740-423b-9ae0-0f1f41acf981} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004934 sec., 16619.375760032428 rows/sec., 1.06 MiB/sec. | ||
| 10178 | 2025.04.18 21:44:51.858960 [ 255 ] {58b1aec1-f740-423b-9ae0-0f1f41acf981} <Debug> TCPHandler: Processed in 0.005695753 sec. | ||
| 10179 | 2025.04.18 21:44:51.859245 [ 187 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_31_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.006129862 sec., 5057.210097062544 rows/sec., 340.77 KiB/sec. | ||
| 10180 | 2025.04.18 21:44:51.859478 [ 187 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_31_7} <Trace> MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) | ||
| 10181 | 2025.04.18 21:44:51.859945 [ 187 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_31_7} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10182 | 2025.04.18 21:44:51.860026 [ 187 ] {49fb71bc-1830-4ce9-b183-677e79cfcace::all_1_31_7} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace) (MergerMutator): Merged 6 parts: [all_1_26_6, all_31_31_0] -> all_1_31_7 | ||
| 10183 | 2025.04.18 21:44:51.860110 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10184 | 2025.04.18 21:44:54.734298 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10185 | 2025.04.18 21:44:54.734412 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10186 | 2025.04.18 21:44:54.937523 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 10187 | 2025.04.18 21:44:54.938153 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10188 | 2025.04.18 21:44:54.938198 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10189 | 2025.04.18 21:44:54.938723 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10190 | 2025.04.18 21:44:54.938974 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10191 | 2025.04.18 21:44:54.939254 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10192 | 2025.04.18 21:44:55.042478 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1422 | ||
| 10193 | 2025.04.18 21:44:55.045491 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10194 | 2025.04.18 21:44:55.045539 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10195 | 2025.04.18 21:44:55.046947 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10196 | 2025.04.18 21:44:55.047243 [ 242 ] {} <Trace> system.query_log (8fc95434-7995-4e66-ad72-9ba4e2da9eac): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10197 | 2025.04.18 21:44:55.048150 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1422 | ||
| 10198 | 2025.04.18 21:44:56.598421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10199 | 2025.04.18 21:44:56.617213 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10200 | 2025.04.18 21:44:56.617282 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10201 | 2025.04.18 21:44:56.624048 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10202 | 2025.04.18 21:44:56.624843 [ 243 ] {} <Trace> system.metric_log (b85f07a2-af6c-4ec4-a964-48d5e368bad7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10203 | 2025.04.18 21:44:56.628291 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10204 | 2025.04.18 21:44:56.832765 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10205 | 2025.04.18 21:44:56.832947 [ 255 ] {8147f0fd-2e7e-43fd-81cd-389d2ec7890c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10206 | 2025.04.18 21:44:56.833017 [ 255 ] {8147f0fd-2e7e-43fd-81cd-389d2ec7890c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10207 | 2025.04.18 21:44:56.833853 [ 255 ] {8147f0fd-2e7e-43fd-81cd-389d2ec7890c} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10208 | 2025.04.18 21:44:56.833902 [ 255 ] {8147f0fd-2e7e-43fd-81cd-389d2ec7890c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10209 | 2025.04.18 21:44:56.834342 [ 255 ] {8147f0fd-2e7e-43fd-81cd-389d2ec7890c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10210 | 2025.04.18 21:44:56.834599 [ 255 ] {8147f0fd-2e7e-43fd-81cd-389d2ec7890c} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10211 | 2025.04.18 21:44:56.834792 [ 89 ] {} <Debug> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10212 | 2025.04.18 21:44:56.834841 [ 255 ] {8147f0fd-2e7e-43fd-81cd-389d2ec7890c} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001942 sec., 70030.89598352215 rows/sec., 6.03 MiB/sec. | ||
| 10213 | 2025.04.18 21:44:56.834892 [ 89 ] {} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10214 | 2025.04.18 21:44:56.834969 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10215 | 2025.04.18 21:44:56.834975 [ 255 ] {8147f0fd-2e7e-43fd-81cd-389d2ec7890c} <Debug> TCPHandler: Processed in 0.002338464 sec. | ||
| 10216 | 2025.04.18 21:44:56.835141 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10217 | 2025.04.18 21:44:56.835149 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10218 | 2025.04.18 21:44:56.835308 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10219 | 2025.04.18 21:44:56.835309 [ 255 ] {b7f08313-06d9-4d1c-87af-b8d63d5a6c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10220 | 2025.04.18 21:44:56.835354 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1847 rows starting from the beginning of the part | ||
| 10221 | 2025.04.18 21:44:56.835378 [ 255 ] {b7f08313-06d9-4d1c-87af-b8d63d5a6c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10222 | 2025.04.18 21:44:56.835599 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 136 rows starting from the beginning of the part | ||
| 10223 | 2025.04.18 21:44:56.835856 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 617 rows starting from the beginning of the part | ||
| 10224 | 2025.04.18 21:44:56.836262 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 142 rows starting from the beginning of the part | ||
| 10225 | 2025.04.18 21:44:56.836723 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 617 rows starting from the beginning of the part | ||
| 10226 | 2025.04.18 21:44:56.837120 [ 199 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 136 rows starting from the beginning of the part | ||
| 10227 | 2025.04.18 21:44:56.837886 [ 255 ] {b7f08313-06d9-4d1c-87af-b8d63d5a6c09} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10228 | 2025.04.18 21:44:56.837931 [ 255 ] {b7f08313-06d9-4d1c-87af-b8d63d5a6c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10229 | 2025.04.18 21:44:56.838558 [ 255 ] {b7f08313-06d9-4d1c-87af-b8d63d5a6c09} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10230 | 2025.04.18 21:44:56.838889 [ 255 ] {b7f08313-06d9-4d1c-87af-b8d63d5a6c09} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10231 | 2025.04.18 21:44:56.839131 [ 255 ] {b7f08313-06d9-4d1c-87af-b8d63d5a6c09} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.003861 sec., 10360.010360010361 rows/sec., 779.02 KiB/sec. | ||
| 10232 | 2025.04.18 21:44:56.839185 [ 255 ] {b7f08313-06d9-4d1c-87af-b8d63d5a6c09} <Debug> TCPHandler: Processed in 0.004093405 sec. | ||
| 10233 | 2025.04.18 21:44:56.839307 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10234 | 2025.04.18 21:44:56.839460 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3495 rows, containing 5 columns (5 merged, 0 gathered) in 0.004392092 sec., 795748.3586409392 rows/sec., 67.28 MiB/sec. | ||
| 10235 | 2025.04.18 21:44:56.839465 [ 255 ] {220dc7cb-6d7e-4845-ba31-0d8e2fc7f817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10236 | 2025.04.18 21:44:56.839526 [ 255 ] {220dc7cb-6d7e-4845-ba31-0d8e2fc7f817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10237 | 2025.04.18 21:44:56.839686 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10238 | 2025.04.18 21:44:56.840064 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_86_17} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10239 | 2025.04.18 21:44:56.840181 [ 195 ] {47646c9d-a939-4a73-9aee-1073972158e9::all_1_86_17} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10240 | 2025.04.18 21:44:56.840276 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 10241 | 2025.04.18 21:44:56.840302 [ 255 ] {220dc7cb-6d7e-4845-ba31-0d8e2fc7f817} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10242 | 2025.04.18 21:44:56.840341 [ 255 ] {220dc7cb-6d7e-4845-ba31-0d8e2fc7f817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10243 | 2025.04.18 21:44:56.840689 [ 255 ] {220dc7cb-6d7e-4845-ba31-0d8e2fc7f817} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10244 | 2025.04.18 21:44:56.840956 [ 255 ] {220dc7cb-6d7e-4845-ba31-0d8e2fc7f817} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10245 | 2025.04.18 21:44:56.841127 [ 87 ] {} <Debug> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10246 | 2025.04.18 21:44:56.841192 [ 255 ] {220dc7cb-6d7e-4845-ba31-0d8e2fc7f817} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001746 sec., 59564.719358533795 rows/sec., 4.65 MiB/sec. | ||
| 10247 | 2025.04.18 21:44:56.841222 [ 87 ] {} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10248 | 2025.04.18 21:44:56.841310 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10249 | 2025.04.18 21:44:56.841323 [ 255 ] {220dc7cb-6d7e-4845-ba31-0d8e2fc7f817} <Debug> TCPHandler: Processed in 0.002066929 sec. | ||
| 10250 | 2025.04.18 21:44:56.841488 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10251 | 2025.04.18 21:44:56.841516 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10252 | 2025.04.18 21:44:56.841622 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10253 | 2025.04.18 21:44:56.841644 [ 255 ] {a23862c8-a2c6-49f3-888e-b48619bf480c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10254 | 2025.04.18 21:44:56.841657 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 916 rows starting from the beginning of the part | ||
| 10255 | 2025.04.18 21:44:56.841709 [ 255 ] {a23862c8-a2c6-49f3-888e-b48619bf480c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10256 | 2025.04.18 21:44:56.841821 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 104 rows starting from the beginning of the part | ||
| 10257 | 2025.04.18 21:44:56.842236 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 382 rows starting from the beginning of the part | ||
| 10258 | 2025.04.18 21:44:56.842660 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 116 rows starting from the beginning of the part | ||
| 10259 | 2025.04.18 21:44:56.843060 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 382 rows starting from the beginning of the part | ||
| 10260 | 2025.04.18 21:44:56.843454 [ 186 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 104 rows starting from the beginning of the part | ||
| 10261 | 2025.04.18 21:44:56.844228 [ 255 ] {a23862c8-a2c6-49f3-888e-b48619bf480c} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10262 | 2025.04.18 21:44:56.844267 [ 255 ] {a23862c8-a2c6-49f3-888e-b48619bf480c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10263 | 2025.04.18 21:44:56.844830 [ 255 ] {a23862c8-a2c6-49f3-888e-b48619bf480c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10264 | 2025.04.18 21:44:56.845096 [ 255 ] {a23862c8-a2c6-49f3-888e-b48619bf480c} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10265 | 2025.04.18 21:44:56.845408 [ 87 ] {} <Debug> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10266 | 2025.04.18 21:44:56.845450 [ 196 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2004 rows, containing 5 columns (5 merged, 0 gathered) in 0.004028513 sec., 497454.02335799835 rows/sec., 38.08 MiB/sec. | ||
| 10267 | 2025.04.18 21:44:56.845499 [ 87 ] {} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10268 | 2025.04.18 21:44:56.845581 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10269 | 2025.04.18 21:44:56.845583 [ 255 ] {a23862c8-a2c6-49f3-888e-b48619bf480c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003946 sec., 40547.389761784085 rows/sec., 2.82 MiB/sec. | ||
| 10270 | 2025.04.18 21:44:56.845868 [ 192 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10271 | 2025.04.18 21:44:56.845988 [ 255 ] {a23862c8-a2c6-49f3-888e-b48619bf480c} <Debug> TCPHandler: Processed in 0.004524425 sec. | ||
| 10272 | 2025.04.18 21:44:56.846176 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10273 | 2025.04.18 21:44:56.846405 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10274 | 2025.04.18 21:44:56.846811 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10275 | 2025.04.18 21:44:56.846964 [ 255 ] {7eeb4bb2-e536-44e3-a956-265d150d0f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10276 | 2025.04.18 21:44:56.846997 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24352 rows starting from the beginning of the part | ||
| 10277 | 2025.04.18 21:44:56.847307 [ 196 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_86_17} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10278 | 2025.04.18 21:44:56.847404 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
| 10279 | 2025.04.18 21:44:56.847471 [ 255 ] {7eeb4bb2-e536-44e3-a956-265d150d0f1c} <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 | ||
| 10280 | 2025.04.18 21:44:56.847942 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 237 rows starting from the beginning of the part | ||
| 10281 | 2025.04.18 21:44:56.848355 [ 196 ] {b0f4670d-9bcb-4276-a1d1-4a7d4927fd61::all_1_86_17} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10282 | 2025.04.18 21:44:56.848395 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 166 rows starting from the beginning of the part | ||
| 10283 | 2025.04.18 21:44:56.848870 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 237 rows starting from the beginning of the part | ||
| 10284 | 2025.04.18 21:44:56.849242 [ 198 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 10285 | 2025.04.18 21:44:56.850600 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 10286 | 2025.04.18 21:44:56.853144 [ 255 ] {7eeb4bb2-e536-44e3-a956-265d150d0f1c} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10287 | 2025.04.18 21:44:56.853217 [ 255 ] {7eeb4bb2-e536-44e3-a956-265d150d0f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10288 | 2025.04.18 21:44:56.854906 [ 255 ] {7eeb4bb2-e536-44e3-a956-265d150d0f1c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10289 | 2025.04.18 21:44:56.855190 [ 255 ] {7eeb4bb2-e536-44e3-a956-265d150d0f1c} <Trace> oximeter.measurements_histogramu64 (221c5a75-1c85-406a-b975-205b152dd48b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10290 | 2025.04.18 21:44:56.855758 [ 255 ] {7eeb4bb2-e536-44e3-a956-265d150d0f1c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.009058 sec., 4415.98586884522 rows/sec., 7.91 MiB/sec. | ||
| 10291 | 2025.04.18 21:44:56.855968 [ 255 ] {7eeb4bb2-e536-44e3-a956-265d150d0f1c} <Debug> TCPHandler: Processed in 0.009681375 sec. | ||
| 10292 | 2025.04.18 21:44:56.856095 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10293 | 2025.04.18 21:44:56.856199 [ 255 ] {6ef9b272-f5c6-4c54-b970-022275049935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10294 | 2025.04.18 21:44:56.856247 [ 255 ] {6ef9b272-f5c6-4c54-b970-022275049935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10295 | 2025.04.18 21:44:56.856876 [ 255 ] {6ef9b272-f5c6-4c54-b970-022275049935} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10296 | 2025.04.18 21:44:56.856916 [ 255 ] {6ef9b272-f5c6-4c54-b970-022275049935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10297 | 2025.04.18 21:44:56.857501 [ 255 ] {6ef9b272-f5c6-4c54-b970-022275049935} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10298 | 2025.04.18 21:44:56.858046 [ 255 ] {6ef9b272-f5c6-4c54-b970-022275049935} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10299 | 2025.04.18 21:44:56.858287 [ 87 ] {} <Debug> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10300 | 2025.04.18 21:44:56.858415 [ 87 ] {} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10301 | 2025.04.18 21:44:56.858495 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10302 | 2025.04.18 21:44:56.858507 [ 255 ] {6ef9b272-f5c6-4c54-b970-022275049935} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002306 sec., 26019.080659150044 rows/sec., 1.75 MiB/sec. | ||
| 10303 | 2025.04.18 21:44:56.858797 [ 255 ] {6ef9b272-f5c6-4c54-b970-022275049935} <Debug> TCPHandler: Processed in 0.002744374 sec. | ||
| 10304 | 2025.04.18 21:44:56.858902 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10305 | 2025.04.18 21:44:56.859348 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10306 | 2025.04.18 21:44:56.859443 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4796 rows starting from the beginning of the part | ||
| 10307 | 2025.04.18 21:44:56.859795 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
| 10308 | 2025.04.18 21:44:56.860132 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 82 rows starting from the beginning of the part | ||
| 10309 | 2025.04.18 21:44:56.860554 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 10310 | 2025.04.18 21:44:56.860943 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part | ||
| 10311 | 2025.04.18 21:44:56.861365 [ 192 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25312 rows, containing 5 columns (5 merged, 0 gathered) in 0.015641904 sec., 1618217.3218810188 rows/sec., 109.44 MiB/sec. | ||
| 10312 | 2025.04.18 21:44:56.861416 [ 190 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 10313 | 2025.04.18 21:44:56.861837 [ 192 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10314 | 2025.04.18 21:44:56.862913 [ 192 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10315 | 2025.04.18 21:44:56.863200 [ 192 ] {972a6bc3-58c0-4a7f-8528-202d0af6b00c::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10316 | 2025.04.18 21:44:56.863312 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 10317 | 2025.04.18 21:44:56.864898 [ 188 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5140 rows, containing 4 columns (4 merged, 0 gathered) in 0.006293557 sec., 816708.26211632 rows/sec., 53.50 MiB/sec. | ||
| 10318 | 2025.04.18 21:44:56.865464 [ 194 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10319 | 2025.04.18 21:44:56.865828 [ 194 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_86_17} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10320 | 2025.04.18 21:44:56.865916 [ 194 ] {e06a7587-0968-4c9a-9c7e-1440949ffa62::all_1_86_17} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10321 | 2025.04.18 21:44:56.866003 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 10322 | 2025.04.18 21:44:58.263617 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10323 | 2025.04.18 21:44:58.263945 [ 255 ] {fd18f393-a1d7-45ec-aaf8-3b8ac6989087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10324 | 2025.04.18 21:44:58.264042 [ 255 ] {fd18f393-a1d7-45ec-aaf8-3b8ac6989087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10325 | 2025.04.18 21:44:58.264983 [ 255 ] {fd18f393-a1d7-45ec-aaf8-3b8ac6989087} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10326 | 2025.04.18 21:44:58.265041 [ 255 ] {fd18f393-a1d7-45ec-aaf8-3b8ac6989087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10327 | 2025.04.18 21:44:58.265585 [ 255 ] {fd18f393-a1d7-45ec-aaf8-3b8ac6989087} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10328 | 2025.04.18 21:44:58.265895 [ 255 ] {fd18f393-a1d7-45ec-aaf8-3b8ac6989087} <Trace> oximeter.fields_i16 (8f501f5b-a3b4-4427-a37b-7c8111220b86): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10329 | 2025.04.18 21:44:58.266133 [ 255 ] {fd18f393-a1d7-45ec-aaf8-3b8ac6989087} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002291 sec., 92536.01047577476 rows/sec., 5.89 MiB/sec. | ||
| 10330 | 2025.04.18 21:44:58.266195 [ 255 ] {fd18f393-a1d7-45ec-aaf8-3b8ac6989087} <Debug> TCPHandler: Processed in 0.002771605 sec. | ||
| 10331 | 2025.04.18 21:44:58.266322 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10332 | 2025.04.18 21:44:58.266430 [ 255 ] {b3f3052d-fe97-48ad-90ec-e3b13e887b74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10333 | 2025.04.18 21:44:58.266479 [ 255 ] {b3f3052d-fe97-48ad-90ec-e3b13e887b74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10334 | 2025.04.18 21:44:58.267003 [ 255 ] {b3f3052d-fe97-48ad-90ec-e3b13e887b74} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10335 | 2025.04.18 21:44:58.267045 [ 255 ] {b3f3052d-fe97-48ad-90ec-e3b13e887b74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10336 | 2025.04.18 21:44:58.267401 [ 255 ] {b3f3052d-fe97-48ad-90ec-e3b13e887b74} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10337 | 2025.04.18 21:44:58.267658 [ 255 ] {b3f3052d-fe97-48ad-90ec-e3b13e887b74} <Trace> oximeter.fields_ipaddr (4dd2690e-1874-4781-a9ce-c5d60b388e46): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10338 | 2025.04.18 21:44:58.267880 [ 255 ] {b3f3052d-fe97-48ad-90ec-e3b13e887b74} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001473 sec., 2715.5465037338768 rows/sec., 221.43 KiB/sec. | ||
| 10339 | 2025.04.18 21:44:58.268010 [ 255 ] {b3f3052d-fe97-48ad-90ec-e3b13e887b74} <Debug> TCPHandler: Processed in 0.001739591 sec. | ||
| 10340 | 2025.04.18 21:44:58.268128 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10341 | 2025.04.18 21:44:58.268231 [ 255 ] {9dea30f7-312a-48ad-a871-c614c4dcd43f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10342 | 2025.04.18 21:44:58.268277 [ 255 ] {9dea30f7-312a-48ad-a871-c614c4dcd43f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10343 | 2025.04.18 21:44:58.269694 [ 255 ] {9dea30f7-312a-48ad-a871-c614c4dcd43f} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10344 | 2025.04.18 21:44:58.269733 [ 255 ] {9dea30f7-312a-48ad-a871-c614c4dcd43f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10345 | 2025.04.18 21:44:58.270205 [ 255 ] {9dea30f7-312a-48ad-a871-c614c4dcd43f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10346 | 2025.04.18 21:44:58.270468 [ 255 ] {9dea30f7-312a-48ad-a871-c614c4dcd43f} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10347 | 2025.04.18 21:44:58.270668 [ 255 ] {9dea30f7-312a-48ad-a871-c614c4dcd43f} <Debug> executeQuery: Read 1759 rows, 145.61 KiB in 0.00246 sec., 715040.650406504 rows/sec., 57.81 MiB/sec. | ||
| 10348 | 2025.04.18 21:44:58.270722 [ 255 ] {9dea30f7-312a-48ad-a871-c614c4dcd43f} <Debug> TCPHandler: Processed in 0.002643501 sec. | ||
| 10349 | 2025.04.18 21:44:58.270843 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10350 | 2025.04.18 21:44:58.270949 [ 255 ] {de1e9c2b-56e4-473b-987b-e02638d04215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10351 | 2025.04.18 21:44:58.270999 [ 255 ] {de1e9c2b-56e4-473b-987b-e02638d04215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10352 | 2025.04.18 21:44:58.271571 [ 255 ] {de1e9c2b-56e4-473b-987b-e02638d04215} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10353 | 2025.04.18 21:44:58.271612 [ 255 ] {de1e9c2b-56e4-473b-987b-e02638d04215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10354 | 2025.04.18 21:44:58.271969 [ 255 ] {de1e9c2b-56e4-473b-987b-e02638d04215} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10355 | 2025.04.18 21:44:58.272212 [ 255 ] {de1e9c2b-56e4-473b-987b-e02638d04215} <Trace> oximeter.fields_u16 (71d20ff1-cd1a-437b-a0a6-518065623212): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10356 | 2025.04.18 21:44:58.272417 [ 255 ] {de1e9c2b-56e4-473b-987b-e02638d04215} <Debug> executeQuery: Read 110 rows, 6.67 KiB in 0.001489 sec., 73875.08394895903 rows/sec., 4.37 MiB/sec. | ||
| 10357 | 2025.04.18 21:44:58.272471 [ 255 ] {de1e9c2b-56e4-473b-987b-e02638d04215} <Debug> TCPHandler: Processed in 0.001680589 sec. | ||
| 10358 | 2025.04.18 21:44:58.272589 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10359 | 2025.04.18 21:44:58.272695 [ 255 ] {e167b6d4-e370-4135-b30b-29f49a8f9638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10360 | 2025.04.18 21:44:58.272742 [ 255 ] {e167b6d4-e370-4135-b30b-29f49a8f9638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10361 | 2025.04.18 21:44:58.273456 [ 255 ] {e167b6d4-e370-4135-b30b-29f49a8f9638} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10362 | 2025.04.18 21:44:58.273496 [ 255 ] {e167b6d4-e370-4135-b30b-29f49a8f9638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10363 | 2025.04.18 21:44:58.273859 [ 255 ] {e167b6d4-e370-4135-b30b-29f49a8f9638} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10364 | 2025.04.18 21:44:58.274094 [ 255 ] {e167b6d4-e370-4135-b30b-29f49a8f9638} <Trace> oximeter.fields_u32 (d3468ada-4d53-4e74-b7de-ebe9084b51fc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10365 | 2025.04.18 21:44:58.274345 [ 255 ] {e167b6d4-e370-4135-b30b-29f49a8f9638} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.00166 sec., 205421.68674698795 rows/sec., 13.71 MiB/sec. | ||
| 10366 | 2025.04.18 21:44:58.274469 [ 255 ] {e167b6d4-e370-4135-b30b-29f49a8f9638} <Debug> TCPHandler: Processed in 0.001925485 sec. | ||
| 10367 | 2025.04.18 21:44:58.274671 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10368 | 2025.04.18 21:44:58.274777 [ 255 ] {bf411ec3-4dc5-41dc-858f-9971350810a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10369 | 2025.04.18 21:44:58.274824 [ 255 ] {bf411ec3-4dc5-41dc-858f-9971350810a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10370 | 2025.04.18 21:44:58.275450 [ 255 ] {bf411ec3-4dc5-41dc-858f-9971350810a7} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10371 | 2025.04.18 21:44:58.275490 [ 255 ] {bf411ec3-4dc5-41dc-858f-9971350810a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10372 | 2025.04.18 21:44:58.275843 [ 255 ] {bf411ec3-4dc5-41dc-858f-9971350810a7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10373 | 2025.04.18 21:44:58.276088 [ 255 ] {bf411ec3-4dc5-41dc-858f-9971350810a7} <Trace> oximeter.fields_u8 (a8a9a207-a573-44d5-a21a-d86cbc0dd5de): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10374 | 2025.04.18 21:44:58.276296 [ 255 ] {bf411ec3-4dc5-41dc-858f-9971350810a7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001541 sec., 72680.077871512 rows/sec., 4.14 MiB/sec. | ||
| 10375 | 2025.04.18 21:44:58.276423 [ 255 ] {bf411ec3-4dc5-41dc-858f-9971350810a7} <Debug> TCPHandler: Processed in 0.001840893 sec. | ||
| 10376 | 2025.04.18 21:44:58.276546 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10377 | 2025.04.18 21:44:58.276642 [ 255 ] {01361cbb-b955-42eb-8ee3-2deb13247bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10378 | 2025.04.18 21:44:58.276684 [ 255 ] {01361cbb-b955-42eb-8ee3-2deb13247bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10379 | 2025.04.18 21:44:58.277687 [ 255 ] {01361cbb-b955-42eb-8ee3-2deb13247bb9} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10380 | 2025.04.18 21:44:58.277726 [ 255 ] {01361cbb-b955-42eb-8ee3-2deb13247bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10381 | 2025.04.18 21:44:58.278108 [ 255 ] {01361cbb-b955-42eb-8ee3-2deb13247bb9} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10382 | 2025.04.18 21:44:58.278343 [ 255 ] {01361cbb-b955-42eb-8ee3-2deb13247bb9} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10383 | 2025.04.18 21:44:58.278531 [ 255 ] {01361cbb-b955-42eb-8ee3-2deb13247bb9} <Debug> executeQuery: Read 842 rows, 62.20 KiB in 0.001898 sec., 443624.8682824025 rows/sec., 32.00 MiB/sec. | ||
| 10384 | 2025.04.18 21:44:58.278582 [ 255 ] {01361cbb-b955-42eb-8ee3-2deb13247bb9} <Debug> TCPHandler: Processed in 0.002083449 sec. | ||
| 10385 | 2025.04.18 21:44:58.278700 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10386 | 2025.04.18 21:44:58.278804 [ 255 ] {f46715a2-e28a-4625-8341-b67c40caea03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10387 | 2025.04.18 21:44:58.278852 [ 255 ] {f46715a2-e28a-4625-8341-b67c40caea03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10388 | 2025.04.18 21:44:58.279268 [ 255 ] {f46715a2-e28a-4625-8341-b67c40caea03} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10389 | 2025.04.18 21:44:58.279307 [ 255 ] {f46715a2-e28a-4625-8341-b67c40caea03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10390 | 2025.04.18 21:44:58.279656 [ 255 ] {f46715a2-e28a-4625-8341-b67c40caea03} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10391 | 2025.04.18 21:44:58.279888 [ 255 ] {f46715a2-e28a-4625-8341-b67c40caea03} <Trace> oximeter.measurements_bool (4b5c1cb5-efe8-4fd3-9cf9-d2c0212f6cd3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10392 | 2025.04.18 21:44:58.280086 [ 255 ] {f46715a2-e28a-4625-8341-b67c40caea03} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001303 sec., 4604.758250191865 rows/sec., 240.58 KiB/sec. | ||
| 10393 | 2025.04.18 21:44:58.280134 [ 255 ] {f46715a2-e28a-4625-8341-b67c40caea03} <Debug> TCPHandler: Processed in 0.001485124 sec. | ||
| 10394 | 2025.04.18 21:44:58.280248 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10395 | 2025.04.18 21:44:58.280351 [ 255 ] {446650a2-5ab3-4236-a541-0181eaafa598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10396 | 2025.04.18 21:44:58.280400 [ 255 ] {446650a2-5ab3-4236-a541-0181eaafa598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10397 | 2025.04.18 21:44:58.281218 [ 255 ] {446650a2-5ab3-4236-a541-0181eaafa598} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10398 | 2025.04.18 21:44:58.281256 [ 255 ] {446650a2-5ab3-4236-a541-0181eaafa598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10399 | 2025.04.18 21:44:58.281675 [ 255 ] {446650a2-5ab3-4236-a541-0181eaafa598} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10400 | 2025.04.18 21:44:58.281911 [ 255 ] {446650a2-5ab3-4236-a541-0181eaafa598} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10401 | 2025.04.18 21:44:58.282109 [ 255 ] {446650a2-5ab3-4236-a541-0181eaafa598} <Debug> executeQuery: Read 959 rows, 65.26 KiB in 0.00178 sec., 538764.0449438202 rows/sec., 35.81 MiB/sec. | ||
| 10402 | 2025.04.18 21:44:58.282161 [ 255 ] {446650a2-5ab3-4236-a541-0181eaafa598} <Debug> TCPHandler: Processed in 0.001963646 sec. | ||
| 10403 | 2025.04.18 21:44:58.282281 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10404 | 2025.04.18 21:44:58.282386 [ 255 ] {02a2afe2-c284-4234-945c-27f0aea2ab96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10405 | 2025.04.18 21:44:58.282433 [ 255 ] {02a2afe2-c284-4234-945c-27f0aea2ab96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10406 | 2025.04.18 21:44:58.282830 [ 255 ] {02a2afe2-c284-4234-945c-27f0aea2ab96} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10407 | 2025.04.18 21:44:58.282868 [ 255 ] {02a2afe2-c284-4234-945c-27f0aea2ab96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10408 | 2025.04.18 21:44:58.283223 [ 255 ] {02a2afe2-c284-4234-945c-27f0aea2ab96} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10409 | 2025.04.18 21:44:58.283454 [ 255 ] {02a2afe2-c284-4234-945c-27f0aea2ab96} <Trace> oximeter.measurements_f64 (49fb71bc-1830-4ce9-b183-677e79cfcace): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10410 | 2025.04.18 21:44:58.283641 [ 255 ] {02a2afe2-c284-4234-945c-27f0aea2ab96} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001277 sec., 783.0853563038372 rows/sec., 52.77 KiB/sec. | ||
| 10411 | 2025.04.18 21:44:58.283689 [ 255 ] {02a2afe2-c284-4234-945c-27f0aea2ab96} <Debug> TCPHandler: Processed in 0.001459374 sec. | ||
| 10412 | 2025.04.18 21:44:58.283804 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10413 | 2025.04.18 21:44:58.283907 [ 255 ] {796d8148-8348-4d84-9fa3-3de2a3605fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10414 | 2025.04.18 21:44:58.283953 [ 255 ] {796d8148-8348-4d84-9fa3-3de2a3605fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10415 | 2025.04.18 21:44:58.284358 [ 255 ] {796d8148-8348-4d84-9fa3-3de2a3605fac} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10416 | 2025.04.18 21:44:58.284396 [ 255 ] {796d8148-8348-4d84-9fa3-3de2a3605fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10417 | 2025.04.18 21:44:58.284747 [ 255 ] {796d8148-8348-4d84-9fa3-3de2a3605fac} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10418 | 2025.04.18 21:44:58.284982 [ 255 ] {796d8148-8348-4d84-9fa3-3de2a3605fac} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10419 | 2025.04.18 21:44:58.285172 [ 255 ] {796d8148-8348-4d84-9fa3-3de2a3605fac} <Debug> executeQuery: Read 36 rows, 2.15 KiB in 0.001287 sec., 27972.027972027972 rows/sec., 1.63 MiB/sec. | ||
| 10420 | 2025.04.18 21:44:58.285222 [ 255 ] {796d8148-8348-4d84-9fa3-3de2a3605fac} <Debug> TCPHandler: Processed in 0.001468785 sec. | ||
| 10421 | 2025.04.18 21:45:01.831919 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10422 | 2025.04.18 21:45:01.832192 [ 255 ] {4b37bd1f-acde-4a0d-8674-a4f19d06fc83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10423 | 2025.04.18 21:45:01.832300 [ 255 ] {4b37bd1f-acde-4a0d-8674-a4f19d06fc83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10424 | 2025.04.18 21:45:01.833356 [ 255 ] {4b37bd1f-acde-4a0d-8674-a4f19d06fc83} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10425 | 2025.04.18 21:45:01.833412 [ 255 ] {4b37bd1f-acde-4a0d-8674-a4f19d06fc83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10426 | 2025.04.18 21:45:01.833915 [ 255 ] {4b37bd1f-acde-4a0d-8674-a4f19d06fc83} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10427 | 2025.04.18 21:45:01.834230 [ 255 ] {4b37bd1f-acde-4a0d-8674-a4f19d06fc83} <Trace> oximeter.fields_string (47646c9d-a939-4a73-9aee-1073972158e9): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10428 | 2025.04.18 21:45:01.834450 [ 255 ] {4b37bd1f-acde-4a0d-8674-a4f19d06fc83} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002341 sec., 23921.401110636478 rows/sec., 1.83 MiB/sec. | ||
| 10429 | 2025.04.18 21:45:01.834515 [ 255 ] {4b37bd1f-acde-4a0d-8674-a4f19d06fc83} <Debug> TCPHandler: Processed in 0.002762074 sec. | ||
| 10430 | 2025.04.18 21:45:01.834676 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10431 | 2025.04.18 21:45:01.834797 [ 255 ] {fd057d19-a74d-42a1-9d00-ba74f153de74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10432 | 2025.04.18 21:45:01.834854 [ 255 ] {fd057d19-a74d-42a1-9d00-ba74f153de74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10433 | 2025.04.18 21:45:01.835501 [ 255 ] {fd057d19-a74d-42a1-9d00-ba74f153de74} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10434 | 2025.04.18 21:45:01.835545 [ 255 ] {fd057d19-a74d-42a1-9d00-ba74f153de74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10435 | 2025.04.18 21:45:01.835980 [ 255 ] {fd057d19-a74d-42a1-9d00-ba74f153de74} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10436 | 2025.04.18 21:45:01.836272 [ 255 ] {fd057d19-a74d-42a1-9d00-ba74f153de74} <Trace> oximeter.fields_uuid (b0f4670d-9bcb-4276-a1d1-4a7d4927fd61): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10437 | 2025.04.18 21:45:01.836482 [ 255 ] {fd057d19-a74d-42a1-9d00-ba74f153de74} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001708 sec., 37470.725995316156 rows/sec., 2.92 MiB/sec. | ||
| 10438 | 2025.04.18 21:45:01.836559 [ 255 ] {fd057d19-a74d-42a1-9d00-ba74f153de74} <Debug> TCPHandler: Processed in 0.001941645 sec. | ||
| 10439 | 2025.04.18 21:45:01.836735 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10440 | 2025.04.18 21:45:01.836872 [ 255 ] {1a199aee-e258-48b6-88c3-e943333ea9ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10441 | 2025.04.18 21:45:01.836933 [ 255 ] {1a199aee-e258-48b6-88c3-e943333ea9ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10442 | 2025.04.18 21:45:01.837582 [ 255 ] {1a199aee-e258-48b6-88c3-e943333ea9ee} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10443 | 2025.04.18 21:45:01.837627 [ 255 ] {1a199aee-e258-48b6-88c3-e943333ea9ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10444 | 2025.04.18 21:45:01.838111 [ 255 ] {1a199aee-e258-48b6-88c3-e943333ea9ee} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10445 | 2025.04.18 21:45:01.838427 [ 255 ] {1a199aee-e258-48b6-88c3-e943333ea9ee} <Trace> oximeter.measurements_cumulativeu64 (972a6bc3-58c0-4a7f-8528-202d0af6b00c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10446 | 2025.04.18 21:45:01.838630 [ 255 ] {1a199aee-e258-48b6-88c3-e943333ea9ee} <Debug> executeQuery: Read 126 rows, 8.98 KiB in 0.001786 sec., 70548.71220604703 rows/sec., 4.91 MiB/sec. | ||
| 10447 | 2025.04.18 21:45:01.838692 [ 255 ] {1a199aee-e258-48b6-88c3-e943333ea9ee} <Debug> TCPHandler: Processed in 0.002034807 sec. | ||
| 10448 | 2025.04.18 21:45:01.838842 [ 255 ] {} <Trace> TCP-Session: 2f5e6049-7141-487f-a36d-80c68c646d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10449 | 2025.04.18 21:45:01.838970 [ 255 ] {ca30a5a5-6f9d-4355-8bd4-5cddb12be391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42702) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10450 | 2025.04.18 21:45:01.839030 [ 255 ] {ca30a5a5-6f9d-4355-8bd4-5cddb12be391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10451 | 2025.04.18 21:45:01.839596 [ 255 ] {ca30a5a5-6f9d-4355-8bd4-5cddb12be391} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10452 | 2025.04.18 21:45:01.839649 [ 255 ] {ca30a5a5-6f9d-4355-8bd4-5cddb12be391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10453 | 2025.04.18 21:45:01.840209 [ 255 ] {ca30a5a5-6f9d-4355-8bd4-5cddb12be391} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10454 | 2025.04.18 21:45:01.840511 [ 255 ] {ca30a5a5-6f9d-4355-8bd4-5cddb12be391} <Trace> oximeter.measurements_u64 (e06a7587-0968-4c9a-9c7e-1440949ffa62): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10455 | 2025.04.18 21:45:01.840734 [ 255 ] {ca30a5a5-6f9d-4355-8bd4-5cddb12be391} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.001784 sec., 25784.7533632287 rows/sec., 1.74 MiB/sec. | ||
| 10456 | 2025.04.18 21:45:01.840823 [ 255 ] {ca30a5a5-6f9d-4355-8bd4-5cddb12be391} <Debug> TCPHandler: Processed in 0.002033908 sec. | ||
| 10457 | 2025.04.18 21:45:02.439429 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 10458 | 2025.04.18 21:45:02.440233 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10459 | 2025.04.18 21:45:02.440292 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 10460 | 2025.04.18 21:45:02.440902 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10461 | 2025.04.18 21:45:02.441245 [ 244 ] {} <Trace> system.asynchronous_metric_log (6c7eb2a1-835d-48d6-974b-f43f55264052): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10462 | 2025.04.18 21:45:02.441536 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||